Hello,
below every old and new post in the admin area there appears this “WP Greet Box: Disable WP Greet Box on this post/page?” box. I would like to hide it everywhere, it is not necessary.
How can I do that?
]]>Is there any way to add Pinterest to the WP Greet Box plug-in? I tried to do it manually, but nothing happened. If anyone clicks over from Pinterest (one of my biggest referrals) it shows the greet box for Twitter?
]]>looks like a great plug-in, but doesn’t work with wordpress version 3.8 and also not with the latest 3.8.1.
Any news ?
]]>Does anyone have this working with WP 3.8? I just realized it’s never showing up anymore even though it’s configured. The post templates have not changed at all.
]]>Please move the javscript into the footer.
I’ll must modify the wp-greet-box.class.php to move the js from
function register_scripts() {
wp_register_script($this->name.'_functions',
$this->c->get_plugin_url().'js/functions.js');
if ($this->o['cache_compatible']) {
wp_register_script($this->name.'_js_mode',
$this->c->get_plugin_url().'js/js-mode.js', array('jquery'));
}
else {
wp_register_script($this->name.'_php_mode',
$this->c->get_plugin_url().'js/php-mode.js', array('jquery'));
}
}
to
function register_scripts() {
wp_register_script($this->name.'_functions',
$this->c->get_plugin_url().'js/functions.js', '', '', 1);
if ($this->o['cache_compatible']) {
wp_register_script($this->name.'_js_mode',
$this->c->get_plugin_url().'js/js-mode.js', array('jquery'), '', 1);
}
else {
wp_register_script($this->name.'_php_mode',
$this->c->get_plugin_url().'js/php-mode.js', array('jquery'), '', 1);
}
}
]]>
WordPress 3.6 support? Safe to update?
]]>Is there any issue of incompatibility between WP Greet Box and WP Better Security Plugin? Is there anyway to work around it?
Thanks
]]>My WP Greet Box was up and running for months, and I just noticed it has disappeared. I don’t think I’ve done anything different, and the settings look good. Any clue!???
https://www.reasonstoskipthehousework.com
Running latest WP Genesis with Blissful Child Theme {nothing with themes has changed recently}
]]>Warning: Cannot modify header information – headers already sent by (output started at /home/xx/public_html/wp-includes/wp-db.php:990) in /home/xxxx/public_html/wp-content/plugins/wp-greet-box/includes/wp-greet-box.class.php on line 493
can you please look into this?
]]>I have upgraded my php version on the server to v5.3 and since then I get the following exceptions:
Deprecated: Function split() is deprecated in /home/xnzhcmbw/public_html/mysites/chaiware.org/wp-content/plugins/wp-greet-box/includes/wp-greet-box.class.php on line 242
they appear on my site pages!!
1. Will this be fixed?
2. Is there a way to just remove the messages without disabling greet box?
Just tried to install it. Dead in the water.
]]>In includes/wp-greet-box.class.php, around line 149, wrap a do_shortcode around the text being returned. This will allow a shortcode to be processed.
You can alter the code at the same place to basically do what you want (process PHP, texturize, etc.)
function get_message_html($message, $close) {
$html = '';
if ( strlen ( $message['icon'] ) > 0 ) {
// do not show icon if there is no icon url
$html .= $this->o['before_icon'].$this->get_icon_html($message['icon'], $message['icon_link']).$this->o['after_icon'];
}
if($close && $this->o['can_close']) {
$html .= '<div class="greet_block_close"><a id="greet_block_close" href="#">X</a></div>';
}
//DS: Wrapped text in do_shortcode to include posts as greet blocks
$html .= do_shortcode($message['text']);
return $html;
}
I’m using it in https://www.talmud-wiki.org to put posts in a greet box via the WordPress-custom-post-widget plugin…. Basically, my greet box consists of:
[content_block="702"]
and post #702 (a custom type from that plugin) shows up in the Greet Box, fully rendered.
Thaya – Please include this in the next version, perhaps with a checkbox for each greetbox saying “Process content of GreetBox” to turn the feature on/off per box.
Thanks,
David Szego
Would be really awesome if Greet Box tracked and reported how many times people viewed each welcome message, maybe even how many clicks were generated from that same welcome message? Just a thought.
]]>I’ve checked on a landing page to disable the WP Greet Box and it still is appearing on the page — any ideas how to make this disable stick?
It’s happening on posts, pages, and custom pages.
Thanks for your help
]]>wp-greet-box/lang/wp-greet-box-sq_AL.po
Wordfence detected this file contains the following link:
This URL is listed on Google’s list of malware sites.
]]>style.css is using legacy webkit and moz border radius and shadow attributes. Needs to be updated to css3 proper without the webkit or moz prefixes.
]]>With upgrade to WP 3.4, WP Greet Box now shows up itermittently, greyed out, but mostly – not at all
]]>Just upgraded to latest version of WordPress and WP Greet Box now shows up sporadically: sometimes correctly, but sometimes greyed out, or more often than not – not at all on my posts.
Same in Firefox, IE8 & Opera
Anyone else with the same problem?
]]>How can I execute php inside the greeting message???
]]>These paths are stated in plugin settings page and troubleshout page:
Troubleshoot:
/wp-content/plugins/wp-greet-box/css/wp-greet-box.css
/wp-content/plugins/wp-greet-box/js/functions.js
/wp-content/plugins/wp-greet-box/js/onload.js
In the actual css folder there are these files;
style.css
style-admin.css
in JS folder: (there is no onload.js here)
functions.js
jquery.livequery
js-mode
php-mode
Message gets loaded, but without any css or js, only plain text with url to feed.
Looks like plugin is broken due wrong paths and mission js file.
]]>Any chance of an update for this great plugin?? It suddenly stopped working on my site — not even “debug mode” works anymore! Or, rather, I should say that it doesn’t work like it’s supposed to…the WP Greet Box still pops up here and there, but not like how it’s supposed to, how it used to!
]]>For all non-admin users (Author, Contributor, Subscriber, etc.), we’d like to remove the WP Greet Box Screen Option + Field which displays at Posts >> Add New.
Is anyone able to offer a fix here? We’re comfortable editing the functions.php file in our theme if necessary.
Many Thanks!
-Brian & WR
]]>I followed the troubleshooting steps to make the greet box appear with no success.
One of the js files that the article listed as essential is onload.js, but it doesn’t exist in the plugin’s js folder.
]]>hi, nice plugin, thanks, however the related post return no results if the google keyword is not english,any idea?
]]>I just saw this error reported early this morning (actual directory name masked with “[dirname]”:
[23-Nov-2011 03:45:57] PHP Warning: Cookie names can not contain any of the following ‘=,; \t\r\n1314’ in /home/[dirname]/public_html/blog/wp-content/plugins/wp-greet-box/includes/wp-greet-box.class.php on line 493
Just thought I’d report it in case it’s an issue that needs addressing.
]]>How can i remove the text from post when sharing on facebook or linkedin or google plus as the text in the greet box comes in the post description.
my site is https://MicrosoftArena.net
]]>In the past, this plugin had been installed and working (great) on our site. Through a series of updates to other plugins, the ‘Greet Box’ stopped appearing.
We attempted checking / unchecking the following boxes to no avail:
*Allow users to close the greeting message
*Detect keywords from search engines referrers and display related posts
*Enable compatibility with cache plugins
*Show greeting message to logged in users
Once we activated the ‘Debug mode’ checkbox, the notifications reappeared.
Is this a feasible solution or is there a better way to restore functionality to this plugin?
Here’s an example of a post a logged-out visitor should see the ‘Greet Box’ on.
]]>I use Greet Box and have the RSS feed pulled into other services (e.g., LinkedIn and Facebook). When pulling the feed in, it looks like these services are also pulling in the greet box text. Is there a way to make sure that the Greet Box text is not part of the RSS feed so it does not get imported?
]]>With WP Greet Box 6.2.3 activated, Woo – Feedback (part of the theme, Kaboodle 1.0.2 by WooThemes) gets a separate instance of <div id=”greet_block”> inserted at the beginning of each quote.
That means the HTML doesn’t validate (with all those id’s matching) and there is a display issue in Firefox (tested versions 4 and 5) on my Mac (OS X 10.6.8) where the first line doesn’t indent.
The first line indents just fine with WP Greet Box deactivated.
See the example at: https://breakingeveninc.com
See validation fail at: https://validator.w3.org/check?uri=http%3A%2F%2Fbreakingeveninc.com
7 errors, all are: ID “greet_block” already defined
]]>I have my blog linked to a LinkedIn group so that news items are imported into LinkedIn for discussion, etc. I noted that the text for the Greet Box appears in the imported news items by LinkedIn. Is there something I can do on the WP side to avoid this?
]]>