saranrock
Forum Replies Created
-
Hi Team,
I have checked, but I couldn’t replicate the problem. Still, I am having an issue with images not showing on Twitter. Kindly assist me with this. I have attached a website URL for reference. Please let me know if you need any further details.
Thank you.
thank you
- This reply was modified 7 months, 1 week ago by saranrock.
Sure @ahmedkaludi Thanks for the support, Let me give a try
Hi Ahmed,
I came across this tutorial on https://ampforwp.com/tutorials/article/hide-amp-posts-pages/ and I think it could help me solve my problem. However, I have around 500 pages, so doing it individually would be time-consuming. Is there a way to do it in bulk? Are there any codes available for this purpose?
Hi Ahmed, for now, I want all the traffic to my website’s desktop version. I am currently using Adsterra ads, and I also have AdSense. However, for the next few weeks, I only want desktop traffic because, as you know, WP for AMP does not support any JavaScript ad codes. There is some balance left in my Adsterra account, and to receive all the amount, visitors should visit the desktop version
Any update Ahmed?
Hi Ahmed, Not only homepage i want to show all the pages in the website in non amp version for few weeks.
can you please assist me Website link
Yes working fine, Thank you
Forum: Fixing WordPress
In reply to: How to remove theme generated Meta description from the websiteThank you so much @bengreeley. I tried using the Code snippet plugin and it was perfectly working.
I need one more favor, I have the same issues with one more website can you help me? Or the same code will work for all the sites
Website link – Link
Screenshot of the issue – https://prnt.sc/tMzq_RfMyc8W
FUnction.php code
/* disable option for font awesome icons from elementor editor */
add_filter(‘elementor/icons_manager/native’, function ($icons) {
$fontawesome = true;
if ($fontawesome == true) {
unset($icons[‘fa-regular’]);
unset($icons[‘fa-solid’]);
unset($icons[‘fa-brands’]);
}return $icons;
});//meta description
function vinkmag_meta_des_viewport()
{
?>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=5″>
<?php if(!get_post_meta(get_the_ID(), ‘_yoast_wpseo_metadesc’, true) || !class_exists(‘Yoast_Form’)): ?>
<meta name=”description” content=”<?php if (is_single()) {
single_post_title(”, true);
} else {
bloginfo(‘name’);
echo ” – “;
bloginfo(‘description’);
}
?>”/>
<?php
endif;
}add_action(‘wp_head’, ‘vinkmag_meta_des_viewport’, 1);
// content security policy(CSP)
header(“Content-Security-Policy: script-src ‘self’ ‘unsafe-inline’ ‘unsafe-eval’ https: data:”);`- This reply was modified 2 years, 3 months ago by saranrock.
So nice of you @ahmedkaludi and Thanks for the update. I will let you know if I face compatibility issues with the Zox theme.
Thank you Nikol. DO let me know once the issue is fixed.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] How to Move SEOPress Panel to bottom my post editorI tried many times but it’s not working Benjamin. Don’t know the exact reason why it is not working.
- This reply was modified 2 years, 6 months ago by saranrock.
Forum: Plugins
In reply to: [Web Stories] Web Story is invalidHi, Thank you so much. I excluded web stories from the cache now is working fine.
Forum: Plugins
In reply to: [Web Stories] Web Story is invalidHi, It worked after Unchecking both Minify Javascript files and Delay javascript Execution.
I am happy that now my web stories become Valid and I can see Web stories are a valid message on the AMP testing tool.
But the only concern is My website loading time. It increases a bit. Because when I uncheck these two things it won’t reduce Javascript files and Minify Javascript files. So this is the reason for an extra bit of loading time.
Is there anything you can do or this is the only option.
Thanks for your support
Forum: Plugins
In reply to: [Web Stories] Web Story is invalidSorry for the Above message. I think you’re right. WP Rocket is generating the Custom Javascript code. Once I deactivate the WP rocket plugin the error is gone but when I activate the WProcket plugin the errors appear again.
I tried your mentioned step by unchecking and checking the box but it doesn’t work.
Please check the image for reference