Making link from the footer logo

Posted in: Newspaper
Post count: 40

Hi, I would like to upload the logo at the footer and link it to another website. Can you tell me how if possible ? Thanks

Post count: 23312

Hi sylcharlestone,

You will have to do some adjustments through code like this -> http://screencast.com/t/bQ2VtUs6sr6

Hope this helps!

Thanks.

Post count: 40

Hi Catalin,

Thanks so much.

Bought my 3rd licence of newspaper today. I love it!

Jean.

Post count: 40

Hi Catalin,

just wanted to let you know that I tried what you gave me but it doesn’t work.. it give me something like the former ULR + the new one, next to each other and ti gives a 404 page.

I attached the code I put in: http://screencast.com/t/kcrBR2t9G

Any way to fix that?

Thanks

Post count: 23312

Hello sylcharlestone,

Please ensure that you have right followed all the steps which are presented in the above screenshot because I have tested on my side and the method still working fine. Clear all your caches and test it again.

Thanks for your understanding!

Post count: 40

Hello Catalin,

Here is the video of the issue, you can see the URL is wrong: http://screencast.com/t/J79Qjabhx1

In my previous message, I sent you the code I used, I guess that’s correct right ? I replaced it in the right folder, and I purged the cache. Not sure why it gives me the wrong URL ?

Here again is the URL I placed at 2 locations:

$buffy = ”;

// column 1 logo
$buffy .= ‘<div class=”td-pb-span3″><aside class=”footer-logo-wrap”>’;
if (!empty($td_footer_logo)) { // if have footer logo
if (empty($td_footer_retina_logo)) { // if don’t have a retina footer logo load the normal logo
$buffy .= ‘' . $td_footer_logo_alt . '‘;
} else {
$buffy .= ‘' . $td_footer_logo_alt . '‘;
}

Am I doing anything wrong ?

Thanks

Post count: 23312

Hi again,

I have tested again on my site and everything seems to work as properly, as you can see here -> http://screencast.com/t/xqAI4YpyGpg Please try again and let us know how it goes!

Thanks.

Post count: 40

Hi,

Ok, I have tried at least 20 times… it just won’t work, and I checked again and again the URL in the code, there’s nothing more I can do.
I’ll just forget it I guess and do it differently

Kind rgds

Post count: 23312

Hello sylcharlestone,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Also, please provide the link of this topic so we can easily identify you.

Thanks.

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