- 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
Hi,
Using Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/ you can create your own pages with the elements and the structure you want, and then set a static page as the homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ Here is a tutorial about the blocks used to create your pages – https://forum.tagdiv.com/block-settings-guide/ to help you understand their functionality. For example you could create a page with a big grid on top – https://demo.tagdiv.com/newspaper/big-grid-1/ and latest articles below – https://forum.tagdiv.com/page-templates-2/ if you would like to keep the blog look.
Thanks
Hi,
You can change blocks/widgets title font properties like this – https://www.screencast.com/t/0LggeZn005 and for the default widgets here – https://www.screencast.com/t/Muqtzeh0RKc If you want to change the author bio font – https://www.screencast.com/t/wuepgN7bh you could change it with some css – https://www.screencast.com/t/DlLSWrbQ2lrg with this code, just enter it in Theme panel->Custom Css
.author-box-wrap {
font-weight: 800;
}
Thanks
Hi Team
I am setting up the theme and had a couple queries.
1. I am using header style 6 which gives the option to have a menu background. I have set the color of the menu background but there is an issue when the page loads as it should the default black before showing the correct color.
You can see what I mean here… http://g.recordit.co/PXb4gUtcQ8.gif
2. How do I get the category tags to show their assigned colors on Modules/Blocks, instead of the default black? I have set the colors in the admin and have read the article, but seems this is not mentioned. Please see this link for an illustration https://goo.gl/lzFHSd
Many thanks
Jason
Thank you for your response. I actually already modified td_block__1.php, my problem is that if i remove posts from there, i’m looping over a limited number of posts, and i ended up displaying less posts than supposed for the design.
That number being defined upstream, while creating the post’s loop for that specific block.
So my question is : Can i have any action on the building of the loop via the API (not on how it’s displayed, this part i got it) or is this a customization of the theme that needs to be done in that case ?
Thanks
Thing is – i havae about page etc – pages. just read they do not auto input into the mobile theme
Page builder elements – The “Mobile theme” is designed for users who want to optimize the page content for mobile devices or they want to display fewer / different elements on mobiles. For optimal performance we removed the page builder (Visual Composer) dependency; this means you cannot use the page builder elements for the “Mobile theme” pages. If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.
this is unfortunate
Hi there,
Is there a way to insert a block which only displays a single post? For example Big Grid 4 has 2 posts side by side. I’m looking for one with a single post? Ideally, I am looking for two types: a single block that runs right across the site, and a single block that can be either 1,2,3 or 4 columns wide.
Thanks in advance!
Irshaad
Thank you, that is very helpful.
What about the Author Bio text and the Categories listed in the Sidebar?
Categories I use the regular WordPress Category, and it’s not a block..
Hello horsezy,
Yes, our developers got rid out these unique Id’s because there were made a lot of queries to the server and this was the developer’s decision. As an alternative, notice that you can add an extra class to your Row, for each block like this -> https://www.screencast.com/t/dRblweVv
Thanks for your understanding!
Hi,
Block 8 uses module 7 as it can be seen here – https://www.screencast.com/t/WcnYMDEs or by using your browser inspector – https://www.screencast.com/t/id6m9H5u and you can change the article title like this – https://www.screencast.com/t/nMdxodGV
Thanks
Hello Jaredt,
1)I have inspected your logo and I saw that the white border is part of your logo and if you want to get rid of it, you should edit your logo in Photoshop or any other tool and simply erase it, like this -> https://www.screencast.com/t/8LSANle5BR1t
2)If you want to change the color of your Block Title from footer section, you should using the code below and place it in Theme panel->Custom CSS area.
.td-footer-wrapper .td-pulldown-size{
color:red!important;
}
The result is here -> https://www.screencast.com/t/uu7iaIpL
Thanks for the message!
Hello,
It works now.
We are located in Romania.
In order to reduce the top space, you can use the block design option for the big grid and add a negative top margin like so: https://www.screencast.com/t/KgT9UqDa9R
Thank you!
Hi,
You can identify the module used on the block – https://www.screencast.com/t/PbnzQVQjd and then change the excerpt size on the module here – https://www.screencast.com/t/jEgINXSwZpm and also choose the general excerpt type – https://www.screencast.com/t/ytmYTXR9TJ5 More about the excerpt feature here – https://forum.tagdiv.com/excerpts-introduction/
Thanks
Hello,
I got a small issue.
I’ve tried to upload an .ico favicon, sized 16x16px, but it’s throwing this error:
“Sorry, this file type is not permitted for security reasons.”
I’ve checked .htaccess but couldn’t find a code that could block the upload. Any idea?
“on visual composer we remove the block_template_id att in the UI @see td_vc_edit_form_fields_after_render”
Why are you remove block_template_id param on Visual Composer?.
Hello,
I changed the fonts on my site to Robotic, and now I’m trying to make the post titles “bold” when viewing Block 8.
Under Theme Fonts, do either:
Modules and Blocks – Article Title
or
Modules MX and Other Blocks – Article Title
refer to these Blocks?
I was able to change the Related Article Title to Bold, and I would like to do the same to the title in block 8.
Thanks
Hello Marie,
Unfortunately, this is not a simple task and if you do not have a solid knowledge in this regard, you can damage the theme blocks. As a hint, you should edit the td_block__1.php and also, the modules which create this block like td_module_4.php and td_module_6.php like this -> https://www.screencast.com/t/5fprXhHkJ1
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take 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,
I just tested this again and it works as expected. I think you are not filtering the block correctly though. Please use this guide to do it properly: https://forum.tagdiv.com/block-settings-guide/ and please keep in mind that the filter is not equal to the ajax filter. They are 2 very different things. The guide specifies this but most users tend to get these 2 confused.
Here is how I set up my block: https://www.screencast.com/t/Hf3KRBKgn – https://www.screencast.com/t/MgfLLiCj
Let us know if you still have trouble with this.
Thank you!
Hello,
Well since the plugin is not tested, there is no solution we can provide for the async javascript. As a workaround, you can try to disable the theme lazyload animation as that is the first to break on a js error. Your images will appear again but you will have to test other parts of the theme that will not work properly because of the js error the option creates. You will have to check the site and if you encounter any other errors, you should keep in mind that the async option is on and try to disable it if anything else occurs.
As for the news ticker, you can add it on any at all page as it;s a simple element found in the visual composer element list.
If you want to add it on posts, you can do it from the theme code for every post at one. You will have to add this code:
<?php echo do_shortcode ('[td_block_trending_now tdc_css=""]'); ?>
Add the code on each of the post templates that you use (each post style has it’s own file):
https://www.screencast.com/t/NKMofpKm7z
Thank you!
Hi,
You could change the color on the block titles in the sidebar depending on how you have the sidebar set. If you have a split row sidebar you can do it like this in Visual composer – https://www.screencast.com/t/ijcM3Ivgt or if you have a widgetised sidebar you can do that in Appearance->Widgets – https://www.screencast.com/t/lH4DA1lWh1F – https://www.screencast.com/t/v7U6IjSwQk
As for the post title on modules, I do not understand exactly what you want to achieve – https://www.screencast.com/t/XnXiadlyyua7 please provide more details.
Hello IgorM71,
1)Unfortunately, the drop down of your menu items has been designed to be only vertically aligned, sorry! If you want to make these to be in the horizontally way, you should make some changes and this type of request are not covered by our support, sorry!
2)If you want to change the background color for your Read more button, try the code below and place it in Theme panel->Custom CSS area.
.td-read-more a{
background-color:green!important;
}
The result is here -> https://www.screencast.com/t/xZii1ExPnH
3)Unfortunately, the latest articles block cannot be edited from Theme panel, sorry! If you want to have more control over this section, you should edit the Page Template from Page Editor, like this -> https://www.screencast.com/t/xQ2wf6rcDK
4)Provide more details about what you want to achieve so I will be able to provide a more accurate response. Also, provide some useful screenshots so I can exactly understand what you want to achieve.
I have tried to check your website but it seems to be in maintenance mode.
Thanks for the message!
iam trying to install revslider but getting
Plugin could not be activated because it triggered a fatal error.
how to solve
Please keep in mind that our theme has not been designed to be displayed in full-width and do not have any such an option that allows you to change the width.
If you want to make your body be wider, you should increase the theme width and notice that our theme has not been designed to have a dynamic width, sorry! We do not recommend to increase it because you can break the theme layout.
https://forum.tagdiv.com/topic/how-can-i-have-full-width-elementsposts/#post-159841
https://forum.tagdiv.com/topic/more-from-author-4/#post-154878
To remove “More From Author” in the related posts you have to edit td_block_related_posts.php found in theme folder->includes->shortcodes and comment or delete this line – https://www.screencast.com/t/vveTQPuDPSB9
Hello,
I am not a programmer and cannot tell whether the existing custom CSS causes this. Here is the entire code and if you notice something, pls let me know.
.td-header-style-1 .td-header-top-menu {
top: 0;
}
@media(min-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}
@media(max-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}
.td-header-menu-wrap {
background-color: #000;
min-height: 48px;
}
.td-header-style-1 .td-header-row {
width: 1030px;
margin-left: auto;
margin-right: auto;
}
.td-header-sp-logo {
width: 500px;
position: relative;
margin-bottom: 8px;
margin-top: 8px;
}
.td-header-sp-rec {
float: right;
margin-bottom: 8px;
margin-top: 8px;
width: 468px;
position: relative;
}
@media (min-width: 768px) {
#td-top-search {
position: absolute!important;
top: 10%;
}
}
.td-header-container {
width: 100%;
}
@media(min-width: 768px) {
#td-top-search {
margin-top: 0!important;
position: inherit;
display: inline-block}
}
.td-header-menu-wrap:before {
background-color: #c00000;
content: “”;
display: block;
height: 4px;
}
.td-header-border:before {
height: 0;
}
.td-trending-now-wrapper {
background-color: #FFFF00;
height: auto!important;
}
.td-container-border > .td-pb-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1) {
background-color: #FFFFFF;
}
@media(max-width: 768px){
.td-header-sp-rec,
.td-header-style-1 .td-header-row {
width: 100%!important;
}
.td-main-menu-logo img{
width: 75%;
}
}
.td-header-style-1 .td-header-main-menu.td-affix {
width: auto;
border-top: 4px solid #c00000 ;
}
@media(min-width: 1024px){
.td-header-style-1 .td-affix #td-header-menu {
width: 1030px;
margin: 0 auto;
}
}
@media(min-width:768px)and (max-width: 1023px){
.td-header-style-1 .td-affix #td-header-menu {
width: 756px;
margin: 0 auto;
}
}
Thanks.