This topic has 17 replies, 3 voices, and was last updated 4 years, 11 months ago ago by Olga Barlow
Check private content
Hello,
This page inherits layout from Shop page (Theme Options > WooCommerce (Shop) > Shop > Shop layout > Sidebar Position.
Regards
Check private content area
Hello,
Thanks for the request, it was noted.
Right now, you can use the next workaround: Enable the sidebar for Shop as was mentioned, it will show the sidebar on tag page, then hide it on the Shop page using custom CSS code
.post-type-archive-product .sidebar {
display: none;
}
.post-type-archive-product .main-products-loop {
width: 100%;
left: 0;
}
Regards
Issue described in private content area.
Hello,
Provide us with FTP access to your site to check the issue in more detail, please.
Regards
Please check the private content area ASAP.
Hello,
Did you read my previous message? Provide us with FTP access to your site to check the issue in more detail, please!
Regards
Hi,
I don’t know what changes you have made but the website is broken now. We detected the below code included:
function wc_get_product_category_list( $product_id, $sep = ‘, ‘, $before = ”, $after = ” ) {
return get_the_term_list( $product_id, ‘product_cat’, $before, $sep, $after );
}
Even after removing this, the website seems to be broken and not working properly. Kindly assist ASAP as we need a resolution.
Regards,
Niyati
Hello,
Don’t you understand me? We can do nothing without FTP. Provide us with FTP access to your site to allow us to enable WP debug and find out why your site is down and fix it.
Regards
Provided already.
Hello,
Where? I did not find any Private content with FTP, only WP Dashboard access. Could you be so kind to send me link to topic where you provided FTP or link to your reply with FTP?
Regards
Please check the private content area.
Hi Olga,
Please find the link:
https://www.8theme.com/topic/tag-page-issue/#post-227430
Regards,
Niyati
Hello,
1) I suppose that your issue with the fatal error was caused by your changes in wp-config file, for example we checked it and found the following https://prnt.sc/qetklj – some “to” word and incorrect quotes. If you make any changes be careful and make a double check because it could cause errors.
2) I don’t see any notice for the product that has Auto https://gyazo.com/497aef50d99b6111f9d8ba685d8bba9b So, could you provide us with link to product where you have that notice and broken layout.
Regards
Hi Olga,
Thank you so much for the help.
Regards,
Niyati
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up