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

  • 8 years, 5 months ago Mirela
    Participant
    in reply to: Contact form 7 issue

    Hello,

    I fixed it. I commented out a line of code in your custom css box that was overwriting this. See screenshots of how it looks now in mobile and desktop: https://postimg.org/image/n0m4didpx/
    https://postimg.org/image/ayqqjihdx/

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Contact form 7 issue

    Hey,

    Do you have any caching plugin installed? Please clear cache and refresh page. If you still can not see changes, send us some valid wp credentials in a private reply. So i can give it a closer look.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Folio Layout problems

    Hello,

    I suppose you are referring to the ‘placeholder’ item. I removed the dummy portfolio item and now both views (front page and backend) look the same.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Website looks bad on mobile

    Hello,

    Yes, the js_composer is the name of the folder WP Bakery Visual Composer plugin creates in the wp-content/plugins folder of your wordpress installation.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Custom link on images not working

    Hello,


    @gale
    , Yes, sure! Thank you for pointing it out.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Scrolling through the portfolio

    Hello,

    The portfolio has the filter option that you have already chosen to display (screenshot). Are you referring to show only the selected category images to display in the lightbox?
    Sorry this is not possible for now. I will refer this to the developers so we can try to add this feature in future updates.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Tip page idle

    Hello,

    Are you referring to the loading page before the Codeless Builder opens up? Yes, this is a know case if you have an older Codeless Builder plugin running or not enough memory allocated to wp.
    Can you please give us some more details on your system? What theme version and CB plugin are you running? What PHP version and WordPress?
    If you want, you can send us some valid wp credentials in a private reply. So we can check it out.

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Responsive issues

    Hello,

    I added this code into your custom css box:

    @media (max-width: 480px){
    .wpb_animate_when_almost_visible {
        opacity: 1 !important;
    }}

    I also fixed some errors in the custom css added in the homepage’s custom css box. Mostly missing brackets. I tested it in mobile and the text shows up just fine now. Please clear cache and refresh page.
    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Folio Layout problems

    Hello,

    -Can you please be more specific? What is wrong in the builder?
    -In file \includes\codeless_builder\shortcodes\cl_page_header.php i edited this line:
    $output .= '<li class="active"><a href="'.esc_url(get_permalink()).'">'.esc_attr($title).'</a></li>';

    to this:
    $output .= '<li class="active"><a href="'.esc_url(get_permalink()).'">'.$title.'</a></li>';
    Please check the ‘Services’ page now.

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Some minor adjustment help

    Hello,

    In these pages too, the tags under the portfolio items are already being hidden by the previous code. See screenshot: https://postimg.org/image/c1x2pxd7p/
    Are you not getting this? If not, please clear cache and refresh page.

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Contact form 7 issue

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    div.wpcf7-validation-errors {
        margin-top: 1182px !important;
    }}

    This should be the result: https://postimg.org/image/vjmo8u3ut/

    You could also replace this block:

    div.wpcf7-validation-errors {
        border: none !important;
    }
    div.wpcf7-response-output {
        margin: 9em 9.5em !important;
    }

    With this:

    div.wpcf7-validation-errors {
        margin-top: 106% !important;
    }

    Let us know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Scrolling through the portfolio

    Hello,

    I changed the number of portfolio items per page to 12. Please check your homepage. It’s ok now. See screen recording:
    https://drive.google.com/file/d/1H5uGF1HHPOAxuu8xUIy0Q-Z-1UDgWkyz/view
    Let me know.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: delete single new slider inside codless slider

    Hello,

    I edited this block:

     /**
         * Initialize Lightbox Elements
         * @since 1.0.0
         */
        CL_FRONT.itemILightBox = function(){
            "use strict";
            var el = $( '.entry-lightbox, .cl_media .lightbox' );
    
            if( el.length > 0 ){
                CL_FRONT.components.LightBox( el );
            }    
        }

    To this:

     /**
         * Initialize Lightbox Elements
         * @since 1.0.0
         */
        CL_FRONT.itemILightBox = function(){
            "use strict";
            var el = $( '.entry-lightbox, .portfolio_item .entry-link.lightbox, .cl_media .lightbox' );
    
            if( el.length > 0 ){
                CL_FRONT.components.LightBox( el );
            }    
        }

    Please download these files: https://jmp.sh/0UaB8yF
    And overwrite the ones you have in folie/js folder. The lightbox should be ok now. We have tested it on our side and it has no issues.
    Let us know how it goes.

    Best regards!

    8 years, 5 months ago Mirela
    Participant
    in reply to: Self-Hosted Videos
    This reply has been marked as private.
    8 years, 5 months ago Mirela
    Participant
    in reply to: Website looks bad on mobile
    This reply has been marked as private.
Viewing 15 posts - 4,186 through 4,200 (of 12,542 total)
← 1 2 3 … 279 280 281 … 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