johnogg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Gallery Custom Links] Doesn’t work in Jetpack Tiled gallery?No, sorry, this is only designed to work with the standard WordPress gallery. I am working on a new version that will support more galleries but that is not likely to be released before August.
I would imagine this would just be a css setting. Can you send me a link to your page so I can confirm?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Lightbox / onClick events are not being removed?Drop me an email and we can troubleshoot everything.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Links no longer being applied to imagesHi Ramon. Drop me an email at mailjohng@gmail.com and I can troubleshoot with you. May need to get access to your admin screens to see what is happening…
Forum: Plugins
In reply to: [WP Gallery Custom Links] Gallery links does not work in AMP pagesThanks for the feedback. It looks like AMP replaces IMG tags with AMP-IMG tags and our plugin is not designed to look for such tags. I can’t suggest any quick fix for this, unfortunately. I am working on a new version of the plugin that may use a different approach to link replacement which may work with AMP. I’ll send you an update if/when that is available for testing.
Hi Jelena,
I haven’t heard of this before. It’s difficult to troubleshoot from your description. Are you able to provide some screenshots of what you are doing and where it switches back to a different value?
Thanks,
John
Forum: Plugins
In reply to: [WP Gallery Custom Links] Could not load the itemIt looks like this issue is actually caused by the WP Lightbox Bank plugin. That plugin is adding a ‘listener’ to the image caption that triggers the lightbox when clicked. I don’t know anything about that plugin so can’t advise whether it’s possible to remove the action via the plugin admin interface.
- This reply was modified 9 years, 4 months ago by johnogg.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Changing Default SettingsIt’s not possible today but I will add it to the wish list and try to implement in a future release. Thanks for the feedback
Forum: Plugins
In reply to: [WP Gallery Custom Links] Impossible to add custom URLApologies, was on vacation. You are trying to edit the wrong section. You need to scroll further down to where you will see boxes for “Gallery Link URL”, “Gallery Link Target” etc.
Forum: Plugins
In reply to: [WP Gallery Custom Links] regex confused by > in anchor data-caption propertyInteresting work. I inherited this plugin from another developer and believe there may be a better way to apply the link change without relying on regexes – just need to find the time to work on it!
Forum: Plugins
In reply to: [WP Gallery Custom Links] Impossible to add custom URLAre you able to show a screenshot of the frozen backend interface?
Forum: Plugins
In reply to: [WP Gallery Custom Links] Integrate with Visual Composer Post/Media GridSorry, Cathy, no plans to further our integration at this time but I’ll bear your request in mind should we look to expand things in the future.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Link to a manufacturer pageUse the Owl Carousel function that I copied from their FAQ above:
How can I add a link on Owl Carousel slide?
Paste the link in the “Owl Carousel URL” field when you choose the slide picture.If you are struggling you could send me an email at mailjohng@gmail.com and I’ll chat with you about giving me admin access to your test site then I can see if I can help you get it working.
Forum: Plugins
In reply to: [WP Gallery Custom Links] Link to a manufacturer pageIf I take a look at the HTML for that Brands section it shows it in an owl-carousel class and each image in an owl-item class div. That definitely looks to be using the owl carousel:
<div class="hs_client_logo_slider owl-carousel owl-theme" style="opacity: 1; display: block;"> <div class="owl-wrapper-outer"><div class="owl-wrapper" style="width: 3744px; left: 0px; display: block; transition: all 800ms ease; transform: translate3d(-468px, 0px, 0px);"><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/vision-logo.png"></div><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/matrix-logo.png"></div><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/horizon-logo.jpg"></div><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/inmove-logo.png"></div><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/SCIFIT_Logo_PNG.png"></div><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/cybex-logo.png"></div><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/logo.png"></div><div class="owl-item" style="width: 234px;"><img alt="logo" src="http://testing.exerciseexpressusa.com/wp-content/uploads/2017/03/HR-Body-Solid-Logo.jpg"></div></div></div>Forum: Plugins
In reply to: [WP Gallery Custom Links] Link to a manufacturer pageIt looks like you are using the Owl Carousel plugin. I don’t think that will work alongside our plugin as Owl seems to use completely different code structure. However, on their page they say that you can add links for each image slide:
How can I add a link on Owl Carousel slide?
Paste the link in the “Owl Carousel URL” field when you choose the slide picture.(https://wordpress.org/plugins/owl-carousel/faq/)
So I would imagine that you don’t need to use our plugin for this.