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, 7 months ago Mirela
    Participant
    in reply to: Overlapping items

    Hello,

    Sorry, please check it again. It should be ok now.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: PERMALINKS Problem

    Hello,

    this is strange. Please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Weird Header when window is small

    Hello,


    @Rednown
    ,
    The responsive mode includes some predefined screen dimensions, the smartphones / tablets / laptops. Whom all have fixed dimensions that are all covered up in theme styles.
    Your site looks ok when viewed in iPhone / iPad.
    When you re-size the browser to your wish, it will eventually, have in a time, the width that no device has. Usually these do not pose any issue on the site as it is usually accessed by one of these devices, however if you want to avoid it, then please add this code into your custom css box:

    @media (max-width: 1100px){
    nav .menu > li {
        padding-right: 5px;
        padding-left: 5px;
    }
    }

    Result.


    @HannahTK
    ,
    Your site has different issues, that are not caused by the theme. Your case is different from the present customer. Please refer to our replies on your topics.
    We are happy to assist you solve your issue. Thank you.

    Best regards!

    • This reply was modified 10 years, 7 months ago by Mirela.
    10 years, 7 months ago Mirela
    Participant
    in reply to: Mobile Site

    Hello,

    No, the header type does not affect mobile menu. Please update theme to it’s latest version and deactivate all third party plugins.
    Let us know, so we can check it up again.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Mega menu title font/size

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    .menu-small ul.menu .codeless_custom_menu_mega_menu h6 {
        font-size: 10px;
        padding-left: 54px;
    }
    .menu-small ul.menu > li > a { font-size: 14px;}
    }

    Result.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Mobile Menu/ Burger Icon Not Showing

    Hello,

    I can see the mobile menu. But since the background is white and so is the logo, it makes it invisible. To have dark logo for mobile , i added this code into your custom css box:

    @media (max-width:480px){
    #logo img.dark {
        display: none !important;
        visibility: hidden !important;
    }
    #logo img.light {
        display: block !important;
        visibility: visible !important;
    }
    #logo img {
        height: 27px !important;
        top: 60px !important;
    }}

    Result.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Dummy Import Not Working

    Hello,

    Sorry for the late reply.
    Please send us your wp credentials in a private reply. So we can do it for you.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Put text into the slider for mobile view

    Hello,

    Can you please check again the credentials? I can’t pass by the pop up login form with these.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Team Add-On

    Hello,

    1- To have more text for staff description please go to file staff.php and find this line: $output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
    The number 25 is the number of words allowed to show in the small description. Increase it as much as you want, to display more.

    2-To push up closer to the picture, the “Name, Title, Text”, add this code into your custom css box:
    .single_staff .content { padding: 2px;}

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Trouble with icons

    Hello,

    For the icons alignment please add this code into your custom css box:

    .services_medium .icon_wrapper [class*="moon-"]:before, [class*=" moon-"]:before {
        line-height: 2.3;
    }

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Responsive Menu/Header

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    #logo { left: -100px !important;}
    a.mobile_small_menu:hover {
        color: #00d3c5 !important;
    }
    }

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: TOWER THEME

    Hello,

    1-Sorry but is not possible to add a contact form in footer as a widget.
    2-Please go to file tower\includes\core\codeless_options.php and find these lines:
    https://codeshare.io/MxdJH
    Replace with these: https://codeshare.io/AcZvg
    Now go to file tower\includes\widgets\codeless_socialwidget.php and find these lines:
    https://codeshare.io/zzqKp and replace with these: https://codeshare.io/JoUBb

    3-In the Services element options, there is a option to assign an icon. There is also a small triangle for you to switch to the next page of icons and select the one you want. Screenshot.

    4-You have selected the dark version of header in your home page, but to remove this effect you have to select the dark header in all of your codeless slider, slides. I already changed that for you.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Setting Up Tower Agency Demo

    Hello,

    I was able to create a new menu (home_menu) and set it as main menu. What issue are you experiencing? Screenshot. I changed it back to the menu you were using.
    Let us know.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Tower: Portfolio Project Detail and Description

    Hello,

    You will not find those files under Appearance > Editor. Please go to your wp-content/themes/tower/includes/view/portfolio/ folder, access it from your cpanel, or via ftp.
    To add information for the “Project Details” please go to General Options > Portfolio Config > Custom fields Parameters, add here as many custom fields you need.
    screenshot. Then go to your portfolio item Single Portfolio Options > Custom Fields, (screenshot) fill in the info and save.

    Best regards!

    10 years, 7 months ago Mirela
    Participant
    in reply to: Overlapping items

    Hello,

    Please go to file button.php, and replace it’s code with this: https://codeshare.io/kW1GJ
    You have installed plugins that conflict with theme files, causing elements to overlap. I added this code into your custom css box:

    .vc_col-sm-8.wpb_column.column_container.with_padding {
        padding-top: 65px;
    }
    .vc_col-sm-4.wpb_column.column_container.with_padding {
        padding-top: 65px;
    }
    .animated_counter { padding-top: 150px;}

    It is ok now.

    Best regards!

Viewing 15 posts - 10,831 through 10,845 (of 12,542 total)
← 1 2 3 … 722 723 724 … 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