karenbeth
Forum Replies Created
-
Forum: Plugins
In reply to: [Spiffy Calendar] Spiffy CalendarYou are a lifesaver! Thank you so much!!
Forum: Developing with WordPress
In reply to: No-follow code problemThanks
Forum: Developing with WordPress
In reply to: No-follow code problemYes, I have read that. I have downloaded the plugin thirsty affiliate, and it states that it will make all links a no follow. However, if I put the code into my functions.php file I don’t think that thirsty affiliates will create the links as a no follow, because, I do have the box checked open all links in a new page and the no follow box checked. However, since I put the code into my functions PHP, it does not open in new page. So if that is not working, it is making me wonder if the no follow is not working.
I know that didn’t make any sense, but in woo commerce, the pictures do not open the affiliate link so I had to create the code and this is where my questions lie. since I did that, the thirsty affiliates plugin doesn’t seem to open the picture links in a new window.
I am new at this, so if I’m doing something totally crazy you can tell me. I can handle it. LOL Thanks again for your help. And here is the code again that I put in the functions.PHP file.
add_action(‘template_redirect’, ‘redirect_external_products’);
function redirect_external_products() {
global $post;
if (is_singular( ‘product’ ) &&
! empty( $post ) &&
($product = wc_get_product($post)) &&
$product->is_type(‘external’ )) {wp_redirect( $product->get_product_url() );
exit;
}
}- This reply was modified 6 years, 2 months ago by karenbeth.
Forum: Developing with WordPress
In reply to: No-follow code problemEach to be different
- This reply was modified 6 years, 2 months ago by karenbeth.
Forum: Plugins
In reply to: [WooCommerce] Move product titles above thumbnailYou are a lifesaver! Thank you so Much!
Forum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageOkay for kicks and giggles I disabled and deleted the plugin and all the pages that I created by the one step installer. Then I turned around and reinstalled the plugin and recreated the pages using the one step installer once again. Still, have the same redirect issue. I am about to give up, but I don’t want to because I like everything about this plugin except for the redirect not working.
Oh and I also went on my Cpanel and cleared the cache just in case that had anything to do with it. It didn’t change a thing. I can create a temp login for you if you would like to see how everything is set up. It might be easier that way. My email address is [email protected] Thank you for all your help.
Karen
Forum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageI disabled the “username is Email” option still no change. I took out the redirect on the login page and it still redirects. so confused.
Forum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageNo, However, I do have a page set up with the login redirect and a register button to go to the register page
Forum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageOh and to just make double sure I deleted the page I created for the register redirect just incase that was causing issues.
Thank You,
Forum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageHello,
I have changed the registration page to be [register] only and it still redirects it to the login redirect page [login redirect_page=”https://www.eagles4045.com/members-only/”]
No message telling users they need to be approved.
This is crazy, I don’t understand.
Please advise.
Thank you,
KarenForum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageAlso, No I’m not logged in as another user when testing. Thank you
Forum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageOkay, so when I turned off the admin approval required, the redirect worked. However, I need the admin approval turned on. We don’t want people just being able to log into the site. so this is not a workaround.
Any other suggestions would be greatly appreciated.Thank you,
Forum: Plugins
In reply to: [Front End Users] FEU Redirect page not redirecting to correct pageGood Afternoon,
No, I don’t have email confirmation enabled. I have double checked everything, that is why i’m so confused. Any help would be greatly appreciated. I have to get this website finished for my client before the 25th of this month.
Thank You,
Karen MoodyForum: Fixing WordPress
In reply to: How to remove white space below headerThank you so much! You truly saved me on this issue.
Thanks,
KarenForum: Fixing WordPress
In reply to: How to remove white space below headerThank you for your help. Here is the page https://www.cheerspubshalimar.com/?page_id=4008