JustMeee
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Like Dislike] Option to disable “liking” the own commentHi @regankhadgi ,
thx for your feedback and open mind. I am looking forward to the next updates. Thx!
A 5-star review has left the building ;).
King regardsForum: Plugins
In reply to: [Koko Analytics] pageviews.php doesn’t exist?Hi Lap, thx for your feedback / the info.
Yes, I created the koko-analytics-collect.php manually and uploaded it to the root. The weird thing is that when I visit the Koko Analytics page in the backend, it gets deleted on my root, on my server. Is that normal?Hi Sybre Waaijer,
great update! The images for the title length are working correctly now! Nice to hear that the title removal is also planned! Thx. for your hard work!
Best regards
JustMeee@Sybre Waaijer: a short status summary for you:
Now the filters works and the titles looks like the way I need them. The only think, that would be nice if it will be fixed in the next update, is the graphic count issue at the overview pages … then we can close this topic here *yeeeha!* ??
@r3b3lspy: thx for the tip, works perfect!
Puh, I found the issue. It was a header problem. This one works for me:
<?php if ( ! function_exists( '_wp_render_title_tag' ) ) { function theme_slug_render_title() { ?> <title><?php wp_title( '|', true, 'right' ); ?></title> <?php } add_action( 'wp_head', 'theme_slug_render_title' ); } ?>
Ok, its maybe a misunderstanding … at the admin it also works for me, but not at the frontend. Have you tried to type anything in it at the admin and have you pressed save? After that I see the title again ;(. And on frontend all time ;(.
Does this only work on pages, or also on posts? Because at me it doesn′t work. Absolutly don′t know why.
Hi Sybre Waaijer,
I also want to say thanks! Its really awesome how much time you spend in supporting the community! I’m really curious about what brings the next update for features and if there is a new “disable page title” option available? ??
So far, last question for me at this point for the moment.
Is there current a way to disable the page title on all pages, but not at the index.php. I ask, because the index.php has no ID, right?
No, this filter doesn′t work correct for me:
add_filter( ‘the_seo_framework_add_blogname_to_title’, ‘__return_false’ );
The blog name is hidden inside the custom title field till the moment you write something in it and save it. After saving the blog name is back again. You haven′t the same issue?
Hi Sybre Waaijer,
big thx for you fast and great support, but your solution doesn′t work for me ;(. I have added the lines above at the functions.php and have modified the ids but nothing happened. It also will be hard to add every ID if you have more then 50 posts, like r3b3lspy says.
Update:
I think this filter will not work correct (maybe its my fail):
“add_filter( ‘the_seo_framework_add_blogname_to_title’, ‘__return_false’ );”If I add this lines at the functions.php, the backend will not shown the “blog name”, but at the frontend it′s still alive. So, if I type anything in it (backend) and save it, the title will also come back at the backend. In addition the graphic count (posts overview) and the title count inside the post for the title is wrong.
Can′t you modify the “Custom Post Title”-Field like the “Custom Post Description”-Box works, for you next update? So, if I dont type anything in it, the automatic title with blog name will be shown. But if I type anything in it, only the content I typed in will be shown, no more. I think that will be the best solution for this problem. Isn′t it?
Best regards
JustMeee