Forum Replies Created
-
in reply to: Product Registration
Sorry for the delay
Please update profile credentials so i can setup for you
Thanks
Hello,
Quick view is included with theme:
https://codeless.co/picante/default/?post_type=product
Just please use Shop Items (WooCommerce) and also setup quick view on Customizer -> Shop Options.
Thanks
in reply to: Setup WizardHello,
Sorry for the delay we was on holiday
Please set up credentials on Profile, set the FTP account to.
I will install for you
Thanks
in reply to: Remove Demo ContentHello,
Please modify content of Page Bottom Content Page
or remove the selected page from options -> Customizer -> Shop -> Shop Bottom ContentThanks
in reply to: Remove Breadcrumbs & In-StockHello,
Please add this css line:
1.
.woocommerce .woocommerce-breadcrumb{ display:none !important; }2.
.cl-useful-info{ display:none !important; }Thanks
Hello,
Sorry for the delay, we was on holidays
Please try to remove the animation for that element by using the builder.
This can help on IE.Thanks
in reply to: Change search placeholderHello,
Sorry for the delay, we was on holiday these days
Can you please let me know what type of search do you need to change?
For example if you need header search please modify placeholder on:
includes/codeless_builder/header-elements/cl_header_tools.php or cl_header_searchThanks
in reply to: Header problemFixed,
Leave header Color option on Page Settings Section – > Dark (not light)
Thats allThanks
in reply to: Folie – add back to top buttonPlease add this function on functions.php:
function codeless_back_to_top_button(){ if( codeless_get_mod( 'back_to_top', false ) ) echo '<a href="#" class="scrollToTop"><i class="cl-icon-chevron-up"></i></a>'; } add_action( 'codeless_hook_wrapper_after', 'codeless_back_to_top_button' );add this on style.css
.scrollToTop{ width:60px; height:60px; border-radius:4px; text-align:center; background: rgba(0,0,0,0.25); font-weight: bold; color: #fff; text-decoration: none; position:fixed; bottom:20px; right:20px; display:none; z-index:999999; } .scrollToTop i{ line-height:60px; text-align:center; width:100%; font-size:24px; } .scrollToTop:hover{ text-decoration:none; }add this on js/codeless-main.js after self.onePageScroll(); on a new line :
self.scrollToTopButton();add this on js/codeless-main.js above this comments on the file:
/** * Manage Customize Partial RefreshCL_FRONT.scrollToTopButton = function(){ "use strict"; $(window).scroll(function(){ if ($(this).scrollTop() > 100) { $('.scrollToTop').fadeIn(); } else { $('.scrollToTop').fadeOut(); } }); //Click event to scroll to top $('.scrollToTop').click(function(){ $('html, body').animate({scrollTop : 0},800); return false; }); }This can help you
Thanks
in reply to: Folie – add back to top buttonSorry for the delay,
We just returned from holidays.
Please, fix your website, it’s defaced from a hacker group.
I see that back-to-top is activated.Thanks
in reply to: Header problemHello
If you need black header elements, leave to dark header color. If you need white elements change to light.I think, this can help you
thanks
in reply to: private postHello,
Sorry for the delay, we was on holidays
It’s something that conflicts with PHP version of server. Can you please send me complete PHP error log?
Sorry again for the delay
Thanksin reply to: Website malfunctionHello,
Sorry for the delay, we was on holidays
It’s something that conflicts with PHP version of server. Can you please send me complete PHP error log?
Sorry again for the delay
Thanksin reply to: Lost all pagesHello,
Sorry for the delay, we was on holidays
It’s something that conflicts with PHP version of server. Can you please send me complete PHP error log?
Sorry again for the delay
Thanks