- NewsmagPage templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagCustom Post Type Support
- NewsmagNewsmag documentation
- NewsmagHow to use the Visual Composer plugin
- NewsmagHeader styles
- NewsmagSmart sidebar
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagFeatured images
With (3) – you can set up rules in Yoast SEO to add pagination to title and description.
Also normally you don’t have pagination for home page unless doing blog format; as those would be duplicate pages competing with your post “categories.”
With (1) – you obviously need to create the “sub categories” to “states” for them to appear on the category page for “States” — if that is a page and not a category, you would need to create child pages of the parent page category, and then tagdiv would likely need to tell you how to add that template piece to a page template.
I have installed Newspaper on my website http://www.reizenoverdewereld.nl
I want a menu like the travel in this theme (http://themeforest.net/item/newsmag-news-magazine-newspaper/full_screen_preview/9512331). Is there an easy way to do this? I think I need to make a page, but is there a template or something?
Hi,
I tested this and unfortunately you will need custom modification to implement this. You can try to create a new template like the default, create a custom sidebar and add it directly in the code. We would have gladly made it for you, but for the moment we cannot offer custom work, sorry! I suggest to hire a profesional developer to do this for you, if you don’t know how to do it.
Another solution is to use the default sidebar only for this plugin template, just use custom sidebars for different pages, posts, categories.
Thanks!
Hi,
on http://www.sverigetips.se/ I use footer template #12. However, I am not sure how I can put my content there. Ideally, I would like to use one of your content blocks. For that purpose I have copied over the code from a page drafted with Visual Composer that contains a content block. However, I couldn’t make it work in the footer. Perhaps the CSS for the footer overrides the CSS for the block. Just now I use shortcodes for a solution with six columns but the result looks boring. I would rather use your content block 15 here in the footer.
Could I make content blocks work in the footer? Or do you have any other suggestions for using template #12 with content arranged in a grid?
Thanks.
Walther
Hi,
I know I should be able to figure this one out, so apologies in advance for bothering you…
We’re using an Events Calendar plugin that creates a “virtual page” of all our event listings in a subdirectory of /events. Visiting that page (http://www.venturaclassifieds.com/events/) displays the events and a sidebar but I can’t figure out how to change the sidebar. Looked in Theme Panel > Template Settings, tried finding the actual page but no luck. The plugin allows us to “Choose a page template to control the appearance of your calendar and event content.” When we use the “Default template” from Newspaper, it displays with the Newspaper Default sidebar. How would I change it to use a different sidebar if the page doesn’t actually exist?
I can also choose to associate it with a different template page like “Homepage – blank” or “Page builder – with title” but still can’t find the page to “edit.”
Would really appreciate any guidance on this.
Ray
Hi
If you want to add an ad only on pages you can use the do_shortcode(); function in the file corresponding with your page template: http://screencast.com/t/eqQ3bJzqnUva – http://screencast.com/t/euF6MIN9KlX To obtain the ad shortcode follow this link: http://screencast.com/t/oR7yzuBf
Let me know how it goes and provide more details if this is not what you mean.
Hi,
A workaround was provided 4 months ago in the Theme Forest comments (http://themeforest.net/item/newspaper/5489609/comments?page=217&filter=all#comment_9827881) regarding setting a specific post template for a certain category. Can you provide an updated version of this solution, please?
Hi
You need to edit the page template used for homepage and add your shortcode add like here: http://screencast.com/t/JTiP5aHLa
<div class="td-pb-row td-pb-border-top">
<div class="td-pb-span12">
<?php
if (is_front_page()){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
?>
</div>
</div>
To obtain the ad shortcode follow this link: http://screencast.com/t/oR7yzuBf – http://screencast.com/t/CHgwzp4p
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
I have purchased and installed Newspaper Theme v6.2 on my website. I am facing following issues with it. Let me know how can it be resolved :
Website URL : http://www.naukrinama.com
1. I want to add a Email Subscription form onto my website. But there is no option for the same in theme. How can i get it done ?
2. The sharing options which is provided with the theme doesn’t show me option to share through whatsapp. Can you tell me how can I add whatsapp sharing option ?
3. When i try to share any of my article link onto social media the details which gets fetched from the URL also shows the Author Name. I don’t want to show Author Name in it. How can it be removed ?
4. I have a category named “States” on my website and its slug url is (http://www.naukrinama.com/states). The theme provides an option to select only fixed templates for category.
But i wanted to create a separate custom page for my category which contains some modules and blocks. For that I created a new page with URL (http://www.naukrinama.com/state-jobs). Now I want to make this page the default page of my category. How can it be done ?
Also how can I add category tags on top of a custom page which i have created like the category template page.
5. The “States” menu on my website contains 36 entries and which isn’t getting displayed onto a single screen in menu dropdown. I want to create a multi column text based mega menu in which there would be 4 columns and each would contain 9 entries. Let me know how can this be done ?
6. The menu in the mobile layout is not working fine. The menu gets scrolled with the page itself and all menu entries start moving towards top. Ideally even if the page scrolls the menu should remain fixed. I am not talking about sticky menu here. I am talking open the menu is expanded and then the page is scrolled. See the screenshots below for reference. Let me know how to resolve it.
Screenshot 1 (When open opened) : http://imgur.com/hwyEruq
Screenshot 2 (When Page scrolled) : http://imgur.com/1xLKSp5
See the scroll of the page. Ideally the page should scroll but the menu shouldn’t
7. Current my website is showing 6 sections in footer with 3 in each row. I want to remove the Editor Picks sections and then want to menu the bottom 3 section into one single section i.e. About Us, Logo and Social Links once below another and place that block in place of Editor Picks. Let me know how can that be done.
Looking forward for a revert from development team on these points.
Hi,
You can try to find a plugin to redirect category to a page, please can try this – https://wordpress.org/plugins/simple-301-redirects/
Also regarding the second question, you can check codex about category templates – https://codex.wordpress.org/Category_Templates
Thanks!
Hi
Not sure what you mean but if you want to obtain a similar layout to this page: http://demo.tagdiv.com/newsmag/homepage-big-slide/ you can use the slider on top of the page and page builder with latest article as a page template like here: http://screencast.com/t/bfpmtOCU4
Let me know how it goes and if this is not what you mean please provide more details.
Thanks!
Hello Alin,
Thanks for your reply !
The option to create a custom page link in menu is always available, but the trouble is when Google crawls the site for SEO it’ll find the category slug URL different and the custom page which i created for States different. Hence there would be content duplicacy.
What I want is that My custom page becomes the default page of the category “States”.
Let me know how can that be achieved ?
Also is there any way through which a custom template can be created for a category in which widgets and blocks can be added. Right now there are fix templates available for a category.
Hi,
If you use the default page template and create your page using the pagebuilder the page title should not appear in front-end – http://screencast.com/t/njZsfW70A7
You can hide the menu search using this custom css in Theme Panel > Custom Css – http://screencast.com/t/167YsLpKCcJQ
#td-top-search {
display: none;
}
Thanks!
Hi,
Sorry for delay! We answer to the most oldest topics so if you add a new reply we get later to your topic.
1. We removed the quotes shortcodes, we use html with classes now. The quotes are not updated by the script, sorry. We tried to add them but on some cases there was a chance for errors to appear an we decided to not include them in the script.
Try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVK – http://pastebin.com/NZEJsWQZ
2. There is an option to change the blockquote color in Theme Panel > Theme Colors – http://screencast.com/t/GaVyoCu2xcU
3. You can change the hover color using custom css in Theme Panel > Custom Css – http://screencast.com/t/1BPyH3KM
.td-trending-now-wrapper:hover .td-trending-now-title {
background-color: red;
}
4. You can change the general color for post content links using custom css in Theme Panel > Custom Css – http://screencast.com/t/26hujdCrvc
.td-post-content a {
color: red;
}
Also you can add manually a color to your link(s) just edit the post select the link and add the color – http://screencast.com/t/3nfN9nIS0R
5. If you refer to the panel options for page content – http://screencast.com/t/T1GXLsNq1 please note that these options will not affect any page template created using pagebuilder(Visual Composer). Please provide a link and more details about what you are trying to do.
6. Do you refer to the lazy load effect? you can remove it from Theme Panel > Template Settings – http://screencast.com/t/dg4jDDqg7oI
Thanks!
Hi, Andrei.
I insert the ad with the template ads system and it works fine in all the posts and pages, but no in the homepage. Can you help me, please?
Thanks!
Hi
It’s not enough to set the homepage blog VC template, you also have to set the page builder with latest articles section for your the page, and chose the post layout like this: http://screencast.com/t/5KkoP5mXaLQz
Let me know how it goes.
Thanks!
Hi,
For pages if you use the default template, the sidebar will not be displayed automatically, you will have to use Widgetised Sidebar block and set the sidebar that you want to display – http://screencast.com/t/d7GcirmcZ
For post pages please note that you can set a general sidebar from Theme Panel > Template Settings – http://screencast.com/t/Q6oRBR7VZ This general setting will be overwritten if you use a custom sidebar for categories – http://screencast.com/t/HWcKhV4wUi means that all articles from this specific category will have the category sidebar. Also if you set a custom sidebar for a specific post will overwrite all panel settings – http://screencast.com/t/wRlYzW8z
Maybe the plugin can be used only from Widgets section. In this case you can create a custom sidebar, add the widget into it from Appearance > Widgets and use Widgetised Sidebar block to display it in a page content.
Hope this helps!
Hi,
You can add a featured image on page like this – http://screencast.com/t/RqeVJSR3EkxV but please note that the view counter was designed on post pages, so it will not work on page template. Also the post views will not be displayed on modules/blocks, if this is what you mean, you will need custom work to display it also there. Please check this topic to see an example how to display post views on blocks/modules – https://forum.tagdiv.com/topic/view-numbers-in-block/
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
If you refer to the pagination arrows for page template with latest articles(or any loop pages- category page..) unfortunately this cannot be targeted to change the background(only if you change the bg for all links – http://screencast.com/t/7q9u1HAdNw42 ), bu you can change the color for arrows – http://screencast.com/t/6iCsMt7L6
.page-nav .td-icon-menu-left, .page-nav .td-icon-menu-right {
color: red;
}
If you are referring to the block next/prev pagination you can change the background color via custom css – http://screencast.com/t/xmglzKPAAGt
.td-next-prev-wrap .td-ajax-next-page, .td-next-prev-wrap .td-ajax-prev-page {
background-color: red;
}
Thanks!
I have problem with VISIBLE errors on site in categories:
td_api_base::mark_used_on_page : a component with the ID: td_category_template_2 is not set.
wp booster error:
Missing parameter: ‘file’
wp booster error:
The category template td_category_template_2 doesn’t exist. Did you disable a tagDiv plugin?
How to fix this fast?
True, but it’s still good to learn how the functions.php file, .htaccess, and wp-config.php files work, as those are necessary for customizing any WP theme/install — and for things like WooCommerce where to make ANY customizations those have to be done in the functions.php file, not editing templates. Still, totally understand some folks don’t want to “touch stuff” and would rather pay others to do it. That’s why I am still in business doing tech work for clients and design/branding after 32 years 😉
I mostly added that comment for folks who might follow your thread and then think they need to hire somebody to do 90% of the legwork, which can be done in 10 minutes by editing 3 files. The trickier bits of massaging caching, mod_pagespeed, etc., is worth paying for if somebody else is truly experienced at it and not being paid to “learn by doing” on your behalf.
So, all good. Lots of options for folks to DIY or hire out.
-
This reply was modified 11 years by
simchris.
Hello, i’m here again
we’r having some problems with the template! Here you can see what happen: http://pt-br.tinypic.com/view.php?pic=8xk5dv&s=8#.Vc9m9vlViko
Sometimes de issue dissapear, but hours late it came back… This are happening in homepage too! Do u know what problem is that? Sometimes all the design is working and sometimes isnt.
I need my template working very well!
Waiting for u guys.
Thanks
I would like to have the Homepage Blog style for my project that will have this look for all the pages in the menu.
Is it possible to have this layout for all the pages?
When I create a new page I am able to click on Templates > Default Templates > Homepage – Blog, however, there is no Block item that mimics this.
Any suggestions?
I have seen the page but still having problems. I am hoping that someone here, with experience with the tagDiv templates and speed challenges, will want to make some quick $$ to assist us.
-
This reply was modified 11 years by
TVDinner.
advert is the sidebar
can i not send screenshots
at the minute the homepage – http://www.eastmidlandsbusinesslink.co.uk/mag/ – uses template newsmag- has Tax Advice and the Social media links
its meant to have an ad above, and ad in the middle and an ad below
The Home link – http://www.eastmidlandsbusinesslink.co.uk/mag/news/ – it uses the template News – and that shows I’m guessing your social media stuff in Stay Connected, my ad and Make it Happen