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
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/oLV32AuSmeH – https://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/TKqYz6oH5 – http://screencast.com/t/oR2LdrWz
Thanks!
thanks for reply,
for the point 1:
I have set an adv inline, after 1 paagraph
but the adv shows after too many paragraph:
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?
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.
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!