PremiumWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Mazine WordPress theme E-commerceAs it’s a commercial theme you need to seek support from the theme vendor.
Forum: Themes and Templates
In reply to: Tweaking CategoriesIf that category section in the sidebar is actually a widget have a look to see if you can rename the widget title in the widgets section of WordPress Admin panel – see http://codex.wordpress.org/WordPress_Widgets
Otherwise if you need to find and edit the text in the actual themes file consider using a tool such as Windows Grep to search for text strings in files.
Forum: Themes and Templates
In reply to: Anyone know what theme this is?That doesnt appear to be a WordPress site
Forum: Themes and Templates
In reply to: question about adding additional sidebarsThis might help: http://codex.wordpress.org/Category_Templates
Forum: Themes and Templates
In reply to: Help finding a themeAlso have a look through the premium / commercial themes section: http://wordpress.org/extend/themes/commercial/ as they have more business style themes.
For a start you need to use “;” instead of “:” on line 23 and 24.
Looks like there a few other places also
All that is saying is line 23 of your index.php file has a “:” where there shouldn’t be.
You will need post the code or at least line 23 of “index.php” for people to help you identify how to fix the problem
Forum: Themes and Templates
In reply to: Anyone know what Theme this is?Platform or Platform Pro look similar: http://wordpress.org/extend/themes/platform
Forum: Themes and Templates
In reply to: How do I arrange my Navigation?Have a look at the codex for the wp_list_pages function here: http://codex.wordpress.org/Function_Reference/wp_list_pages
However I would recommend implementing WordPress Navigation Menus as it will give you much more functionality, flexibly and let you arrange you menus anyway you wish. See http://codex.wordpress.org/Navigation_Menus
Forum: Themes and Templates
In reply to: Tweaking CategoriesAs it’s a commercial theme we don’t have access to, it’s difficult to provide exact advice. However for point 1 maybe have a look on your sidebar.php file for that “Categories” text. For point 2, also have a look in your sidebar.php file.
Glad you’re enjoying WordPress. Good luck
Forum: Themes and Templates
In reply to: Scrolling drop down menu theme?I would suggest that if a drop down menu list is too long to fit on the screen you need to re think how you structure and organize your menus. From a useability point of view a really long menu list is a fail. Maybe think about listing that second level of “long lists of versions” on a page for example.
All the bestForum: Themes and Templates
In reply to: Need Gored templateThere is no easy way to convert a Joomla template to WordPress. You either have to get your hands dirty and start coding, or hire someone to it for you.
However the design you linked to is a fairly basic blog style design so it shouldn’t be difficult to find an existing WordPress theme that is similar.
Forum: Themes and Templates
In reply to: Which theme can do it?There are heaps of premium magazine style themes available, for example: http://www.wpzoom.com/themes/morning/
Forum: Themes and Templates
In reply to: Which theme can do it?You might find a suitable theme here: http://wordpress.org/extend/themes/
However more complex, magazine style designs like the examples you linked to, are usually premium commercial themes, so also have a look here: http://wordpress.org/extend/themes/commercial/
Forum: Everything else WordPress
In reply to: AdviceThose are very general questions so rather difficult to answer. My advice would be just start – install WordPress and start building and experimenting. If you have any specific questions as your building your site you can always ask in these forums.
Good luck.