karsten007
Forum Replies Created
-
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Don’t buy this plugini use a plugin only for the German market
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] referrer attributeOk, Thank you, Marco!
As far as I have investigated now the conflict comes from Thrive Leads plugin.
Forum Support not existing anymore?
The JavaScript console reports the following error:
Uncaught TypeError: jQuery(…).rateit is not a function
at HTMLDocument.<anonymous> (yasr-front.js:246)
at HTMLDocument.dispatch (jquery.js:3)
at HTMLDocument.r.handle (jquery.js:3)
at Object.trigger (jquery.js:3)
at Object.a.event.trigger (jquery-migrate.min.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)which is clearly dependent on YASR.
Please update YASR as soon as possible. Thank you
Karsten
Hi Marco,
thank you for your response.
Yes, this issue is not related to Black Studio Tiny MCE Widget.
I will contact the authors of YASR.
Best regards,
KarstenP.S I like Black Studio very much. It is a great plugin.
Forum: Themes and Templates
In reply to: [Hueman] Not to show Blog post date in SERPSThank you very much for your helpful response, Gary.
Happy Eastern!
Forum: Themes and Templates
In reply to: [GeneratePress] Remove date from SERPyou could also try this code and put in your functions.php
`function mb_remove_post_date() {
add_filter(‘the_time’, ‘__return_false’);
add_filter(‘the_date’, ‘__return_false’);
add_filter(‘the_modified_date’, ‘__return_false’);
}
add_action(‘loop_start’, ‘mb_remove_post_date’);Hello, I would also like to remove blog post dates in Google SERPS. Currently I try this snippet which I put in the functions.php, but it also hides the blog post date on my website which I don’t want.
`function mb_remove_post_date() {
add_filter(‘the_time’, ‘__return_false’);
add_filter(‘the_date’, ‘__return_false’);
add_filter(‘the_modified_date’, ‘__return_false’);
}
add_action(‘loop_start’, ‘mb_remove_post_date’);Forum: Themes and Templates
In reply to: [Hueman] Primary sidebar not activeOk, I could solve this issue.
Forum: Themes and Templates
In reply to: [Hueman] Primary sidebar not activeHi Denzel,
yes, I know.
But the problem is that on this special blog bost the main widget area is inactive and I can not activate it.
You can see it here on this screenshot
So my question is: How could I active this widget area?
By the way, this is the only Blog post with inactive main widget area.
Thank you
Karsten
Forum: Themes and Templates
In reply to: [Hueman] Blog Post is not showing side barThank you very much, Denzel
Great support and help!
Regards,
Karsten
Forum: Themes and Templates
In reply to: [Hueman] Column SizeUnfortunately this is something you can not change. The theme is like this.
I also would like to see both columns with the same dimensions. But I think we have to live with this.
Forum: Themes and Templates
In reply to: [Hueman] Theme Changes in Customizer are lostMaybe ist this issue?
Forum: Themes and Templates
In reply to: [Hueman] Theme Changes in Customizer are lostUpdate:
I still see the same error messare in my Error Logs:
[Thu Feb 16 00:23:05.942884 2017] [autoindex:error] [pid 5188] [client 45.79.210.57:46194] AH01276: Cannot serve directory /nas/wp/www/sites/karsten/wp-includes/css/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
Any suggestion what I could do next to solve this issue?
Thank you
Karsten