Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Forum: Themes and Templates
    In reply to: Parse Error
    Thread Starter gvasudeva

    (@gvasudeva)

    They couldnt help me much.. & that’s why i am here…!!

    Forum: Themes and Templates
    In reply to: Parse Error
    Thread Starter gvasudeva

    (@gvasudeva)

    ??

    Forum: Themes and Templates
    In reply to: Parse Error
    Thread Starter gvasudeva

    (@gvasudeva)

    This 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 Error
    Thread Starter gvasudeva

    (@gvasudeva)

    Yes.. 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

    Thread Starter gvasudeva

    (@gvasudeva)

    Thanks Andrew… Just tried… Looks better now… Thank a lot for your help ??

    Thread Starter gvasudeva

    (@gvasudeva)

    Andrew… 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!!

    Thread Starter gvasudeva

    (@gvasudeva)

    Thanks 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!!

    Thread Starter gvasudeva

    (@gvasudeva)

    Tried… But it doesnt solve the problem…

Viewing 8 replies - 1 through 8 (of 8 total)