Forum Replies Created
-
AuthorPosts
-
Also there could be dns caching from your ISP. The longest I’ve seen it happen was 2 months, but everyone else can see it, so…. ;D
If you need technical support for your theme please use our new ticket system.
TwitterholicI do see it here:
http://sturtevants-sv.com/wp-content/themes/sturtos/images/favicon.ico
And in my broswer tab. You just have to wait for your browser cache to clear it out. It can take an extremely long time for favicons,
If you need technical support for your theme please use our new ticket system.
TwitterholicEven with this work it still is not addressing the vexing favicon issue onhttp://www.marriedwithluggage.com.
I see a custom favicon on that site. Please be aware that with favicons, browser cache them for *extremely* long times. Visiting the URL directly for the image usually clears it up.
But I see a white square with a red M in it on that site.
If you need technical support for your theme please use our new ticket system.
TwitterholicMay 4, 2013 at 9:37 am in reply to: custom database error page not working with genesis active #39254I actually solved this elsewhere. It was not Genesis related.
If you need technical support for your theme please use our new ticket system.
TwitterholicAs I said in the help desk ticket – we DO provide documentation on the settings we used on themes where we used that slider.
If you are using that slider plugin in a different theme, then yes you will have to experiment with settings. And by all means, use a different slider if you like.
If you need technical support for your theme please use our new ticket system.
TwitterholicYou have a specific page set as the home page.This will override the theme’s home.php template.Go to Settings -> Reading and pick “your latest posts” so the template can work as intended.
If you need technical support for your theme please use our new ticket system.
Twitterholichttp://wordpress.org/extend/plugins/search.php?q=carousel+widget
Have you tried any of these?
If you need technical support for your theme please use our new ticket system.
TwitterholicSometimes the import messes up images. I’ve had a few tickets about that lately.
Try re-uploading the images on one listing.
If you need technical support for your theme please use our new ticket system.
TwitterholicHow did you move the content and the images?
If you need technical support for your theme please use our new ticket system.
TwitterholicYou can’t do that in WP.
ALso maybe post in the wordpress.org forums as this is not theme related and there are more people there to give you an idea of what you should do.
If you need technical support for your theme please use our new ticket system.
TwitterholicThe top right area is not a full widget area, the code needs changing.
OPen up home.php. Find this:
Quote:echo ‘<div class=”home-top-2″>’;
if ( function_exists( ‘wp_cycle’ ) )
wp_cycle();
echo ‘</div><!– end .home-top-2 –>’;
echo ‘</div><!– end .wrap –></div><!– end #home-top –></div><!– end #home-top-bg –>’;Make it this:
Quote:echo ‘<div class=”home-top-2″>’;
dynamic_sidebar( ‘home-top-2′ );
echo ‘</div><!– end .home-top-2 –>’;
echo ‘</div><!– end .wrap –></div><!– end #home-top –></div><!– end #home-top-bg –>’;That’ll make it a widget area that works.

If you need technical support for your theme please use our new ticket system.
TwitterholicYou’ll need to ask in the Buddypress forums.
If you need technical support for your theme please use our new ticket system.
TwitterholicYes, http://wordpress.org/extend/plugins/genesis-translations/
If you need technical support for your theme please use our new ticket system.
TwitterholicApril 24, 2013 at 7:59 am in reply to: HT:add custom social icons to right header area in Metro theme #37394Ad any social icons plugin that gives you a widget and drag the widget to that area.
There is the WordPRess All-In-One For Dummies book that may help.
General css - http://reference.sitepoint.com/css
If you need technical support for your theme please use our new ticket system.
TwitterholicAdd the user in WordPress. Have them author the listing.
If you need technical support for your theme please use our new ticket system.
Twitterholic -
AuthorPosts