Forum Replies Created
-
In reply to: Show User Profile Information
Thank you very much!
In reply to: Changing "Forum" on Main PageAh ha! I didn’t realize that BBpress was also installed inside my Avada Theme folder. I was changing it directly in the BBpress inside the “plugins” folder.
I just changed the loop-forums.php inside the theme folder and it worked. Thank you so much for the help, and sorry I didn’t realize the dual installation sooner.
In reply to: Changing "Forum" on Main PageSorry for the delayed response Robin.
Yes, I am talking about the “Forum” in the left of your pic.
I made the following change, as suggested:
<li class=”bbp-forum-info”><?php _e( ‘The Darth Side Forums’, ‘bbpress’ ); ?>
But, it didn’t take effect. The change is shown as listed above in the actual code, but When I go to “inspect element” on the page it still shows:
<li class=”bbp-forum-info”>Forum
In reply to: Changing "Forum" on Main PageI made the change, but it did not reflect on my page. I cleared browser cache and all caches on my WordPress install.
What am I missing?
In reply to: Changing "Forum" on Main PageThank you so much! I looked through code for over an hour last night trying to find it. :/
For now, I’ll just change it in the code. Simpler to re-do it with updates than to try and figure out how to code a child theme, lol.
In reply to: Forum Link Is Too LongThank you. I did remove the first “forums” as you suggested. Darth Forums is intended to be the single forum, with categories/topics under it.
I can make mysite.com/forum work for me. No sense reinventing the wheel, lol.
Thank you for your help!