hitman72
Forum Replies Created
-
Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] popup ONLY AFTER a messagehi 🙂 no, it’s doesn’t work. I have the popup displayed on every page load with every modal config. I haven’t found any plugin that is right for me on wordpress… I thought it was a simple thing… Thanks for your interest
Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] popup ONLY AFTER a messagedone (in you plugin) but I have always the “thank you” message displayed on every link where I click (“home”, “about”, “programma per chattare”, etc,)!. I need to display “thank you” ONLY after a post. thank you for your hard work 🙂
edit:
in every case how add manually your autoclose popup in the functions.php disabling you popup in the options?I have added this line (copied…) to go to top of page after a post
add_filter(‘comment_post_redirect’, ‘redirect_after_comment’);
function redirect_after_comment($location)
{
return $_SERVER[“HTTP_REFERER”];
}now I need something this:
add_filter(‘comment_post_redirect’, ‘redirect_after_comment’);
function redirect_after_comment($location)
{AutoclosePopup(“Thank you for your post”,2500); < 2500 = 2.5 seconds >
return $_SERVER[“HTTP_REFERER”];
}Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] popup ONLY AFTER a messagesorry, the blog to test is:
Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] popup ONLY AFTER a messageciao 🙂 here my setup
http://revisionando.altervista.org
Whit this setting I have ALWAYS popup displayed everywhere and not after a post. thank you again
Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] popup ONLY AFTER a messagethank you but I have already tryed it…. In this case I haven’t the popup displayed after a post checking “Only show on specific pages and single posts” and “Pages and posts to display Modal Dialog” empty 🙁
Forum: Plugins
In reply to: [Modal Dialog] [Plugin: Modal Dialog] popup ONLY AFTER a messagethanks for your quick response and for your kindness. I have selected “Display after new comment posted” but the popup is always displayed! on blog load, on every page/link I click…
here a screenshot with my config
My Modal Condfig
My test blog: http://www.revisionando.altervista.org