some problem with newspaper 6

Posted in: Newspaper
Post count: 8

hello I found some issue in the last update of newspaper theme, I write below:
1- I have problem with ADS -> article inline, I have the same old configuration, show after 1 paragraph, but the google ads don’t show: http://android.caotic.it/2015/06/samsung-galaxy-a5-ecco-le-proposte-di-postemobile-per-lo-smartphone-premium/
2- I select header default, but in mobile versione the header bar is black bg, how can I change the color?
3- in mobile versione the button that returns to the top of the page when you scroll does’t appears
4- in your package there isn’t the child theme, how can I create it?
5- How can I delete the “more from author” in related article section?
6- in the menu, don’t show correctly Home Icon menu…as in the old version
many thanks

Post count: 7909

Hi,

1. I have checked your article and did not found inline ad, please make sure you added the code properly, also you can try to increase the paragraph value and see if it appears. Or did you tested this and it doesn’t show up only when you set to appear after 1 paragraph? Please provide more details.

2. This is on our list and we will add an option to change mobile menu color in a future update. You can use custom css in Theme Panel to change the color – http://screencast.com/t/3zErUt27izvK

@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}

3. The scroll up button was hidden for mobile devices, please try this custom css to display it – http://screencast.com/t/2ldIqR7y

@media (max-width: 767px) {
.td-scroll-up-visible {
display: block;
}
}

4. You can find the child theme in /code folder from package that you have downloaded from themeforest – http://screencast.com/t/oLV32AuSmeHhttps://forum.tagdiv.com/whats-included/
5. Please try this solution – https://forum.tagdiv.com/topic/related-article-box/
6. The theme supports Font Awesome 4 Menus just install the plugin then take the icon code – http://fortawesome.github.io/Font-Awesome/icons/ and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5http://screencast.com/t/oR2LdrWz

Thanks!

Post count: 8

thanks for reply,

for the point 1:
I have set an adv inline, after 1 paagraph
but the adv shows after too many paragraph:

http://android.caotic.it/2015/06/le-migliori-offerte-amazon-della-settimana-nexus-6-galaxy-s5-mini-galaxy-a3-e-tanti-altri/

and in short article don’t show…
http://android.caotic.it/2015/06/facebook-in-arrivo-il-riconoscimento-facciale-senza-volto-vi-tagghera-automaticamente/

can you help me?

Post count: 8

I have sent a mail with wordpress account info
thanks

Post count: 8

other problem, the category don’t work properly

do not work, recharge always the home page or page not found, 404

http://android.caotic.it/guide-android/

http://android.caotic.it/blog/accessori/cover-custodie/

can you help me?

  • This reply was modified 11 years by m3mento.
Post count: 7909

Replied via email!

Post count: 8

thanks for reply, other problem,

your theme not support h1 and h2 in home page,….how can I set h1 and h2 for home page?

thanks

Post count: 7909

Hi,

Add H1 using a Visual Composer text block or use the Homepage – with title template – http://screencast.com/t/gPl2da2W1Prm – the code in the page template it looks like this – http://screencast.com/t/AU3i9coHAdzO
Also you can check this topic as reference – https://forum.tagdiv.com/topic/best-way-to-add-h1-tag-in-homepage/

Thanks!

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