Been asked before but no answer.
How can we force the URL to open in a new window (_blank)?
]]>Very useful plugin. I would like to ask a question / suggestion. Is it possible to add a countdown timer in the message? something like: You will be redirected on: “countdown timer”
]]>Love the plugin, however, how or where can I put the shortcode on the woocommerce order received page when there is no page for it? Thanks
]]>Hi there! great plugin!
Im running into a trouble while using it on wordpress 6.
if I try to redirect to any given url, the plugin redirects me to this address
“https://MYDOMAIN.COM/code(given_url)code”
I dont know how to solve this!
Any clues?
]]>Hello, i want to make this plugin compatible with RankMath redirection feature. So, whenever I add redirect link in rankmath, then your plugin should pick that link and make it load after few seconds.
Any help.
PHP snippet required.
Hi, is there any way to pass a query parameter into the shortcode URL?
I need the URL to be dynamic for a personalized page.
THanks
]]>the WordPress loopback check to properly check for potential errors caused by your update. As WordPress is not able to check whether your new code will produce errors or not, it prevents the code update.
]]>Hi there,
thanks for provding this! Is there a way to provide a link target such as “_top” or “_blank”? That would be tremendously useful…
Thanks,
Christian
]]>Great little plugin. Also very light in structure. I just have one simple request. Is there a way to have the redirect turned off when editing a page or post? I’ve set the time to 10 seconds but it’s not enough time to work on the page or post when editing them. The automatic redirect switched page or post while I am editing. I’ve had to increase the time to a minute just to allow me just enough time to go into the shortcode and increase the time so it won’t redirect me when editing the page or post containing the redirect shortcode.
]]>Is there a way to somehow add fade out transition to the page that redirects from?
Thanks,
Marko
This is an edit I did that works really well, figured I’d share it here….
– Wolfe
https://www.danwolfe.me
add_shortcode('redirect', 'scr_do_redirect');
function scr_do_redirect($atts)
{
ob_start();
$myURL = (isset($atts['url']) && !empty($atts['url']))?esc_url($atts['url']):"";
$mySEC = (isset($atts['sec']) && !empty($atts['sec']))?esc_attr($atts['sec']):"0";
if(!empty($myURL))
{
?>
<meta http-equiv="refresh" content="<?php echo $mySEC; ?>; url=<?php echo $myURL; ?>">
<?php
wp_redirect($myURL, 301,'Redirected by ' ) ;
}
return ob_get_clean();
}
?>
]]>
Hi. I’m wondering how bots behave with this plugin. Do they follow the redirect or stay on the landing page? Does the amount of time delayed impact this? Thanks!
]]>Can a page be redirected to another one instantly based on whether a page is seen by a user before.
I have a landing page which I want users to view only once. From the second time they will be redirected to another page.
Thanks
]]>Hi, this module cause a crash with pagebuilder elementor if there is a shortcode in a page. ??
Can you help me to fix?
Thanks
]]>Is it possible to open the re-direct in a new tab/window? Thanks
]]>I have a WordPress site that I would like the page refresh times to be changed as the user progresses through a setup process that is controlled by a single page?
Is there a way to change your plugin to do this or do you have any suggestions?
I have searched thru a lot of Javascript code but I haven’t found anything yet.
Regards,
Paul
]]>Hi Cartpauj,
I was able to tweak the plugin and add custom display message instead of the usual “Please wait while you are redirected…or “>Click Here if you do not want to wait.”
I haven’t done this before so I’d like you to guide me on where/how can I submit my changes to you?
]]>hi, i use from some time your plugin, but from 1 mounth no work, i reseat hosting account, reupload a working bck but no work.
my client is very frustrated, [ redacted ]
The plugin works for me with firefox, but not with chrome. With chrome, it doesn’t redirect. Any suggestions? Thanks.
]]>Hi, love the plugin! Works great as expected. I have a question about the shortcode. How do I nest a shortcode within the Shortcode Redirect shortcode?
I am dynamically creating Pages using Ninja Forms field data like so:
[ninja_forms_field id=6]=first name field=John
[ninja_forms_field id=18]=last name field=Smith
Using the above two shortcodes, I can easily create a page like so: xyz.com/JohnSmith. I need this to place the Shortcode Redirect code onto this page so that after a few seconds it redirects to another site I’m referring traffic iwth a uniqu GUID added like so: https://123.com/?src=JohnSmith
I already have the page creation side of things figured out; the next step is how to nest the form data into the Shortcode Redirect code, essentially like so:
[redirect url='https://123.com/?src=[ninja_forms_field id=6][ninja_forms_field id=18]'?sec='10']
or as the output should look:
[redirect url='https://123.com/?src=JohnSmith'?sec='10']
In other words, the “JohnSmith” part must be dynamic based on the field data entered.
Thanks!
]]>hi, how can i redirect to back page, such as javascript:javascript:history.go(-2)
thanks
https://www.mycollegelogic.com/aaa-parents/
It works on firefox on the pages after so not sure why it would not work in this one instance after answering the questions. Thanks!
]]>Hi Author,
Thanks for the plugin.. I had used the short code in page.php to redirect to single.php…
Again i had redirected from single.php to page.php immediately…
But the loop is redirecting continuously… Redirection should be done only once for a browser session… can u please help..
Thanks in Advance
]]>Sorry for asking but I’m not near a computer screen. Will this display the time to the viewer before the redirect?
]]>Hi there,
First of all, Thank you for this great useful shortcut. I want to open re-direct page in new Tab!how can I do this?
Thanks
Hi There,
I’m interested in this plugin.
Is it possible to redirect a page to a simple landing page for 10 seconds and then have the user redirected back to the original page they were on without the user having to click anything?
We have 3 companies under 1 group and want to make the user aware of the this, then redirect them back to the original page they were on. I hope that makes sense.
Sarah
]]>It’s work or not ?
]]>It doesn’t work, there is no redirect and I see only the header of the theme…
]]>