- 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
I have change the block style, https://www.screencast.com/t/S8sp1lOy74 still no changes
Then on the block settings I can’t figure it out, maybe some plugins are missing.
https://www.screencast.com/t/tSdtRrwdB
Please help me out.
Hi,
If you are using a blog style, you can change the post limit number from here -> https://www.screencast.com/t/Iun58GMAZx4 or if you are using some blocks on your homepage, you simply increase the limit post number from the block settings from here -> https://www.screencast.com/t/1lvTzc31QLCL
Thanks for your understanding!
Thank you for your response, but how can I duplicate the block, where can I find it?
Hi,
Unfortunately, the theme does not have any such an option or plugin for that functionality, sorry! If you want to have a top on your website, regarding this section, a possibility, in this case, would be to create a simple block which has to be added to your sidebar section and sort it by Post ID filter -> https://www.screencast.com/t/VwPsm9Q7I or also, you can manually make a top with your desired smartphones which you can display on your sidebar.
Hope this helps!
Thanks for your understanding!
Hi,
I believe I understand now. You want to display the post titles below the thumbnail, not over it. Most big grids display he title over the image, you can see theme all here
– https://demo.tagdiv.com/newspaper/big-grid-1/
There would be no setting to make the title display below the image in a big grid.
Blocks on the other hand are different, there are blocks that display the title below or next to the image. The predefined blocks can be seen here
– https://demo.tagdiv.com/newspaper/block-1/
There are also flex blocks, these have a great deal of customization options. Here are some designs made by us
– https://affiliate.tagdiv.com/#/load/Blocks
These designs can be imported with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
So a solution would be to use blocks instead of big grids. With flex blocks you can even achieve the same design of grids.
Please let me know if you have questions or you need help with something. The code I provided above seems to work – http://prntscr.com/muyoez simply enter it in the Theme panel->Custom CSS section – http://prntscr.com/muyoq6
Thanks
You can duplicate the block and add it below and change the catagories in that section. like I’ve done here – http://industry-focus.com
-
This reply was modified 7 years by
cloin1.
How to get related articles and more from author blocks together on cloud templates?
I used to have both related articles and more from author block. When using cloud template I can’t find the option. And is there any way to show only uniquie article on that specific block?
https://forum.tagdiv.com/wp-content/uploads/2015/05/related_articles_frontend.png
Hello
i manged to do this in local posts templates, but it is hard to do in cloud templates
did you by any chance tried
would you share the solution if you have
i tried every thing in :td-cloud-library/td-cloud-library/shortcodes/single/tdb_single_subtitle.php
tried to make changes to :
function render($atts, $content = null) {
parent::render($atts); // sets the live atts, $this->atts, $this->block_uid, $this->td_query (it runs the query)
global $tdb_state_single;
$post_subtitle_data = $tdb_state_single->post_subtitle->__invoke();
$additional_classes = array();
$buffy = ''; //output buffer
// when no data - return empty on frontend
if ( empty($post_subtitle_data['post_subtitle'])) {
return $buffy;
}
$buffy .= '<div class="' . $this->get_block_classes($additional_classes) . '" ' . $this->get_block_html_atts() . '>';
//get the block css
$buffy .= $this->get_block_css();
//get the js for this block
$buffy .= $this->get_block_js();
$buffy .= '<div class="tdb-block-inner td-fix-index">';
$buffy .= '<p>' . $post_subtitle_data['post_subtitle'] . '</p>';
$buffy .= '</div>';
$buffy .= '</div>';
return $buffy;
}
but no success
Hey Calin, did not help. I tried to disable all plugins except TG plugins, I completely deisabled Cloudflare and still the same.
plus I have a new one problem with WPBakery composer – it shows just text inside the blocks. All plugins are activated same as before. please see the link.
thank you
I use a plugin called The Events Calendar Pro. This plugin allows the user to create a number of categories. I would like to display these categories on my home page in a TD Composer grid or block. However the ‘Category filter:’ selector does not offer these categories in the drop-down menu. I tried to use the category taxonomy to select these categories by ‘Post Type:’ and ‘Multiple categories filter:’ but every attempt failed.
Here are the custom post types:
Events: tribe_events
Venues: tribe_venue
Organizers: tribe_organizer
Event Categories: tribe_events_cat
I need to know how to configure the Newspaper template to display the posts in each of the categories.
Thank You!
I am just getting date see https://www.thecrazybuyers.com/best-usb-c-monitor-for-macbook-pro/
I need it “Last Updated: March 4, 2019, 3:15 pm” format properly.
I am also not getting on the block though I have ticked the option as shown in screenshot. https://www.thecrazybuyers.com/
Something is blocking access to the file I mentioned, a permission setting maybe. Maybe these topics would help, or you could contact the CDN support for some assistance
– https://support.securecdn.stackpath.com/hc/en-us/articles/115001618928-How-to-Setup-a-Secure-Token
– https://www.maxcdn.com/one/tutorial/403-forbidden/
Those are not actually errors. This https://www.screencast.com/t/s9vhLEx8Smx is a warning that you have activate this option – https://www.screencast.com/t/6DWH6xgV8 and you can not longer deactivate the amp per post/page.
The other one is a message mentioning that the mobile theme can be integrated with the official AMP plugin
– https://tagdiv.com/amp-newspaper-theme/
Hi,
How to set in for example block 10 open every url in a new window?
Hi,
That is not an issue, in that way was design this block, if you want top change that space you can use a custom css
-> https://www.screencast.com/t/RwXzMB4q
.td_block_9 .td_module_8 {
padding-bottom: 5px;
}
Set the code in Newspaper>theme panel>Custom code>Custom css
Thank you for your understanding!
Hi,
1. Unfortunately for the moment is no option in our theme mobile to do that, but if you want to achieve this please check this topic -> https://forum.tagdiv.com/topic/mobile-theme-smart-list-disable/
2. In order to fix this you can add this custom css in Newspaper>Theme panel>Mobile theme>Custom code> CSS
.tdm_smart_list_1 .td-slide-smart-list-figure {
display: block;
}
and the problem will be fix -> https://www.screencast.com/t/PZZrd3ypb2Df -> https://www.screencast.com/t/FstoVTvedu4s
Thank you for your understanding!
Hi,
For this you can use a custom css ->
.td-block-span4 {
padding-right: 12px!important;
padding-left: 12px!important
}
.td_block_4 {
margin-left: 36px;
margin-right: 36px;
}
-> https://www.screencast.com/t/yxidCQBZSB
Please set the code in Newspaper>Theme panel>Custom code>Advance section desktop -> https://www.screencast.com/t/jSzRVEpU
Thank you!
Hi,
1. Try using this setting – http://prntscr.com/mugrd0 the zoom on hover will work then.
2. On mobile the same module and thumbnails that are loaded on desktop will be used. So the thumbnail size is bigger than the reduced size of the module on mobile. For the moment it is selected/clicked this will be seen.
I tried various CSS codes to remove the selection effect, but none worked.
3. From what I can see at the moment the website loads quite good
– http://prntscr.com/muh84b
It is true that they do not allow using caching plugins, I believe they already use a caching system of they own
– https://en.support.wordpress.com/incompatible-plugins/
There are topics in the forum regarding website loading speed, with suggestions that you could try. But maybe these methods are not allowed in wordpress.com.
Using many block types with ajax pagination and ajax filters may be an issue, especially when there are many visitors on the website.
Since the speed booster plugin cannot be used in this case, maybe they can provide an alternative for render blocking optimization. Or a suggestion for an allowed plugin. Also some optimization guides of their own.
I see render blocking and server response time would be the major issues
– http://prntscr.com/muhe8q
4. I believe that should be fixed in the latest version. From what I know there were some modifications to prevent this from happening. So you can activate the background ad.
For the background loading on mobile there were no modifications up to this moment, I will check on this task.
Thanks
Hi. I’ve updated Newspaper theme to 9.6 but now background color of the block header (Block header 4) has switched to default light gray and won’t change back no matter what color I choose. Interestingly I can change a color of the text without any problems. This issue concerns several block header types but not all of them. It seems like some of the work fine as intended.
http://www.hronikatm.com
I have installed Version 9.6 but still i am not getting last updated. If I am enabling show under under post settings it simply shows date. If I enabled SHOW MODIFIED DATE which is under block setting -> More info then also its doesnt show what I am looking for.
I need something like this : https://beebom.com/redmi-note-7-vs-realme-3/
Thanks for the reply.
First one I solved by changing a setting I didnt see yet.
2 Ahh Gotcha. So many options that it’s hard to test everything haha but got it working now, cheers.
Is there somewhere a list with the sizes of block images/thumbnails?
-
This reply was modified 7 years by
Kaino.
I have some questions.
1- i want to know why here https://labussolanews.com/ in the first grid, i don’t see the zoom effect why the cursor goes over images… in the tagdiv composer i see it correctly but not in the live version.
2- In the same grid, when I click on a post, a blue selection rectangle appears that has nothing to do with what I click. I would like to remove it and keep the normal selection as on the desktop. https://imgur.com/e0c3axT
3- the second element in the homepage (Ultimi Articoli module), with all that category, can slow down my site? i’m asking because with google pagespeed Insights my result are really really bad and i don’t get why. Ok, i’m working on wordpress.com and can’t enable WP Super Cache (because i think already have another cache plugin) and can’t enable Speed Booster because incompatible plugin (ad rotate and Akismet Anti-Spam that I can not disable).
Also, Infinite Load can cause slowing speed? Nobody seems to understand what is wrong. From the google test can you have a suggestion on what to change and how to do it? I do not know … if you could give me a tip would be awesome.
4- I have already ask for this. It is possible to resolve the background click ad problem? if i set it, people who have ad block active see a white page so i have to disable it for now. And also please, prevent ad-background to load in mobile device… it is just a waste of data consuption.
With the block that I have right now, which is the one I want to put. Can you measure meters in the middle? There is some form by code or by some option. How is it done?
Thank you.
Hi,
If you are not using a loop, then will be load only the content from that block when you press the next/prev button.
From what I can see you have now only one flex block set in page -> https://www.screencast.com/t/QiMOzVtHu you do not make the settings that I provide you to see how is working -> https://www.screencast.com/t/bmcXkyNpu
Unfortunately or theme do not have an option for that ( to allow you to insert ads between elements of blocks ), maybe this can be achieve with some plugins, or maybe with some custom work, to change the code from blocks and make some condition for when to display the ads.
Thank you for your understanding!
Hi,
1. Here is the code to change that color -> https://www.screencast.com/t/errdyOSjkym
.td-header-wrap .td-drop-down-search:before {
border-color: transparent transparent #F44336 transparent;
}
.td-header-wrap .td-drop-down-search:after {
background-color: #F44336 ;
}
2. That is a header title template that have set an ajax filter -> https://www.screencast.com/t/qnSYNGLMp8m pelase check the settings for filter for blocks -> https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Right, that’s it. The problem is the arrows that I just want to put down. If I put it on both sides they are independent blocks. That is, when you hit the arrow to turn the page, you would only go over one block. Could it be put by code so that it passes both pages at the same time and with an ad in the middle?