- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
actually i see these blocks when i add a new page and not in the existing pages of my live website. Can u tell which page contains these blocks.
I looked at the guide and still unsure exactly what to do to make it so pages I’ve posted will show up inside of a block. I think it may be something I put in on the filter tab when making a block.
Do I want to do this? Post type – Use this filter if you want to display custom post types. Add the name of the post type, this is provided by the plugin used to create the CPT, or by the user, if it’s custom-made. Usage: post, page, event – write 1 or more post types delimited by commas.
Hi, do you have a way to add a block section that offers more than one column over multiple columns?
See this link for example: http://allafrica.com/
It’s the slider directly below the banner ad which is below the menu.
Thank you
Hello krewblink,
Unfortunately, the theme does not have any such an option for it, sorry! If you want to achieve this you should edit the theme core file and alter the code from there, according to the following topic here -> https://forum.tagdiv.com/topic/view-numbers-in-block/ Notice that there you should find all the steps which are needed to take in this regard.
Thanks for the message!
Hello,
Unfortunately since you cannot add a certain category for each post in the block ,you cannot add a certain color as well. Sorry. There is no such setting in our theme. The blocks can only have these sorting options: http://screencast.com/t/ohPA5bkhTRgB and the categories to pull articles from but there is no such control to change these settings on each post the block grabs. The block is seen as a whole element. It cannot be split into articles and have each article with it;s own setting. Sorry. Blocks pull content dynamically and css is not able to detect which post belongs to which category in order to change it;s color. This will have to be made custom but not using css. That is more complicated to add and will require some time and effort to do. We suggest getting some hired help on this one as there is no simple solution we can provide. Sorry.
Thanks.
Hi,
Here is the code needed:
.td-review-row-stars{
display:none;
}
.td-review-summary .block-title{
display:none;
}
This will affect all of the reviews so you only have to add the code in the theme panel-> custom css box once and it will work on all of them
Here is the result:
http://screencast.com/t/kYPNQkobMG
I also removed the second block title called overview as 2 titles did not display properly.
I hope this helps.
Thanks.
Hello Brandon,
There is an option for it which allows you to hide comment count and author name from modules/blocks and for posts from Theme panel, like this -> http://screencast.com/t/aagCbSfF0 -> http://screencast.com/t/ezNSACA8C
Maybe if you have a strong caching plugin and that’s why these still occur. Try to clear all your caches and check the results.
Thanks for the message!
Hello,
You can also make the page show up in a block o you change the post type to page from block settings. Please use this guide to see how you can change the post type: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
I suspect you are referring to the custom title not the image caption as this element ignores captions for images. It will only show an image and a custom title.
There is no setting in the fonts section added for this element for the moment. You can change the font family and size with css like so:
.td_block_image_box .entry-title{
font-family: 'Roboto', sans-serif;
}
Add the code in the theme panel-> custom css box
Thank you!
Hello,
Please open a new topic if you do not have a related issue.
The homepage blocks can be changed on the page edit screen in visual composer. Please read this guide to see how you can filter the categories in the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
Please open a new topic if you do not have a related issue.
The homepage blocks can be changed on the page edit screen in visual composer. Please read this guide to see how you can filter the categories in the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Thank you for your timely response! I have been able to accomplish my goal.
I actually ended up combining block 3 and block 9 stacked into two columns.
I am curious by your last paragraph. You said we cannot seperate each post by category. That is no concern to me currently, but I would like to make the Category titles have different colors respectively.
-I have provided a screencast of what I’ve managed this far: center the category title, change to a blue line separator, and changed the bottom spacing to allow the articles to be closer together. My next task is to try and have each category title be different.
How can I accomplish this, if possible since we cannot pinpoint posts by category in one block, can I assign a category title to a certain color?
i.e. style is blue, culture is magenta, art is orange, entertainment is green…along those lines…
And if possible, how can I get rid of the black block around the category title?
THANK YOU SO MUCH!!
http://www.screencast.com/t/6anzfHWuuLh – This is video of what has been accomplished so far.
http://www.screencast.com/t/tsMglIuWA62w – Screenshot of what’s been sccomplished (I noticed my video needs to be downloaded..sorry!)
-
This reply was modified 9 years by
KimimilaWin.
I’m trying to make it so any pages I created will show up in the block. These are pages not posts. Is that possible?
Hi Catalln,
I think I have been able to fix this. I deactivated WT3 Total Cache and activated WP Super Cache and the menu is saved constantly though I am still watching it.
About the Excerpts on blocks I will check and report back here.
Thanks.
Good morning, can someone please tell me how to change the category names on the home page? The blocks with all the posts below?
I’ve looked in categories, in the Theme Panel, but there is nowhere to edit or delete those which are shown on the home page.
Any urgent help is much appreciated!
Thank you.
Everton
Hello,
If the home page of the mobile theme is the one you are referring to, you cannot change the category. It will show the latest posts from the featured category. That is the top grid. The bottom element is a loop of all your latest articles. The mobile theme does not have settings to change these elements. If you want to have sorting options and different visual composer blocks, you will have to use the standard responsive version of the theme (disable the mobile theme plugin)
https://forum.tagdiv.com/the-mobile-theme/
Thank you!
You could try to block the html altogether in that field: https://premium.wpmudev.org/blog/enable-or-disable-all-html-tags-in-wordpress-author-biography-profiles/?utm_expid=3606929-90.6a_uo883STWy99lnGf8x1g.0&utm_referrer=https%3A%2F%2Fwww.google.ro%2F
Thanks.
Hello duybinh202,
First of all, please ensure that you are using the latest version of the theme (Newspaper 7.5) and also, the plugins that come bundled with the theme packet. Also, make sure that your block is filtered by latest articles. If you are using some untested plugins, please try to disable all of them and install only the plugins that come bundled with the theme and rule out any conflicting plugins. Maybe it could be a caching problem. Try to clear all your caches and check the results.
Thanks for the message!
Hello,
The css is not added by the theme. You have the border set to white on that particular element. The color cannot be changed usually so it;s either a custom css or a plugin that affects this element. It should normally grab the color from the main theme accent color but the white does not come from the theme css.
You can override it with this code:
.td_block_popular_categories .block-title{
border-color:red!important;
}
But it’s better to find the source of the problem than to override it.
Thank you!
Hello,
the theme did not add that information to your footer. Did you buy this site from a previous owner?
That is a block added in the widgets area. Please access the appearance->widgets section of wordpress and under the 3 footer widgets, remove the custom elements added there.
Please also check the footer section of the theme panel and change the site information from there: http://screencast.com/t/UmrmtLqLp
Please read the them documantation to learn about the main theme features: https://forum.tagdiv.com/newspaper-theme-documentation/
Our theme was not built in Slovenia. If you are not sure if an element is part of the theme or not, please check our default demo and compare the 2 sites: http://demo.tagdiv.com/newspaper/
Thank you!
Hello diecinews,
I guess that you are using the page builder+latest articels+pagination template as the page template, right? Notice that this is the default pagination for latest articles module which is presented on this page template, like this -> http://screencast.com/t/mzhoq0iXqB This type of pagination is available only for post pagination, like this -> https://forum.tagdiv.com/posts-with-pagination/ and for Blocks pagination, please consult the Block Settings, like this -> https://forum.tagdiv.com/block-settings-tutorial/ (pagination section).
Thanks for your understanding!
Hello,
Please do not use photon as it is known to cause issues. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hello Jfthai2015,
If you want to disable the comment count for your posts and modules/blocks you should consult the Theme panel, the following areas, like this -> http://screencast.com/t/UwerrJGe and here -> http://screencast.com/t/EvnPhfchPm
Hope this helps!
Thanks for the message!
Hello Hassan Zia,
Please notice that the Editor Picks is just a simple Block 7 which is named with “Editor Picks” name, limited to 3 posts displayed and sort by popular, as you can see here -> http://screencast.com/t/uWfvvlS5q If you want to change the structure of this, you should edit the code from the td_footer_template_1.php. Notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello,
Unfortunately if you do not want the background to be set as the homepage post element, you will have to use another element to show the 1 post as the homepage post does not have any alternative background options. You can use another block that uses a big thumb an filter it to show just the 1 post you want it to. Any block can be limited to show a single post if you want to. For example, you can use blocks: 13, 18, 20, 22 or 23
Thank you!