Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Product Registration

    Sorry for the delay

    Please update profile credentials so i can setup for you

    Thanks

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: How to make product quick view for Product image and name

    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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Setup Wizard

    Hello,

    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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Remove Demo Content

    Hello,

    Please modify content of Page Bottom Content Page
    or remove the selected page from options -> Customizer -> Shop -> Shop Bottom Content

    Thanks

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Remove Breadcrumbs & In-Stock

    Hello,

    Please add this css line:

    1.

    .woocommerce .woocommerce-breadcrumb{ display:none !important; }

    2.

    .cl-useful-info{ display:none !important; }

    Thanks

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Internet Explorer 11 support for June WordPress Theme

    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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Change search placeholder

    Hello,

    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_search

    Thanks

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Header problem

    Fixed,

    Leave header Color option on Page Settings Section – > Dark (not light)
    Thats all

    Thanks

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Header problem

    Let me check directly your page

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Folie – add back to top button

    Please 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 Refresh
    CL_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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Folie – add back to top button

    Sorry 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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Header problem

    Hello
    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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: private post

    Hello,

    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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Website malfunction

    Hello,

    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

    7 years, 9 months ago Ludjon
    Keymaster
    in reply to: Lost all pages

    Hello,

    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

Viewing 15 posts - 1,306 through 1,320 (of 1,583 total)
← 1 2 3 … 87 88 89 … 104 105 106 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password