Forum Replies Created
-
in reply to: Picante Blog
Hi, you should modify wp-config.php and change WP_DEBUG from true to false
Thanks
in reply to: How to change mobile menu icon to a custom color?Use this custom code:
.cl-mobile-menu-button span{ background-color: #000; }Thanks
in reply to: How to set mobile menu background to transparent?Maybe that happens because your other pages aren’t light version?
Can you please send me a link to check?
if you want to edit the latest code to this one, it will fix the issue for other pages:
@media (max-width:991px){ .page-id-pageidnumberhere .header_container{ position: absolute; z-index: 9; width: 100%; } }replace with page id number
Thanks
in reply to: image hover over issue and product list displayPlease replace these lines of code on woocommerce/single-product/product-image.php
from line 51 to 55 with:
if ( $product->get_image_id() ) { $html = '<div data-thumb="' . get_the_post_thumbnail_url( $post->ID, 'shop_thumbnail' ) . '" class="woocommerce-product-gallery__image">'; $html .= get_the_post_thumbnail( $post->ID, 'shop_single', $attributes ); $html .= '</div>'; } else {in reply to: how do I get the dummy pagesYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: Attributes cannot useI saved it and it works, Click the save attribute button, then Update the post
in reply to: problem wpbakeryNo problem, just save somewhere the link of this topic, I will help you. But we will add on next update for sure. Here it is the added code:
if ( 'yes' === $disable_element ) { $etxra_class .= 'vc_hidden-lg vc_hidden-xs vc_hidden-sm vc_hidden-md'; }in reply to: Setup Register PartCan you please try with incognito mode? Autologin is browser responsibility, we can’t remove it.
Thanks
in reply to: Attributes cannot useColor and size showed up
Please, create attributes and select ‘use for variations’ option, then go to variations tab to add quantity etc.
Thanks
in reply to: Cards – mediaHi, are u using that demo? This style is specific to the fitness template and you cannot import it to another template. If you need I can send you some custom codes to fit your design.
Thanks
in reply to: Handel Theme BugsHi, sorry for this inconvenience. Please send us credentials so we can fix asap at your website and then move on a new update!
Thanks
in reply to: image hover over issue and product list displayCheck here settings for adding currency:
https://alsamha-group.ae/wp-admin/admin.php?page=wc-settings&tab
Thanks
in reply to: problem wpbakeryHi, please check now, fixed it. Sorry for this inconvenience. will make sure to include this on next update
Thanks