NightL
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Posts to Pages] Adding dates to postsI came up with a solution for this
https://www.ads-software.com/support/topic/css-knowledge-needed-to-style-i-have-added-date-info/
a simple edit of the plugin pulls the date accross
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Slider alt and title issueOn closer look
I have been using the slider with lightbox selected – this wraps the img with an tag. The image title gets pulled into but also populates theirrespective of what is listed as the alt in the media library. Not really ideal.
My work around for the time is to put what I want for the img alt into the media library entry title field and use the following to hide the during mouseover:
$( “.su-slider-slide a” ).removeAttr( “title” );
I want the alt in the code and I don’t want the title showing on mouse over.
- This reply was modified 8 years, 6 months ago by NightL.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] NEW Terms & Privacy Policy – Nag Messagefollowing
Forum: Plugins
In reply to: [Add Posts to Pages] Icon in front of "Read more"Have not tested the following
Go to your plugins list and click Edit under Add Posts to Pages
In the add-posts-to-pages/index.php Look for:
//formatting for read more if($readmore){ $out .= ' <a href="' . $permalink . '" class="readmore">' . $readmore . '</a>'; }
and add in your arrow before the <a href
//formatting for read more if($readmore){ $out .= ' ? <a href="' . $permalink . '" class="readmore">' . $readmore . '</a>'; }
or if you want the arrow after
//formatting for read more if($readmore){ $out .= ' <a href="' . $permalink . '" class="readmore">' . $readmore . '</a> ?'; }
Forum: Plugins
In reply to: [Clear Cache for Me] Uninstall order with W3 Total Cache – CommentDid all the Empty Cache and Hard reload of browser and even tried Edge (that I never use) – so it was not a local cache thing.
I eventually found uninstall guides for W3 Total Cache
I posted this information up on W3 Total Cache support area as well then had a read around – general consensus there is that plugin has been abandoned from development and the “updates” of recent times have been just a shuffle of the help files to give appearances of ongoing development. It is clashing with more and more popular plugins and not holding up well with latest php.
I suggest you investigate this yourself – you may wish to disassociate yourself from that product.This was the 2nd time, on different websites, I have lost many hours chasing and resolving issues. I have W3 Total Cache running well on an older php environment but will remove it from there as well for fear of future incompatibilities.
Thank you for your prompt reply.
Forum: Plugins
In reply to: [Clear Cache for Me] Uninstall order with W3 Total Cache – CommentAbove was a word of caution rather than seeking answers – not going to try the combination again.
Forum: Plugins
In reply to: [W3 Total Cache] uninstalled W3 Total Cache – no admin accessFound a solution to turn off all plugins via database
https://support.hostgator.com/articles/specialized-help/technical/wordpress/disableenable-all-wordpress-plugins-via-the-databaseIt let me in to admin and I was able to activate them one at a time.
The problem was of my own making (as usual). I had forgotten about the “Performance tab / Delete all caches” tab in top admin bar, so I installed another plugin, Clear Cache For Me, to make it quicker to access clear all. The plugin claimed it was compatible with W3 Total Cache. Problem arose when I uninstalled W3 Total Cache first leaving Clear Cache For Me still active.
____________________________
I do find W3 Total Cache the most effective of the free minify/cache plugins but it can also be the most incompatible with other popular plugins. Depending on settings the discrepancies won’t display if still logged in as admin.
Test thoroughly on local version of website and while logged out of admin before using it on a live site.
Forum: Plugins
In reply to: [W3 Total Cache] uninstalled W3 Total Cache – no admin accessRefreshed the wp-admin page and got ERR_TOO_MANY_REDIRECTS again
downloaded the .htaccess file via cpanel file manager and there had been no changes since last upload.
– so can rule out issues with that
Re Metadata displaying, I had similar issue even when unchecked the “Show photo metadata (Exif) in carousel, when available.”
In my situation there was a conflict with the following plugin
Email Encoder Bundle – Protect Email AddressForum: Plugins
In reply to: [Yoast SEO] Yoast SEO not reading Issue with "Advanced Custom Fields"Oh dear – so many caps
I don’t have pro version of Yoast.
The plugin totally solved the issue for me – sorry you are so CAPS angry rrjmdpa
When “who is at fault” is banded about it is ultimately the users who rely upon and would normally recommend two great plugins suffer – so I appreciate your angst over the issue.
The problem has been widely posted for a considerable time – seems pride comes before communication between Yoast and ACF to find a resolve.
I am glad a third party provided a solution that worked for my situation, which was just as Dinesh Jangid described.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] ACF & Yoast SEOProblem solved with following plugin
https://www.ads-software.com/plugins/acf-content-analysis-for-yoast-seo/Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO not reading Issue with "Advanced Custom Fields"Problem solved with following plugin
https://www.ads-software.com/plugins/acf-content-analysis-for-yoast-seo/Forum: Reviews
In reply to: [Yoast SEO] Now Incompatable with ACF pluginI don’t know if this is still an issue – but
Problem solved with following plugin
https://www.ads-software.com/plugins/acf-content-analysis-for-yoast-seo/Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Incompatibility with Yoast 3.0.7 – resolvedResloved
Problem solved with following plugin
https://www.ads-software.com/plugins/acf-content-analysis-for-yoast-seo/Forum: Plugins
In reply to: [Yoast SEO] 3.0.7 incompatibility with Advanced Custom Fieldsthe following plugin fixed the issue
https://www.ads-software.com/plugins/acf-content-analysis-for-yoast-seo/