Title: cukier's Replies | WordPress.org

---

# cukier

  [  ](https://wordpress.org/support/users/cukier/)

 *   [Profile](https://wordpress.org/support/users/cukier/)
 *   [Topics Started](https://wordpress.org/support/users/cukier/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cukier/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cukier/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cukier/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cukier/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cukier/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Disable custom field on pagination pages on woocommerce archive pages](https://wordpress.org/support/topic/disable-custom-field-on-pagination-pages-on-woocommerce-archive-pages/)
 *  Thread Starter [cukier](https://wordpress.org/support/users/cukier/)
 * (@cukier)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/disable-custom-field-on-pagination-pages-on-woocommerce-archive-pages/#post-17004323)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox with PhotoSwipe] data-lbwps-description below thumbnail](https://wordpress.org/support/topic/data-lbwps-description-below-thumbnail/)
 *  Thread Starter [cukier](https://wordpress.org/support/users/cukier/)
 * (@cukier)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/data-lbwps-description-below-thumbnail/#post-14507399)
 * I’m sorry for late reply.
 * Thanks for Answer I had to copy `data-lbwps-description` to 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?
    -  This reply was modified 4 years, 11 months ago by [cukier](https://wordpress.org/support/users/cukier/).
    -  This reply was modified 4 years, 11 months ago by [cukier](https://wordpress.org/support/users/cukier/).
    -  This reply was modified 4 years, 11 months ago by [cukier](https://wordpress.org/support/users/cukier/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Dscription and caption below Image](https://wordpress.org/support/topic/dscription-and-caption-below-image/)
 *  Thread Starter [cukier](https://wordpress.org/support/users/cukier/)
 * (@cukier)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/dscription-and-caption-below-image/#post-14466136)
 * `HI Dmytro,
 * thanks for answer.
    I am looking forward to this functionality.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Woocommerce – Remove list & grid views from product categories](https://wordpress.org/support/topic/woocommerce-remove-list-grid-views-from-product-categories/)
 *  [cukier](https://wordpress.org/support/users/cukier/)
 * (@cukier)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-remove-list-grid-views-from-product-categories/#post-7413028)
 * You 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [posts tagged with – customizing text](https://wordpress.org/support/topic/posts-tagged-with-customizing-text/)
 *  Thread Starter [cukier](https://wordpress.org/support/users/cukier/)
 * (@cukier)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/posts-tagged-with-customizing-text/#post-5416505)
 * Please, someone can help me ?

Viewing 5 replies - 1 through 5 (of 5 total)