Sergio Vasco
Forum Replies Created
-
Forum: Themes and Templates
In reply to: looking for a cook book style themeYou should have searched Google or the WordPress Theme directory. Here’s a gist of what I’ve found.
http://www.web3mantra.com/2011/06/29/10-delicious-food-and-drink-wordpress-themes/
http://www.ezwpthemes.com/food-themes.html
http://themeforest.net/item/cookingpress-recipe-food-wordpress-theme/1718890
Forum: Themes and Templates
In reply to: TwentyEleven Rollover just slightly off – stumpedI am on Google Chrome, 1024×768 resolution and the hover background (orange) is clean and spans the entire height of the menu. I think this is a browser issue. See the image below.
Forum: Themes and Templates
In reply to: Header Image Mishap in WP Sharp ThemeI see that the first one is an image and the second one is the following.
<div id="title"> <h2 id="logo"> <a href="http://strongerubootcamp.com" title="">Stronger[U] Bootcamp</a> </h2> </div>Try to remove it from the
header.phpfile.Forum: Themes and Templates
In reply to: Post and content upside downQuite difficult to actually help you without seeing the problem. A link possibly to your website may help.
Forum: Themes and Templates
In reply to: No access for unauthorized visitorsYour best choice would be to deactivate all plugins you are using and then install business lite again – http://wordpress.org/extend/themes/business-lite
Forum: Themes and Templates
In reply to: No access for unauthorized visitorsJust select display a message and hide the message using CSS.
Update:
Just installed Business Lite on local install. I am unable to find those settings under privacy options. Are you using the plugin I mentioned?If you want unauthorized users to be able to visit your website, you must not use that plugin.
Forum: Themes and Templates
In reply to: How to customize SuperWP ThemeYou seem to be fairly new to WordPress. Try to play around the Dashboard first.
To customize the theme, navigate to Apperances >> Editor in your dashboard and edit the necessary files.
As for the widgets, go to Appearances >> Widgets and remove them from the sidebar.
Forum: Themes and Templates
In reply to: No access for unauthorized visitorsTry this plugin – http://wordpress.org/extend/plugins/pagerestrict/
Send me the print screen too.
Forum: Themes and Templates
In reply to: php code showing up in Browser tab? helpMaybe your seeing a PHP error message in the title. What is the URL to your website?
Forum: Themes and Templates
In reply to: Can't get excerpts in Hatch theme :-(For excerpts, you can use
<?php the_excerpt(); ?>instead of<?php the_content(); ?>in your template files. For homepage, you may need to change index.php or home.php.I just checked out the website you posted. They are not using hatch theme. They are using the gridlocked theme – http://www.themezilla.com/themes/gridlocked/
Forum: Themes and Templates
In reply to: No access for unauthorized visitorsSet your posts to be private. While posting new content, on the right side, you can see the visibility option. Check private or password protected. This might help you.