Forum Replies Created
-
AuthorPosts
-
December 12, 2018 at 12:35 pm in reply to: How to create a separate shop page for separate products #1044279This reply has been marked as private.This reply has been marked as private.
No, when I view my site from browser that works fine. It’s only happening when I’m trying to fetch and render from google webmaster for re-index.
I think this file unable to load due to some reason. /css?family=Roboto:100,400,700%7CArimo(fonts.googleapis.com)
this file is loading properly when I’m using another slider like: full screen sliderI have tried to disabled all of plugins, still same issue.
Thank you so much :) that worked after adding this code to custom.css file.
I have used 989px to hide it on TAB as well.
This reply has been marked as private.This reply has been marked as private.Hi,
That code is working fine. You may close this thread.
Thanks
Hello Mr. Nikko,
I haven’t made any changes but still it suddenly happened, When it happened I really don’t know but I realized yesterday. I just updated some plugins and also tested by disabling plugins except Soldout badge plugin, Woocommerce issue was still remained. After that I find out by inspecting code.
Currently I’m using this code in Additional CSS:
.woocommerce span.soldout { z-index:1; }
Thanks
This reply has been marked as private.This reply has been marked as private.Thank You it worked :)
November 6, 2018 at 12:04 pm in reply to: How to create a separate shop page for separate products #1030351This reply has been marked as private.November 4, 2018 at 9:29 pm in reply to: How to create a separate shop page for separate products #1029676This reply has been marked as private.November 1, 2018 at 1:44 pm in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1028847This reply has been marked as private.October 29, 2018 at 1:21 pm in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1027515Hello, Thank you so much Mr. Ismael. That code is now working properly :)
You can close this topic
October 26, 2018 at 3:48 pm in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1026857Yes I have removed previous filter then I have added that.
October 26, 2018 at 12:08 pm in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1026740Hello after using that code showing HTTP error code 500.
October 25, 2018 at 1:19 pm in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1026340October 22, 2018 at 5:53 pm in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1025022I have used that plugin but still showing error.
Sorry for duplicate post. My issue is resolved by adding this code in the functions.php file, which was given by Mr. Ismael.
// move category description add_action('init', 'woocommerce_mod'); function woocommerce_mod() { remove_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 5 ); }
October 19, 2018 at 11:32 am in reply to: Error in structure data (Error: SomeProducts is not a known valid target type) #1023861That code fixed ImageObject property error issue.
but How to fix this error ?
Error: mainContentOfPage SomeProducts is not a known valid target type for the mainContentOfPage property.Hi, Thank you so much for your help.
So, should I use default with SHOP ?
or
If I use that filter will my rank improve again once google re-crawl my site ? Actually I really don’t have idea which one is good for better SEO. Can you please suggest ?Hello, Thank you so much.
Hello,
Thank you so much for your reply. Is it a theme issue ? have you checked my permalinks settings as Victoria said that I have wrong permalink settings ?
Regards
SovikAny update please ?
Hello
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts