cukier
Forum Replies Created
-
Thanks for your reply. I contacted support but the problem was not resolved and was encouraged to describe the problem here and on the official facebook group. Nowhere have I found any help in solving the problem.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] data-lbwps-description below thumbnailI’m sorry for late reply.
Thanks for Answer I had to copy
data-lbwps-descriptionto custom div. I wrote small jQuery script and works fine:<script> jQuery('document').ready(function () { window.setTimeout(function () { jQuery('.wp-block-getwid-images-slider__item a').each(function () { var htmlText = jQuery(this).attr('data-lbwps-description'); jQuery(this).append('<div class="tr-slide-desc">'+htmlText+'</div>'); }); }, 600); }); </script>But i have one more issue. I use Lightbox with PhotoSwipe with image slider form Getwid Blocks plugin. Lightbox works beatifull with single images on page or wordpress galleries, but when i use image slider from getwid blocks with single images on page lightbox works only on active thumbnail from image slider and after click to next image lightbox go to another block with image or image slider block.
I searched another topics and i find out lightbox works only with images with data-width and data-height, but in source code all images has this data attribtues.
EDIT:
I check it one more time and I think this issue is related with attribute tabindex in link to image. Tabindex with next image in image slider block is -1 and thats why lightbox does not show it in slideshow.
Do you have any tips on how to get a lightbox to work with image links a with tabindex -1?
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Dscription and caption below Image`HI Dmytro,
thanks for answer.
I am looking forward to this functionality.Regards.
Forum: Plugins
In reply to: Woocommerce – Remove list & grid views from product categoriesYou didn’t have to disable sort by bar and grid view functionality because in code woocommerce is meta tag canonical and search engines indexes only one primary url without parameters and duplicate content.
Forum: Themes and Templates
In reply to: posts tagged with – customizing textPlease, someone can help me ?