PremiumWP
Forum Replies Created
-
Forum: Your WordPress
In reply to: Site for review pleaseLooks pretty good. The only thing that looks a bit odd is the background image that extends to under the footer section. You might want to consider adding more text or something under the slider to push down the footer area, or making the background image smaller.
All the best
Forum: Themes and Templates
In reply to: Moving MinShop Content area Down.Looks like your logo is very tall. You could increase the height of your header which will then push your content area down.
#header { border-bottom: 1px solid #CCCCCC; height: 190px; position: relative; z-index: 1000; }It’s a commercial theme which includes support in the purchase price so if you are having issues you should seek further support from the vendor.
Good luck
Forum: Themes and Templates
In reply to: help with adding pages to my wordpress pageThe ability to have drop down menus depends on the theme and if it’s designed to support them. If it does then the WordPress menu user guide will help explain how to set up menus: http://codex.wordpress.org/WordPress_Menu_User_Guide
Forum: Themes and Templates
In reply to: can't remove "category" from "before post"….Thesis is a commercial theme with support included in the purchase price so you will need to seek from the vendor.
Forum: Themes and Templates
In reply to: Please help if you know how to hide or remove "Archive"?That page is displaying a category, so have a look in your category.php template where the text “Archive” occurs to remove it.
Forum: Themes and Templates
In reply to: edit buttons in posts and pagesThe last button on the visual editor “Show / Hide Kitchen Sink” will show more options in your visual editor. But I don’t think that’s what you’re referring to?
Having post format options like audio, gallery, quote etc will depend on the theme you are using. Some themes will give you those options, some wont.
Forum: Themes and Templates
In reply to: help with adding pages to my wordpress pageSorry, your explanation isn’t very clear and it’s a bit hard to understand what you asking. Maybe a link to your site explaining specifically what you want to achieve will help people be able to help you.
Forum: Themes and Templates
In reply to: where from i can get very basic theme?There are quite a few base / starter themes around for example:
http://themeshaper.com/2012/02/13/introducing-the-underscores-theme/
http://themeshaper.com/2010/07/02/toolbox-html5-starter-theme/
http://themble.com/bones/
http://themeshaper.com/thematic/Forum: Themes and Templates
In reply to: Best way to reverse engineer a template?yeah, Firebug http://getfirebug.com/
Forum: Themes and Templates
In reply to: The best free themesTwenty Eleven http://wordpress.org/extend/themes/twentyeleven
Forum: Themes and Templates
In reply to: help looking for a themeMaybe BuddyPress is what you need? http://buddypress.org/
Forum: Themes and Templates
In reply to: WooTheme Sliding ThemeAll the instruction and support for the theme is available from WooThemes here: http://www.woothemes.com/support/
They are both themes from ThemeForest
http://themeforest.net/item/sofa-ideal-wp-business-corporate-blog/560735
http://themeforest.net/item/showtime-business-and-portfolio-wordpress-theme/117367Forum: Themes and Templates
In reply to: How do I limit the amount of text in an area?As you are using a commercial theme if you have any issues you need to seek support from the vendor – Elegant Themes.
Forum: Themes and Templates
In reply to: How can I change the color of menu and navigation bar and this:Your best option is to use a tool like Firebug for Firefox to inspect that element to find where to change the colour in the style.css file.