- 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 again Bogdan,
You can use css to add it in but it will not position the same on each post template as the containers are different. Also it will not work on pages that do not have a standard sidebar but rather a split row created in visual composer.
Unfortunately this is not a viable solution as there are many implications. On our newsmag theme we have a border system implemented but unfortunately it is pretty complex and hard to replicate on the newspaper theme. You will need a developer to do it properly and address all of the potential problems. It will be no easy task I’m afraid
Thanks.
Bogdan B.
Hi,
Sorry, I thought the breadcrumb ‘home’ is the one you want to remove. You can simply chose another page template like the default one which will not show the title if visual composer is used http://screencast.com/t/Bo4JCPyN or as an alternative, you can use this css:
.home .td-page-title{
display:none!important;
}
Thanks.
Hello,
Pagination can be added to the latest articles element that can be activate by choosing the page template: http://screencast.com/t/7mIASXfSz
The settings fro this element can be found under the post loop settings once you chose the page template.
http://screencast.com/t/B0xLrm50
I hope this helps
Thanks
Hi
I’ve checked your site and found some js errors in browser’s console: http://screencast.com/t/tzLcdELOJV5 These errors may affect page’s load so try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test the site again. If the problem is still there try also to deactivate lazy load animation from theme panel > template settings: http://screencast.com/t/iJqVBSZEQ
Let me know how it goes.
Thanks!
hi i need to edit the file in includes / td_wp_booster_functions.php and camabiare the function at line 561 hook_wp_head function to add more og facebook tag and edit tag og: img to add not only in the post but in all pages.
This is a configuration file that contains many functions when I insert it into a template child with each update I lose the changes you make in the new versions.
How can I fix?
Hi,
How can I set the category title background? I just want a background for the title. For ex. in Category Template Style 6, I’d like to upload a picture in stead of the grey background. But just for that part, not for the entire page.
Thank you!
Regards
Hello Pradeep Augustine,
Unfortunately, the default comments have been implemented only for default page template as you can see in the source code here -> http://screencast.com/t/x5oEmvwIP If you want to have this option to the other two page templates you will have to implement yourself this. If you are not aware of these steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks.
When I browsed your demo on themeforest you’d see advertise menu and under that menu there are three sub menus. Those sub menu suppose to lead to specific pages. Isn’t ? Can you provide with the template of advertising page. So that it would be easy for me to customize it.
Hello Alln. The comments shows up only when the default template is selected from the right panel. With the pagebuilder + Page Title Template the comments are not visible.
We want to achieve two things:
1) We use visual composer in order to ‘extend’ our menu. We use a 6 vertical frames style and we include a text link on every frame. We copy/paste this part of visual composer to every page of the website. We were wondering if there is a way to include this part to the header part, so we dont have to paste it every single time. Is there such an era, that we can tell visual composer to always include this template before the start of content of the page? If no, which other options do we have (probably a presaved template, etc? )
2) we want to create a category that will contain posts, which we will be able to arrange the way we like without having their dates affected at all. Something like an up/down arrow for live sorting through wp-admin, that would change their sort in the frontend, would be good. Any ideas?
Hi
You can remove these posts: http://screencast.com/t/J2ryN4azu by changing the page template used to default one: http://screencast.com/t/RYAPnG84
I still can’t duplicate this issue on my side so please address us via email at contact@tagDiv.com and give us wp-admin so we can make some more tests and maybe we can help.
Thanks!
Salut tagdiv,
am preluat un site WP de la un developer, folosim tema Newspaper.
As avea nevoie de ajutor cu urmatorul task : vreau sa modific pagina unei categorii (adica pagina in care se afiseaza posturile din categoria respectiva) si sa adaug acolo un bloc/modul care apare pe homepage.
Cum pot face asta ?
2. Incerc sa adaug intr-o pagina un bloc custom, dar in popup-ul “Block Settings”, tabul Filter, nu gasesc campul “Post IDs”. Nu exista in tema Newspaper oare ?
Ce nu inteleg este de ce in pagina mea se afiseaza alte date decit cele de pe homepage (cu toate ca e acelasi bloc!).
Puteti sa-mi spuneti de unde se ia continutul afisat intr-un bloc daca nu selectez nimic in ‘Block settings’ ?
Multumesc
Hello argosmedia,
Please try to check the Template settings-> Page Template and set from there your sidebar as you like and then check the results and let us know how it goes! -> http://screencast.com/t/GZHDtMcQ
Thanks for your understanding!
I created a custom sidebar for Woocommerce in the Newspaper admin, enabled it in Template Settings > Woocommerce template, and added some Woocommerce widgets to them. The sidebar shows up on the shop homepage, archives and single product pages, but not on the cart and checkout pages. They are full width. I don’t know how to enable the sidebar on them as well. Do you have any suggestions?
HI
Unfortunately by default wordpress does not have such an options and the theme does not change the default behavior. However this could be possible if you add a new meta value. Here is an example: http://screencast.com/t/YLZSuF1x – http://screencast.com/t/b8LsLtNl – http://screencast.com/t/n69Vq5ZZU http://screencast.com/t/ZlkrXLR7kS
if (isset($_GET['post'])){
$post_id = $_GET['post'];
}
add_post_meta($post_id, 'alias', '', true);
<?php $alias = get_post_meta($td_mod_single->post->ID, 'alias', true);
echo $alias
?>
This is just a basic example which can be customized in many different ways. Basically after you add the post meta is needed to be displayed on post pages. To achieve that must be edited the file which generate the post template used.
Note that this task involve some coding skills in order to be completed. If you still need assistance on this my advice is to look for someone who can help you with implementation as we can’t offer custom work at the moment.
Thanks!
Hello Ladiesabroad,
You will have 2 possibilities in this regard. Firstly, if you are not using the Visual Composer for your pages, by default you will bring the Breadcrumbs and Page title at the top of this. Secondly, if you want to use the Visual Composer for your pages and if you want to bring these options you will have to use the pagebuilderr+page title as page template from here -> http://screencast.com/t/UzxgvuhpXB For more information about our page templates, please check here -> https://forum.tagdiv.com/page-templates-2/
Thanks for your understanding!
Hello,
I’m new to the Newspaper theme (7.3) and have a number of questions, please let me know if I should in the future break these into seperate topics.
A) It seems that the included version of Visual Composer is modified in different ways (no front end editor?), and I see that there is a customized set of Visual Composer templates included with the trial, 90% of them focused on home page layout. I have interest in building rich pages and have noticed that there are some templates for sale around the web, are there any that you recommend to users that would be compatible with the way Newspaper is coded?
B) The default search template on my site appears to be broken out of the box and still after the update to 7.3, with bizarre image behavior. Is this fixable or should I settle on a different module than M17?
C) The top of the featured image of the default post look is flush with the Main Menu Bar by default. I’m trying to accomplish the same look and feel with a Visual Composer built page, but I can’ seem to get rid of 40px of whitespace between elements and the menu bar above using the VC
D) Disable Google+ and Pinterest from social share?
E) Support for Multiple Authors?
F) Possibility of Prioritizing Categories for a post? This way I might be able to choose which single category gets displayed in a content block…
G) Any way of limiting posts displayed in a given block to only show ones that have a combination of different categories?
Thanks!
Andrei,
After placing the patched code in, I am running into a problem. The news ticker is merged into the article container. This has to do with either the sidebar having too much content extending past the article list or not enough posts. Somehow we need to clear that container div. I tried below and it didn’t work in Custom CSS:
.td-main-content-wrap {
clear:both;
}
.td-pb-article-list {
clear:both;
}
My post limit setting was at 6. But if I make it 10, the ticker renders correctly below the latest article container. Still, since we dont know exactly the full height and people can set the post limit to any number, I think it is safer to somehow clear the div so that it renders on a separate “row”.
Also, some other things to note:
- There’s a big gap between the news ticker and the next section (i.e. tabbed categories). I would like to make it smaller.
- Hard coded title (i.e. LATEST ARTICLES). Yes, I know I can change it directly but maybe a better idea is to have this as a theme option. The reason is because it all depends on what the website is used for. If a news site, ARTICLES may not be an appropriate word. The website may want this to be LATEST NEWS. Or if it was an opinion website, LATEST OPINIONS. Or if it was a cartoon website, LATEST CARTOONS. Hope you understand what I mean.
Since the ticker looks out of place not being at the top of the home page, I may just remove it as it is probably way too much work to get it integrated into the template.
You can see the change at my website KobashiComputing.com
-
This reply was modified 10 years by
kobashicomputing.
Hi,
If I have a menu structure like this: Home > Page > Category > Post
The breadcrumb only shows: Home > Category > Post
The page template is missing from the breadcrumb.
How can I solve that?
Is there a way the breadcrumb takes the menu structure?
I have newpaper theme version 7
Hello,
I am using Visual Composer to set my home page. In one section I am using the Big Grid template, with one big picture at left side and small posts notes at left. How can I pick an specific post to display as big image. Right now is displaying the last news, so change every 1 or 2 days, but are some news I wan set them to last more time depends of my consideration and not for most viewed, more recent, etc.
Thanks in advance for your kind support
Hello trantienthanh255,
Now, you are using the pagebuilder+page title as a page template, right? So, if you want to get rid of the Page Title and the Breadcrumbs from your homepage, you will have to switch this page template to another one, from here -> http://screencast.com/t/qwdZInRd7
Thanks for your understanding!
hi
not the big grid element, i mean, your template css structure
for example, on single.php we found like this
—
<div class=”td-main-content-wrap”>
<div class=”td-container
<div class=”td-pb-row”>
<div class=”td-pb-span8
<div class=”td-pb-span4 td-main-sidebar”
and many more….
—
if you have complete documentation about this css structure this will be more usefull for us
because as i said before, we want to create new custom page so we will use your css code
thanks
HI
To achieve that you will need a new page template as a staring point. The code which generate post template 4 won’t work just with copy/paste as a page template. You will need some customizations in order to achieve the desired result.
This is a complex task which involve lots of customizations in order to be achieved. We can’t offer customization services at the moment so if you really need this and 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 for your understanding!
Is there a way to make the Page Builder Content appear below the Latest Articles and Sidebar for the Front Page template on the News Magazine demo?
The home page I am setting up a little different. Because there is a lot of repetition of the categories in the demo, I chose to make each section tags instead. Thus, for this layout, it would make more sense to put the Latest Articles at the top instead at the bottom of the page because that is what the visitors are going to look for first – the newer articles.
I need the layout of the post template (#5) but apply it to a page. I that possible? I copied the default template and I was going to paste in the info from the ‘td_category_top_posts_style_5’ file. But … maybe there is an easier way to do it.
Basically I need this page:
http://dev.ntv.ca/features/made-right-here/
to look like this post:
http://dev.ntv.ca/made-right-here/