mayakay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: stuck widgetsthanks but that didn’t work. Even when I load in new widgets the page remains static 🙁
Forum: Fixing WordPress
In reply to: User registration not workingThanks for the reply. Given that I am new at this the site of deactivating every plugin freaked me out so I tired the approach of deactivating one at a time starting with the ones I remember updating recently and seemed to have done the trick. I deactivated BP Profile Search and user registration worked then I reactivated and tried again and things still appear to be working. Does this make sense? Has anyone experienced something similar? and why does this happen? Just trying to educate myself for future use……Thanks Esmi and mechx1 for your posts. Mechx1 it’s actually a member registration page where users can create profiles not a comments registration page.
Forum: Themes and Templates
In reply to: [MesoColumn] Add Site Logo To Top NavigationPlease help,
I added the following at the end of functions and get the error message below. I am assuming I added it in the wrong place and would like to go back and remove it but have no idea how to get back as I appear to be locked out.
Thanks (first time user)
Maya
function my_top_logo() { ?>
<div class=”toplogo”><img src=”your image” /></div>
<?php }
add_action(‘bp_inside_top_nav’, ‘my_top_logo’);Parse error: syntax error, unexpected ‘}’ in /home3/mayakay/public_html/wp-content/themes/mesocolumn/functions.php on line 373