thanks. change done yesterday
Very much appreciated Randy. Thank you.
As a note, the “Hyperlink image to the permalink” feature is not working in 1.01.
That is bizarre… I’ll look at it again. thanks for the heads up
Found the issue and I will be releasing a fix for it. Thank you again for pointing this out.
A month ago you promised a fix for the hyperlink image to the permalink feature in 1.01. Have not seen it yet.
I apologize Randy. Life has gotten in the way over the last few weeks. I actually fixed the bug at the end of January but haven’t had a chance to finish coding the last feature add I wanted to do before releasing v1.1.0. If you’d like to implement the fix yourself it’s 2 small line changes. You can see the commit here (new code on the right panel):
https://github.com/j-gardner/arconix-flexslider/commit/8de5b40c228f3c1bf24cce44e1e55071c2e6246a?diff=split
If you’re uncomfortable with editing that code you can download the entire file here:
https://raw.githubusercontent.com/j-gardner/arconix-flexslider/8de5b40c228f3c1bf24cce44e1e55071c2e6246a/includes/class-arconix-flexslider-public.php
and replace the existing file in my plugin.
Have tried several variations on this process, but no luck.
hmm… OK. The fix may have come under a different commit then. I’ll have the full update out this weekend.
Thanks for your patience.
I apologize again for the delay. Still working the bugs out of the latest item I’m working on.
where $link_image === 1 if you put single quotations around the 1 it will start working, e.g. $link_image === '1'
Is it correct to assume the .js file still needs to be in the theme root folder?