PremiumWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove You are here: Home from canvas themeWhat you are referring to is the breadcrumb navigation. In the Canvas theme options panel you have a check box option to display or disable breadcrumbs. If you need more help with the theme you should head to the WooThemes support forum.
Good luck
Forum: Themes and Templates
In reply to: image not featuring on home page timthumb.phpYou don’t add the script into your post, it needs to be included at the appropriate place in your template files.
You can find documentation about how to use timthumb.php here: http://www.binarymoon.co.uk/projects/timthumb/
However if you are able, it’s better to stick with native WordPress functions and use WordPress Post Thumbnails. See: http://codex.wordpress.org/Post_Thumbnails
Forum: Themes and Templates
In reply to: ThemeForest ThemesThere are some attractive themes on ThemeForest, however the quality of their coding and the quality of support (if any) can vary a lot. Some good, some terrible. Themes from ThemeForest are cheap, and you typically get what you pay for. There are better places to purchase commercial / premium WordPress themes.
Forum: Themes and Templates
In reply to: Which theme is best and for whatThe themes you are using look fine and seem suitable for the website topic to me.
While a nice, clean theme is important for first impressions, the content is the most important aspect for SEO, traffic etc.
All the best.
Forum: Themes and Templates
In reply to: Edit theme colorAssign a background-image rather than a background-color in your CSS. See http://www.w3schools.com/cssref/pr_background-image.asp
Forum: Themes and Templates
In reply to: Please help me with a wordpress theme?Check the documentation and information regarding using image thumbnails here: http://colorlabsproject.com/documentation/wellblog/
Forum: Themes and Templates
In reply to: installed a child theme without installing the frameworkLog into your site via FTP and delete the child theme. Your site should revert back to the default theme and you should be able to access your site again.
Forum: Themes and Templates
In reply to: How to download a wordpress.com only themeThe zip file of the theme appears to be available here: http://themes.trac.wordpress.org/ticket/4951 Use at your own risk.
Forum: Themes and Templates
In reply to: Edit theme colorChange the background color of the code below in your style.css file.
#carousel-list .box { background-color: #000000; height: 460px; }Forum: Themes and Templates
In reply to: Please help! I need help with this theme!!As you are using a premium / commercial theme you need to visit the Elegant Themes support forum for help: http://www.elegantthemes.com/forum/
They will help you out there.Forum: Themes and Templates
In reply to: Background is not showing up on new wordpress 3.3http://wordpress.org/support/topic/custom-background-disapears-in-codium-extend-theme-w-word-33
Open header.php and locate your <body> tag.
Change this value to <body <?php body_class(”); ?>>
Forum: Themes and Templates
In reply to: Gallery Image Not Displaying?As you are using a premium/commercial theme and the themes files are not publicly accessible you need to seek support from the theme’s vendor here: http://www.wpzoom.com/support/ They will be able to help you out.
Forum: Themes and Templates
In reply to: Page templateIf you say your homepage is using a different template from the other pages, your homepage template file is most likely home.php or possibly front-page.php.
Have a look at this reference regarding template hierarchy: http://codex.wordpress.org/Template_Hierarchy
Forum: Themes and Templates
In reply to: Recomend a blog themeThere are plenty of free themes here: http://wordpress.org/extend/themes/
Forum: Themes and Templates
In reply to: Touching up the Tag CloudYou can change how the tag cloud displays by adjusting / adding various parameters. See http://codex.wordpress.org/Function_Reference/wp_tag_cloud