can't locate span style display none code in the theme
-
I’m working on turning the woothemes canvas framework into a buddypress child theme. All is going well, but I have a problem I can’t solve.
http://anointednews.com/members/admin/activity/
On bp profile pages, you have the @username next to the users avatar.
Normally there is a ? next to the @username but for some reason I can’t get the question mark to show up on my child theme. I have narrowed it down to the code below, but cannot find where the span style display: none is being injected.
If I change it from none to inline, then the ? properly shows up and the drowdown help info works.
<span display="inline" class="highlight">@admin <span style="display: none;">?</span></span>
Is there a piece of code I should be adding to my buddypress header to solve this?
For the most part, I am using the buddypress templates for the content portion, and simply wrapping canvas template functions around the bp ones.
Basically I could just really use some help tracking down what is injecting the span style there. It is not in the /members/index.php file anywhere. There is simply a double closing span with no second opening one.
thanks
- The topic ‘can't locate span style display none code in the theme’ is closed to new replies.