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 ago Mirela
    Participant
    in reply to: Mobile Menu Not Completely Showing

    Hello,

    That’s because the height of the menu exceeds the height of mobile screen. Please add this code into your Custom Css box:

    .menu-small ul li a {
       margin-top: 0 !important;
       margin-bottom: 0 !important;
    }
    

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Fullscreen Overlay menu not working

    Hello,

    Can you post the exact link of wp login? I tried with the defaults:
    https://www.chefmckoi.com/wp-admin
    https://www.chefmckoi.com/wp-login

    But i can’t open it. See screenshot: https://ibb.co/9nGvMQc

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Write a Post as Portfolio via WordPress App?

    Hello,

    First of, it is not possible to add posts using portfolio element. These are two different and independent features. Sorry but this is a wordpress related question. Not theme’s. I suggest you check out WordPress support forum or contact their support team for more.
    https://apps.wordpress.com/support/

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: HomePage is not loading properly on mobile devices

    Hello,

    The AP Mega Menu plugin is the culprit. I deactivated it and the mobile header is ok. This is an unknown issue for us. The developer is working on it and we will update theme as soon as we have it fixed.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: theme update – features missing on front end
    This reply has been marked as private.
    7 years ago Mirela
    Participant
    in reply to: Specular: pictures not uploaded, blocks on page not available

    Hello,

    I deleted the old Codeless Framework and installed it again. It’s ok now. I suspect you were running an old version and activating/deactivating it would make no difference.

    In latest theme updates, Envato requires theme developers to remove included plugins files from theme folder to online. So to have the latest included version of a plugin, just delete it, then refresh dashboard. The message asking you to install required plugins will pop up in the screen. Follow the instructions to install it again.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Fullscreen Overlay menu not working

    Hello,

    please add some wp credentials in a private reply. So i can check this closely.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Button size issue

    Hello,

    Right! Sorry i was watching a different page of yours. Please add this css:

    .cl-btn-div.cl-element.animate_on_visible.bottom-t-top.start_animation {
        line-height: 4 !important;
    }

    Result: https://ibb.co/Vm22N2C
    The buttons are taking over line-height set up for body element, which is 14. That’s why it was so big.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Specular: pictures not uploaded, blocks on page not available

    Hello,

    Please udpate theme again first!
    The latest version is 3.1 and it has important updates for Codeless builder and Kirki. Make sure to update all other included plugins.
    If you still need our help, create a user in wordpress and send the credentials to us. Just add your own email. It is not important. You can send us here the username/password to login.

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Header Doesn't Fit On Mobile?

    Hello,

    So to recap: In the home page you have the slider with 4 slides. In the lots page you have the slider with 1 slide.

    I checked the home page in an ipad and the slider looks great! See screen recording: https://jmp.sh/O17bCXJ

    To test, i changed the slider in the lot page, to be the same as the slide in home page and checked that again in the ipad. Result is the same. No issues found.
    I already set the slider of lots page, to the original one with 1 slide.

    Let us know.
    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Button size issue

    Hello,

    Please check in the button’s style options that the border is set to 1px or 2px at max. Right now, it has a border width 10px, that’s why it looks wider.

    Or just add this css in your Custom Css box:

    .cl-btn:not(.btn-priority_secondary) {
        border-width: 1px !important;
    }

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Error message Picante

    Hello,

    Please add some wp credentials in your profile. So we can give it a closer look.
    https://support.codeless.co/?ht_kb=add-private-login-credentials

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: main header row

    Hello,

    First, when finding the css to customize, do not ever see the backend. Check only front-end/live site. The css you pasted(if is exactly like that) has errors.
    Try adding this one:

    /*mobile*/
    @media (max-width: 480px){
    #logo img { height: 60px;}
    .cl-mobile-menu-button span { background-color: #fff; }
    .header_container * {
        background-color: #20263a;
    }
    }
    /*tablet*/
    @media (min-width: 1024px){
    #logo img { height: 60px;}
    .cl-mobile-menu-button span { background-color: #fff; }
    .header_container * {
        background-color: #20263a;
    }
    }

    Mobile result screenshot: https://ibb.co/0hbZKZB
    Change the values for tablet, to your wish (i used the same as for mobile for this example).

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: Site dropped after the upgrade

    Hello,

    The reason for this is the AP Mega Menu plugin. We are currently checking on it and will include a fix as soon as possible. For the time being please deactivate it and add this css in your Custom Css box, to have the style of menu you have previously.

    .header_container.menu-full-style #navigation nav > ul > li.current-menu-item > a {
        background: #e2e4e5;
        padding:15px;    
    }
    .header_container.menu-full-style #navigation nav > ul > li > a {
        border-right:1px solid #e2e4e5;    
        padding-right:20px;   
        padding-top:15px;
        padding-bottom:15px;
        font-size: 13px;
        line-height: 1.6;
        overflow: visible; 
        text-transform: capitalize;
        text-align: left;
        }
    .header_container.header-top nav > ul > li {
        padding-left: 0 !important;
    }

    Best regards!

    7 years ago Mirela
    Participant
    in reply to: theme update – features missing on front end

    Hello,

    I did check the code via Inspect Element in the browser and the target is missing. If it was in the code, it would have shown here. If you have cache installed in your server, flush it and check again.

    Best regards!

Viewing 15 posts - 1,186 through 1,200 (of 12,542 total)
← 1 2 3 … 79 80 81 … 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