Background Link Enabled?

Posted in: Newspaper
Post count: 136

Hi,

Is there any minimalistic way to have the option to make the background image able to have a link? As well as can we ad background images to individual pages/post as we can with categories?

Thank you!

Post count: 780

Hello,
unfortunatly the theme dosn’t supports custom background on post / pages.

for clicking on banners:


    jQuery('body').click(function(e){
        var target = jQuery(e.target);

        if(target.is('#inner-wrap')) {
            window.location.replace("http://google.com");
        }

    });
Post count: 136

Thank you Radu. Where ecxactly do I insert this code for my background banner?

Post count: 780

Hello,

sorry for not mentioning that: http://screencast.com/t/RLfs4UlPWISt

Post count: 136

Thank you Radu… I entered it but when clicking on my background image on the home page nothing happens?

Post count: 780

I’ve lost your url. Can you give me your site?

I tried the script locally and it worked 😐

Post count: 136

Hi Radu… Sorry fogot to mentioned that I reset my plugins and the issue was resolved. Thank you for the follow up! But here is the URL so that you see how the theme is used… redvistajoventu.com

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.