exigomedia
Forum Replies Created
-
Has anyone experienced this and found a workaround?
@champsupertramp have you received reports of a similar experience? I am still at a loos on making this work.
I can provide login details if you provide an email, should you like to look around.
Thanks again @champsupertramp .Thank you for the reply. I have turned off all minifying and file combining optimizations, cleared caches and the problem remains. If I disable UM, the form is displayed as expected.
Forum: Plugins
In reply to: [WP-PageNavi] WP Pagenavi Anchor to #ID?*** Solved ***
Use this…
<script> (function($) { $(document).ready( function() { $('.previouspostslink, .page, .last, .nextpostslink').each( function(i,a) { $(a).attr('href',$(a).attr('href')+'#roster'); }); }); })(jQuery); </script>Cheers!
- This reply was modified 6 years, 7 months ago by exigomedia.
Forum: Plugins
In reply to: [WP-PageNavi] WP Pagenavi Anchor to #ID?Can we get at it via JQuery?
I’m trying to get at it with something like this.
<script> $(document).ready( function() { $('.page').each( function(i,a) { $(a).attr('href',$(a).attr('href')+'#roster'); console.log($(a).attr('href')); }); }); </script>Trying to figure out why it’s throwing a “Uncaught TypeError: $ is not a function” error at the moment.
Thanks for the feedback.
Forum: Plugins
In reply to: [WP-PageNavi] WP Pagenavi Anchor to #ID?I’ve been looking for the same solution. No luck yet. I’ll circle back if I find a way.
Any luck on your end?
Forum: Plugins
In reply to: [Media from FTP] Media library search – no resultsI restored a backup from prior to using the plugin. Search doesn’t work in WordPress to begin with, so point #1 is irrelevant. Please ignore.
Point #2 is still a problem. Is this a known issue? How would I go about fixing the database to see all images? Thanks.
Forum: Plugins
In reply to: [Media from FTP] Media library search – no resultsAlso, when I add an image in a post, the media selector returns only 135 files to choose from but the media library contains 823 files. Why can’t I see them all?