saranrock
Forum Replies Created
-
No i am not checking this, Nothing is updating on the datasbe, I have been waiting for around two days. I am premium version, But the problem is I Don’t have access to that email id. Provide me quick solution to discuss the issues further.
Hi benjamin, I have tried updating the meta title and description for exisitng post but it doesn’t work. Import is properly happening but it doesn’t update the existing post. It only shows the old meta title and description. This is the website i am trying updating it https://knowafrika.com/
Here is the csv file
https://drive.google.com/file/d/1L18__m215L7gV1pAyHBg9SqZScZM9J0D/view?usp=sharingwhatever i do it doesnot update the database
I cannot change the email address, please answer my queries here, don’t you have an option to view the tickets in your dashboardm or provide me someother option, IT will be greatful
I have account details only, i don’t have access to email address. Kindly do the needful- This reply was modified 10 months, 2 weeks ago by saranrock.
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 2 years, 1 month 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 3 years, 9 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.
I tried many times but it’s not working Benjamin. Don’t know the exact reason why it is not working.
- This reply was modified 4 years ago by saranrock.