- This topic has 16 replies, 3 voices, and was last updated 1 year, 6 months ago by
David.
-
AuthorPosts
-
December 24, 2020 at 9:12 am #1593407
Subhasish
Widgets not showing up on product pages: https://prnt.sc/w9ac4h
Blog post title not showing: https://prnt.sc/w9acka
Also, can I have different widgets for the blog section?December 24, 2020 at 10:49 am #1593477Leo
StaffCustomer SupportHi there,
Can you guide me to the page where the issue can be seen?
Please also clear and disable your caching plugin while we are trying to help.
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 26, 2020 at 4:13 am #1594584Subhasish
December 26, 2020 at 5:16 am #1594621Subhasish
And why the menu width has increased suddenly?: https://prnt.sc/waaipb
December 26, 2020 at 4:57 pm #1595209Leo
StaffCustomer SupportLet’s tackle one issue at a time.
Widgets not showing up on product pages: https://prnt.sc/w9ac4h
What widgets are you referring to here?
Can you make sure this is done?
https://www.screencast.com/t/pa0qXn07qSDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 26, 2020 at 10:21 pm #1595329Subhasish
Hi, at the time of changing the theme the cache plugin was disabled. There were no issues earlier. After 2 days I saw the widgets are not showing up on product pages but showing up on the shop, blog, etc.
December 27, 2020 at 11:06 am #1595929Leo
StaffCustomer SupportSo that sounds like some sort of a plugin conflict – Nothing in GP has changed in awhile.
Can you disable all plugins except GP Premium and WooCommerce?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 28, 2020 at 5:53 am #1596673Subhasish
not helping
December 28, 2020 at 6:56 am #1596900David
StaffCustomer SupportThe Merch site uses PHP in a Hook Element – which is explained here:
https://gpsites.co/merch/the-single-post/
You’re site is disallowing file editing so the PHP that the hook element requires is not working.
To enable PHP in the Hook Element you will need to add this PHP Snippet to your site:add_filter( 'generate_hooks_execute_php', '__return_true' );
Adding PHP: https://docs.generatepress.com/article/adding-php/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 28, 2020 at 7:33 am #1596970Subhasish
Yes now it’s working but the widgets are showing up way below than in the actual theme.
https://nextbuye.in/product/nextbuye-ethnic-chandbali-earrings-blue/December 28, 2020 at 8:02 am #1597013David
StaffCustomer SupportCan you disable your cache plugin so i can see what the issue is.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 31, 2020 at 8:36 am #1600914Subhasish
done. plugin deactivated.
December 31, 2020 at 8:49 am #1600927David
StaffCustomer SupportI am still seeing Autoptimized cached CSS. Can you disable that.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 31, 2020 at 10:32 pm #1601303Subhasish
missed that. Now done deactivating.
January 1, 2021 at 6:22 am #1601487David
StaffCustomer SupportGo to Customizer > Additional CSS and look for this rule:
@media (min-width: 768px) { .single-product div.product .woocommerce-tabs, .single-product div.product .related.products, .single-product div.product .upsells.products { width: 66%; display: inline-block; } }
Change the
width: 66%;
towidth: 65%;
or a smaller %Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.