PremiumWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing link textIt depends where those links are. Can’t tell from your picture. If it’s on the homepage it would be index.php or home.php, if it’s the category display then category.php, if tag display then tag.php etc…
Forum: Themes and Templates
In reply to: Name of the themeThe theme name is arstechnica. It’s a custom theme.
Forum: Themes and Templates
In reply to: Installing NEW themeYou don’t need to choose a theme with the same layout. You current theme has 2 sidebars and 1 content column. You can change to a 2 column theme (1 content, 1 sidebar) without any issues, however you may need to set up the items your sidebar again.
You can also use the theme preview function in WordPress to see how your site will look with the new theme before switching.
Forum: Themes and Templates
In reply to: Why can't I upload a zip file theme?Have a look at the info here about adding themes: http://codex.wordpress.org/Using_Themes
Otherwise check the documentation at Elegant Themes or seek support in their support forum if you are having issues.
Forum: Your WordPress
In reply to: Check out my new fashion website :)It looks good, and will look even better when the site fills out with more content.
One suggestion would be to implement “prettier” permalinks so instead of your urls being fashionhotbox.com/?p=257 it will be fashionhotbox.com/post-title see http://codex.wordpress.org/Using_Permalinks
Good luck with the new site.
Forum: Themes and Templates
In reply to: Selecting a Theme, how do I find what I want?Check the themes directory: http://wordpress.org/extend/themes/
Forum: Themes and Templates
In reply to: Twenty Eleven theme problem with resizingThe reason for the huge space is the top padding for the site title. Have a look in your style.css file on line 2407 and adjust the padding for:
#site-title { padding: 5.30625em 0 0; }You will need to make it much smaller than the current 5.3em
Forum: Themes and Templates
In reply to: How to get rid of post bylines when viewing a categoryYou probably have to look in the category.php template for that. Otherwise I suggest you seek support in the dedicated support forum here: http://devpress.com/forums/
Forum: Themes and Templates
In reply to: decode footerForum: Themes and Templates
In reply to: A plugin to modify everything in Twenty ElevenIs it this one perhaps? http://wordpress.org/extend/plugins/twenty-eleven-theme-extensions/
Forum: Themes and Templates
In reply to: To Premium wordpress templatesIf you want free themes look here: http://wordpress.org/extend/themes/
If you want a commercial / premium theme there are plenty of good developers you can buy from here: http://wordpress.org/extend/themes/commercial/
Downloading premium themes shared on dodgy sites is just dumb, especially if you want to use it for a government website! If you want a premium theme, do the right thing and pay for it.
Forum: Your WordPress
In reply to: My New WordPress SiteYeah, things like privacy policy, terms of use etc look better in the footer area.
Forum: Your WordPress
In reply to: My New WordPress SiteHi Shan, it’s a good start. Just a couple of comments from a quick look. You have social sharing sections on the top, the side and in the sidebar. It’s a bit much and one place would probably be enough. You might want to also consider if having items like privacy policy, terms of use etc in the top menu is the best place for them.
Forum: Your WordPress
In reply to: Responsive e-commerce siteReally nice work. Well done.
Forum: Themes and Templates
In reply to: What themes are these?Yes, the important thing is to remove the background styling of your pages, header, main, and any other elements. Then the body background image will give you a single background for the entire page. It’s the styling of your other elements (page, header, main etc) that are overwriting the body background. If you remove the backgrounds of the other elements, the body background will come through as the background of everything. Hope that’s a bit clearer.