Home › Forums › WoodMart support forum › Theme preset “Shop page” and “Product page” not working
Theme preset “Shop page” and “Product page” not working
- This topic has 16 replies, 3 voices, and was last updated 1 year, 11 months ago by
Elise Noromit.
-
AuthorPosts
-
March 10, 2023 at 7:48 pm #450150
lpsdlvParticipantHello,
I have made a preset with conditons as follows: https://i.imgur.com/2qwyHBH.png
Only the front page one is working. All others doesnt modify anything. What could be the issue?
The modifications should change the prefooter on that page.
March 11, 2023 at 11:29 am #450233
Aizaz Imtiaz AwanKeymasterHello,
Sorry for the inconvenience actually, under the newly created Preset on your Site > the Prefooter was selected differently. So, we have chosen the same as you are using in the default Theme Settings > Footer > Prefooter.
Now, the Block appears the same on all. Please check back your Site after completely clearing the browser and server cache.
Best Regards.
March 11, 2023 at 11:54 am #450234
lpsdlvParticipantSorry if I worded the problem wrong, but I wanted to have a different pre footer on some pages. That is why i made the preset.
The problem is that it didnt change on all pages. I have changed the prefooter block back.
The problem is that the prefooter doesnt change on all the pages it should from the conditons.
March 11, 2023 at 5:05 pm #450288
Elise NoromitMemberHello,
Please create a separate preset for every page. You have listed the pages in the conditions, if you try to view this preset, you will see that one and the same condition: https://gyazo.com/3a266a8ae60b4be6468652a89674195c is applied to all these pages.
If you have any questions please feel free to contact us.
Best Regards
March 11, 2023 at 5:15 pm #450290
lpsdlvParticipantHello,
I tried creating a seperate preset for shop page, but it didnt work. https://i.imgur.com/N8lq9z9.png
When viewing the shop page the preset is not even shown in the active presets dropdown in the admin toolbar. There is something wrong that the conditions are not working.March 11, 2023 at 5:19 pm #450293
lpsdlvParticipantIssue is now fixed by bumping up the preset priority
March 11, 2023 at 7:04 pm #450310
lpsdlvParticipantHello,
I just found that it is not possible to have two presets working in the same page.
On the single product page on the admin topbar it shows I have two presets active – https://i.imgur.com/KwnDpcN.png . But it only displays the preset with the highest priority. How to have both of them working?
March 14, 2023 at 2:01 am #450871
Elise NoromitMemberHello,
Please deactivate all the plugins except these ones:
Slider Revolution
Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVG
Switch to the parent theme and check.If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
March 14, 2023 at 5:34 pm #451146
lpsdlvParticipantHello,
I have only left activated:
Elementor,
Safe SVG,
Slider REvolution,
WOoocommerce,
Woodmart coverand switched to parent theme.
The issue still exists. Admin details are provided in the first post if you need to check
March 16, 2023 at 10:10 pm #451830
Elise NoromitMemberHello,
Please provide your FTP access.
Best Regards
March 17, 2023 at 6:36 pm #452168
lpsdlvParticipantIn private content
March 18, 2023 at 3:23 am #452238
Elise NoromitMemberHello,
Could you check the access, I cannot log in.
Best Regards
March 18, 2023 at 10:50 am #452287
lpsdlvParticipantHi,
I just double checked and I was able to log in using filezilla. Maybe you copied the space symbol too?
-
This reply was modified 1 year, 11 months ago by
lpsdlv.
March 21, 2023 at 4:14 am #452829
Elise NoromitMemberHello,
Please add this code to the functions.php of the child theme:
add_filter( 'woodmart_get_all_theme_settings_css', function ( $css ) { if ( trim( $css ) ) { return $css; } return 'body{}'; } );
Then check how it works.
Best Regards
March 21, 2023 at 10:07 am #452888
lpsdlvParticipantHi,
Thanks! On the first look it appears working. I will do further testing and check more cases if it works.
March 21, 2023 at 7:29 pm #453157
lpsdlvParticipantEverything works. Thank you!
March 22, 2023 at 4:04 am #453230
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
This reply was modified 1 year, 11 months ago by
-
AuthorPosts
The topic ‘Theme preset “Shop page” and “Product page” not working’ is closed to new replies.
- You must be logged in to create new topics. Login / Register