thezedt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Parabola] jQuery error messageI believe the message is pretty much self explanatory and you’ve answered your own question:
“If this message remains visible after the page has loaded then there is a problem with your WordPress jQuery library”
Forum: Themes and Templates
In reply to: [Mantra] Menu button issueLeave #main out of the rule, that’s the site content area.
#access ul li.current_page_item, #access ul li.current-menu-item, #access ul ul li { background-color: white; }
Forum: Themes and Templates
In reply to: [Parabola] Sidebar on Presentation PageI’m not sure what the “3 column sliders” is, but if you want to reduce your slider to just one static image, remove all but 1 slide information from the administration and the slider will display only that 1 image.
Forum: Themes and Templates
In reply to: [Parabola] Center Top Menu/ Navigation BarThat option is for the main menu.
The top menu requires CSS to do it:
.topmenu ul { display: table; float: none; margin: 0 auto; }
Forum: Themes and Templates
In reply to: [Parabola] Remove "Subscribe to Blog Via Email"Check your installed plugins. If it automatically adds itself to the end of pages/posts, it’s most likely a plugin.
If it’s in the footer, then it’s a widget, which you can remove from Appearance > Widgets.
Forum: Themes and Templates
In reply to: [Mantra] Changing Colors Mantra ThemeA link to your website?
Forum: Themes and Templates
In reply to: [Mantra] Lock the drop down?Use a custom menu and leave the URL field empty.
Forum: Themes and Templates
In reply to: [Mantra] Why my website looks different on another computers?You’re using relative website size (which, by the way, is no longer maintained and updated).
Relative size means relative to the browser windows size. Are you computer and laptop screens the same size?
Forum: Themes and Templates
In reply to: [Mantra] add email link on a page or postForum: Themes and Templates
In reply to: [Mantra] WP lightbox 2 problem: Mantra?After a quick look with Firebug, you’ve got 2 javascript errors in your site (one from a facebook plugin and one very weird).
The quickest way to check if it’s the theme’s fault is to temporarily switch to one of the default Twenty-something themes and see if Lightbox returns to functioning condition.
Forum: Themes and Templates
In reply to: [Parabola] Porblems after update.Looks like a problem with the host. You get the same out of memory in both Parabola and a plugin.
And “67108864 bytes” indicates your memory limit is still 64M, not 128.
Forum: Themes and Templates
In reply to: [Parabola] How to rename home pageSame rule applies.
You can name your “Home : Home” menu item anything when you’re using custom menus.
Forum: Themes and Templates
In reply to: [Parabola] Responsive option not working after updateThis is fixed in the new latest update ??
Forum: Themes and Templates
In reply to: [Parabola] New Update IssuesThe presentation page is not visible when Front page displays under Reading Settings is set to anything else but Your latest posts
You can be easily circumvented by setting that option to the Your latest posts value and updating the menu in case the Home item points to the wrong page instead of the special Home : Home target.
That’s a fresh new “feature” introduced in 1.1.0. It’ll be fixed in 1.1.1 ??
If you can’t wait, grab the pending-check-and-approval update.