26866 comments found.
Hey there. Thanks for a well documented and goodlooking theme. A couple of questions…
1. In other themes I´ve bought I used the Rev Slider as background and also covering the header section. Would it be possible to get the code needed for doing that? I´ve tried with css codes but the header section is covering even though no colours are chosen.
2. Are there any options for fullscreen viewing? I´ve started with the demo so I don´t know if its the configuration that makes everythings in box mode. No colour nor background is chosen.
Thanks in advance Tomas from Sweden
How to Change font sizes of title and h1 h2 h3 in both Mobiles and Tablets
Hi,
The theme doesn’t have options to set it on specific devices only. You have to do it using custom css in those cases.
You can try the custom css below, it will apply just on mobile and tablet portrait screens:
@media (max-width: 1018px) {
.entry-title, h1, h2, h3 {
font-size: 32px;
line-height: 36px;
}
}
Let us know how it goes and provide specific details if this isn’t working as you would want it.
Thanks Lucian C.
it’s not working. I Changed h1 h2 h3 Font Sizes in Theme Fonts NewsPaper Panel. So waht should i do now?
Check this link http://goo.gl/ENYa9F
Please provide me the solution for my problem to change font size in mobiles and tablets
and its’ just my suggestion. Try to add this feature in your next update. Thanks in Advance 
My Theme Panel Font Size Settings and your Default Theme Font Size are overriding my css code even it is in Advanced CSS Phones
@media (max-width: 767px) { .entry-title, h1, h2, h3 { font-size: 15px; line-height: 20px; } }
Solve this Issue
Hi,
I have checked your site and found that you still haven’t found a way to change posts’s title/content on mobiles. Try this custom css: http://screencast.com/t/BRtG36HnU8
@media (max-width: 767px) {
.td-post-content h1 {
font-size: 35px;
line-height: 35px;
}
.td-post-content p
{
font-size: 11px;
line-height: 15px;
}
}
Let me know how it goes and if this is what you need. If this is not what you need please specify what changes you want to do and provide more details.
Thanks for the message! Lucian C.
Where i translate the admin panel options to another language, like here: http://palmeirenses.com/wp-content/uploads/2015/09/1.jpg
Hi,
Unfortunately the theme doesn’t have admin panel translation. Sorry!
Thanks for the message! Lucian C.
Hi, but where in the code i can change this texts?
Hi,
‘Post settings’ can be changed here: http://screencast.com/t/babRngtMiDn then other options here: http://screencast.com/t/GoJrhjc86H
For page templates settings and other meta boxes you can edit these files: http://screencast.com/t/TbxS0gYwEm4
Thanks Lucian C.
Hey, is there a way of having only 1 post on “Big Grid 2” (instead of the default 4 posts)....?
Or, is there a suitable alternative element that I can use – with the “Grid Style 4” (with the background on the writing, instead of the dark shadow on the image).
Hope that makes sense? thanks
Hi,
It’s only possible with modifications on the code and css but it’s not an easy task. A solution may be to use the slider and set it to display 1 post – http://demo.tagdiv.com/newspaper/ios-slider/
@Grid Style 4 – not sure what you mean, please provide more details.
Thank you, Emil G.
I’m gonna try out “Post Masonry Grid” with the setting in Item Design at “Masonry Grid:Default”
BUT, please, how do I reduce the padding between the title, description, and read more button? I can’t find where to change the CSS for this element.
Cheers
Hi,
Try this custom css: http://screencast.com/t/jjfpzpUM
.vc_masonry_grid .vc_grid-item .vc_gitem-post-data, .vc_masonry_grid .vc_grid-item .vc_custom_heading > * , .vc_btn3-container {
margin-bottom: 10px;
}
..add it in theme’s panel > custom cs section.
Let me know how it goes!
Thanks Lucian C.
Great – thanks! will check it out now
Tag Div, Kindly help me with the installation , i have tried to install it on my website, but it just give me error
Hi,
Make sure you upload the correct file, you have to unzip the package downloaded from Themeforest, it contains more elements – http://screencast.com/t/s3ljOhag7g
If this doesn’t help please provide more details and paste the entire error code here.
Thank you, Emil G.
Hello.
Can you please help me – how to remove td-footer-wrapper class? I am using UPME plugin and it displays login form in the footer, but because of the td-footer-wrapper overlay the from is not accessible after update to 6.4
Actually, all content is not clickable because of this class. Only the topmost menu and big slider
Hi,
You can find it here – http://screencast.com/t/wM3jLl238sv A plugin shouldn’t be affected by a custom class from a random container, i suspect your issue comes from a plugin conflict. Also note that the footer area will be affected if you remove that class, the css depends on it – http://screencast.com/t/5uc8EPbmGAEy
Thank you, Emil G.
Hello, you can rename the widget, eg “td_demo_sidebar_sport” In “Sport”?
Hi,
Yes you can, just delete the “td_demo_sidebar_sport” sidebar and create a new one named “Sport” – http://screencast.com/t/2xQlzVvxMn43
Then you have to set the new sidebar on the categories/pages/posts (where you want it to appear).
Thank you, Emil G.
Merci 
Hello, if I use Smartlist in the article the inline banner adsense don’t shows, why? thanks
Hi,
The smart lists content isn’t supposed to show the ads as it’s handled different as in case the post’s content isn’t using smart lists so that’s why it has this behavior. You can use ad spot’s shortcodes to place ads inside smart lists content if you like or another solution is to display a custom ad like this – http://screencast.com/t/ekXH40AYW it will be repeated on your smart list for example if you use smart list that slides – http://screencast.com/t/PCTTXIXD – http://screencast.com/t/Ngf0q5Xv We also have this on our requests lists and we will consider trying another approach on this in future updates to have more control to the smart list.
Hope this helps!
Thanks for the message! Lucian C.
Looking for a way to move my 300×250 ad from the SIDEBAR into the ARTICLE INLINE position when viewed on mobile so I’ve used the code below from the documentation.
That said, from what I understand, it simply hides the ad on the particular device – but if I’m using DFP to deliver the ad, it will still track as an impression served – correct? (which would inflate my impression counts)
Is there any way to have it so the AdZone doesn’t fire at all on certain screen sizes? I may be missing something simple Advance Usage settings on the ad placements.
Thank you!
SIDEBAR AD to show on desktop, but hide on mobile
<div class="td-visible-desktop">
<a href="#"><img src="http://mysite.com/fashion/wp-content/uploads/2015/05/rec300.jpg" alt="" /></a>
</div>
<div class="td-visible-phone">
</div>
ARTICLE INLINE Ad to hide on desktop, but hide on mobile
<div class="td-visible-desktop">
</div>
<div class="td-visible-phone">
<a href="#"><img src="http://mysite.com/fashion/wp-content/uploads/2015/05/rec300.jpg" alt="" /></a>
</div>
Sorry, that second code block should be titled: ARTICLE INLINE Ad to hide on desktop, but show on mobile
Hi,
The theme ad system was designed for adsense and html image+link banners. You tried to use the html code but the ads are just set to display: none with css. If you need to render them only on the desired devices (phone, etc) you need a plugin which can handle this type of ad. Another alternative would be a plugin which detects and returns the device type, then you have to create a condition (in the code), based on the plugin return, to display the ad only on certain device(s). Unfortunately this is not an easy task so i cannot provide a quick solution for it, my advice is to look for a professional developer to help you with this task. You can find one on places like – http://studio.envato.com/
We plan to extend the theme ad system in the future but i cannot provide a date for it’s implementation, we have a lot of features on our list and we have to take them one by one.
Thank you, Emil G.
It sounds like HHRankin has figured out how to get this working with DFP and is willing to contribute his code – http://themeforest.net/item/newspaper/5489609/comments?page=282&filter=all#comment_10890071
It looks like there are quite a few people looking for DFP to be added to the theme so if there is somewhere to go to ‘upvote’ this feature, let me know and I’ll do it
+ 1
Does your team do custom work / modifications on this theme?
Hi,
Unfortunately for the moment we cannot offer custom work, sorry. We will certainly add support for DFP but it may take some time as we have a lot of features on our list and we have to take them one by one. The theme is complex and there are may aspects to consider before adding or modifying a certain section, this process may be slow but it helps on avoiding any possible conflict with other elements or plugins. A quicker alternative would be to hire a professional to make this modification for you.
Thank you, Emil G.
Nice looking theme!
Thanks!
Lucian C. tagDiv!
could you check 1. why http://i.imgur.com/YTuOtmQ.jpg have 2 login place? we want wordpress one gone.
2. you mentioned that “create the registration and activity pages and assign them from buddypress’s settings page section” , how to create registration and activity pages? I know where to add pages, but put what inside? link to your ajax login page ?
Hi,
1. This first comes from buddypress plugin: http://screencast.com/t/d4VtFlxPyp so you can either disable the plugin or look for a way to disable it within the plugin.
2. You have to create blank pages, then make sure you have them assigned from buddypress >pages, buddypress fills them. Test them without being logged in.
Thanks Lucian C.
1. Can i create dailymotion playlist? 2. http://imgxbits.com/storage/01-09-2015/14/7599-paste.PNG – edit comment with Dailymotion along vimeo and youtube 3. How can i use h1 tags for navigation? My categories are primary keyowrds for my site and i can’t find the way to change h2 tags to h1
Hi,
1. No, theme’s playlists blocks work just with vimeo or youtube videos.
2. Thanks for letting us know about this we’ll update this in next theme version!
3. To which categories you refer too? Please give me more details.
Thanks! Lucian C.
1. In the next version would it be?
3. i want nav links to had h1 tag
5. Can i disable tagdiv gallery or change it with something more beautiful, i am talking about different plugins?
Hi,
1. Unfortunately we don’t plan to implement a dailymotion playlist, but if more people will request this we will consider it.
3. Not sure to what nav links do you refer, please provide more details.
@validator – this is a complex theme and for some areas (ex. style inside div) there’s no alternative, the other errors like missing property on links are not critical and they can easily be fixed.
5. It’s possible with modifications on the theme code. If you need details on how to doit ask about it on the forum – http://forum.tagdiv.com/
Thank you, Emil G.
hi first of all Thank you for this wonderful theme. i am customizing your theme for my client. i create the custom post type for the video post, and also i created the front end template for the video post. the custom post template category’s are taken by your default category. i all most completed the backed and front end works. i have a problem in menus. if i add the video category in menu it’s not showing my post list. but the default video category count my post and also the video page showing the right category. i want to add the custom post type video post, and also category to the menus. Could you please help me to short out the problem. sorry for my bad English.
Hi,
Please this custom post type/taxonomies support guide: http://forum.tagdiv.com/custom-post-type-support/ let us know if you still need assistance on this and contact us via email, provide your site’s admin login details and your item purchase code and a link to this conversation.
Thanks Lucian C.
hi thank you for your support. My client purchased your theme. now i am working in my localhost for developing purpose. i am using version 6.1. your support page showing version “_td_deploy_version” i can’t understand the screen shots you given. i want customize lot before i host my site. i download and install the plugin given by the support page. but i cant see the custom post type page in my theme panel. please help me as soon as possible. thank you.
Hi,
“_td_deploy_version” is the development version, it’s actually the latest version so you can ignore it. Please update the theme to the latest version, we added more options in the latest versions which are not available in v6.1 – http://screencast.com/t/CLsnfhpPHh
Thank you, Emil G.
if i update the theme it showing the following error. > Newspaper 4 settings not found in database! td_008 – not found > Quiting!
Hi,
From what version did you updated the theme? The update script was designed to be used when you update from v4 to v6.
Thank you, Emil G.
yes this update script given to v4 to v6. where do i update the version 6 to version _td_deploy_version
Hi,
You need to make sure you update the theme form version 4 so the the import settings script to work. Please provide your site’s admin login details via email at contact@tagdiv.com so we can have a look and also provide your item purchase code and a link to this conversatio.
Thanks for the message! Lucian C.
Hi,
How do I go about removing this from showing up on inspect element
<!—
Theme: Newspaper by tagDiv 2015
Version: 6.3.3 (rara)
Deploy mode: deploy
-->
- Awaiting for your response.
Thank you Lucian C.
I want to ask about floating menu on left again, I do not really want its “demo” function, but a menu that we could insert my own text/url/image and it floats, anywhere to enable this? ( I know you have told me the customization part)
and we use bbpress and buddy press, which one should we choose here? http://i.imgur.com/QTzuP20.jpg from drop out menu http://i.imgur.com/VICXgDw.jpg
Hi,
You have to set the ‘demo’ mode here: http://screencast.com/t/wKGhEvq3h5u then change or replace its structure here: http://screencast.com/t/gBaOA9vRSgX
You have to make sure registration to your site is enabled: http://screencast.com/t/O9yEbPMuK9 then create the registration and activity pages and assign them from buddypress’s settings page section.
Thanks Lucian C.
On style 8 header, when i add a color to the top bar menu it covers the logo. Any idea on how to fix. Thank you for the excellent support on this theme as well.
http://i57.tinypic.com/2uyn85g.jpgI’m guessing move the main header infront of the top, maybe
Hi,
Seems to be an issue with styles 7 and 8 when the top bar is not used and when a background is used. Please try this custom css in theme’s panel > custom css section and let me know if it’s still happening:
.td-header-style-8 .td-header-top-menu-full {
z-index: 0;
}
Thanks for lettings us know about this!
Lucian C. tagDiv!
Please, add facebook video adding as featured image also dailymotion – with automaticaly grabbing thumbnails for featured image
Please, add facebook video adding as featured image also dailymotion – with automaticaly grabbing thumbnails for featured image
Hi,
Dailymotion featured video is already available in the theme. I’ve added your suggestion on our list and if more people will request this we will implement it.
Thank you, Emil G.
thanks for souuport so far, which WP ’s cache plugin work best with this theme please? w3 total cache or super cache or others?
I find answer on your doc, it is WP Super cache if someone looks for the same here
Construction: 1. h2 tag 2. two images with caption side by side 3. then new h2 tag
Hi,
Please also provide your site’s URL as we need to inspect this in order to provide an accurate solution. If you don’t want to post them here send an email at contact@tagdiv.com and include a link to this conversation.
Thanks, Lucian C.
Hi,
Please send an email at contact@tagdiv.com , include a link to this conversation, the Item Purchase Code and wp-admin so we can take a look.
Thank you, Emil G.