nofollow link, header ad, unique articles

Posted in: Newspaper
Post count: 122

Hi,

I have three questions. Maybe somebody can help me.

1.) Head ad: I am using the amazon banner and disabled the mobile view. Unfortunately the ad is still displayed on mobile devices (smartphones).

2.) Unique articles: I am using the theme on my review site. I want to have unique articles accept for the top 3, 5, 10 area in a widget or sidebar. Because sometimes the best rated product is also the newest and I want it to appear also in the top list. Is it possible to activate unique articles on a page and only disable it for one specific widget or sidebar on the same page?

3.) I am using the call 2 action modul of visual composer. I can add links here and set them to target=”_blank” but there is no nofollow checkbox. Where can I set all external links in the VC Modul to nofollow?

My site ist: http://www.brettspiele-magazin.de

thanks in advance,
julingn

Post count: 7909

Hi,

1. Theme Ad system was designed for adsense code, for non-adsense banneres you will need to find a solution like those divs that we recommend, please check documentation – https://forum.tagdiv.com/header-ad/
Also you can hide it via custom css in Theme Panel > Custom Css: http://screencast.com/t/y3xrhMWWq8

@media(max-width: 767px) {
.td-header-sp-recs {
display: none !important;
}
}

2. Unfortunately the theme doesn’t have such an option, if unique articles feature is active it will be applied on all block from the page. You will have to filter posts by specific category on your blocks or maybe offset feature will help please check this – https://forum.tagdiv.com/unique-articles-and-offset-newspaper/

3. Unfortunately you will need to edit the plugin or use a hook to filter the content to add no follow to the button link and this is not an easy task. Also Call to action from Visual Composer is deprecated – http://screencast.com/t/DX7VtgZr9G and I guess that it will be removed.

Thanks!

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