- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- ApiUsing the Theme API in plugins
Hi there,
I have disabled author Box supplied by the theme and have installed simple author Box wordpress plugin.
Now how do I insert in page template as By: Mathew. It should be next to date.
Thanks!
Hi,
Do you refer to the category tag and the featured image of the post? You can change the module for search template if you don’t want to display featured image, just set a module without thumb – http://screencast.com/t/oSngeBLrWP and you have an option to disable category tag for each module/block – http://screencast.com/t/kykLECTS
Result: http://screencast.com/t/LT6J7VqNPJR
There are some option in Theme Panel > Categories to set the category page(globally or individual) – http://screencast.com/t/cHFXgMQDH
If this is not what you mean please provide more details and your site url so I can check it.
Thanks!
ok thanks Chris…
So I built a new page from scratch using the Sport template, I have Big Grid block and now the Big Grid isn’t populated with any content and I can’t figure out how to do this:
http://www.financialthing.com/sport/
This is frustrating.I wish the support documentation was more in depth on how to do these tasks.
ok thanks Chris…
So I built a new page from scratch using the Sport template, I have Big Grid block and now the Big Grid isn’t populated with any content and I can’t figure out how to do this:
http://www.financialthing.com/sport/
This is frustrating.I wish the support documentation was more in depth on how to do these tasks.
Thanks Bogdan, I understand. How do I edit this Homepage when it isn’t showing up in my pages list? Is this because it was one of the template pages?
Hello Rob,
You can use our blog page template that looks similar to your description: http://demo.tagdiv.com/newspaper/blog/
You can chose blog modules from the theme panel : http://screencast.com/t/39wOhxpHo
Thank you
Hi
The pages are designed to use the templates from Visual Composer page builder: http://screencast.com/t/0R48avrPh The post templates can’t be used for pages now as they have a different structure. To achieve that you will need lots of customization in theme’s core files and unfortunately we cannot offer any type of custom work as we work hard on the development, updates, fixes and support. This customization require good coding skills and if you don’t know how to do it yourself you can look for a freelancer from sites like: http://studio.envato.com/ to do it for you.
Thanks for the message!
Hi,
You can use do_shortcode function and display 2 custom ads bellow the menu for all pages like this:
*edit header template that you use(I guess it is default) and add the code – http://screencast.com/t/aSDNZlOzk
<div class="td-container">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');?>
</div>
*use this custom css in Theme Panel > Custom Css – http://screencast.com/t/dFXToqBr
.td-header-style-1 .td-a-rec-id-custom_ad_1 {
float: left;
margin-right: 20px;
}
.td-header-style-1 .td-a-rec-id-custom_ad_2 {
float: left;
}
Please not that this is an example how this can be achieved. For non-adsense code we suggest to use this div container and add a specific image size for each device – https://forum.tagdiv.com/header-ad/
If you use adsense code you can control the size from Theme Panel for each ad spot – http://screencast.com/t/Nczvl9AbRGHY
If you don’t have basic php/html/css experience I suggest to hire a professional developer to do this for you.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
1. Yes if your second install is apart of your product. Envato specifies that each theme can be used for one product (site/domain). You can read more about it here – http://themeforest.net/licenses/standard
2. Our blog is custom made and the theme doesn’t have an option for this, I suggest to hire a freelance to do this for you. What you can achieve with the theme adding a background image to the row using Visual Composer is – http://demo.tagdiv.com/newspaper_travel/
3. There is no blank page template(without header and footer). We have managed to provide a solution for this, please check this topic – https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/#post-68273
Or you can hide header and footer on specific page, just take the page id – http://screencast.com/t/nee4B9XtwI and use this custom css in Theme Panel > Custom Css where xxx is your page id:
.page-id-xxx .td-header-wrap, .page-id-xxx .td-footer-wrapper, .page-id-xxx .td-sub-footer-container {
display: none;
}
Thanks!
I want for my pages the same layout like the post pages (DEFAULT SITE POST TEMPLATE). How can I change this?
Hi good day,
I’m adding an ecommerce component to my website and I really don’t like how “plain” or “drab” the Woocommerce modules look.
For example, the style of the product page, size of Add to Cart button, etc. Overall, it doesn’t entice the customer to continue shopping. Here’s my product page: http://embracedominica.com/all-products/pink-sunset/
On the other hand, take a look at this product page: https://www.harrys.com/products/the-truman-set for comparison. While it isn’t a Woocommerce-powered page, I just wanted to show how nicely put together a product page should be.
So here’s my question:
How can I fix this? Do I need a coder to customize the templates included in the theme? Or is there a plugin that you know of to enhance the look? (I’ve looked for plugins but none seem to address the core “look” and feel of the ecommerce page… they just change font color, etc.)
Thanks in advance.
Yuri
When i am checking the page load time for this URL http://sep.wpdiv.com/download-source-admin-angular-js-html-template/, related post images and sidebar module images loads full size image which does leads to more loading time.
1. How can i set to load appropriate size image in related posts, modules and wherever they applicable?
2. What is the purpose of loading this image and i am unable to find the purpose of it in post pages?
http://sep.wpdiv.com/wp-content/themes/Newspaperz/images/sprite/elements.png
3. In Newspaper the star rating colour used as black. How can i change it into yellow?
Hi
There are a few thing which must be considered when you update from V4 at V6 of Newspaer theme.
Newspaper 6 is practically a new theme, the whole code was rewritten so make sure you made a clean update, meaning that we recommend that you delete the old version of the theme before uploading the new one, more details can be found in our update guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ Also the old custom modifications to the files or custom css will not work, you will have to adjust and re-add them.
1. I’ve test this and the changes work fine: http://screencast.com/t/LJHosDQCWO0Q – http://screencast.com/t/eRCoQtYu Try do deactivate all plugins except Visual Composer, clear all caches and test again.
2. The page template are different then V4 so as the page title to be displayed you need to use pagebuilder + page title as page template: http://screencast.com/t/lMtXA7G3FJ5k – http://screencast.com/t/7aXoIu4wNpi
3. I test those changes on a page and works fine as can be seen here: http://screencast.com/t/5yAyAtLe – http://screencast.com/t/JVdrWZQG4
4. Try this custom css in theme panel > custom css: http://screencast.com/t/3n0UfYzdO7kc
.td-a-rec.td-a-rec-id-sidebar {
padding-bottom: 20px;
}
5. Check this topic, Bogdan posted a solution here: https://forum.tagdiv.com/topic/how-to-hide-more-from-author/
6. The theme uses p tag for subtitle, to change that you need to edit the file corresponding with the post template used, for post template 2 the file is single_template_2.php and change the tag like here: http://screencast.com/t/lWuYj4Ftm
Thanks!
-
This reply was modified 10 years by
Andrei L..
I have a <script type=”text/javascript”> type code that needs to appear in all my pages and posts. I was told putting it within the template before the</body> would be the best idea. So which file should I put it in?
Hi,
I have checked your site and you use pagebuilder with latest article template on your homepage, without content, just latest articles. You can control this from loops settings – http://screencast.com/t/FsNTwCOV
The theme uses the add_image_size() function and the featured image is cropped to different sizes. Also the image used on post page is cropped, here you can find all thumbs used by the theme – http://screencast.com/t/4weZ6lSkpKl If you want to change this you need to alter the code(to change the size or add a new size) here – http://screencast.com/t/Mkyyuly8o6vi The specific thumb is used on post pages – http://screencast.com/t/jodz2kpYM If make any changes please regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks!
Hi,
Thanks to reply, I found the solution for the post… After some hours…
I have questions:
1 / What is the error on the right blok ? I just use template page with bloks, no shortcodes.
2/ Why on my blok “Economie & Finance” the menu is the main menu, I would like to have the su-category of this main category, I dont find that, and I dont understant why the main menu appear.
3/ How to ad link or menu to the top bar after the “date”,
4/ How to just test the template homepage of your theme without lost setting of my site ?
Thanks,
I am in France and very hard with the jetlag…
Hi,
You can use the modified_time function instead of the get_date code for post templates that you use – http://screencast.com/t/Z7bGspjc64 Lucian posted a solution here – https://forum.tagdiv.com/topic/post-page-edit-help/
Thanks!
Hi there,
When I open up a new page and click “Backend Editor” I am taken to the visual composer page. However, after selecting a template I am not able to click on any of the layouts. They lighten when hovering over them but once clicked do not respond.
Has anyone had this issue before?
Thanks.
Hi
Today i have upgraded from newspaper theme 4.6.3 to 6.5 in my staging site today here http://sep.wpdiv.com/ and experiencing plenty of issues after upgraded the theme.
Note : Currently i am using Style 2 as default post template http://prntscr.com/8ljwvu
1. Did tried to change the post title font size via theme options panel here http://prntscr.com/8lk0i9 and no changes in front end. (Also verified the post specific template as well http://prntscr.com/8lke4p)
2. Page title no appearing after upgraded the theme, when i edit the page, template has changed automatically after i updated the theme. http://prntscr.com/8lk1sx
3. Unable to change the page title and content font properties as well http://prntscr.com/8lk4p8
4. No bottom Padding below ad widget http://prntscr.com/8lk5ha
5. How can i disable ‘more from author’ tab http://prntscr.com/8lk64f
6. Earlier i have used H6 as sub title property inside the post content with newspaper 4.6.3. After upgrading newspaper theme, sub title font property like post content http://prntscr.com/8lk64f
Hi,
There is an option to disable author and date from Theme Panel > Post Settings, this will be applied on posts, modules globally. If you don’t want to hide them from your post pages, you can do this using custom css in Theme Panel > Custom Css – http://screencast.com/t/4iRddMNCSz and also for archive templates(categories, tags…) or search page – http://screencast.com/t/BkCgEFnCn
.page .td-module-meta-info, .archive .td-module-meta-info, .search .td-module-meta-info {
display: none;
}
Thanks!
I changed the background color code in one of the [tagdiv] Block # widgets and all of a sudden it broke all those types of widgets. This is the complete error which appears after an Adbox widget which works fine:
“Catchable fatal error: Object of class stdClass could not be converted to string in /home/newwayacademy/public_html/newspaper/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 131”
I replaced the original td_block.php file.
I am using the Blog page. Changing the sidebar editing that page doesn’t seem to do anything.
Other template pages (Fashion) seem to show the sidebars fine.
I changed the background color value on one of the sidebars that was working (fashion) and the same thing started happening. So it must be something wrong with that?
Any advice???
Tagdiv support is closed weekends, and back Monday. If you have not already done so the theme docs right side this page are greatvplace to start for step by step on theme options, setting up home page and default post template, etc.
Hope that helped a little. ?
Hello all,
After I installed the newspaper theme into my existing blog which got about 1000 posts, I don’t know where to start.
I tried to create a page from the default template but it doesn’t apply on the landing page, the blog page ( hme ) is still the same like before.
what can i do? and how to change the ratio of the image to be 1:1 square thumbnail ?
thx so much.
CATEGORY TEMPLATE where you add a header i want mine hide…right now i’m using style 6 but i reather don’t use any of them just remove them all from all my CATEGORY PAGES..hope this help you understand what i mean…
That css code not working my prev-next title not change color..
Hello
could you please tell us which template file to edit to allow us add some texts under theme’s pop-up page?
thanks