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

  • 5 years, 1 month ago Eldo
    Keymaster
    in reply to: Custom menu as mobile menu

    Hello,

    Specular doesn’t have this solution for the moment. So you can’t different menu for different pages. We are working on a new update to add this features and a lot more.

    The hamburger menu will become white if you change the header color to light.

    Edit the page home page go to Page General Settings > Page Options & Styles > Header Color Style > Light

    You can also edit it manually by editing the line css/bootstrap-responsive.css file:

    @media (max-width: 979px)
    .background--dark nav .menu > li > a, .background--dark header#header .header_tools .vert_mid > a, .background--dark header#header .header_tools .vert_mid .cart .cart_icon, .background--dark .slicknav_btn:after, .background--dark .mobile_small_menu {
        color: #222 !important;
    }

    replace with:

    @media (max-width: 979px)
    .background--dark nav .menu > li > a, .background--dark header#header .header_tools .vert_mid > a, .background--dark header#header .header_tools .vert_mid .cart .cart_icon, .background--dark .slicknav_btn:after, .background--dark .mobile_small_menu {
        color: #222;
    }

    Yes we will take in consideration this but sometimes the users share private credentials and private links that don’t want to be public.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Tower theme – customised icons

    Hello,

    You have to use the Services Media element:

    https://codeless.co/tower/documentation/assets/img/services-media.png
    https://imgur.com/7stcbir

    In the add image section you can upload your png icon.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Remove extra line when open mobile menu

    Hello,

    I have tried the website on iPhone X and iPhone 6 and there is no line that appears.

    Please can you check it a private or incognito browser?

    Let me know.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Theme Folie – Scroll Story : Not Working Properly for Responsive
    This reply has been marked as private.
    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Oswald Font Weight 400 Not in Dropdown
    This reply has been marked as private.
    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Google MyMap is too wide on mobile

    Hello,

    You can add this custom code to fix that:

    @media(max-width:767px){
       .page-id-1442 iframe{
           width:300px !important;
    }
    
    }

    Let me know.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Remove extra line when open mobile menu

    Hello,

    Please can you add this custom css code into Customizer > General > Custom Css Box:

    .creative-search{display:none !important;}

    Let us know.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Header Button

    Hello,

    Please can you check it now?

    Keep in mind to not update the file: /vc_templates/clients.php

    Let us know.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: How link slider?

    Hello,

    You can select the column and set it a link. Another way is to use the media element and not the row background.

    Also, you can use the Slider Revolution that gives you a lot more possibilities.

    Let me know.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: one-page-menu

    Hello,

    You have to edit the home page in the WordPress dashboard > Pages > Home > edit in the Page Options find Page as One Page option:
    https://imgur.com/lB793Sx

    Switch the button to on.

    About the menu configuration please check the video:

    The #div has to be set on the page by adding the same class to the respective sections.

    If you can’t finish by yourself send to us your wp creds and online link and we can help you with that.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Error messages

    Hello,

    Please can you write the whole text again in English and in a clear way?

    Let me know.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Change the dropdown menu style

    Hello,

    Please check it now the megamenu.

    You can add other menu items like the examples I have done.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Tower theme – customised icons

    Hello,

    In which format your icons are? If they are in png, jpg, gif or svg you have to use one of our services elements. In case your icons are in font format you have to integrate them.

    Let me know.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Fixed Pinned footer, paragraph styling, anchor problem

    Hello,

    Yes, you have a problem with the www.

    Regards!

    5 years, 1 month ago Eldo
    Keymaster
    in reply to: Mobile view: reverse columns, change pic width & alignment, footer height

    Hello,

    Please check it now this the code i have added into Tower > General > Custom Css

    @media(max-width:767px){
        .page-id-19 #content{
        display: flex;
        flex-wrap: wrap;
        }
        
        .page-id-19 #content .vc_row-fluid:first-child{
            order:4
            
        }
        
         .page-id-19 #content .vc_row-fluid:nth-child(2){
            order:3
            
        }
       .page-id-19 #content .vc_row-fluid:nth-child(3){
            order:2
            
        }
        
        .page-id-19 #content .vc_row-fluid:nth-child(4){
            order:1
            
        }
        
        .page-id-19 #content .vc_row-fluid:nth-child(5){
            order:5
            
        }
       .page-id-19 #content .vc_row-fluid:nth-child(6){
            order:6
            
        }
        
        
        .page-id-19 #content .vc_row-fluid:nth-child(7){
            order:7
            
        }
        
        .page-id-19 #content .vc_row-fluid:nth-child(8){
            order:8
            
        }
        .page-id-19 #content .vc_row-fluid:nth-child(9){
            order:9
            
        }
        .page-id-19 #content .vc_row-fluid:nth-child(10){
            order:10
            
        }
        .page-id-19 #content .vc_row-fluid:nth-child(11){
            order:11
            
        }
        .page-id-19 #content .vc_row-fluid:nth-child(12){
            order:12
            
        }
        .page-id-19 #content .vc_row-fluid:nth-child(13){
            order:13
            
        }
        .page-id-19 #content .vc_row-fluid:nth-child(14){
            order:14
            
        }
        
    
        
    }
    
    @media (max-width: 979px){
    footer .inner .row-fluid [class*="span"]{
        padding-bottom:4px !important;
    }
    footer#footer .inner .row-fluid.ff:first-child{
        
        padding-top:10px !important;
    }
    footer#footer .inner .row-fluid.ff:first-child{
        padding-bottom:0px !important;
    }
    }

    Regards!

Viewing 15 posts - 91 through 105 (of 335 total)
← 1 2 3 … 6 7 8 … 21 22 23 →

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