tenzinchoenyi
Forum Replies Created
-
Thank you ??
Above shortcode is only for single author. I want to use in author.php so can you help me. I have struggled on this. For one single shortcode I want to use in every author page.
No, I want user can submit review on other user profile page and display reviews submitted by other users on their profile page. please help me on that.
I am using Asgaros Forum pluginThank you
Forum: Fixing WordPress
In reply to: Font size and color on some parts of my site spontaneously changedHello,
I think you need to deactivate this plugin GDPR Cookie Consent (CCPA Ready) and check if issue still there on website. If the issue is still there then deactivate all the plugin and refresh your site.
/*Display custom meta description or the post excerpt */ function add_custom_meta_des(){ #Homepage Meta Description if( is_home() || is_front_page() ){ $meta_des = "Enter your homepage meta description here"; #Edit here echo '<meta name="description" content="' . $meta_des . '" />'; } #Single Page Meta Description if( is_single() ){ $des = get_post_meta( get_the_id(), 'description', true); if( ! empty( $des ) ){ $meta_des = esc_html($des); echo '<meta name="description" content="' . $meta_des . '" />'; } }} add_action( 'wp_head', 'add_custom_meta_des', 4 );
This is how the above code works:
- The first line of the code checks if the current page is the homepage and if yes, displays the meta description entered in the code.
- If it is not the homepage the code checks if the page is a single post page and if yes, it checks if the page has a custom field named description and outputs the custom field if present. If not present, it outputs nothing.
Forum: Fixing WordPress
In reply to: Increase width of uploaded images in WordPressHello,
I would recommend this Smush plugin as you can resize all the image and compress and many more fearture in this plugin.
https://www.ads-software.com/plugins/wp-smushit/
I hope this plugin might help your issue.
Forum: Fixing WordPress
In reply to: Login page refreshesHello,
Following link have some possible solutions for Login Trouble https://www.ads-software.com/support/article/login-trouble/
I hope this might help you.
Forum: Fixing WordPress
In reply to: Website suddenly stopped displaying images and type contentYes, Older version would effect the security of your site and your site and theme would be more vulnerable from hacking.
I don’t think developer will update the theme as developer doesn’t update the theme since 2017.
Forum: Fixing WordPress
In reply to: Website suddenly stopped displaying images and type contentHello,
Your Theme ‘The Producer’ is last updated is on 31 January 2017 and your theme is not compatible with WordPress latest version so I think WordPress latest version is not accepting your theme.
To display your content and image you need to change your WordPress version 5.1.x or you need to change your theme.
Forum: Fixing WordPress
In reply to: there is no option to remove footer widget or edit itHello @rey0927),
To change your footer, Go to Dashboard and Click on Pagelayer > Theme Templates
after that click to edit using pagelayer on Footer Templates which you had created.
Change the footer as you like and then save changeshttps://pagelayer.com/blog/wp-content/uploads/2020/04/footer-template.gif
Your website is using Pagelayer plugin and your issue is related with this plugins so If you need further assistance you can contact on following link to Pagelayer plugin support forrum.
https://www.ads-software.com/support/plugin/pagelayer/Hello Weston Ruter (@westonruter),
I have already sent you Site Health Info via the form.
Hello Weston Ruter (@westonruter),
I’ve checked the site of health status and for AMP it is stating that “The AMP plugin performs at its best when persistent object cache is enabled. Object caching is used to more effectively store image dimensions and parsed CSS.”
Hello Weston Ruter (@westonruter),
Earlier I have installed AMP plugin but it is not working when I validate page so I manually use AMP code from https://amp.dev/ in my website file but some error is showing in Google Search Console
Below error is showing when I update the Template Mode in AMP plugin
“Standard mode activated! However, there was an error when checking the AMP validity for your site. URL validation failed due to the AMP validation request not returning JSON data. This may be due to a PHP fatal error occurring. Please check your server PHP error logs; to do this you may need to enable WP_DEBUG_LOG. If you are stuck, please search the support forum for possible related topics, or otherwise start a new support topic including the error message, the URL to your site, and your active theme/plugins. Please include your Site Health Info.”
Forum: Fixing WordPress
In reply to: problem with automatic scrollingHello, I just check your website and its working fine. Can you clear the web Browser Cache?
- This reply was modified 4 years, 9 months ago by tenzinchoenyi.
Forum: Fixing WordPress
In reply to: Problem with Visual/Text editor switchingHello
Did you update your plugins and WordPress?