Home › Forums › WoodMart support forum › Need to update the theme and also plugins.
Need to update the theme and also plugins.
- This topic has 11 replies, 2 voices, and was last updated 3 years, 4 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
July 23, 2021 at 7:40 pm #308424
stonetechincParticipantI need some work to be done for my website’s theme.
1. Theme and plugins updates Slider Revolution & WPBakery Page Builder
2. “Accept” Cookie Button” Font Color Change from black to white and background color from blue to red.
3. On every product page I need to update the review sections as given in the attachment.
4. Also I need to send links to my customers that direct them straight to the review page.
5. There are products that change to Read more instead of Add to Cart so how do I change them back to add to cart?Attachments:
You must be logged in to view attached files.July 24, 2021 at 7:40 am #308458
Aizaz Imtiaz AwanKeymasterHello,
1) I have logged into your website and updated both plugins.
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-cookies-popup .cookies-buttons .cookies-accept-btn { color: white; background-color: red; }
3 &4) Sorry but there is no option in Theme Settings available for that.
5) Read more is displayed to the products that are out of stock. Please make the products in stock then check back.
Regards.
Xtemos StudiosJuly 24, 2021 at 9:22 am #308466
stonetechincParticipantThanks for updating the theme and the plugins, also i did paste the code that you gave on the Global CSS under Theme Settings but on the loading of the front page it is still showing the same but when I am clicking “More Info” and it opens the other page, there it is showing the changed color to red button with white fonts on it but on the hover it is again turning blue? Also I need the same setting on the front landing page as well and also on the Reviews Submission button as well.
July 24, 2021 at 10:39 am #308468
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
I have logged into your website and deactivated the cache plugin and the CSS is working fine on all pages.
Screenshot for Clarification: https://gyazo.com/d24f6751bd2bc69962571962cd3f90c2
I have reactivated the plugin back on your website. You can try deactivating yourself.
Regards.
Xtemos StudiosJuly 24, 2021 at 11:19 am #308471
stonetechincParticipantAlright now it is appearing but what about the hover Color? i want it also to be red slightly darker than the button red. Also did you see the Submit blue button on the products review section? I need that also changed in the same way, please respond to all the problem at once, I dont want to keep on asking every small thing in each email.
July 24, 2021 at 11:38 am #308476
Aizaz Imtiaz AwanKeymasterHello,
To add hover color try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-cookies-popup .cookies-buttons .cookies-accept-btn:hover { background-color: #d33129; color: white; }
For the reviews button try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-Reviews .comment-form .submit { background-color: red; color: white; } .woocommerce-Reviews .comment-form .submit:hover { background-color: #d33129; color: white; }
Regards.
Xtemos StudiosJuly 24, 2021 at 3:53 pm #308505
stonetechincParticipantIf you see in the below attached image you will see there is a Cookie Settings Button in pink color on the left bottom, and I cannot find where to remove this too, please help in removing or you can just remove it yourself.
Attachments:
You must be logged in to view attached files.July 26, 2021 at 5:57 am #308666
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate “Complianz | GDPR/CCPA Cookie Consent” plugin then the cookie notice at the footer will be removed.
Best Regards
July 26, 2021 at 9:16 am #308729
stonetechincParticipantI deactivated but it didnt work nor did it work even after deleting the plugin, the cookie pink box is still there in the left footer corner.
July 26, 2021 at 10:24 am #308739
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate all the third party plugins, activate the parent theme then clear cache and check back.
If the problem still continues then leave all the third party plugins deactivated and tell me then we will troubleshoot with theme plugins.
Best Regards
July 29, 2021 at 6:50 am #309386
stonetechincParticipantDidnt work, please check it yourself
July 29, 2021 at 8:22 am #309424
Aizaz Imtiaz AwanKeymasterHello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global Custom CSS section:
button#hs_show_banner_button { display: none; }
I am sure your issue will be solved.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register