• Resolved jmeb2

    (@jmeb2)


    Hello!
    First of all – great theme! Thank you, develeoper, for making it!

    I noticed there was a problem with the Featured Item picture, as the upper-half of it was clickable, while the lower was not (which is as big as the black gradient effect). Of course the title is clickable, as well.
    It seemed odd, as my natural reaction was to click on the picture to enter the page.
    I decided to add a custom CSS code, that would enable me to click on the entire picture.
    Here it is (add it to “Additional CSS” in the Customizing window), but beware, as it disables the Title link hover effect, but still makes the Title clickable (no idea why so):

    .post-preview {
    pointer-events: none;
    }

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    Thank you for this contribution, it might be helpful to other users.

    Thread Starter jmeb2

    (@jmeb2)

    EDIT: (since I can’t find Edit button on my original post)

    The aforementioned fix actually makes it impossible to click on created posts, as it uses the same tag .post-preview

    Trying to find a way around this.

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    #ilovewp-featured-content .post-preview {
    pointer-events: none;
    }
    Thread Starter jmeb2

    (@jmeb2)

    Thank you! It works correctly now.
    Don’t know why I skipped that tag there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make Featured Item picture clickable’ is closed to new replies.