- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hello,
Unfortunately you can only remove the date either from posts or from modules and blocks, all at once. There is no way of removing the date just for only one category .It can however be hidden with css. Please provide a link to your site and I will provide the proper code to hide the date in the specific category
Thank you!
Hello josoro,
As you can see, this is not a simple task and to accomplish it you will have to do some additional customizations. So, the block 21 uses the module 16 and if you want to change the structure of the Related Post you will have to alter the code from the td_block_related_posts.php core file and change the module with yours, like this -> http://screencast.com/t/tvJepGXwF For achieving better results, please notice that you will need to make other customizations with CSS for a better look and we cannot provide these because cannot provide custom work at the moment. Please keep in mind that I only gave you a hint in this regard and we cannot do it for you. If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you.
Thanks for your understanding!
Hello Fabian.
Our theme elements were not meant to be displayed full with. Our theme uses a fixed width for it;s content and all elements depend on this fixed width to display properly. Changing the width through visual composer is not recommended. Please do not use stretch row and content on the theme blocks and grids. It works with visual composer elements but not with theme specific elements.
Thank you!
HI
Since V 3 we added options to hide post meta on modules so you can remove them from theme panel > blocks settings: http://screencast.com/t/cuzJhkhHF3v
It could be a cache issue so try to clear all caches then test the site again. Also try using a different Facebook id. Let us k ow how it goes and if you still can’t manage to solve this please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hello WebK,
I have checked your website and I saw the clutter for the block 1. Also, I have checked your console and I have notice that you are some js.error and also, you are using the child theme. Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. All of these tasks you will have to do in the main theme and then check the results.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hi
Yes it is possible, try this css in theme panel > custom code > custom css:
@media(max-width: 768px){
.td-front-end-display-block{
display: none;
}
}
Thanks!
Hi all!
I’ve been trying everything I can to change the line that sits below “Latest Articles”, but can’t seem to override two different sets of .block-title calls. I’ve searched the forums here, but the methods still elude me.
Can anyone point me to what’s wrong @ http://www.papadaisuki.com ?
.block-title {
border-bottom: 1px dotted black!important;
}
Hi, it also didn´t help. Here si my Custom CSS:
@media(max-width:767px){
.td_block_13 .td_block_inner:after {
clear: both;
display: table;
content: “”;
line-height: 0;
}}
@media (max-width:767px){ .td-pb-span4 .td_block_15{ float:none!important; }
@media (max-width: 767px){
.td-menu-mob-open-menu .td-mobile-nav-wrap {
z-index: 1;
}
}
.td-md-is-firefox {
.td-main-page-wrap {
padding-top:0!important;
}
}
Hi Support,
I want to customize the look of the search page of Newspaper theme.
Example 1: The interface displays 5 column article, no-sidebar -> http://www.screencast.com/t/Q7AnmSfE
Example 2: The interface displays 3 column article, right-sidebar -> http://www.screencast.com/t/cYWn7ZSLqlhv
Or I want to interface the display interface td-module-mx4 td and td-block-15. What should I do? Please guide me.
The name used in my web is Staff ….. But see that name to be repeated in all modules and blocks looks ugly, I want to hide.
Only the modules and blocks, not the post.
Hi,
Sorry it’s my fault, I forgot I turned on ADBlock.
Thanx.
I have another question, I have to move the date to the left side
http://www.screencast.com/t/s0ZS4bpoS
Best Regards,
Veet
Hi,
I know I have to alter the code, the question is how…
Can´t you help me with that? Is just to change the span4 used by default on the Related Post Block with the Block 21…
I will do it, but I will be a lot of time for me cause I don´t know exacly how to do it.
I thought you could help me, we pay for that help buying the theme!!
Help us please.
Hi
note in my example, I ended up removing the hyphenation element as that messed up the headlines and such with hyphens !
Just adding this should help with the long URLs breaking out of the container, as you already do for the headline block/div
overflow-wrap: break-word;
word-wrap: break-word;
🙂 Thanks!
Besides that option “Meta info on Modules / Blocks”, hides the date of all modules and blocks.
Example: I have a page F1 2016 game and so many other games. When someone put F1 2016 in the search, I do not want the date of that page appears.
No “Meta info on Modules” does not appear in the panel?
In the picture you showed me, in block 4 settings options appear. I only see three, the only one I see is “Meta info on Modules / Blocks”
Hi
Please make sure that you update the theme according with our documentation: https://forum.tagdiv.com/how-to-update-the-theme-2/ also 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 photo is still not displayed properly try to regenerate your thumbnails and test the site again: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Let us know how it goes and if you still need assistance on this please provide your site url and more specific details about your issue and we will get back to you as soon as possible.
Thanks!
Hi
Try this css in theme panel > custom code > custom css; http://screencast.com/t/hcIWtDF1
.widget .block-title span{
color: red;
background-color: green;
}
.widget .block-title {
border-color: green;
}
Thanks!
Hello diablo7,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-author-name {
display:none;
}
.single .td-post-author-name{
display:block;
}
Thanks for your understanding!
Hello,
If you want to hide the date from the posts or from modules and blocks our theme provides this option:
for post pages: http://screencast.com/t/F1RhUtVgUAdC ad for modules/blocks: http://screencast.com/t/2tZmee733aR
Thank you!
Hello,
Please try to remove any design options you might have added to the block or simply delete it and create a new block 1 with the same settings. if you still have trouble with it, please provide a link to your site so we can inspect it.
Thank you!
Hello,
Tabs are NOT DEPRECATED. The deprecated tabs share the same name with the new tabs visual composer added. The ones you see in the deprecated list are different than the ones you see in the all elements tab. The short codes are different as well for the elements:
Simply do not use the tabs from the deprecated section. Use the ones in the all section: http://screencast.com/t/3HOiFZI9fQj
It’s confusing I know, but the deprecated elements will be removed and only the current ones will remain.
It’s way easier than modifying the block.
Thanks.
Hello mike,
Block titles can be made clickable and you can add an url of your choice to each block title from block settings: http://screencast.com/t/m1iNBxb1USV You can check this guide for more block settings: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Hello Winock,
I guess that you want to have more control over the posts which will be displayed on your widgets, right? If you want this, when you create your sidebar through adding some block in it, please notice that you can filter it and set what type of posts you want to be displayed in that widget and what not. All of this settings should be done from Block settings, like this -> http://screencast.com/t/ofxyGxyn
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks.
Hello,
Unfortunately I don’t think so, as our theme uses a fixed width for it’s elements. If we are able to fix blocks on a full width row we will also be able to add a full width theme option, but this is not in any way planned for the moment as all of the theme elements have to be adapted for such an option.
Thank you!
Hello,
This depends on how the homepage gets it;s pagination. In our theme you can paginate any block at will. I assume though you use the pagebuilder + latest articles page template. You can deactivate the latest articles element by changing the page template: http://screencast.com/t/Zn816Klky9
If you still want the latest articles section but we no pagination you can use a visual composer block instead and not have it paginated.
I hope this helps.
Thank you!