Soft Responsive [Deleted]

Arty, was the pop up for preferences removed from this theme?

When clicking on preferences here, you see the overlay, on your theme, it goes directly to the page....
 
That's new. I didn't know it even existed.

It works fine but has incorrect styling. Something for me to fix.
 
I have it working on RC1, with a test site....
Figured it out. I was trying incorrect menu items. Only preferences menu works and it works fine.

Layout is messed up a bit. Add this to extra.css for now, it will be fixed in next update
Code:
.xenOverlay .xenForm h3.sectionHeader { {xen:property formOverlaySubHeading} }
 
@Arty What's the proper way to remove the member tab now?

On mobile, I'm getting the search box right on top of the user tab.

How do we get rid of the Board Information title again? Is there a setting or something in the extra.css?
 
Navigation tabs: you need to comment it out in navigation.html by adding <xen:comment> before it and </xen:comment> after it.

Removing title:
Code:
#content.forum_list .titleBar { display: none; }
 
Navigation tabs: you need to comment it out in navigation.html by adding <xen:comment> before it and </xen:comment> after it.

Removing title:
Code:
#content.forum_list .titleBar { display: none; }

Board title removal worked perfectly.

Ok, added to the .html. How about from the Quick Navigation menu? Odd, now it says 'Notable Members' instead of 'Registered Members'. Is that a Xenforo thing or from you?
 
Edit phrase in admin control panel
The phrase? I don't want to change the name back, I want to remove it from the quick nav menu completely. Assuming that's possible. I'm trying to get rid of all member list info altogether.

New request - would it be possible to get some sizing options for the 'go to top' button? Maybe the ability to make it bigger on the desktop?
 
The phrase? I don't want to change the name back, I want to remove it from the quick nav menu completely. Assuming that's possible. I'm trying to get rid of all member list info altogether.
Remove it from navigation.html. You can try new template modifications feature to make that easier.

New request - would it be possible to get some sizing options for the 'go to top' button? Maybe the ability to make it bigger on the desktop?
Good idea. I've added new style properties for it.
 
Visitor's navigation menu is in navigation_visitor_tab.html, the rest of menu items are in navigation.html.
quick_navigation_menu.html is for user's navigation popup, the one that appears when you move mouse over tab with your own name.
 
Back
Top Bottom