Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 6 posts - 1 through 6 (of 6 total)

Logo image and Site Title.

Home Forums Free Theme Support Asteria Lite Logo image and Site Title.

  • #528408

    Kathy

    Hi, I am helping an organisation develop their site with Asteria Pro theme and we would like to have Logo image to sit next to the Site Title, but when we upload logo, title disappears. How or what can be done to have this please? My friend who purchased the theme has tried posting in Pro theme forum and sending contact emails but hasn’t received a reply yet. Thankyou for any help given.

    #528419

    Towfiq I.

    administrator

    Kathy,

    Open up head4.php and replace this:

    <a class="logoimga" title="<?php bloginfo('name') ;?>" href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo $logo['url']; ?>" /></a>

    with this:

    <h1><a class="logoimga" title="<?php bloginfo('name') ;?>" href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo $logo['url']; ?>" /><?php bloginfo('name'); ?></a></h1>

    Regards

    #528816

    Kathy

    Hi again and thankyou for responding so quickly, I replaced code and has worked but the title name doesn’t line up beside the logo, but sits too low. As name contains 4 words and they’s like to separate the top 2 words from the bottom 2 and have the bottom words directly under the top 2 words. Would you please advise me further how I can alter to have it behave like this. Thankyou so much in advance for any help given.

    #528979

    Towfiq I.

    administrator

    Kathy whats your site address?

    #528981

    Towfiq I.

    administrator

    Replace this:
    <h1><a class="logoimga" title="<?php bloginfo('name') ;?>" href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo $logo['url']; ?>" /><?php bloginfo('name'); ?></a></h1>

    with:

    <h1><a class="logoimga" title="<?php bloginfo('name') ;?>" href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo $logo['url']; ?>" /><span><?php bloginfo('name'); ?></span></a></h1>

    after doing this, let me know

    #530936

    kathy

    Hi, thankyou. Before doing anything I installed child theme configurator and created a child theme and brought in head4.php to make changes too. I’ve used the above code but had to add extra closing and opening div tags to make it sit the way we wanted. Hope that’s right. all other code is in custom css.

    My urgent reason for replying here is that now we a problem with the typography section in options not setting fonts any longer.

    I also had separate issue with something affecting the menu in wordpress but that turned out to be a google chrome problem from there recent update and I have fixed that.

    The website is maai.x10host.com.

Reply To: Logo image and Site Title.