-
AuthorSearch Results
-
September 3, 2019 at 8:52 pm #33410
Topic: WPBakery CSS not considered anymore
in forum Claue
FloowParticipantHi Harry,
Since the update of theme or update of WPBakery (I am not sure) the CSS that I insert on specific pages via the WP Bakery is not considered anymore.
Please see the URL I attached.
The CSS is inserted and when I am in the WPBakery Editor the CSS also works but as soon as I hit update and I am on the live site it doesn’t show (also not with cache clearing)
Attachments:
You must be logged in to view attached files.September 2, 2019 at 7:37 pm #33404In reply to: Migrating to Claue on a live site
2. On the cart page. I see custom CSS you added
.wprt-container .table-responsive .table thead + tbody tr:nth-child(2n+1) { background-color: #cf7e9e !important; } woocommerce-cart-form .wprt-container .table-responsive .table tr:nth-child(2n+1) { background-color: #fff !important; }Please change to
.woocommerce-cart-form .wprt-container .table-responsive .table thead + tbody tr:nth-child(2n+1) { background-color: none !important; } woocommerce-cart-form .wprt-container .table-responsive .table tr:nth-child(2n+1) { background-color: none !important; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 2, 2019 at 3:11 am #33397In reply to: RnB plugin conflict
This reply has been marked as private.September 2, 2019 at 2:45 am #33396In reply to: Migrating to Claue on a live site
Hi Harry,
After doing an update to the theme and plugins we’ve noticed that the custom css code snippet you gave us to make the WOOCS multi currency plugin appear the same as the Claue theme currency switcher on the website is no longer working. The dropdown box for the currency switcher has now reverted to the WOOCS look, so the css code has stopped working.
Do you what has caused the issue and how to fix it?
Many thanks in advance for your help.
September 2, 2019 at 2:24 am #33394In reply to: Some issues after update
Hi Harry 🙂
Thank you for your reply.
- I will try cleaning database next week and let you know if this solves the issue.
3. Can you please provide the CSS to hide the buy for me button from the quick view pop up.
7. If you check my site, it won’t work 🙂 Can you kindly check if my staging site is working on your end regarding this point. I only guessed about the 95% causing the issue. Honestly, this issue is a very old issue (1 year back) and I never had time to follow up about this. Customers try 2 columns often since the art images look big and beautiful but some people complained about 1 column and it looks ugly.
Have a nice start of week Harry 🙂 I will open another issue in a separate ticket as it is very specific 🙂 (Total 2 issues left)
Best Regards,
founder,AK
September 1, 2019 at 2:12 am #33384In reply to: Migrating to Claue on a live site
This reply has been marked as private.August 31, 2019 at 11:44 am #33380In reply to: Вид кнопки
Hi yulia,
1. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.button.add_to_cart_button i {display: none;} .button.add_to_cart_button {padding: 0 25px;}2. Which problem you have with plugin https://wordpress.org/plugins/ajax-search-for-woocommerce/?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2019 at 10:49 pm #33365In reply to: Website ZAZU
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.single-product .type-product > .jas-row { -webkit-align-items: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2019 at 6:43 pm #33361In reply to: Show Header right content on all devices
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) { .header__top .jas-col-sm-6.jas-col-xs-12, .header__top .jas-col-sm-2.jas-col-xs-12 {flex-basis: 50%; max-width: 50%;} .header__top .jas-col-sm-2.hidden-sm {display: block;} .header__top .jas-col-sm-2.jas-col-xs-12.end-sm {-webkit-justify-content: center;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;text-align: center;} } @media only screen and (max-width: 736px) { .header__top .jas-col-sm-2.hidden-sm {display: block;} }By the way, your support expired. Could you please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new features and improve our theme.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 28, 2019 at 7:57 pm #33344In reply to: Website ZAZU
Hi,
I see you set layout full width.
To disable hover on service, please add below code to Claue > Theme Option > General Layout > custom CSS
.jas-service[class*="icon-"]:hover .icon::before { display: none; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio - I will try cleaning database next week and let you know if this solves the issue.
-
AuthorSearch Results