If that code does not work then please try using the below code.
https://github.com/Yoast/wordpress-seo/issues/11560#issuecomment-438616593
Hi @vickwinata,
I hope you are well today and thank you for your question.
You can just add the below code in the functions.php file of the Gllion child theme that you are using on your website.
/* Add impreza images to Yoast sitemap, since Yoast doesn't read impreza's Page * Builder code - borrowed from (https://github.com/Yoast/wordpress-seo/issues/4808) */ function impreza_filter_wpseo_sitemap_urlimages($images, $post_id) { $post = get_post($post_id); if (is_object($post)) { $content = $post->post_content; # Parse impreza Image modules preg_match_all("/image=\"(\d+)\"/", $content, $impreza_images); if(count($impreza_images) < 2){ return $images; } foreach ($impreza_images[1] as $impreza_image_id) { $attachment = wp_prepare_attachment_for_js( $impreza_image_id ); $images[] = array( 'src' => $attachment["url"], 'title' => $attachment["title"], 'alt' => $attachment["description"] ); } } return $images; } add_filter('wpseo_sitemap_urlimages', 'impreza_filter_wpseo_sitemap_urlimages', 10, 2);
Best regards,
Shufflehound team
Hi @dark5ds,
I hope you are well today and thank you for your question.
I can see the javascript error is occurring on your website as shown in the attached screenshot that is causing the issue.
Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
We update the WPBakery plugin with every theme update and then you can update the plugin from the below path.
Admin Area -> Appearance -> Install Plugins
Best regards,
Shufflehound team
Are you getting the issue on all the pages or only for the specific posts?
Also, are you using the W3 Total Cache plugin on your website?
If yes then please try temporarily deactivating it.
Are you testing it on your staging website?
Also can i update the wp bakery plugin, do you provide a license key for that?
No, we don’t provide a license key for the WPBakery plugin but we update it with every theme update and you can update the plugin from the below path.
Admin Area -> Appearance -> Install Plugins
This can be a cache issue of your website so please clear it if any.
If it is not a cache issue then would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
You are always welcome here 🙂
You are most welcome here 🙂
I logged into your website and recreated the Home Page that is getting saved without any issue as shown in the attached screenshot.
Hi @zainali110,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @Shapir,
Thank you for your question.
To resolve the session_start error please try using the solution shared in the following topic.
https://github.com/ThemeFuse/Unyson/issues/4042#issuecomment-681862373
Best regards,
Shufflehound team
Hi @Shapir,
I hope you are well today and thank you for your question.
You can find information about how to enable the persistent object cache as described on the below pages.
https://amp-wp.org/documentation/getting-started/amp-site-setup/persistent-object-caching/
https://wp-rocket.me/blog/object-caching-use-wordpress/
Best regards,
Shufflehound team
Sorry for the inconvenience caused.
I tried to log into your website but your shared website credentials are not working.
I visited your website and the content is displaying fine on it now.
Have you managed to resolve the issue?
Have you removed the custom CSS code?
Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
To help us keep the support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add a reference to this thread in your newly created thread.
We would be more than happy to help you with your new thread.
This can be a Gillion child theme issue so could you please activate the Gillion theme on your website?
I can see you are using the theme version 3.8.1 on your website.
Could you please share the screenshot of your themes page and also the screen where the Gillion theme version 3.9.4 is displaying?
Awesome great to see you got it.
Please advise if you have more questions.
Have a fantastic day!