gvasudeva
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Parse ErrorThey couldnt help me much.. & that’s why i am here…!!
Forum: Themes and Templates
In reply to: Parse Error??
Forum: Themes and Templates
In reply to: Parse ErrorThis is what i think… Here it is….
<?php/*** The Footer widget areas.**/?><?php/* The footer widget area is triggered if any of the areas * have widgets. So let's check that first. * * If none of the sidebars have widgets, then let's bail early. */if ( ! is_active_sidebar( 'first-footer-widget-area' ) && ! is_active_sidebar( 'second-footer-widget-area' ) && ! is_active_sidebar( 'third-footer-widget-area' ) && ! is_active_sidebar( 'fourth-footer-widget-area' ) && ! is_active_sidebar( 'fifth-footer-widget-area' ) )return;// If we get this far, we have widgets. Let do this.?><div id="footer-widget-area-background"><div id="footer-widget-area" ><?php if ( is_active_sidebar( 'first-footer-widget-area' ) ) : ?><div id="first" class="widget-area"><ul class="xoxo"><?php dynamic_sidebar( 'first-footer-widget-area' ); ?></div><!-- #first .widget-area --><?php endif; ?><?php if ( is_active_sidebar( 'second-footer-widget-area' ) ) : ?><div id="second" class="widget-area"><ul class="xoxo"><?php dynamic_sidebar( 'second-footer-widget-area' ); ?></div><!-- #second .widget-area --><?php endif; ?><?php if ( is_active_sidebar( 'third-footer-widget-area' ) ) : ?><div id="third" class="widget-area"><ul class="xoxo"><?php dynamic_sidebar( 'third-footer-widget-area' ); ?></div><!-- #third .widget-area --><?php endif; ?><?php if ( is_active_sidebar( 'fourth-footer-widget-area' ) ) : ?><div id="fourth" class="widget-area"><ul class="xoxo"><?php dynamic_sidebar( 'fourth-footer-widget-area' ); ?></div><!-- #fourth .widget-area --><?php endif; ?><?php if ( is_active_sidebar( 'fifth-footer-widget-area' ) ) : ?><div id="fifth" class="widget-area"><ul class="xoxo"><?php dynamic_sidebar( 'fifth-footer-widget-area' ); ?></div><!-- #fifth .widget-area --><?php endif; ?></div><!-- #footer-widget-area --></div><!-- #footer-widget-area-background -->
Forum: Themes and Templates
In reply to: Parse ErrorYes.. i can access dashboard & can change themes as well…. But i need to use this theme only as i bought it… This came from themeforest.com
Forum: Everything else WordPress
In reply to: Font Doesnt look right in ChromeThanks Andrew… Just tried… Looks better now… Thank a lot for your help ??
Forum: Everything else WordPress
In reply to: Font Doesnt look right in ChromeAndrew… There is only one word for you… GENIUS.. I just tried & it worked.. ?? However the Header Font still look little cramped… Can anything be done regarding those too….
Thank you Thank you Thank you!!
Forum: Everything else WordPress
In reply to: Font Doesnt look right in ChromeThanks Andrew for your help… However i made the changes from the template i installed for making the website… I guess it didn’t work…The code that you mentioned above… do i add it in the style sheet ..?? I am sorry, but as i said above i am new to all this… & learning my way along. Thanks again for your help!!
Forum: Everything else WordPress
In reply to: Font Doesnt look right in ChromeTried… But it doesnt solve the problem…