sledge81
Forum Replies Created
-
Forum: Plugins
In reply to: [JP's Get RSS Feed] How to remove formating of RSS titles?Edit:
Found it. In file jp_get_rss_feed_items.php
Replace: esc_html with strip_tags
You can find it after this comment line
// Loop through each feed item and display each item as a hyperlinkForum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Log Out ButtonIt looks like the developer is keen to provide support only for paying customers. Anyways, here’s a hack.
In the widget section under ‘Logged in message’ just add this:
https://yourdomain.com/wp-login.php?action=logout&_wpnonce=0365e4b000&redirect_to=https://yourdomain.com
Forum: Fixing WordPress
In reply to: Admin dropdown or quick edit menus not workin on WP 3.5Hi Guys, got the issue fixed. I think it was something to do with jquery. Found the solution from here
Hopefully this can be another point to check for those who might be facing the same problem.
Forum: Fixing WordPress
In reply to: Admin dropdown or quick edit menus not workin on WP 3.5Tried deleting .htaccess, but still no fix. Strange that WP releases a new version without fully checking its compatibility.
If possible use WordPress SEO Plugin by Yoast. Their latest update now has the breadcrumbs with the rdf tags.
Google does not immediately display breadcrumbs but you can visit https://www.google.com/webmasters/tools/richsnippets to check if its displaying fine. If it works there, then its only a matter of time before Google starts displaying it.
Forum: Plugins
In reply to: [mowsterGlossary] [Plugin: mowsterGlossary] Unable to add termsNo error. It just saves and when the page refreshes, I just see the first term added. That’s about it.
You can either put the – Page %%pagenumber%% in the WordPress SEO settings page or if you have set up titles/descriptions for your categories, then add ‘ – Page %%pagenumber%%’ to the end of your title. This makes your categories as ‘Category Description – Page 1’ Category Description – Page 2 and so on.
Forum: Plugins
In reply to: Blog Pages – Duplicate Title Tags & DescriptionSame here. Would like to know. I use SEO by Yoast. GWT tells me my
domain.com/category-name
domain.com/category-name/page/2are showing as duplicate.
Ah there it works now. Using full country names seems to be doing the trick.
Thanks a ton for your patience and for sorting this out.
Here’s the link https://bit.ly/Oc9xKG
I’ve set the include to be GB,DE,EU assuming you are accessing the site from the UK, you should be able to see the consent in the left bottom side.
But since the 3 country codes are added, the consent has completely disappeared.
Did that. The cookie consent completely disappears. Only when that field is left blank does it work again (but the consent tag comes up irrespective of the location)
Any fix?
Tried doing all the above. The warning message continues to show up. Unable to add any plugin
Got it figured out.
Add this to your theme’s functions.php
/* Function to Remove Automatic Placement of Print Button From Printme plugin */ remove_filter( 'the_content', 'printme_add_link' );
Use this function in your single.php or any other template where you want the print option to appear
<?php echo printme_add_link($content); ?>
My theme’s default avatar code just worked. Didn’t have to replace it with any of the hacks mentioned above.
Tip: Go to settings>discussions and enable ‘Show avatars’ in most cases this is the culprit. Hope this helps.
Same question here too. I have #content, #sidebar1 and #sidebar2
Its a 3 column layout. So far the plugin doesn’t seem to do anything. I tried putting in #sidebar1, #sidebar2 but nothing happens.