njs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-SpamShield] Still getting errors w Version 1.9.9.8.5Same here.
Warning: preg_match(): No ending delimiter ‘~’ found in […]/wp-content/plugins/wp-spamshield/includes/class.utils.php on line 665
Warning: preg_match(): Delimiter must not be alphanumeric or backslash in […]/wp-content/plugins/wp-spamshield/includes/class.utils.php on line 665
Forum: Plugins
In reply to: [Relevanssi - A Better Search] relevanssi_index_acf error – line 743Yes, that’s sorted it. Thanks!
Forum: Plugins
In reply to: [Twitter posts to Blog] Plugin generates duplicates on every page loadSame for me. I have been testing the plugin and it looks great apart from this big issue!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Caching – old tweets showingHi. Thanks for this.
I did a test before and after installing that new development version. The tweets were still showing old tweets before but the new plugin has fixed the issue so I am seeing the latest now. I don’t think I needed to do the step of settingno_cache=1, though.All seems good now – so thanks so much for your time!
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Caching – old tweets showingOK, easy fix. Thanks. Could no_cache=0 be added as a default behind the scenes so that plugin updates fix the issue and won’t require changes to shortcodes for people?
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Caching – old tweets showingHi.Thanks for the speedy response!
I am always seeing tweets, it’s just that they revert to old ones.I added no_cache=1 and that does show the latest tweets but setting no_cache=0 also shows latest tweets (I assume it is using cache here though). Remving no_cache reverts to old tweets again.
I tried all this with a bad key (and the plugin gave gave me the authentication messages upon saving settings) but it made no difference in either situation. That is, with incorrect keys, it showed latest with no_cache=1 and no_cache=0 and old with no_cache removed completely.
Weird. It usually works fine for me.
Forum: Plugins
In reply to: [Better Anchor Links] Some error noticesI went with this in the end: https://wordpress.org/plugins/table-of-contents-plus/
Ah, but you have a good point! I suppose I did need to address that part too.
They both work now, thanks!
Hi
Unfortunately this is not working for me because the SmushIt dashboard notification “.error div” does not have the .wp-smpushit-features class, it only has the .error class:<div class="error"> <a href="***/wp-admin/index.php?dismiss_smush_upgrade=1" style="float:right;margin-top: 10px;text-decoration: none;"><span class="dashicons dashicons-dismiss" style="color:gray;"></span>Dismiss</a> <h3><span class="dashicons dashicons-megaphone" style="color:red"></span> Happy Smushing!</h3> ....So those css styles are not taking effect. Any thoughts? I’ll keep an eye out for plugin updates thought, thanks.
So it looks like the plugin author hasn’t replied to any questions in at least a year. I wonder if it has been abandoned.
Forum: Plugins
In reply to: [Custom Upload Dir] global $post variable is being setThat seems to have fixed it. Nice one and thanks!
Forum: Plugins
In reply to: [Custom Upload Dir] Latest update changes my Woocommerce productsThis sounds a bit like my issue: https://wordpress.org/support/topic/global-post-variable-is-being-set?replies=1
Basically, the $post id is being set to that of the current page and therefore any posts within a custom wp_query loop are then outputting the title of the page (not their relative post).
Just seen this:
https://wordpress.org/support/topic/sort-visible-but-not-working?replies=12#post-6969592I’m using a Roots theme which does link to a jQuery CDN. Using WordPress’ noConflict version should fix it (although I’ll need to pay attention to my use of $. instead on jQuery.)
Hi. As a follow up to this request… if Version of JQuery Cycle is set to None, I think it would be better if the .rotatingtweet divs did not still have the inline style
style="display:none"That way, we can either use our own cycle code to hide the divs or even leave them all visible, as sometimes it’s handy to have more than one (or all) tweets visible at once. Just a thought!
Forum: Plugins
In reply to: [WP FullCalendar] Tooltip to use excerpt if availableThat works, thank you!