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

  • 10 years ago Mirela
    Participant
    in reply to: Import demo data is not working

    Hello,

    Sorry for the late reply.
    I checked the site in firefox and you are right. Please send us your ftp. We need to check the javascript files for this.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: My CSS selectors are overridden

    Hello,

    In this case you can use !important to give priority to your custom code.
    Example: .single_testimonial dl dd .param .position { color blue !important; }

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Blog Full Text versus Summary Text

    Hello,

    To display all text instead of excerpt, please go to file \includes\view\loop-index.php and find these lines:

     if($post_format == 'video' || $post_format == 'audio')
                                        echo codeless_text_limit(get_the_content(), 60);
                                    else
                                        echo get_the_excerpt();

    Replace this line: echo get_the_excerpt(); with this: echo get_the_content();

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: stop the header & menu form scrolling

    Hello,

    Can you please be more clear? What issues are you having when the mailchimp is active?
    the included plugins are located in Tower/plugins folder. But after installing them, the working plugin files are located under wordpress default plugin folder (wp-content/plugins). So there is nothing different from other wp sites.

    You can also install Mailchimp for WP plugin from Plugins > Add New, search it from the available plugins list (screenshot).
    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Override CSS and Javascript Issues

    Hello,

    1-Perhaps you are trying to overwrite the css of a dynamic element that changes classes via js. I don’t see the mentioned pages in the site you send us. Please send us the links of these pages. So we can give a closer look.

    2-I hovered to the ‘Contact’ page in menu and the ‘Careers’ menu item was white. I went to ‘Careers’ menu and while still in the page (active menu), the menu is blue. So is ‘Contact’ menu item title. But this happens because you have set it as a parent of page ‘Careers’. So far everything is correct.
    I switched to another page in the menu, and now the ‘Contact’ and ‘Careers’ (no longer active pages) are back to white. Still correct.
    What do you want to edit here?

    3-That’s because the menu css has been altered. The sub-menu is moved a little more lower than the default style. Add this code into your custom css box:

    .header_8 nav .menu > li > ul.sub-menu {
        top: 125px !important;
    }

    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Chance text "Search Results"

    Hello,

    Please go to file includes\view\page_header.php ad find this line:

    if(is_search())
       16:         $title = __('Search Results', 'codeless');

    Change the search text line here.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: How to reduce size of search bar in tower theme

    Hello,

    Glad to know it’s as you wish now. Thanks for sharing.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: One Pager

    Hello,

    Please watch our “One page” video tutorial first. Let us know if you need further help.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Coordinates are off on Image Maps

    Hello,

    Can you please be more specific? What are you using to create this image map? I only see a list and an image in the link you send us.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Codeless slider not responsive

    Hello,

    Please go to file js\main.js and find this line:

    linkElement   		  :   'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
     2026  	 });

    Replace with this:

    linkElement   		  :   'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
     2026  	 });

    Then add this code into your custom css box:

    @media (max-width: 480px){
    .slider#slider-fullwidth {
        min-height: 244px !important;
    }}
    
    @media (max-width: 767px){
    .codeless_slider .swiper-slide {
        height: 300px !important;
    }}

    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Clients Carousel Arrow

    Hello,

    1-To make clients arrows always visible, please add this code into your custom css box:
    .clients_el .pagination a { opacity: 1;}

    2- To display all clients in mobile please add this code:

    @media (max-width: 767px) {
    .caroufredsel_wrapper .clients_caro {
       width: 300px !important;
        height: 1200px !important;
    }}

    Let us know.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: New theme update – Visual Composer FIX

    Hello,


    @utopiaupshire
    ,
    Please update theme first and then update Visual Composer. See these tutorials for guidance: Update theme, update Visual Composer.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: Visual Composer – No Licenses Found

    Hello,

    All the included plugins, Visual Composer too, have extended licenses. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. You can not update it on your own terms with this type of licence.
    The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.

    If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
    You are free to make the choice that best fits your needs.

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: animations on mobile

    Hello,

    Please check your site. It can’t be reached from our side. (screenshot)

    Best regards!

    10 years ago Mirela
    Participant
    in reply to: General Settings don’t work

    Hello,

    Did you made any recent changes to theme files? or did you installed any new third party plugin recently? When did this start to happen?
    Please disable all third party plugins. Then enable them one at a time. One of them could be conflicting with theme scripts.
    Let us know.

    Best regards!

Viewing 15 posts - 8,266 through 8,280 (of 12,542 total)
← 1 2 3 … 551 552 553 … 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