Forum Replies Created
-
in reply to: Youtube Video
Added the vimeo, it works on me
Please copy the embed link, its a browser problem not a theme issue.
Thanks
Please,
Can you share a link?
Thanksin reply to: Web Customization – Contact Form. + Home Pg Issuesin reply to: Creative Content Never ImportedHello,
Sorry for the late response, we was on holiday
I will help you right now to fix and setup your website.
Please update credentials on profile tooThanks,
Sorry again for the delay. Please send me an email when you will go online on [email protected]in reply to: SPECULAR styles different from Online-ShowcaseHello,
Can you please send me a link of your website?
Please update credentials on profile too, so I can help you to fix these issuesThanks
in reply to: footer 1 column full widthHello,
Do you have fixed this issue?
I saw that your website footer looks goodLet me know, sorry for the delay
Thanks
in reply to: Header button not centeredHello,
Sorry for the delay, we was on holiday
Please add this css line:
.header_button{ -webkit-transform: translateY(-50%) !important; transform: translateY(-50%) !important }Thanks
in reply to: Links disappear on hoverHello,
For content links use this:
p a:hover{color:#222;}in reply to: Sidebar bullet points display issueHello,
Sorry for the delay, we was on holiday
I am looking at your website and it looks ok
Let me know how can I help youThanks
in reply to: How to Rename 'Blog'Hello,
Sorry for the delay, we was on holiday
1. You need to create a page (add name as you want)
2. Set this page as a blog page at page template optionsThat’s all
Let me know
Thanksin reply to: Icon is not trasparent anymoreHello,
Sorry for the delay, we was on holiday
Take a look at header.php file
Normal favicon:
<link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />PNG/GIF favicon:
<link rel="icon" type="image/gif" href="favicon.gif" /> <link rel="icon" type="image/png" href="favicon.png" />This can help you
ThanksOr please replace this function on js/codeless-main.js
CL_FRONT.quickView = function(){ if( CL_FRONT.config.$isMobileScreen ) return; $('.product_item').on( 'click', function(e){ e.preventDefault(); var $button = $(this).find( '.cl-quick-view' ); $button.addClass('loading'); var id = $button.data('id'); var data = { id: id, action: "codeless_woo_quick_view" }; CL_FRONT.components.loadDependencies( [ codeless_global.FRONT_LIB_JS + 'jquery.magnific-popup.min.js' ], function() { $.ajax({ url: codeless_global.ajax_url, data: data, method: "get", success: function(message) { var $result = $(message); $result.find( '.woocommerce-product-gallery--with-images').css('opacity', ''); $result.imagesLoaded(function(){ $.magnificPopup.open({ items: { src: '<div class="mfp-with-anim popup-quick-view single-product woocommerce">' + $result[0].outerHTML + "</div>", type: "inline" }, removalDelay: 300, preloader: true, tClose: '', callbacks: { beforeOpen: function() { $.magnificPopup.close(); this.st.mainClass = "mfp-move-horizontal" + " quick-view-wrapper"; }, open: function() { $(".popup-quick-view .variations_form").each(function() { $(this).wc_variation_form().find(".variations select:eq(0)").change() }); $(".popup-quick-view .variations_form").trigger("wc_variation_form"); $( '.popup-quick-view .woocommerce-product-gallery__wrapper' ).addClass('cl-carousel owl-theme owl-carousel'); setTimeout(function(){ CL_FRONT.components.Carousel( $( '.popup-quick-view .woocommerce-product-gallery__wrapper' ), { items: 1, nav: true }, function(){ CL_FRONT.nanoScroller(); } ); }, 1); CL_FRONT.shopDropDown(); CL_FRONT.shopFixes(); CL_FRONT.xBrowserFixes(); if( $('.popup-quick-view').find('.product-type-grouped').length > 0 ) CL_FRONT.quickView(); CL_FRONT.ajaxProductAdd(); $('.popup-quick-view .variation-selector select').on('change', function(){ $(this).closest('.popup-quick-view').find('.woocommerce-product-gallery__wrapper').trigger('to.owl.carousel', 0) }); if( $.fn.tawcvs_variation_swatches_form ) $( '.popup-quick-view .variations_form' ).tawcvs_variation_swatches_form(); $button.removeClass("loading"); } } }) }) }, complete: function() { }, error: function() { $button.removeClass("loading") } } ); }); }); }ah ok,
If you know a little bit of coding, please add this class on title or image:
cl-quick-view
in reply to: Youtube VideoIts caused from this error:
youtube …….. in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.
Try using links embed like this:
https://www.youtube.com/embed/A6XUVjK9W4o-
This reply was modified 7 years, 9 months ago by
Ludjon.
in reply to: Youtube VideoHello,
Sorry for the delay, we was on holiday
I will try to fix now
Thanks
-
This reply was modified 7 years, 9 months ago by