Forum Replies Created
-
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!
in reply to: Stuck loading Customise screenThis reply has been marked as private.in reply to: Social Widget in footer is not _blankHello,
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/5PXDV7Save and refresh pages.
Best regards!
in reply to: IT Services Demo SiteThis reply has been marked as private.in reply to: Columns not displaying correctlyHello,
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!
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!
in reply to: mp4s stopped playing suddenlyHello,
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!
in reply to: Stuck loading Customise screenHello,
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
in reply to: Products Title ColorHello,
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!
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!
in reply to: Specular is hard cropping my woocommerce thumbnailHello,
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!
in reply to: Client Slider CarouselHello,
Please go to file js/main.js and find function:
function clientsCarousel(){
Editauto: false,toauto: true,Save changes and refresh.
Best regards!
in reply to: Stuck loading Customise screenHello,
-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!
in reply to: Bug with the Sticky MenuHello,
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!
in reply to: Codeless SliderHello,
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!
-
This reply was modified 8 years, 5 months ago by