Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.7 years, 7 months ago in reply to: Not able to customize the site from header to topbar and footer #16510
Hi,
I have login your site and try to change the primary color (http://prntscr.com/jxvz54) -> The frontend displays the primary color selected.
Footer Block: WPBakery page builder is available here. I have changed the logo (Footer 4), you can reload your site and check. https://prnt.sc/jxvy5h
*** Maybe the cache caused this problem, you can remove the cache or try with the anonymous browser again.
Thanks.
Hi,
Please re-send the screenshot to clarify.
Thanks.
7 years, 7 months ago in reply to: Not able to customize the site from header to topbar and footer #16507Hi,
I have checked your site and it still normal works.
To Customize the Elektron theme, please use Theme Options instead of Customizer.
- Footer custom: you go to Footer Block -> Edit a footer available or Add new a Footer. After completion, you go to Theme Options -> Footer -> Set "Footer" that you created.
Best regards.
Hi,
I have replaced the content of yolo-main.min.js file.
Please reload your site and check again.
7 years, 7 months ago in reply to: Search Box – Product Category – Product name out of margin #16497Hi,
You can add these lines to style.css of Child Theme.
header.yolo-main-header .search-with-category .form-search-left > span{
white-space: nowrap;
overflow: hidden;
}
Best regards.
Hi,
I'm not sure this issue, please send me admin your account (Set as private reply).
I will help you check.
Thanks.
This reply has been marked as private.Hi,
With each purchase code, you can use with 5 domains -> you can use the subdomain to test Bestruct theme.
Thanks.
Sorry for the delayed reply.
I have activated the Child Theme and custom the footer.php file.
I added a new function to check the current lang:
- If it is Vietnamese -> get the id of "Footer vn" else get the id "Footer en".
Please reload your site and check again.
Thanks.
Hi,
I have added these line to the related.php (/wp-content/themes/yolo-motor/woocommerce/single-product/)
wp_enqueue_style(owl-carousel);
wp_enqueue_script(owl-carousel);
Please reload your site and check again.
Thanks.
Hi,
You can add these lines to Custom CSS or the style.css of Child Theme:
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
position: static;
}
.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe]{
padding-left: 20px;
}
.woocommerce-checkout #payment input#payment_method_stripe, #add_payment_method #payment input#payment_method_stripe{
top: 13px;
}
- Hide the title:
.block-center-inner{
display: none;
}
Hi,
I still can't loglin the backend your site.
http://prntscr.com/jwjkfd (I enabled the cookie, but can't login).
With the problem Footer Block, you need to check two option:
- Theme Options: this general setting for all pages.
- Page Options: this is the setting for each page (This option will be preferred over Theme Options)
==> To the footer can sync across all pages:
- You go to Page Options of each page -> Page Footer -> set "Default" <--->(get Footer from Theme Options)
- You go to Theme Options -> Footer -> select footer that you want.
Hi,
To hide the product out of stock, you can do the following instruction in here:
https://iconicwp.com/blog/hide-stock-products-woocommerce-catalog-pages/
-
AuthorPosts
