PremiumWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how set default image sizeYou would need to modify a core WordPress file (not advisable) – media.php located in wp-includes
Just do it like this: http://wordpress.tv/2009/01/05/changing-your-default-media-settings/
Forum: Themes and Templates
In reply to: Class in CSS not changing list in sidebarYou haven’t said how you want to style it, but at the moment the “artistbox” div class doesn’t have any style information, hence the reason there is no change to that section. You need to add some style information to that “artistbox” div class in order to create your desired style.
Forum: Themes and Templates
In reply to: Pro Photo Blogs Theme MissingYour site is working and the content is there (as far as I can see), it’s just using the default twenty eleven theme. As for why your theme isn’t working, its a commercial theme which makes its difficult for us to answer that. The best thing to do is seek support from the theme developer http://www.prophotoblogs.com/support/
Good luck
Forum: Themes and Templates
In reply to: Comments form IssueThat code is most likely located in the comments template file – comments.php located in your theme folder.
You will need to find where that code is located and remove it from your template.
Forum: Themes and Templates
In reply to: Specially sized jpg and themeHow about cropping your image? or else you might want to look if there is a max-width property you can adjust in your CSS. Otherwise as it’s a commercial theme you should probably contact the developer for assistance.
Forum: Themes and Templates
In reply to: changed theme folder and now website won't even load!Access your site via FTP (or similar) and remove or fix the code added to your theme. This will allows you to access your site again and try again with your modifications.
Forum: Themes and Templates
In reply to: How to make WordPress do my biddingYou should be able to do this yourself. Just find a theme with a design you like. You can find free themes here http://wordpress.org/extend/themes/ and commercial themes here: http://wordpress.org/extend/themes/commercial/
WordPress also gives you the option of using a static page as your homepage. See http://codex.wordpress.org/Creating_a_Static_Front_Page
Forum: Themes and Templates
In reply to: GraphPaperPress Base/UnoAs it is a commercial theme, you need to seek support from the theme vendor http://graphpaperpress.com/support/
Forum: Themes and Templates
In reply to: how to change form a designed picture comes template wordpressIf I understand correctly you want to turn a Photoshop PSD file into a WordPress theme. It’s quite a detailed process which involves slicing up the PSD file into smaller images, and reproducing your design in simple html and css. You will then need to convert your html and css into a functioning wordpress theme. Check the codex for info about WordPress theme development – http://codex.wordpress.org/Theme_Development
If you haven’t got the ability or time to do it yourself then your best bet is to either Google “PSD to WordPress theme” and pay one of the many companies to do it for you or post a job on http://jobs.wordpress.net
Forum: Themes and Templates
In reply to: Best themes for an Automotive website?Another commercial theme specialically for automotive websites – http://templatic.com/app-themes/automobile
Forum: Themes and Templates
In reply to: Uploading Rockwell Theme on WordPressMake sure you are uploading the correct root theme folder with all the files in side. If the zip file you are uploading is too large, it is most probably because there are multiple folders (including the actual theme folder) inside the zip (sometimes authors add help files, PSD’s, source graphics etc).
Forum: Themes and Templates
In reply to: Theme maintenance question…You are correct that it is wise to always use the latest WordPress version. Typically new WordPress updates won’t affect your themes and thus you usually dont need to update your WordPress theme every time you update WordPress. However if you are paying money for a theme, it is sensible to ensure you buy from a reputable vendor to ensure you receive support and any updates to the theme if they are required in the future.
Forum: Themes and Templates
In reply to: Very odd: Edited a file in theme, but no change on the siteThere might be info that helps here: http://codex.wordpress.org/I_Make_Changes_and_Nothing_Happens
Forum: Your WordPress
In reply to: Our Company's WordPress Site Outdated?The design looks fine to me. One usability issue I see after a quick look is the slightly transparent drop down menu makes the menu items a little more difficult to read easily as the background slider text / image shows through and is distracting.
Maybe some pictures / thumbnails on the blog excerpts in the blog section would make it more interesting. Otherwise looks good to me.
Forum: Everything else WordPress
In reply to: would WP be good for a gallery siteWordPress is excellent to use for a portfolio / gallery site. There are heaps of really good themes available specifically built for gallery websites also if you don’t want to build your own. All the best.