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, 11 months ago Mirela
    Participant
    in reply to: Folie – automatic scroll speed

    Hello,

    Please add some valid wp credentials in your profile data. Read this article for more information.

    So we can check it closely.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Header

    Hello,

    Just go to the page options, scroll down. You will see the General Settings section right after the page’s content (at the end of all visual composer elements you have added in the page/post).
    See screenshot: https://postimg.cc/image/iv4f052uv/

    Let me know.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Social Icons and Text not lining up

    Hello,

    Sorry for the late reply.
    To align the text and icon, please add this code into your General Options > Custom Codes > Custom Css box:

    .social_icons_sc {
        float: initial;
        width: 5% !important;
    }

    How did you add this element? It has a strange structure. Can you send us some valid wp credentials in a private reply? So i can give it a closer look.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Folie 2.1.3 – small business import issue – widget stops at 30%

    Hello,

    I was able to import the small business demo in no time. Please check your site now.
    Let me know if you need further help.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Auto Scrolling Testimonials

    Hello,

    To do this you need to edit theme js script in file js/codeless_main.js. The function responsive for it is “CL_FRONT.testimonialCarousel” Please know that this is a personal customization and therefore not included in support.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Install problem FOLIE

    Hello,

    I installed and set up theme in your site. Please check and let me know if you want to change anything.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Blank space in web creation does not work

    Hello,

    Please update theme and all it’s included plugins to their latest version. It’s very important for the well-functioning of theme settings!

    Let us know if the issue persists after this.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Change currency symbol. Woocomerce does not act with the change of currency

    Hello,

    1-The password is not accepted: https://postimg.cc/image/61j88v3af/
    2-I see the currency symbol is set to euro (screenshot). Did you manage to fix it?
    Let us know.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Search feature in header

    Hello,

    I added this css too:

    .search.tool.search-style-.expand {
        background-color: #cd171900 !important;
        border-radius: 0% !important;
    }

    Please check. It’s ok now.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: masonry layout not working in my rtl site
    This reply has been marked as private.
    7 years, 11 months ago Mirela
    Participant
    in reply to: Some Translate – June

    Hello,

    You can use a translation plugin such as WPML or Loco translator. Or use the included pot files. Check this link and follow the steps.

    Let us know.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: June update = unable to edit

    Hello,

    Can you please add some valid wp credentials in your profile data? Read this article for more information.
    There is no reason for the customizer not to work. Do you have all necessary plugins installed? Please be sure to install and activate Mailchimp Plugin as required from Theme. If this will not fix the issue, please contact me back.

    Let us know so we can help.

    Best regards!

    • This reply was modified 7 years, 11 months ago by Mirela.
    7 years, 11 months ago Mirela
    Participant
    in reply to: Open on new tab option

    Hello,

    Yes, there is no option to select if you’ll have a link open in new tab or not. By default the links open in the same page. To change that you need to edit theme files. Please go to file functions.php and find this block:

    function codeless_team_socials( ){
        $list = codeless_get_team_social_list();
        $output = '';
        if( empty($list) )
            return;
     
        foreach($list as $social){
            $link = codeless_get_meta( $social['id'] . '_link', '', get_the_ID());
    
            if( $link != '' ){
                $output .= '<a href="'.esc_url( $link ).'"><i class="'.esc_attr( $social['icon'] ).'"></i></a>';
            }
        }
    
        
        return $output;
    }

    Edit this line: $output .= '<a href="'.esc_url( $link ).'"><i class="'.esc_attr( $social['icon'] ).'"></i></a>';

    To this:
    $output .= '<a href="'.esc_url( $link ).'" target="_blank"><i class="'.esc_attr( $social['icon'] ).'"></i></a>';

    Let us know what other changes you want to do.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Customising my site for mobile

    Hello,

    You can make these changes by using custom css. Add the code in your Custom Css box in General Options. If a custom css does not work, then check the css classes you are editing. They may not the the correct ones.

    If you want us to help directly, then just add some valid wp credentials in your profile data. Read this article for more information.

    Best regards!

    7 years, 11 months ago Mirela
    Participant
    in reply to: Custom Code Problem

    Hello,

    We have just released a theme update. Please update your version and let us know if the situation persists.

    Best regards!

Viewing 15 posts - 2,776 through 2,790 (of 12,542 total)
← 1 2 3 … 185 186 187 … 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