- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewsmagPage templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
Hi,
You can do it like this: http://screencast.com/t/GdkBqi8yzH2 using Homepage – Blank template or if you want to have a list with latest article + sidebar and pagination at the bottom use Homepage – with article list template.
Thanks
Hi
Ive had newspaper installed for several months and love it. Ive been busy with other projects so not updated the theme for about 2 months.
Just downloaded the latest update and installed and it crashed!
I then removed that new version and reinstalled the backup but its not right!
The site is http://www.kentparents.co.uk
Parts of the site are ok – like this http://www.kentparents.co.uk/category/classes/ but the homepage and other parts just have this message:
Fatal error: Call to undefined function vc_shortcode_custom_css_class() in /home/parents/public_html/wp-content/themes/Newspaper/vc_templates/vc_row.php on line 30
Can you help??
Thanks
Lee
You guys are usually pretty good at this stuff:
I’m working on a new page for our website, and I want to add a full width header photo underneath the original header and menu, but with a content area and sidebar below.
Actual page is not publised yet, so no direct link
Screen to explain:
http://i.imgur.com/jfFHglC.jpg
Link to site:
http://www.vitamail.no
Thanks in advance!
Perhaps I missed something, but based on reading other comments I thought the Author’s Page (like this one in demo: http://demo.tagdiv.com/newspaper/author/admin/ ) was created automatically. But when I click on an author’s name, it just redirects me to the homepage and shows posts from all authors.
Something I missed? Somewhere I need to create this? I set the author page settings in theme panel > template settings > author display view, but nothing seems to be happening.
Thoughts on how I can get the author’s page to show up?
Also, while I’m thinking of it… when I click the twitter sharing button at the bottom of the post, it ends the tweet with “via @Domestic Soul”. It should read “via @domesticsoul”, because my twitter username is one word. Where is it pulling the name from so I can change this?
Thanks!
Hi,
Here you have an example on how to add the ad banner on the category page and index page: https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013
Just follow these steps and do the same for the template you want the ad to display
It looks something like this on Homepage-blank Template http://screencast.com/t/yXKDHWFsd
Thanks
Hi,
Do you want to add an ad above the content on post/page/category pages?
For post you can use the Top Article Ad from Theme Panel -> Ads
For Pages and Category Pages you need to add the ad directly in the template file using this:
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
In page.php file and category.php file
Hope this helps
Thanks
Thank you! This works.
Is it possible to get the banner on the same position on pages (standard page template)?
Hi,
If you use the page builder with title you will get that result, with the headline occupying the full length of the page.
I suggest you use the Homepage – Blank template instead with a “Text Box” element and a “Widgetised Sidebar” in which you can create and display your own sidebar, the page should look something like this: http://screencast.com/t/36HrFSnqorY
Then you need to set the title from the “Text Box” to be h1.
For the feature image you can add from “Text Box” content by adding a picture at the beginning of the content using “Add Media”.
Hope this works.
Thanks
I am installing the template but when I view with internet explorer does not display correctly
I am using internet explorer 10
This is the page I’m doing http://juegosde.bz/Pruebas/
hello all filters i have added doesn’t work, can you pls help me?
Thanks
some of them:
add_filter(‘woocommerce_sale_flash’, ‘woo_custom_hide_sales_flash’);
function woo_custom_hide_sales_flash()
{
return false;
}
add_filter( ‘woocommerce_page_title’, ‘woo_shop_page_title’);
function woo_shop_page_title( $page_title ) {
if( ‘Shop’ == $page_title) {
return “”;
}
}
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
Hi,
The pagination are present only in loops, what you use there is a block, not module.
To do that, create a page, use Homepage - with article list template and set it like you want: http://screencast.com/t/rfoKoCUJ
Hope this help!
Thanks
Hi,
Create a sidebar then go to Theme Panel -> Template Settings -> Archive display view and select your sidebar for the archive template like this:
http://screencast.com/t/tNsDzeNiv
Thanks
Hi,
I’m searching for a solution to this problem. The last update fixed all the issues with the breadcrumbs (better markup for seo).
Also all the breadcrumb functions are now in includes/wp_booster/td_page_generator.php (it’s still not possible to overwrite it via child theme but I will test it and if everything works I will switch the include method to locate template).
I tried some time before to implement hook/filters but gave up on that plan due to poor demand and issues with the implementation.
Radu O.
I’d like more control over what appears in the Similar Article area:
1. Can I select which post tags show an article there?, so not related to the current article.
2. If your suggestion is hide Similar Article box in theme panel and replace with a module block in Post page template, I can’t easily see how to do this, can you help?
3. I would like to be able to change the Header text appearance in a similar way I do to the sidebar widget headers: (black text on white background).
Is any of this this possible ? I found this which might show where changes need to be made:
http://screencast.com/t/OnRRUh5S
Hello Lucian,
Download the ZIP, I selected page template but I get nothing, it goes blank.
¿?
Hi ! Thanks for the quick answers.
@Lucian I inspected (as you told me) the select menu for custom field but strangly no traces of my custom (_mp3_url) field here too.. (for curiosity, I don’t get why some custom fields are shown in the select, some in a metabox and some are not ? )
@Christopher Simmons or @Lucian, I inspected the function.php of the old theme, no trace of custom-fields definition. If I want a metabox for my custom field should I recreate it ? And if yes where can I do that ? Is there a good way to do it ?
Thanks a lot for your help.
Looking forward to read you (or an other developper angel who wants and can help me :).
<select name="metakeyselect" id="metakeyselect">
<option value="#NONE#">— Select —</option>
<option value="dsq_needs_sync">dsq_needs_sync</option>
<option value="dsq_thread_id">dsq_thread_id</option>
<option value="embed">embed</option>
<option value="enclosure">enclosure</option>
<option value="image">image</option>
<option value="post_views_count">post_views_count</option>
<option value="rating">rating</option>
<option value="seo_follow">seo_follow</option>
<option value="seo_noindex">seo_noindex</option>
<option value="skyali_custom-sidebar">skyali_custom-sidebar</option>
<option value="skyali_slider">skyali_slider</option>
<option value="skyali_video">skyali_video</option>
<option value="slide_template">slide_template</option>
<option value="td_homepage_loop">td_homepage_loop</option>
<option value="td_homepage_loop_slide">td_homepage_loop_slide</option>
<option value="td_mega_menu_cat">td_mega_menu_cat</option>
<option value="td_unique_articles">td_unique_articles</option>
<option value="track_shortcode">track_shortcode</option>
<option value="vc_teaser">vc_teaser</option>
<option value="votes">votes</option>
<option value="wpo_campaignid">wpo_campaignid</option>
<option value="wpo_feedid">wpo_feedid</option>
<option value="wpo_sourcepermalink">wpo_sourcepermalink</option></select>
Hi,
Take a look here: https://forum.tagdiv.com/topic/need-a-100-blank-page-template-absolutely-zero-on-it-nothing-but-white/#post-13847
Thanks
hi,
I didn’t manage to include this in the last update.
Sorry about this… this issue is still on my todo.
Radu O.
Hi,
1. You can import this predefined syles like this:
– http://screencast.com/t/yLOZrUAt
– http://screencast.com/t/qLSTINIg
Do you use the default template? – http://screencast.com/t/e4Itye2zr
You can target h1, h2, h3 with custom css (add the css inside the Theme Panel -> Custom CSS):
h1 {
color: red;
}
h2 {
color: red;
}
h3 {
color: red;
}
But this will affect all h1, h2, h3 titles on the site, you have to add a specific class to target them only on the pages/posts you want.
2. I belive you are reffering to the featured image. The feature image can be removed like this: https://forum.tagdiv.com/how-to-hide-the-featured-image-on-post/
3. You can delete the code (or modify it) from the td_module_blog.php – http://screencast.com/t/ZiGcAU70s
You can find code for the other buttons above it, modify them to behave the way you want.
4. If you don’t use pagination or load more / infinite load options edit your home page and enable the “Unique articles” option like this: http://screencast.com/t/pUaAtaYg
If you use pagination configure blocks to display different categories.
Thank you, Emil G.
Is not fixed in the last updated
Hi there guys,
I’ve recently bought your newspaper theme. My site is http://www.ClearAwayAcne.com
I have a few very important things to get settled regarding my theme customization.
1. I want to change my theme typography to which you use in your fashion template, and I want to make the title a bit more prominent by either underling it or increasing it’s size. I also want to ask that can I choose a separate colors for H1, H2, or H3 titles?
2. How can I disable featured posts from appearing in posts? It’s causing a single picture to appear two times.
3. I don’t want the pinterest buttion on the social sharing buttions after every post, and can I include any CTA with these buttons? Is it possible?
4. How can I avoid the same posts displayed on my home page multiple times?
It’s a big list though, but I desperately need to do these tasks,
Hope you’ll help ASAP 🙂
Sheikh.
Hi Guys,
I Chose the template: “Homepage – bg + with articles”.
I can’t get the post sticky in the Big slider.
The solutions above don’t work for me.
The Latest article posts below the big slide do show the sticky.
It would be great if I can select what image I want to show in the large panel of the Big slider. Any help is welcome.
Thx
Hi,
I use this homepage lay-out: Homepage blank template -> Big slider (4 posts), block 2 (2 posts) and block 4 (10 posts) with sidebar and block 4 set to “load more” and unique article enabled (screenshot: http://imgur.com/vDQnblV). When clicking load more, the first 6 articles in block 4 will be loaded again before loading new posts. I’ve made a screenshot (http://imgur.com/IsWCFHk), you can see some posts are the same and they are loaded below the “load more” fold.
The reason I use this lay out is because block 4 shows up nicely on mobile. So i hid the big slider and block 2 on mobile (max-width: 767) via css, but now block 4 isn’t showing the newest post. I know it’s because the unique article filter filters the first 6 posts (4 in the slider + 2 in block 2 = 6) from the big slider and block 2. But maybe there is a workaround or fix to make block 4 show up the newest articles on mobile? I know i can turn off the unique article filter but then the homepage on desktop will show duplicated posts. I really need a fic for this.
Isn’t it possible you guys make a second homepage template for mobile only? So you can design a normal homepage for desktop and tablet and a special homepage for mobile?
Hi,
Do you refer to the Big Slide? If you do note that the big slider is not a part of the header, it’s under the header and yes, it is possible.
You just have to create the slider and add it on page using the visual composer Revolution Slider block element – http://screencast.com/t/2kO8gjrJ
If you want to replace it on Homepage BG templates you have to edit the template file and replace the Big Slider line with the Revolution Slider shortcode
– http://screencast.com/t/oNDOhaCH3H
– http://screencast.com/t/wte9CA0nj
echo do_shortcode(‘[rev_slider test]’);
Thank you, Emil G.
Hi,
For the post page you have to edit the loop-single.php file and uncomment the line that displays the author – http://screencast.com/t/wkSt0G49
For pages you have to edit all modules and uncomment the same line – http://screencast.com/t/CZeYPdjSElZp
Thank you, Emil G.