PremiumWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Have don't i create catagary on top menu ?You theme says it supports WordPress 3.0+ menus, which you manage in Appearance > Menus. See how to use it here: http://codex.wordpress.org/WordPress_Menu_User_Guide
Forum: Themes and Templates
In reply to: Anyone know of a theme similar to this? PictureDont think you will find a theme like that. You can try searching for ecommerce themes, however they will be more complex. If you want something really simple like that you might be better just to make it yourself.
All the best.
Forum: Themes and Templates
In reply to: moving the container to the right?Sure its possible, but from a web design perspective 1200px is really too wide for a website. You would be much better to adjust your header to work with your 990px wide content wrapper.
Forum: Themes and Templates
In reply to: moving the container to the right?Your container is center aligned, however the reason your site doesn’t look aligned correctly is because your header is 1200px wide. You might need to make your header images, and container a bit smaller. Your #container is 1200px while your #wrapper is 990px
You’re probably better to seek support about issues about the Thesis theme in the Thesis support forum
Forum: Themes and Templates
In reply to: How to make my site look like this?Getting rid of those annoying brackets …. ( Fan Frenzee ). I don’t even know how they got there.
Remove the brackets from your code as shown below. Probably in your header.php
<h1>( <a href="http://www.fanfrenzee.com/">Fan Frenzee </a> )</h1>Increasing the font size of the menu. I mean it’s barely readable.
Increase, or assign a font size for your nav menu items in the CSS
How to put a picture in the middle like the other site has?
Add relevant code between the divs shown below in your template file and style accordingly
<div id="leadwarp"> <div id="lead"> </div> </div>Forum: Themes and Templates
In reply to: How to make my site look like this?Without a link to your site/theme it’s a bit difficult to understand and help you.
By the way, you could always just purchase the theme you linked to and modify that. It’s from WooThemes.
Forum: Themes and Templates
In reply to: cant edit magnifize theme optionsMaybe try deactivating your plugins to see if any are causing conflicts.
However it’s a commercial theme from ThemeForest so if you are having issues it would be better to seek support from the developer.
Forum: Themes and Templates
In reply to: Can't see my Website go LiveThere should be no delay. Sounds like maybe an issue with the theme. It’s a commercial theme so you should contact the theme developer for support.
Forum: Themes and Templates
In reply to: i cant upload a themeforest to worpressSee here on how to use and upload themes to wordpress http://codex.wordpress.org/Using_Themes
If you are having issues with a theme you have purchased you should probably contact the developer.
Forum: Themes and Templates
In reply to: what to do when installed theme errorsIf you delete an active theme, WordPress will just revert back to the default theme, thus allowing you to access your site again and fix any problems.
Forum: Themes and Templates
In reply to: Author Bio linkThis might help you: http://codex.wordpress.org/Author_Templates
Forum: Themes and Templates
In reply to: Blog & Dashboard not loading; added Breadcrumbs pluginAccess your site via FTP (or similar) and delete the plugin, and/or remove the code added to your theme. This will allows you to access your site again and try again with your modifications.
Forum: Fixing WordPress
In reply to: Need help widening content area magazine basics themeWidening the content area is not as easy and straight forward as you may think. It’s a complete theme restructure which is quite an involved process and requires rather a lot of work, hence the lack of replies I guess.
The theme you are using while free, is from a commercial theme developer. So I would suggest contacting the developer to see if they can help you out, or direct you to another developer you can hire to do the work for you.
Forum: Themes and Templates
In reply to: uploading purchased or free themes from my computerThere are a couple of ways you can upload a theme. See here: http://codex.wordpress.org/Using_Themes