Title: Customization Issue
Last modified: March 6, 2020

---

# Customization Issue

 *  Resolved [davidmendesgd](https://wordpress.org/support/users/davidmendesgd/)
 * (@davidmendesgd)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/customization-issue-2/)
 * Hello, the plugin was working fine but I noticed that the gallery is not working
   well now.
 * I noticed the data-foogallery is being written incorrectly by the plugin now.
   Here is a screenshot of what the inspector shows: [https://i.imgur.com/HWZxcaO.png](https://i.imgur.com/HWZxcaO.png)
 * Any idea on how to fix it? I’ve uninstalled the plugin, deleted caches, etc. 
   and it still has the issue.

Viewing 4 replies - 16 through 19 (of 19 total)

[←](https://wordpress.org/support/topic/customization-issue-2/?output_format=md)
[1](https://wordpress.org/support/topic/customization-issue-2/?output_format=md)
2

 *  Plugin Author [bradvin](https://wordpress.org/support/users/bradvin/)
 * (@bradvin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/customization-issue-2/page/2/#post-12534154)
 * OK i see what you mean now.
 * This means the conflict is not originating from the FVM plugin. This means that
   it could be another plugin or your theme causing the conflict.
 * Looking at your page source the data-foogallery attribute is:
 *     ```
       data-foogallery="{"item":{"showCaptionTitle":true,"showCaptionDescription":true,"maxCaptionLength":0,"maxDescriptionLength":50},"lazy":false,"src":"data-src-fg","srcset":"data-srcset-fg","paging":{"type":"dots","theme":"fg-light","size":6,"position":"both","scrollToTop":true},"template":{"gutter":30,"columnWidth":330,"align":"center"}}"
       ```
   
 * If you look at the page source on a demo of ours ([https://foo.gallery/demos/pagination-demo/](https://foo.gallery/demos/pagination-demo/)),
   you see this:
 *     ```
       data-foogallery="{&quot;item&quot;:{&quot;showCaptionTitle&quot;:true,&quot;showCaptionDescription&quot;:true},&quot;lazy&quot;:true,&quot;src&quot;:&quot;data-src-fg&quot;,&quot;srcset&quot;:&quot;data-srcset-fg&quot;,&quot;paging&quot;:{&quot;type&quot;:&quot;dots&quot;,&quot;theme&quot;:&quot;fg-light&quot;,&quot;size&quot;:3,&quot;position&quot;:&quot;bottom&quot;,&quot;scrollToTop&quot;:false}}"
       ```
   
 * You can see that in our demo, the data is correctly encoded, but from your site
   it is not. This suggest that another plugin or your theme is conflicting with
   the way attributes encoding works.
 *  Thread Starter [davidmendesgd](https://wordpress.org/support/users/davidmendesgd/)
 * (@davidmendesgd)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/customization-issue-2/page/2/#post-12534404)
 * Yes I am aware of that. The thing is there arent really any other plugins that
   should be interfering with this Gallery plugin and the theme is custom-built 
   and extremely minimalistic in terms of PHP and WordPress functions. Any other
   ideas? Is it possible to hard code the pagination into the plugin templates?
 *  Plugin Author [bradvin](https://wordpress.org/support/users/bradvin/)
 * (@bradvin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/customization-issue-2/page/2/#post-12535124)
 * It is not possible to hard code the pagination, unfortunately.
 * You will need to troubleshoot which plugin is causing the problem. For this you
   can use the plugin : [https://wordpress.org/plugins/health-check/](https://wordpress.org/plugins/health-check/)
 * Once installed, under Tools -> Site Health, click on the Troubleshooting mode,
   which allows you to disable plugins only for yourself, while your site visitors
   do not see any differences.
 * You can also check if the theme is the problem by activating one of the default
   WP themes. If your site is live, you can use a plugin ([https://wordpress.org/plugins/wp-theme-test/](https://wordpress.org/plugins/wp-theme-test/))
   to test a theme for logged in users only, while your visitors see the original
   theme
 *  Thread Starter [davidmendesgd](https://wordpress.org/support/users/davidmendesgd/)
 * (@davidmendesgd)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/customization-issue-2/page/2/#post-12542268)
 * Hi, just as an update I narrowed down the problem. It was a Youtube javascript
   deferring plugin. Apologies for the confusion and thank you for telling me about
   the health-check plugin. That helped narrow it down.
    -  This reply was modified 6 years, 5 months ago by [davidmendesgd](https://wordpress.org/support/users/davidmendesgd/).

Viewing 4 replies - 16 through 19 (of 19 total)

[←](https://wordpress.org/support/topic/customization-issue-2/?output_format=md)
[1](https://wordpress.org/support/topic/customization-issue-2/?output_format=md)
2

The topic ‘Customization Issue’ is closed to new replies.

 * ![](https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542)
 * [Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel](https://wordpress.org/plugins/foogallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foogallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foogallery/)
 * [Active Topics](https://wordpress.org/support/plugin/foogallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foogallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foogallery/reviews/)

 * 19 replies
 * 4 participants
 * Last reply from: [davidmendesgd](https://wordpress.org/support/users/davidmendesgd/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/customization-issue-2/page/2/#post-12542268)
 * Status: resolved