keithjonesisit
Forum Replies Created
-
Forum: Plugins
In reply to: [Registration Options for BuddyPress] No role after approvingI’m having the same issue. I changed the “activation” email template to eliminate sending the user and activation code. However, the admin email that includes the link to “member requests” takes you to the BP Registration>Member Requests section. If I select “APPROVE” for that user, the user gets added but under the USERS menu it lists the user role as “NONE”.
If I ignore the Member Requests Section and not approve the user and go to USERS>Manage Signups and “Activate” the user there, it will assign the “subscriber” role to the user.
However this does not affect the user from viewing the bbpress or posting onto the forums at this time.
Forum: Themes and Templates
In reply to: [OceanWP] Disable sidebar on Registration page@apprimit Thank you for that! I changed is_singular(‘post’) to is_page(‘register’) and it worked flawlessly. Thank you for the help!
The latest Theme update did not fix this issue. This problem also affects the “Blog Section” as well. Changing the color of the dash lines around the titles only works on one side. For instance, “-Blog Section-” …the dash on the left will change color but the one on the right stays the default yellow color. This does not happen on all sections.
Ok. Part of it is resolved. I found out that since my header bar is black, the “hamburger” menu icon is also black by default. Now I need to find out where to change that color in order for it to be visible to users.
Any update on the new release of the plugin? I am waiting on this to go live.
Forum: Themes and Templates
In reply to: [Atlast Business] Services Section Link Color Not ChangingOk. I found a fix. In the editor under TEMPLATE-PARTS>CUSTOM-PAGES>HOMEPAGE(or FRONTPAGE)>SERVICES>services-style-2.php in line 30. I changed the line from:
php echo esc_url(get_permalink(absint($page->ID))); ?>”><?php echo esc_html__(‘Learn More’,’atlast-business’)
TO:
php echo esc_url(get_permalink(absint($page->ID))); ?>” style=”Color:#0066bf”><?php echo esc_html__(‘Learn More’,’atlast-business’)But you can insert any hex color code you wish. It’s at least a workaround until the plugin update!
Forum: Themes and Templates
In reply to: [Atlast Business] Header Subheading Text ColorI received unexpected token on “!” and “;” so I removed “!important;” and it provided no errors and works great. Thank you!
It’s still in production stages so I don’t have it live. However, I was able to create a workaround by adding a blank space above my image which pushed my image down. You can see the difference between when you remove a tagline and re-add a tagline, it will push that Header Bar over the Header image instead of pushing the image lower. I love this theme and can’t wait for you to put out the updated plugin to tweak those other color items in the Styling. Great work @archimidism!
Forum: Themes and Templates
In reply to: [Atlast Business] Services Section Link Color Not ChangingThis problem is referencing Style 1. The style that allows for the “Learn More” link button.
Forum: Themes and Templates
In reply to: [Atlast Business] Recent Post Bullet Color will not changeThat worked great! I even put in the hex color number and it works perfect. Thank you!
Forum: Themes and Templates
In reply to: [Atlast Business] Section Button Colors Not ChangingThis appears to still be an issue. Specifically on the “Services” page that is generated that has “LEARN MORE” link buttons. They are defaulted to yellow and you cannot change them that I can find.