Forum Replies Created
-
in reply to: Adding images
Hi, team elements can be edited from Dashboard -> Team(staff) section on the left
you should preset them one time and then re-use themThanks
in reply to: Search bar in mobileHi,
What type of iPhone are you using?
I just checked it, search and hamburger menu works fine
Thanks
in reply to: Video plays with the 'play' button showingHi, can you please provide me website link and credentials?
Please send them as private
Thanks
in reply to: Cart buttons out of alignmentok, let me know if you need further help
Thanksin reply to: Mobile Menu Button off alignmentIs this the right link:
I see that you have removed totally from mobile.
This is the right choice because it’s not too much space to show the button on the header
in reply to: Header Background ColorHmm, are u sure?
I see that header in your website is #000000
Did you fix it?
Sorry for the delay
Imported!
The issue generated from one of the installed plugins, by deactivating them before, fixed the issue.
Thanks
in reply to: diting some words on the JUNE FASHION themeFixed, check now
Thanks
in reply to: ERROR Warning: A non-numeric value encountered inReplace line 60 on includes/core/codeless_slideshow.php
with:
$this->options['layer_slider_id'] = (int) codeless_get_mod('layerslider')+1;This should fix the issue
Thanks
in reply to: Issues importing template dummy contentOk, let us know if you need further help
Thanks
in reply to: Is there a supported caching plugin?Hi,
you can use autoptimize plugin or w3 total cache
in reply to: Variable Product IssuesAdd this custom code on functions.php
add_filter( 'woocommerce_product_tabs', 'woo_remove_tabs', 98 ); function woo_rename_tabs( $tabs ) { unset( $tabs['additional_information'] ); return $tabs; }in reply to: Wishlist button is not workHi, please install the necessary plugin then, go to wishlist configuration and set a page as a wishlist page.
Thanks