- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Hello Charlie,
1) This happens because when you set a fixed height to the imge, it loses responsiveness. It will keep the set height on mobile as well. In this case you need to exclude the mobile version by targeting the viewport size with css. You can use the code like so:
@media(min-width:767px){
.td-post-template-6 .td-post-header {
height: 500px !important;
}
.td-post-template-7 .td-post-header {
height: 500px !important;
}
}
2)You can change the name from the translations section of the theme panel: http://screencast.com/t/x49Vt6hxYvTR
3)Our theme uses the wordpress time and date format so you can change it from the wordpress settings: http://screencast.com/t/9aQfuYWCmCi
You can do an online search on how to customize wordpress date and time.
4)You can use css to target only category pages like so:
.category .entry-date{
display:none!important
}
Thank you!
Hello,
I assume that is a post template not a homepage post element in visual composer.
If it’s post template 8, then you can use this code to deactivate the breadcrumbs:
.single_template_8 .entry-crumbs{
display:none!important;
}
This will only deactivate them in post style 8. If you want to deactivate them on another post style, you can duplicate the code and change the post style number.
Thank you!
Hi,
Yes I changed the template being used from default template to page builder and title.
I couldn’t see any other way to get bread crumbs to show up. It’s not great as it shifts the content to the left.
Also, the store item in the main navigation appears sometimes but not always.
Hi.
I have checked your webiste and saw that both examples provided have titles and breadcrumbs: http://screencast.com/t/bnQuwFWqhFy The fact that is now displaying both the titles is strange as the default template does not display the titles. Only page builder + page title has the title visible: http://screencast.com/t/hkQXjKEyd3b and your pages do not have the same template selected. Maybe you have some custom modifications in place.
I have also checked the menu but it seems to display fine. I found no problems with it
Thank you!
Hi guys,
Amazing theme! A few things I need help with.
1. I needed to reduce the featured image height on both post template 6 and 7 so I entered the code:
.td-post-template-6 .td-post-header {
height: 500px !important;
}
.td-post-template-7 .td-post-header {
height: 500px !important;
}
Which worked for desktop but leaves a huge gap between the subtitle and text. Example: http://www.discovercheltenham.com/pubs/harry-cook-free-house/
2. Is it possible to change the text where it says ‘Via’ for the Via Name to ‘Photo Credit’. Assume I have to change something behind the scenes. Where do I find it?
3. Is it possible to show the Time, and Day (Mon, Tues, Wed) on a post? And on the grid?
4. Can I remove the date on the Category post listings. E.g. page: http://www.discovercheltenham.com/category/pubs/ BUT not remove it from all other pages / grids?
Thanks
Charlie
Is there a way to manually add bread crumbs to a content page that uses the default template?
I’d like to add the bread crumbs along with a H2 title.
Hi
Try this css in theme panel > custom code >custom css: http://screencast.com/t/DQW0TQN6
.page-template-page-pagebuilder-title .entry-crumbs{
display: none;
}
Thanks!
Hi guys. I have just updated the theme to the newest version, but get this error code on my archive sites:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_category_template_2 is not set.
/hsphere/local/home/gaths/gaths-rejseside.dk/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
Missing parameter: ‘file’
/hsphere/local/home/gaths/gaths-rejseside.dk/wp-content/themes/Newsmag/includes/wp_booster/td_autoload_classes.php
wp booster error:
The category template td_category_template_2 doesn’t exist. Did you disable a tagDiv plugin?
/hsphere/local/home/gaths/gaths-rejseside.dk/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
Hello damian,
Thank you for your appreciating.
1)Our theme has an option for Reviews on posts and you can set it from each post editor like this -> http://screencast.com/t/M2btDgZm5 -> http://screencast.com/t/It2TRx1z44Z and we have not such a plugin that recommended in this regard, sorry!
2)Please check our list of tested plugins here -> http://screencast.com/t/lGfsDtn6 WP Super caches is our tested plugin.
3)Unfortunately, we do not have such plugin as tested with our theme and we cannot give an official response in this regard, but you can consult this topic -> https://forum.tagdiv.com/topic/security-plugin/
4)If you want to add more than one ad for your article you should use Article Inline Ads and you can set after how many paragraphs to add it like this -> http://screencast.com/t/twEg6oAtx For more information about our ads implementation, please consult our documentation here -> https://forum.tagdiv.com/article-ads/
5)Our pages use the sidebar if you use the pagebuilder+latest articles template and you can set it from panel to deactivate this feature, like this -> http://screencast.com/t/S7XvEYvHQ If you want to hide your sidebar from page builder content you should use a bit of CSS code but it is necessary to know your website URL so I will be able to provide a more accurate response.
Hope this helps!
Thank you for the message!
Hello,
Your template is really good! Very good optimization, interesting appearance and good solutions. However, we have more than 500k unique users per month. So I think on some additional solutions:
1. Which plugin to rating comments you recommend? Now we use Rating-Widget: Star Review System.
2. Can you recommend any cache plugin? (working with your theme ofc)
3. Can you recommend any “security plugin”, eg: plugin changing wp-admin/wp-login.php links? Or any other plugin?
And two additional questions:
4. We have problem with Article inline ad. We dont know why this ad display under “Article top ad”, so we have than two ads one after the other.
5. We dont want display sidebar widgets on homepage. Any idea how to hide it? We dont want install any plugin. CSS will be enough for us. It is the best solution?
Hi
I’ve noticed that you’re using the page template default for the contact page. When this template it’s used the default sidebar set in page settings won’t appear. You can use either the above method or use page builder + title to display the sidebar: http://screencast.com/t/IIG6Z5YyH1
It doesn’t matter if the contact form is present or not on the page. When the theme detect the default template only the content from Visual Composer it’s displayed. So if you want to display a sidebar using that template the only way is by using the widgetized sidebar block as I indicated in my previous message.
Hope this help.
Thanks!
Hello Corrado,
First of all, thank you for your message.
As I said you above, the header.php is the single file where is created our theme header. This file calls the header both on pages and on posts and if you want to add the HTML tag you must insert between the head tag
… as you can see in our backend here -> http://screencast.com/t/vnEFAqG8eKbT and for each template file the header will be called with get_header() function. As you can see here, the loop single(1,2,3,…) and single template(1,2,3…) files are used to create the content for posts and page.php, page-pagebuilder-latest.php, page-pagebuilder-title.php to create the content for pages and will call the same header, like this -> http://screencast.com/t/JwrY6oDHPQ -> http://screencast.com/t/WgWD3rL2ZX Also, if you want to do some changes in header style, you have to change this kind of files, according to header style used by you -> http://screencast.com/t/CiSOLjAPHqI hope that I have managed to answer for all your queries related to this topic.
Thank you for your understanding!
Guys, we used the Cars template with sample data and everything looked fine. Then we took out some posts and it looks like the big grid and other elements on home page are no longer aligned correctly.
Site is here: http://learntoplayguitarhq.com
If you could help us out, I would really appreciate it. Thanks so much! Love the theme, btw!!
Hi, im using the
td_block_homepage_full_1.php block in my frontpage.
the block calls the title of the post with:
<?php echo $td_mod_single->get_title();?>
this echos the title in h1. How can i change this ONLY FOR THIS block to h2 ?
THX BEST REGARDS
Hello nick-harper,
You can change the template from Visual Composer, Add template for your blank page, like this -> http://screencast.com/t/Lh1OFPnh8 -> http://screencast.com/t/GcXmudde4Zc
Hope this helps!
Thank you for the message!
Sorry about that Catalin!
I use Prime Time WordPress template until last week (Link : http://prime.themerex.net/ ). In that template it offer us to link the ‘category pages’ in every blocks. (Link : http://prnt.sc/a3l9kz ).
Is their any chance to link category pages link like my previous template in newspaper template ?.
I hope you understand my question now 🙁
Best regards
Mayunathan
Hi Support,
When I create or edit a page, I clicked the add element or add template button and it is not responding. Add text box works though. Please help.
Oh oke! Thanks for the info…
BTW when can we expect a major update or any update which will bring new features in the template?
Just came across this theme http://bimber.bringthepixel.com/
It would be great if you pick few features from this theme
1. Homepage GRIB Featured page layout with “Latest Post” text.
2. Share buttons with total count
3. A feature that can show the trending post icon such.
THanks!
Hi,
I’m working on local with woocommerce plugin. And when I want to open shop page I get this error:
Fatal error: Call to undefined method td_page_generator::wrap_start() in M:\easyphp\eds-www\_wp\1\wp-content\themes\Newspaper\woocommerce.php on line 61
When I enable “Template Debug Mode option” (On woocommerce settings) there is no error but page not showing properly. Screenshots are here:
http://i64.tinypic.com/rlajk7.jpg
http://i65.tinypic.com/2jb0jef.jpg
That Facebook box should be on right side. And there is no white background on page. Can you help me? Thanks…
Hi. Anyone here can help me? I want to change font title in posts. When I use Theme Fonts / Post Title / STYLE 3 TEMPLATE / Size 35px and save, when I reload page the site shows first the default size font and them my size, but it looks bad, because font shrinks in my face and it’s bad to the eyes and design.
I want to edit code in theme directly. Where is that line in theme with default size and font size used by my case? Thank you for help.
Hi
1 To display a different header ad for categories pages please check this topic: https://forum.tagdiv.com/topic/different-header-ads-according-to-category/
2 To ad a title for ads you can use this method: https://forum.tagdiv.com/topic/inline-ad-titles/ Note that depending by ad type it may require others customizations.
3 You can use the do_shortcode function in the file which generate each page. For example a page which use pagebuilder + latest as post template require this file to be modified: http://screencast.com/t/Nc8kqxbkFZIs For the category page you can add the code here: http://screencast.com/t/vNFnf6KZ9m3 – http://screencast.com/t/TkfBOExjw The same line of code can be used in tag,php, search.php etc.
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]')?>
Please note that all this customization require custom work and for the moment we can’t offer any custom services. The above solutions contains code which can be adapted such that to obtain the desired result but there are many situations and conditions which must be implemented in order to have all your requests achieved.
If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Just to clarify:
1) This is in reference to the header leaderboard ad and a custom leaderboard ad I have set to the footer. The theme settings only permit 1 global header ad throughout the entire site but I instead need different ad code for the homepage vs the header on category, tag and post templates.
2) When ads are set through the theme settings they lack the label “advertisement”
3) There does not seem to be a theme setting to replicate the homepage footer ad styling to all other templates like category, tag, etc. What template edit must I make to get the homepage footer ad style to apply to the category template like this screenshot from dev.iraqinews.com:
Correct layout:
<!– copy and paste. Modify height and width if desired. –>
Current layout (incorrect):
<!– copy and paste. Modify height and width if desired. –>
Hi There,
Can anybody help me in letting me know that how i can set different ad tags for the category templates vs the homepage?
Thank You
Ravi
Hi,
I’d like to set up an ‘authors’ page listing current contributors.
It would be cool to use the author cards for this.
I set up a template for that particular page based on page.php. Now I need the php that will loop through contributors from the last two weeks and display their author cards.
Is that something you can help with, or to much for the forum here? 🙂
Thanks,
Chris
Hello. I have a few problems with images, font and readmore added manually.
Buna ziua. Am instalat in test tema si am niste probleme; momentan nu pot pune tema pe site live, datorita punctelor de mai jos.
1. am poze de 300×200 (thumbs) si imi arata una sub alta in site-ul principal. am gasit o rezolvare pe forum, dar e din 2014, nu mi se aplica, am incercat. (https://forum.tagdiv.com/topic/how-to-put-images-in-same-raw-in-4-0-2/)
Am aplicat aceste coduri:
.td-post-content img, .mce-content-body img {
float: left; margin: 5px 5px 5px 0px;
padding: 2px;
}
.td-post-content p, .mce-content-body p, .comment-content p {
clear: both;
margin: 5px 5px 5px 0px;
}
.cmam-content-widget.widget, .cmampos1-content-widget {
padding: 2px 5px 0px 0px;
}
(acesta al treilea, e de la clickmissile plugin, il folosesc, caci daca folosesc ads de la dvs din tema, nicicum nu imi iese, din aceeasi problema. am nevoie de float. sa mearga, si la ads nu exista float. ori mi se mareste catpostul, fara sens, ori stanga, dreapta, dar eu vreau dedesubt, gen float, liber, iar ce continut am sa nu se duca, stanga, dreapta; de accea folosesc click missile de la heatmaptheme.)
– sa revin. am pus codurile si imi arata cat de cat normal pozele si textul, fara spatii imense. am poze mici, in general de 300px. Sunt corecte codurile ? Le pun direct in script.css, jos de tot, pentru a se incarca direct pe site.
2. pozele imi arata una sub alta si in tinymce, cand creez posturi! am pus tema default, imi arata normal, unele langa altele formatare corecta, text corect, deci e problema tema. cum sa rezolv pentru atunci cand creez posturi sa imi arate normal, cand dau pe VISUAL ?
3. daca punctul unu ar avea codul corect, nu as avea aceasta problema din punctul 3.
siteul meu are continutul postului astfel: titlu in strong cu h3, apoi thumb image de 300 si “manual” adaugat “readmore” apoi continut in continuare. homepageul eu il setez cu 10 LAST POSTS, caci neavand featured images, folosesc ceea ce am explicat.
Am setat M15 in “Blog and Posts template” – singurul care mi sa-ar potrivi…? as dori oarecum fixat, gen ca in imagini.
dar iata problema. un post vine peste altul… ca in screenshot. am scos codurile adaugate de mine si vad ca .td-post-content img, .mce-content-body img ar fi de vina. nu este corect codul.
4. as dori sa pun CONTINUE de pe mijloc in stanga, normal (precum READMORE este in alte blocuri), care este codul?
5. template settings – search template: SEARCH as dori sa fie tot gen homepage) setez tot M15. este de editat un cod si acolo, sa nu imi vina un post peste altul ? daca da, va rog dati-l.
6. categoriile : le doresc normal, ca si latest posts, adica textul meu cu readmore adaugat manual, in M15. sper ca sa nu fie nevoie de cod. de este, va rog.
7. fontul titlului: folosesc DEFAULT SITE POST TEMPLATE – Style 3 (desi nu am featured image, nu am nevoie, e debifat)
daca ma duc in fonts, style 3 si modific size 35 cand se incarca pagina postului, fontul din mare se face mic, si este deranjant. as dori sa adaug direct in css sa schimb marimea fontului in 35. unde este?
8. as dori sa pun By USER – DATE – VIEWS deasupra la TAGS
Ma intereseaza imaginile una langa alta, caci unele sunt butoni de download mici, ce nu trebuie sa fie mult prea departe de ad si sa fie simetrici cu text si imagini mai sus…
Multumesc pentru rabdare, atat momentan.
Detin si tema newspaper, si in ea este problema cu pozele ce nu merg una langa alta. puteti da si pentru ea? doar codul de fix imagini.