Forum Replies Created
-
This reply has been marked as private.in reply to: losing link to default page after quick edit
Thank you for feed back, we’ll soon release new version to fix it in this week
Best regards.
in reply to: Week in DatePicker to start from MondayThis reply has been marked as private.in reply to: Formatting email replyDear, i have check your site i see the plugin is working in your site example product display with custom template.
Please check your site again.
in reply to: I still see this same page for productDear, please kindly give for me admin account and your problem URL via private reply , i will check details to help you.
best regards.
in reply to: I still see this same page for productThis reply has been marked as private.in reply to: Formatting email replyThis reply has been marked as private.in reply to: Bugs with the themeDear, I have check theme again, i see the menu have color #FFF when transparent . You can change color of transparent to black ?
in reply to: Update Menu Text ColorThis reply has been marked as private.in reply to: losing link to default page after quick editThis reply has been marked as private.in reply to: Conditional LogicDear, please kindly give for me your problem URL , i will check details to help you.
Best regards.
Dear. to fix it. please go to file ‘wp-content/plugins/dhvc-woocommerce/assets/js/script.js’ line ~ 56 and add custom code (like attachment).
if(jQuery().flexslider) { $modal.find('.fusion-flexslider').flexslider({ slideshow: Boolean(Number(js_local_vars.slideshow_autoplay)), slideshowSpeed: js_local_vars.slideshow_speed, video: true, smoothHeight: flex_smoothHeight, pauseOnHover: false, useCSS: false, prevText: '', nextText: '', start: function(slider) { if(typeof(slider.slides) !== 'undefined' && slider.slides.eq(slider.currentSlide).find('iframe').length !== 0) { if(Number(js_local_vars.pagination_video_slide)) { jQuery(slider).find('.flex-control-nav').css('bottom', '-30px'); } else { jQuery(slider).find('.flex-control-nav').hide(); } if(!Number(js_local_vars.status_yt) && window.yt_vid_exists == true) { YT_ready(function() { new YT.Player(slider.slides.eq(slider.currentSlide).find('iframe').attr('id'), { events: { 'onStateChange': onPlayerStateChange(slider.slides.eq(slider.currentSlide).find('iframe').attr('id'), slider) } }); }); } } else { if(Number(js_local_vars.pagination_video_slide)) { jQuery(slider).find('.flex-control-nav').css('bottom', '0px'); } else { jQuery(slider).find('.flex-control-nav').show(); } } // Reinitialize waypoint jQuery.waypoints( 'viewportHeight' ); jQuery.waypoints( 'refresh' ); }, before: function(slider) { if(slider.slides.eq(slider.currentSlide).find('iframe').length !== 0) { if(!Number(js_local_vars.status_vimeo)) { $f( slider.slides.eq(slider.currentSlide).find('iframe')[0] ).api('pause'); } if(!Number(js_local_vars.status_yt) && window.yt_vid_exists == true) { YT_ready(function() { new YT.Player(slider.slides.eq(slider.currentSlide).find('iframe').attr('id'), { events: { 'onStateChange': onPlayerStateChange(slider.slides.eq(slider.currentSlide).find('iframe').attr('id'), slider) } }); }); } /* ------------------ YOUTUBE FOR AUTOSLIDER ------------------ */ playVideoAndPauseOthers(slider); } }, after: function(slider) { if(slider.slides.eq(slider.currentSlide).find('iframe').length !== 0) { if(Number(js_local_vars.pagination_video_slide)) { jQuery(slider).find('.flex-control-nav').css('bottom', '-30px'); } else { jQuery(slider).find('.flex-control-nav').hide(); } if(!Number(js_local_vars.status_yt) && window.yt_vid_exists == true) { YT_ready(function() { new YT.Player(slider.slides.eq(slider.currentSlide).find('iframe').attr('id'), { events: { 'onStateChange': onPlayerStateChange(slider.slides.eq(slider.currentSlide).find('iframe').attr('id'), slider) } }); }); } } else { if(Number(js_local_vars.pagination_video_slide)) { jQuery(slider).find('.flex-control-nav').css('bottom', '0px'); } else { jQuery(slider).find('.flex-control-nav').show(); } } jQuery('[data-spy="scroll"]').each(function () { var $spy = jQuery(this).scrollspy('refresh'); }); } }); }
Attachments:
You must be logged in to view attached files.in reply to: No pictures in quickview.This reply has been marked as private.in reply to: Formatting email replyDear, please kindly give for me admin account via private reply, i will check details to help you.
Best regards.
in reply to: No pictures in quickview.Dear, i have edit conditional logic and it’s working, please check your form again.
best regards.
in reply to: Conditional Logic