badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

3 tweaks

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3298
    karenstl
    Participant

    1) Is there CSS that I can use to make the header clickable to go back to the home page:

    http://www.archcityhomes.com

    2) I also would like the blog excerpts and sidebar to be below the Featured Image widget on the home page which is the Business template. Ideally, the home page would look like the Blog page with the Featured Image widget between the slider and the excerpts.

    3) I would like the slider posts on just the Home page and Blog page, but none of the other pages. Is this possible with Custom CSS?

    #3330
    XavierC
    Member

    hi,

    1) not as i know of by CSS, but you can achieve this by editing the attitude-pro/library/structure/header-extension.php file.
    Around line 266, find this one :
    <img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">

    Add your link to this line, example:
    <a href="http://www.archcityhomes.com/"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>

    This should work

    2)i don’t know

    3) not by custom css for sure, but by editing the structural files of the theme, it is possible, but i don’t know how, sorry

    #3350
    karenstl
    Participant

    Still hoping to get a response from the theme developer. I really don’t like going into my theme files on my host. Too easy to break something. Prefer to use the Custom CSS box.

    #3369
    Rabin Shrestha
    Participant

    Hi Karenstl,

    1) Currently you are using header image so it’s not clickable. Instead you can use Appearance->Theme Options->Desing Options->Custom Header->Header logo option which has link to home page.

    2) No, you cannot show blog posts in business template. You have to tweak the code. It would be better to hire someone for this task

    3) Couldn’t understand what you are actually trying to say. But normally slider posts should only appear in blog page along with other posts, where else is slider post appearing?

    Rabin

    #6101
    Honeydew
    Participant

    Your first suggestion work beautifully, Rabin. THanks a lot.

    #6128
    Rabin Shrestha
    Participant

    @Honeydew,

    No Worries 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.