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

  • 8 years, 11 months ago Mirela
    Participant
    in reply to: Codeless Builder still stuck in loading page!

    Hello,

    As you can see in the previous post you replied (topic), the theme works fine in an online hosting. It does also in localhost, as we tested with MAMP and XAMPP.

    Where are you hosting this? Can you please give more specifications on server status and PHP installed in it?

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Folie Stuck on Import Template Dummy Content

    Hello,

    Sorry for the late reply.
    What theme version do you have? Please make sure first to always have the latest theme version and that you have enough memory limit to perform the dummy data import. Ask your host to guide you with it. Then deactivate every third party plugin and try again.
    Let us know how it goes.

    best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Testimonials not scrolling

    Hello,

    Yes, sure. To make the testimonials automatically scroll please go to file js/codeless-main.js and find these lines:

      /**
         * Init Testimonial Carousel
         * 
         * @since 1.0.0
         */
        CL_FRONT.testimonialCarousel = CL_FRONT.init_cl_testimonial = function(){
            "use strict";
            $('#testimonial-entries').each(function(){
                CL_FRONT.components.Carousel( $( this ), {
    
                    items: 1,
                    animateIn: 'alpha-in',
                    animateOut: 'fadeOut',
                 
                });
            });
        }

    Edit to this:

      /**
         * Init Testimonial Carousel
         * 
         * @since 1.0.0
         */
        CL_FRONT.testimonialCarousel = CL_FRONT.init_cl_testimonial = function(){
            "use strict";
            $('#testimonial-entries').each(function(){
                CL_FRONT.components.Carousel( $( this ), {
    
                    items: 1,
                    animateIn: 'alpha-in',
                    animateOut: 'fadeOut',
                    autoplay: true,
                    loop: true
                });
            });
        }

    I have added only autoplay and loop options.
    Let us know.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: System Status: What does this mean?

    Hello,

    Do you have any other plugin installed in your site? Please disable all plugins and try installing theme again.
    Can you post your wp credentials in a private reply? So we can give this a closer look.

    Thanks!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Column links open in the same page

    Hello,

    Can you please be more specific? Where do you have the links in the columns? Can i see a link?
    Where do you want to add the icon wrapper? In what element? Let us know.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Photographer light produce error

    Hello,

    Sorry for the late reply.
    We have installed and configured the photography light demo on your site. Please continue adding and editing the portfolio items and their featured images in order to populate more the home page portfolio.
    Let us know if you need further help.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Portfolio images not scrolling

    Hello,

    You can make it autoplay but the direction will be right to left. To do so go to file js/codeless-main.js and find this block of code:
    https://codeshare.io/2EMPKP
    Edit to this:
    https://codeshare.io/axeb0d

    Let us know.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Expired

    Hello,

    Sorry but you can’t. You need to register a new account with the Folie theme purchase code. In order to get the default 6 month of included support with the new purchase.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Cart Layout, Buttons, & Product Typography

    Hello,

    I have copy-pasted the credentials in your profile but i’m still not able to login. See screenshot: https://www.clipular.com/c/5918078501388288.png?k=lxCQHC0N3IpnS7mJU3ArzVP-4SY

    Let us know.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Select2 Error Woocommerce

    Hello,

    What plugins do you have installed? Can i see a link of the site?

    To remove a script from being called from a page, add this code into page.php file:

    $page_id = get_the_ID();
    if($page_id == 10){ wp_dequeue_script('select2'); }

    Change the page id (in this case 10) to the page’s id you want this script removed for.
    Let us know.

    Best regards!

    • This reply was modified 8 years, 11 months ago by Mirela.
    8 years, 11 months ago Mirela
    Participant
    in reply to: Search Function – products not blog posts
    This reply has been marked as private.
    8 years, 11 months ago Mirela
    Participant
    in reply to: Help – support expired without notifying! How do I extend?

    Hello,

    Yes, you can extend your support time and not necessarily buy another license for it. Just login to your Envato account. Go to the theme’s profile an at the right side you will see the option to extent support time. Follow the instructions to buy only additional support time.
    Let us know if you have other questions.

    Note: Please know that due to some internal server work going on, the status of the support may not be updated in your profile. But however the date will be and we can always check if you are still supported or not. Do not worry if you do not see the support status change here.
    Thank you for understanding.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Child Theme Demo Won’t Install

    Hello,

    The dummy content xml files are located in the main theme folder. Trying to import from a child theme will give error.
    Just activate parent theme first. Import the demo you want and then activate child theme to continue customizing the content.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Main nav pushed outside of header in chrome

    Hello,

    Can you please send us some valid wp credentials? I would like to give this a closer look since it does not happen on our side.
    Please fill in the login information on the extra information fields of your profile data.

    Read this article for more information.

    Best regards!

    8 years, 11 months ago Mirela
    Participant
    in reply to: Icons Linked

    Hello,


    @gyabrudy
    ,
    Yes, sure. Just follow my instructions via screenshots:
    1- Locate and open the given file. Go to Appearance > Editor. In the right sidebar, you will see some of theme’s files listed. Find services_medium.php among them.
    Screenshot: https://postimg.org/image/4elars4t9/
    If you would want to access it using a ftp account instead, then you should go to folder wp-content/themes/specular/vc_templates/ and here in the listed files, is the file you need.
    Screenshot: https://postimg.org/image/abl1e3nnf/

    2-After opening the file, find the line of code above (copy text and find it using CTRL+F):
    $output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
    Screenshot: https://postimg.org/image/b5vva9dpv/

    3-Replace it with the edited line:
    $output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';

    Save changes.
    That’s it. Let us know.

    Best regards!

Viewing 15 posts - 5,416 through 5,430 (of 12,542 total)
← 1 2 3 … 361 362 363 … 835 836 837 →

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