templederr
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Show image on Facebook from top?Its the same take look now on Facebook. What should I do? Can you help me?
Yes, it’s fixed. Thank you for your fast fix.
On a single posts only. I have added code in theme’s functions.php
- This reply was modified 4 years, 3 months ago by templederr. Reason: typo
Hi Leo,
Thanks for the answer but that didn’t help me, I tried with:
add_filter( ‘generate_header_entry_meta_items’, function( $items ) {
if ( is_single() ) {
$items = array(
‘date’,
‘author’,
‘comments-link’,
);
} return $items;
} );Where did I make a mistake?
Forum: Themes and Templates
In reply to: [GeneratePress] Remove blog name from the title?Thank you, it’s working perfectly. Best support!
Forum: Themes and Templates
In reply to: [GeneratePress] Remove blog name from the title?Hello, I have written some code I was sure it’s ok, but today I was discovered that I can’t pass RSS validator, I get: <channel> <title></title> missing title?
The code: add_filter( ‘document_title_parts’, function( $title ) {
unset( $title[‘site’] );
return $title;
} );What is wrong with this code only affects RSS? I have tested on all SEO sites, and all meta titles are ok.
Hi, it seems that code that you provide me in this ticket: https://www.ads-software.com/support/topic/remove-site-name-from-the-post-titles/ causing feed validation error.
add_filter( ‘document_title_parts’, function( $title ) {
unset( $title[‘site’] );
return $title;
} );if I rename ‘site’ to ‘IMG Trend’ I can pass feed validator, but with unset( $title[‘site’] ); I have error.
Can you help me with this, please?
Forum: Plugins
In reply to: [WordPress Popular Posts] Stopped working two days ago?Hi, thank you for your help. I will test now. I have notified the author of Merge + Minify + Refresh plugin about this issue here: https://www.ads-software.com/support/topic/wordpress-popular-posts-not-working-after-latest-update/#post-13121678
Hi, I have added WordPress Popular plugin in “Ignore these files (one per line):”, please fix this in upcoming update because this plugin was worked perfectly before Merge + Minify + Refresh the latest update.
https://www.my-domain.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.js
https://www.my-domain.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp-5.2.1.min.js
https://www.my-domain.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.jsThanks.
Forum: Plugins
In reply to: [WordPress Popular Posts] Stopped working two days ago?Ok, I can see that is a problem in Merge + Minify + Refresh plugin. Can you fix from your side, or can you give me a path to add in Merge + Minify + Refresh plugin to exclude WordPress Popular Posts plugin from minifying?
Forum: Plugins
In reply to: [WordPress Popular Posts] Stopped working two days ago?I have disabled Merge + Minify + Refresh plugin again and I will wait for you to see.
Forum: Plugins
In reply to: [WordPress Popular Posts] Stopped working two days ago?I have already disabled all plugins, including Merge + Minify + Refresh, and nothing happened. I’m using Hostgator and they do not have a cache system.
Forum: Plugins
In reply to: [WordPress Popular Posts] Stopped working two days ago?I don’t have caching plugin.
Active plugins: Akismet Anti-Spam 4.1.6, Featured Image from URL 3.1.8, Google XML Sitemaps 4.1.0, Grow by Mediavine 1.7.0, Merge + Minify + Refresh 1.10.11, Multi-column Tag Map 17.0.10, Slim SEO 3.4.3, WordPress Popular Posts 5.2.1, Yuzo – Related and List post (Free version) 6.2.2Theme: GeneratePress (2.4.2) by Tom Usborne
How to automatically remove site name from Meta title? From all links sitewide.
Forum: Themes and Templates
In reply to: [GeneratePress] Remove blog name from the title?Yes, I am using Slim SEO, but I have noticed that before installing SEO plugin, so I was presumed theme does that. Slim SEO is an auto-config plugin.