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, 9 months ago Mirela
    Participant
    in reply to: mp4s stopped playing suddenly

    Hello,

    Actually i was referring to the second video (the boat in harbor), the screen recording and code was for that.
    However, i moved the custom css from main Custom Css Box to the page’s custom css box and added another chunk of css for the globe video background.
    This is the resulting code:

    .codeless_slider #video_background {
        max-height: 163% !important;
        margin-top: -123px !important;
    }
    .video_section #video_background {
       max-height: 163% !important;
       margin-top: -200px !important;
    }

    Screenshots: https://www.clipular.com/c/5761334338912256.png?k=EfHPOQfEKP3nKOyVLcXnK-qu3zk
    https://www.clipular.com/c/6017839046852608.png?k=OgCGJ7-f9nmt2LdRm559dleTrzk
    Edit the values to your wish if you want to further move around the videos.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Stuck loading Customise screen
    This reply has been marked as private.
    8 years, 9 months ago Mirela
    Participant
    in reply to: Social Widget in footer is not _blank

    Hello,

    That is not a default option for the socials. To make your social icons open link in new tab, please go to file \includes\widgets\codeless_socialwidget.php and find these lines:
    https://codeshare.io/5DrMjE
    Replace with these:
    https://codeshare.io/5PXDV7

    Save and refresh pages.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: IT Services Demo Site
    This reply has been marked as private.
    8 years, 9 months ago Mirela
    Participant
    in reply to: Columns not displaying correctly

    Hello,

    The page is under construction mode so i can not check it’s code, however, please try adding this custom css in the page’s custom code box (gear icon on top-right corner):

    .vc_col-sm-8 {
        width: 65% !important;
    }

    Let us know how it goes.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Exclude categories from the Full Blog widget?

    Hello,

    I am glad you found your solution. Thank you for sharing the edit.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: mp4s stopped playing suddenly

    Hello,

    I checked the custom css box, you had an error before the code of video. I commented out the line with the error. It’s this one:
    /* background-repeat:<repeat-style>;*/
    Then i checked the video and it’s centered like when i first tried the custom code(before sending it to you). Please see a screen recording of your Services page now:
    https://jmp.sh/1wTAxH1
    I got the same result when viewing it in Firefox as well.
    To further position the video, just change the values of the custom css to your wish.
    Let us know.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Stuck loading Customise screen

    Hello,

    It is not a problem adding a menu to a one page. The conflict here is with the style of the menu you have selected. Because just by clicking it, it does not trigger a ‘closing’ action for the menu. It only redirects you to the right section of the one page.
    Please go to your js/codeless_main.js file and find these lines:
    https://codeshare.io/5zgMVr

    /**
         * Manage Customize Partial Refresh
         * 
         * @since 1.0.0
         * @version 1.0.7
         */
        CL_FRONT.onePageScroll = function(){
            "use strict";
            if( CL_FRONT.config.$body.hasClass('cl-one-page') ){
    
                console.log(CL_FRONT.config.$headerHeight);
    
                CL_FRONT.components.loadDependencies( [ codeless_global.FRONT_LIB_JS + 'jquery.onepage.js' ], function() {
                    $('#navigation nav .menu').onePageNav({
                        currentClass: 'current-menu-item-onepage',
                        changeHash: false,
                        scrollSpeed: 750,
                        scrollThreshold: 0.5,
                        offset: CL_FRONT.config.$headerHeight
                    });
                });
    
        }
    }

    Replace with these: https://codeshare.io/5eMvrl

      /**
         * Manage Customize Partial Refresh
         * 
         * @since 1.0.0
         * @version 1.0.7
         */
        CL_FRONT.onePageScroll = function(){
            "use strict";
            if( CL_FRONT.config.$body.hasClass('cl-one-page') ){
    
                console.log(CL_FRONT.config.$headerHeight);
    
                CL_FRONT.components.loadDependencies( [ codeless_global.FRONT_LIB_JS + 'jquery.onepage.js' ], function() {
                    $('#navigation nav .menu').onePageNav({
                        currentClass: 'current-menu-item-onepage',
                        changeHash: false,
                        scrollSpeed: 750,
                        scrollThreshold: 0.5,
                        offset: CL_FRONT.config.$headerHeight
                    });
    
                      if( $('.header-el').children('.cl-fullscreen-overlay-menu') ){
    
                        $( '#navigation nav > ul > li > a', '.header-el' ).on( 'click', function( e ){
                                        
                            $('.cl-fullscreen-overlay-menu').removeClass('open');
                            $('.cl-hamburger-menu').removeClass('open');
                        } );
                     }
                });
        }
    }

    We will include this fix in the next theme update, so do not worry for any future updates overwriting these changes.

    Best regards!

    • This reply was modified 8 years, 5 months ago by Mirela. Reason: added the code in the links
    8 years, 9 months ago Mirela
    Participant
    in reply to: Products Title Color

    Hello,

    Add this code into the Custom Css box in General > Custom Codes:

    .shop-products .product_item h3 {
        color: white;
    }
    span.woocommerce-Price-amount.amount {
        color: white;
    }

    Let us know.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Exclude categories from the Full Blog widget?

    Hello,

    Are you referring to the “Latest posts” widget? Or the “Full Blog” element of Visual Composer? It is not possible filtering based on category in the first one. In the second, you can chose a category (go to Full Blog Settings > Set Headlines From Blog) but not exclude one.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Specular is hard cropping my woocommerce thumbnail

    Hello,

    I checked your shop page, but the images look great. Not cropped like in the screenshots. See screenshot of it: https://www.clipular.com/c/6118259140329472.png?k=wAAaIyxLOToVmFcKBRCxtHNt_a4
    Did you manage to fix your issue? Let us know.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Client Slider Carousel

    Hello,

    Please go to file js/main.js and find function: function clientsCarousel(){
    Edit auto: false, to auto: true,

    Save changes and refresh.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Stuck loading Customise screen

    Hello,

    -Please make sure to have updated the plugins as well. Especially Codeless Builder.

    -I added a slider in the home test page, with 6 slides. Please use CTRL+SHIFT + click key combination to access the ‘row’ option in Codeless Slider in order to change the background image. See a live demonstration here: https://youtu.be/2XWbb6i1Unw

    -That happens because the header style selected is build for the standard header style. When the menu is clicked, it triggers the new page loading. And with that, the menu is reloaded to it’s initial form (closed).
    With one page menu, the home page does not reload and therefore there is no action triggering a closing action for the menu.

    To change that, you need to edit theme’s js files. Sorry but this is a customization not included in support. I have added this version of one page menu layout to our to-do list. So we can include it in future theme updates.

    Best regards!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Bug with the Sticky Menu

    Hello,

    Sorry for the inconvenience. The latest theme release had some major changes in it. We are still working on the to-do list for mentioned issues. A new update will be released very soon. Please look forward to it.

    Thank you!

    8 years, 9 months ago Mirela
    Participant
    in reply to: Codeless Slider

    Hello,

    Sorry for the inconvenience.
    We are currently working on it. A new theme update is on it’s way, until than please use CTRL+SHIFT + click key combination to achieve it.
    Let us know.

    Best regards!

Viewing 15 posts - 4,891 through 4,905 (of 12,542 total)
← 1 2 3 … 326 327 328 … 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