- 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,
The modifications in the code seem to be in order. Please enter this code in Theme panel->Custom CSS and it will style the menu item in the shop
– https://www.screencast.com/t/WOykzrwvIdBQ
.menu-item-36318 li a{
padding: 7px 30px;
font-size: 14px;
line-height: 20px;
color: #111;
display: block;
position: relative;
}
.menu-item-36318 li a:hover {
color: #ffac99;
}
.menu-item-36318 ul {
padding: 15px 0;
}
Thanks
Hi,
Please enter this code in Theme panel->Custom CSS and check the results. It should fix the issue you are having
.td_block_text_with_title
.td-element-style {
z-index: -1;
}
Please let me know if you still have further problems.
Thanks
Hello jmark4455,
Please notice that our blocks have the Excerpts section which can be managed from Theme panel, like this -> https://forum.tagdiv.com/excerpts-introduction/
Thanks for your understanding!
Hi,
Blocks and grids will only display published public posts. These elements need public posts to display for any instance. Please correct me if I misunderstand.
Thanks
Hi,
Blocks and Big grids can display pages as well as posts
– https://forum.tagdiv.com/block-settings-tutorial/
It can be done in the grids filter tab
– https://www.screencast.com/t/sU1lGLhuQy
Specific page Id’s can be entered to display certain pages only.
Thanks
I want to remove the little eye icon from the views of the posts, but I want the views to continue being counted to classify my block of popular posts, how do I?
Hello ofekin,
First of all, please ensure that our theme does not have any such an option that allows you to enable the infinite loading for post pages but only for pages, sorry! If you want to have this type of pagination for your page, notice that you should use any block from our list and setup the pagination from here -> https://www.screencast.com/t/40aExqY3oM
Also, if you want to hide the footer for mobile devices, notice that you should use a bit of CSS code to achieve this. Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
@media(max-width:767px){
.td-footer-wrapper{
display:none!important;
}
}
Thanks for your message!
Hi,
I see that you placed an image box element under the slider, at the moment. You can only use images in that element.
From what I understand you want to display some links to other pages under the slide. You could use a text element and enter the links in them
– https://www.screencast.com/t/Kw5ErB2gO3I
Or maybe you wan to display the pages. Blocks can display pages as well
– https://www.screencast.com/t/lZbnhEVgCrR
You can enter page Id’s in the filter and display specific pages in blocks.
More information about the available block settings here
– https://forum.tagdiv.com/block-settings-tutorial/
If I am misunderstanding this please correct me and provide more details about what you are trying to do exactly.
Thanks
Thank you. I know how to use do_shortcode() method, but still it allows to add block which width is main content width, not main content + sidebar. Everything i add in comments.php file has width which has main content, but i want it to be as wide as the page.
If there are no other options how to do that i will try to figure it out on my own one more time.
Hi,
To change the color of the article titles just for these blocks, you could use a code like this (enter your own preferred color)
This is for block 22
– https://www.screencast.com/t/Ct1CwkIDyS
.td_block_22 .td_module_17 h3 > a {
color: yellow;
}
And for block 9
– https://www.screencast.com/t/2gTVVhqK
.td_block_9 .td_module_8 h3 > a {
color: yellow;
}
The excerpts color for block 22 can be changed with a code like this
– https://www.screencast.com/t/HivpudMqn
.td_block_22 .td_module_17 .td-excerpt {
color: yellow;
}
Other article title font properties such as font size, font weight etc, can be changed in the theme panel for each module
– https://www.screencast.com/t/lbB9b1VDYoG
The excerpt font as well
– https://www.screencast.com/t/SQpxlU3d
The Read more cannot be turned off. That is how that block is designed. You could hide it with some CSS like this
– https://www.screencast.com/t/0CGiLKLR
.td_block_22 .td_module_17 .td-read-more {
display: none;
}
These codes must be entered in Theme panel->Custom CSS section. Please let me know if I misunderstood something or you have problems using the codes.
Thanks
Hi,
The Latest articles section can be disabled by selecting a different page template
– https://www.screencast.com/t/uP5zUoD697U
This section will always be displayed on the bottom of the page after your content, if enabled.
You can create pages any way you want using the tagDiv composer
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Here is a guide on block settings as well
– https://forum.tagdiv.com/block-settings-tutorial/
All the block and grids can be preview in the live demo
– https://demo.tagdiv.com/newspaper/block-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Blocks can be placed on a maximum of three columns, however you want. One after another if that is what you want.
Thanks
Hello mauriflorentin,
If you will check the Block Settings like this -> https://www.screencast.com/t/w0MB18ATU4, here you will see all the sorting ways available for our blocks. You can choose the Popular all time in your case and you will bring most read posts but all the time and not in the last 24 hours, because the theme does not have any such an option for it, sorry!
Thanks for your understanding!
Hello Dannysmits,
If you want to sort your news posts from your Big Grid, notice that you can choose the sort order for this element from panel, if you will look at the Block Settings, according to our documentation here -> https://forum.tagdiv.com/block-settings-guide/ Also, you can use the Unique Articles for your homepage to avoid the duplicated posts. For more information about this case, please check our useful guide here -> https://forum.tagdiv.com/unique-articles/ or Offset feature, like this -> https://forum.tagdiv.com/offset-feature/
Hope this helps!
Thanks for the message!
Currently the big-grid and block sections only display the title of the posts. How do I make it so the sub-title or short excerpt of the post is displayed as well? An example of this is Pfizer.com
Thank you
After updating to 8.1 from 8.0, my hompage shows the following:
array(7) { [“el_class”]=> string(0) “” [“el_id”]=> string(0) “” [“class”]=> string(28) “td_uid_29_598a5ba45093b_rand” [“css”]=> string(0) “” [“tdc_css”]=> string(564) “eyJhbGwiOnsibWFyZ2luLXRvcCI6ImF1dG8iLCJtYXJnaW4tYm90dG9tIjoiMjAiLCJib3JkZXItdG9wLXdpZHRoIjoiMiIsImJvcmRlci1yaWdodC13aWR0aCI6IjIiLCJib3JkZXItYm90dG9tLXdpZHRoIjoiMiIsImJvcmRlci1sZWZ0LXdpZHRoIjoiMiIsInBhZGRpbmctdG9wIjoiYXV0byIsInBhZGRpbmctYm90dG9tIjoiMCIsImJvcmRlci1jb2xvciI6IiM4ZjFiN2MiLCJib3JkZXItcmFkaXVzIjoiNSIsImJhY2tncm91bmQtY29sb3IiOiIjZTFiMWNiIn0sInBob25lIjp7InBhZGRpbmctcmlnaHQiOiIxMCIsInBhZGRpbmctbGVmdCI6IjEwIn0sInBob25lX21heF93aWR0aCI6NzY3LCJwb3J0cmFpdCI6eyJwYWRkaW5nLWJvdHRvbSI6IjAifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OH0=” [“tdc_css_class”]=> string(28) “td_uid_29_598a5ba45093b_rand” [“full_width”]=> string(0) “” }
wp booster error:
TD Composer Internal error: The system tried to use an att that does not exists! class_name: vc_row Att name: “tdc_css_class_style” The list with available atts is in tdc_composer_block::render
/var/www/vhosts/dream-alcala.com/httpdocs/wp-content/plugins/td-composer/includes/tdc_composer_block.php > get_att
When I downgrade to 8.0 everything is normal again.
Any help?
Daniel
Hello,
The shortcodes that are referenced on this page – https://forum.tagdiv.com/blockquotes-pullquotes-dropcaps/ are not showing up in my post editor.
How do I enable these?
I am using WP version 4.8.1 and the latest version of TinyMCE.
Thanks.
I feel like a Dumb asking this but i can’t see where to Setup the Block 8 title color to be different from the others, since that one is supone to be White rather than Black or whatever obscura color i have configuren on the other blocks or site…
Any clue?
See the examples:
How is suposse to look: 
how it actaully looks: 
Hi, great theme, couple questions.
I currently am using blocks 9 and 22 on my home page. I’d like to change the color of the post title’s being pulled on the home page and also the post titles and excerpts from block 22. Additionally I need the block 22 content to be bold/match the post title so it appears exactly the same.
See: https://www.dropbox.com/s/0ph9h89h6mpgcml/Screen%20Shot%202017-08-08%20at%2010.35.41%20AM.png?dl=0
Additionally I’d like to turn off the “read more” on block 22. Thanks.
Hi,
I am struggling to remove the latest articles from the bottom of my homepage. How do I do this? I would prefer to simply have the blocks that I have added myself.
Also, is it possible to have 5 blocks, each on top of each other? I would like to create a block for each of my website categories that displays the latest articles for each block.
My website is http://www.attractionboss.com
Thanks in advance!
Mitchell White
I not change yet block cause i’m not have yet solve about this..
-
This reply was modified 9 years by
imambudianto5.
Hi,
Maybe you mean these elements that display with that particular block header template
– https://www.screencast.com/t/FNELOEtvZ
You could change that with a code like this if you want to
– https://www.screencast.com/t/ywAzIRPf
The code will apply on the whole website, and must be entered in Theme panel->Custom CSS if you decide to use it
.td_block_template_8 .td-block-title > *:before {
background-color: #fc5502;
}
Thanks
Hello kalum,
I have inspected your website and I did not saw any problem with your Big Grid and Ad seems to work as expected, as you can see here -> https://www.screencast.com/t/YNsR4gS8 -> https://www.screencast.com/t/Tz3crhdacyf
If you will encounter any problem with your images, try to check the following guide here -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks for your understanding!
Hi,
The theme will create it’s own thumbnails from the featured images you set for your posts
– https://forum.tagdiv.com/theme-thumbs/
These will be used on the blocks that you place on pages and used in various other locations on the website.
The thumbnail sizes can be enabled or disabled in the theme panel. For each thumbnail it is specified where it is being used
– https://www.screencast.com/t/2SE8PCjQGIR
There are multiple guides and tutorials here on the forum regarding speed optimization, that you can search for and read
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
Thanks
Hi,
Use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-newsmag-voice .td-pb-span4 .td_block_template_1 .block-title span:after {
background-color: red;
}
Thanks for the message!
Hi,
You can create any page you want and use the TagDiv composer to place elements on it. The full review will be displayed only on the post pages, on modules in blocks only the total score is displayed
– https://demo.tagdiv.com/newspaper/category/tagdiv-technology/tagdiv-reviews/
Thanks