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, 5 months ago Ruco
    Keymaster
    in reply to: Videos in top row don't resize on Iphone

    Hello,

    I have just tested the video that you have on the homepage and is ok on responsive.
    https://imgur.com/a/MgUcezE

    Keep in mind that on the iphone the youtube videos aren’t allowed to autoplay anymore:
    https://stackoverflow.com/questions/8141652/youtube-embedded-video-autoplay-feature-not-working-in-iphone

    Let us know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Menu desktop and mobile problems

    Hello,

    Please try to remove the position relative from the line above:

    @media (min-width: 992px){
      main#main {    
        width: 85%;
        position: absolute !important;
        z-index:-9;
      }
    
    }

    Let us know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Unable to edit / save changes

    Hello,

    You can edit the theme with the WpBakery Visual Composer that i have updated. You have only to edit the page with WpBakery Visual Composer from the back-end. While we are working to identify the issue.

    If we will launch and new update an email notification will let you know.

    Sorry for any inconvenience.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Page Editor Not Working

    Hello Kyndal,

    Have you installed the latest version of the theme?

    Also have you tried to use Codeless Builder instead of the Visual Composer ?

    Please share with us your wp creds into your profile details so we can take a look for you.

    Let us know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Meta Title and description not working

    Hello,

    Sorry about that please can you share with us your wp creds into the profile details with the online link so we can find out the what cause this issue.

    Let us know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: How do I get rid of this "older posts" button

    Hello,

    Please check it now, i have only removed the pagination from the portfolio element and now everything looks ok.

    Let me know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Mobile Page Layout

    Hello,

    This is possible but we have to make the logo smaller and will not be readable. About the Jamaica project please take a look now.

    Let me know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Logo Alignment on Responsive/Mobile

    Hello,

    Thank you that you appreciate our help and the theme.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Links open to new windows

    Hello,

    Please check it out now.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Logo Alignment on Responsive/Mobile

    Hello,

    Please can you check it out. Let me know.

    This is the code that i have added.

    
    @media(max-width:480px){
     #logo img {
        max-height: 80% !important;
        margin-top: -83px !important;
        margin-left: -68px;
     }
    }
    

    Regards

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: header / navigation help

    Hello,

    You have to edit the first row in by click on the pencil icon and check how you can edit it: https://codeless.co/documentation/main.html#vc_elements the row.

    If you can’t fix it let us know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Menu desktop and mobile problems

    Hello,

    Please can you add also this custom css:

    main#main{z-index:-9; position:relative;}
    nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu{position:absolute; z-index:9999}
    

    Let us know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Can the icon in service link be clickable?
    This reply has been marked as private.
    7 years, 5 months ago Ruco
    Keymaster
    in reply to: Testimonial (Cycle) Speed

    Hello,

    Please try to edit the file main.js and replace the function testimonialCycle()

    function testimonialsCycle() {
        "use strict";
        var $ = jQuery.noConflict();
        $('.testimonial_cycle').each(function() {
            var $self = $(this);
            var container_width = $self.parents('.wpb_wrapper').first().width();
            $('.item', $self).width(container_width + 'px');
    
            $self.carouFredSel({
    
                auto: true,
                scroll: { items: 1, fx: 'fade' },
    
            });
    
        });
    }

    replace with:

    function testimonialsCycle() {
        "use strict";
        var $ = jQuery.noConflict();
        $('.testimonial_cycle').each(function() {
            var $self = $(this);
            var container_width = $self.parents('.wpb_wrapper').first().width();
            $('.item', $self).width(container_width + 'px');
    
            $self.carouFredSel({
    
                auto: true,
                scroll: { items: 1, fx: 'fade', duration:500 },
    
            });
    
        });
    }

    Save the file.

    Let us know.

    Regards!

    7 years, 5 months ago Ruco
    Keymaster
    in reply to: header / navigation help

    Hello,

    I see the row below the header have an animation this cause this issue. If you can’t find the effect by editing the row, share with us your wp creds so we can do this for you.

    You can share the creds into your profile details.

    Let us know.

    Regards!

Viewing 15 posts - 571 through 585 (of 3,073 total)
← 1 2 3 … 38 39 40 … 203 204 205 →

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