Muhammad Javed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: banner not showingplz open this link
https://duivenfotografiedavy.com/wp-admin/post.php?post=230&action=editand in editor you can search your text “Duivenfotografiedavy” and search your this image name Screen-Shot-2017-12-28-at-14.54.01.png
Forum: Fixing WordPress
In reply to: banner not showingHello
i think you entered wrong url of image should be this
https://duivenfotografiedavy.com/wp-content/uploads/2017/12/Screen-Shot-2017-12-28-at-14.54.01.pngnot this
Forum: Fixing WordPress
In reply to: Fatal Error Call to undefined function wp_update_custom_css_post()Hello,
this function is not exists into your site wp_update_custom_css_post. for quick solution you need to go in your function.php and add this small code.
function wp_update_custom_css_post(){
return ;
}
actually above error call this function which is not exists into your site after adding this your site will work then check what is missing, this function name showes there would be some css issue.
Thanks- This reply was modified 7 years, 1 month ago by Muhammad Javed.
Forum: Fixing WordPress
In reply to: How to customize/design a custom post?Hello,
i think you want to create the separate page where you can show your own content and widgets please check this link that will fully help you.
https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/Forum: Fixing WordPress
In reply to: How to search and filter in WordPressHello,
you can use this link for create the widget
https://codex.www.ads-software.com/WordPress_Widgetsand redirect form to specific template where you want to show the results.
and on same page you can write the wordpress search query for filter resluts.Thanks
Forum: Fixing WordPress
In reply to: thumbnail image animationi have checked the css is also working i have create small video which shows css is working.
https://www.screencast.com/t/YycamRY7yxmVThanks
Forum: Fixing WordPress
In reply to: more visible Comemntaries accessForum: Fixing WordPress
In reply to: more visible Comemntaries accessHello,
there are four option which need to check.
https://www.screencast.com/t/YGT4SdiQ
first edit post then check its Discussion meta box is enable if not then enable it from top menu button Screen Option.
Then check in Discussion meta box Allow comments check box is checked if not then checked it.
if its also fine then go to setting and click on Discussion menu and check
Default article settings.hope fully that will help you.
ThanksForum: Fixing WordPress
In reply to: thumbnail image animationForum: Fixing WordPress
In reply to: Notification to my emailHello,
Login to your WordPress dashboard. In the menus, go to: Settings ? Discussion.
https://www.screencast.com/t/UVAk5sRM9Iand you can change or enter email in setting ? general menu
Thanks
Forum: Developing with WordPress
In reply to: Conditional logic depend on parent pagecan you send me link of page may be you are using wrong id or you can check this code
where “$post->post_parent == 0” indicate that is parent page
again change the single quote.if ( $post->ID == ‘215’ && $post->post_parent == 0 ){
echo ‘contact form’;
}
elseif( $post->ID == ‘230’ && $post->post_parent == 0 ){
echo ‘contact form 2’;
}Forum: Developing with WordPress
In reply to: Conditional logic depend on parent pagecan you plz remove above code and check, is page still blank ?
and also check this link https://www.screencast.com/t/J2sDaiFrJ
how to fix single quote issue.- This reply was modified 7 years, 1 month ago by Muhammad Javed.
Forum: Fixing WordPress
In reply to: Can’t get rid of plugin which breaks my site!have you customize this plugin before ?
Forum: Fixing WordPress
In reply to: Template dropdown is gonecan you confirm in your theme directory style.css file is exists ?
Forum: Fixing WordPress
In reply to: Template dropdown is goneplease disable the theme and enable another theme and then its showing then again enable your current theme.