tmck
Forum Replies Created
-
Thanks for your reply but unfortunately that did not work. The updated code pasted below generated this email (screenshot), which still shows white text.
Updated code:
<div style="max-width: 560px; padding: 20px; background: #ffffff; border-radius: 5px; margin: 40px auto; font-family: Open Sans,Helvetica,Arial; font-size: 15px; color: #666;"> <div style="color: #444444; font-weight: normal;"> <div style="text-align: center; font-weight: 600; font-size: 26px; padding: 10px 0; border-bottom: solid 3px #eeeeee;">{site_name}</div> <div style="clear: both;"> </div> </div> <div style="padding: 0 30px 30px 30px; border-bottom: 3px solid #eeeeee;"> <div style="padding: 30px 0; font-size: 24px; text-align: center; line-height: 40px;">{display_name} has just registered for the {site_name} site and is waiting to be reviewed.</div> <div style="padding: 10px 0 50px 0; text-align: center;">To review this member please click the following link: <a href="{user_profile_link}">{user_profile_link}</a></div> <div style="padding: 0 0 15px 0;"> <div style="background: #eee; color: #444 !important; padding: 12px 15px; border-radius: 3px; font-weight: bold; font-size: 16px;">Here is the submitted registration form:<br /><br />{submitted_registration}</div> </div> </div> <div style="color: #999; padding: 20px 30px;"> <div>Thank you!</div> <div>The <a href="{site_url}">{site_name}</a> Team</div> </div> </div>Thanks,
Tiffany- This reply was modified 5 years, 3 months ago by Steven Stern (sterndata).
The problematic page is restricted in that you need to be logged in to access it. The issue is that the user is already logged in and is being treated like they are not logged in.
And yes, the issue occurs even when I clear and deactivate the cache. Please help!
Thanks,
Tiffany- This reply was modified 5 years, 3 months ago by tmck.
Hi @champsupertramp,
Here’s a video of me logging in, going to a page, and then clicking on an internal link and getting the login challenge again. I’d appreciate any help that you can offer!
Thanks!
Sorry, I wasn’t sure what the proper procedure was! I just approved you and made you an admin.
Thanks,
TiffanyHere it is:
<div style=”max-width: 560px; padding: 20px; background: #ffffff; border-radius: 5px; margin: 40px auto; font-family: Open Sans,Helvetica,Arial; font-size: 15px; color: #666;”>
<div style=”color: #444444; font-weight: normal;”>
<div style=”text-align: center; font-weight: 600; font-size: 26px; padding: 10px 0; border-bottom: solid 3px #eeeeee;”>{site_name}</div>
<div style=”clear: both;”> </div>
</div>
<div style=”padding: 0 30px 30px 30px; border-bottom: 3px solid #eeeeee;”>
<div style=”padding: 30px 0; font-size: 24px; text-align: center; line-height: 40px;”>{display_name} has just registered for the {site_name} site and is waiting to be reviewed.</div>
<div style=”padding: 10px 0 50px 0; text-align: center;”>To review this member please click the following link: {user_profile_link}</div>
<div style=”padding: 0 0 15px 0;”>
<div style=”background: #eee; color: #444; padding: 12px 15px; border-radius: 3px; font-weight: bold; font-size: 16px;”>Here is the submitted registration form:<br /><br />{submitted_registration}</div>
</div>
</div>
<div style=”color: #999; padding: 20px 30px;”>
<div>Thank you!</div>
<div>The {site_name} Team</div>
</div>
</div>Thanks,
TiffanyHi @champsupertramp,
Thanks for that look into {submitted registration}. I’m still unsure where the white text is coming from. I inspected the email and I can see the div I see in WP with gray text and then I see another div with white text: screenshot. I’m not sure how to access that secondary div. Any ideas?
Thanks,
TiffanyHi @champsupertramp!
The issue is that the white text appears within the {submitted_registration} tag, which I don’t know how to change. It’s within a div with the correct color: screenshot.
Thanks,
TiffanyHi @t-p. I appreciate your response but I am already familiar with the Role concept. My issue is that I did not indicate anywhere that the menu should only appear to certain roles and not others. That is the issue that I’m trying to solve.
Hi @t-p,
Thanks for your response. Unfortunately, I’m still unsure how to correct the issue. I have not intentionally set the menu or the widget to only be available to certain roles.
Thanks,
TiffanyForum: Themes and Templates
In reply to: [OceanWP] Sidebar below contentThat worked, thank you, Abshishek!!