- 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.
I use MOBILE THEME for my website and I’d like to know if I can make some changes (using css advises).
1. Can I enlarge text font (what size is the default)?
2. Can I have another block used to Latest Articles list (If yes, where can I chose from)?
Thank you.
Nick
Hi,
That particular module is not used in any blocks (module 12), it can be selected as the module to be used in the blog page, category pages, tag pages etc in the theme panel.
You could re-create it with a flex block however. That block can me customized to look in many ways including something like that
– http://prntscr.com/kcsfgt
Hi,
The date format can be changed in WordPress settings
– https://www.screencast.com/t/eKm4hAppSpt
– https://www.screencast.com/t/ejw1NmDHMGC
– https://www.screencast.com/t/wLrXdDkmKP
These parameters are accepted – https://codex.wordpress.org/Formatting_Date_and_Time
Format used in example
F j, Y g:i a
I believe this is what you wanted.
The cloud library templates have a setting when using it’s post templates, there is an option to display a time ago format
– https://www.screencast.com/t/DgvU3Z0uD
That will affect the date in the post page, not modules in blocks/grids.
Thanks
Hi,
That is not supposed to happen, try to use the same pagination in the same or a different block, in a new page. Make a test and see what happens.
Also do you maybe use the unique articles setting for that page?
– https://forum.tagdiv.com/unique-articles/
no, none of them work anymore.
I can get the extra field to show in the tagdiv composer but that’s it really.
I looked into the option of the first link but wouldn’t know where to alter in the tdblock.php
Hi
Thanks for a nice theme)
Please help me)
How can I create a block like in your blog? http://prntscr.com/kcp2fg
In TD Composer I found 22 block. But “Read more” look like a link. Maybe I can to change a link “Read more” to the button in 22 block of TD Composer. But I can`t find how exactly(
Alex
Hello pocto,
5)Please provide some useful screenshots with your desired changes so I will be able to provide a more accurate response.
6)You should simply add a block into your sidebar from Widgets section and sort it by Latest Articles. Also, if you want to add the Widgets on your Sidebar from the page, you should edit it with TD Composer, Widgetized Sidebar element.
7)Unfortunately, the theme does not have any such an option that allows you to make some changes over that section from the panel. All the available settings for that section can be found here -> https://www.screencast.com/t/sgRJn7ig8T If you want to customize this area in another way notice that you should do it yourself through the code because we cannot provide support for untested plugins. Usually, we recommend the developers from studio.envato.com.
8)Sorry but please notice that’s the default functionality of our Smart Sidebar and it has been designed to works as expected, in that way. If you want to customize it you should do it yourself because we cannot provide support for untested plugins.
P.S I’m sorry that I have missed answering your other questions.
Thanks for your understanding!
Hi,
The first thing to check would be the theme requirements, system status section
– https://forum.tagdiv.com/requirements-for-newspaper/
It is imperative that the parameters mentioned in the guide are configured properly. Insufficient resources can cause many issues with the theme or the plugins, if needed ask your hosting provider to increase them as specified.
If there is no need for that, or after making changes it still happens, check if there are any errors in the browser inspector console, while saving a setting in the theme panel.
Server security modules or firewalls may block the admin ajax denying access. In similar cases the issue was caused by that
– https://forum.tagdiv.com/topic/cant-save-theme-options-2/
Thanks
Hi,
That would be the lazy load indeed, disable it if not required
– https://forum.tagdiv.com/newsmag-loading-image-effects/
The infinite loading will load additional posts according to the limit you set in the block
– https://www.screencast.com/t/Gzzy2rrP
So if you have a limit of 5 posts for example, the block will load 5 posts at a time.
Thanks
Hi,
Taxonomy and custom post type support is quite limited in the theme as it stands. There are some modifications mentioned in these topics if you would like to try and modify the theme files, but they might not work anymore
– https://forum.tagdiv.com/topic/filter-blocks-by-custom-taxonomies/
– https://forum.tagdiv.com/topic/custom-taxonomy-or-custom-query-for-newspaper-blocks/
– https://forum.tagdiv.com/topic/how-to-add-taxonomy-filter-in-block-filter-settings/
Hi Simion
I’m using flex block to display a single row of posts. Posts vary in length causing columns to be different heights. I would like to make them equal height.
My website is visualartcanberra.com
Thanks
Weng
Hi,
Flex blocks have many settings, but I don’t quite understand what you are referring to. Some more details and some screenshots if possible would be very helpful.
Thanks
What page builder are you using? Theme blocks or grids for example will work with both tagDiv composer and WPBakery, so their shortcodes will work.
If you maybe use a different page builder and none of the provided composers are active, then the shortcodes will not work.
In that case you could try and use shortcodes provided by your page builder instead.
Hello,
1. The theme will create the thumbs necessary for the blocks but it cannot enlarge images. Your image is smaller than the thumb needed for that block. Your image is 640×415 while the thumb requires 741px width minimum.
2. Please use the “force regenerate thumbnails” plugin to regenerate all your thumbs.
3. It seems this could be a plugin conflict. Please test this without plugins as it seems the js for the lazyload animation does not get through properly.
4. The width of the element comes from the iframe itself. Please check iframe controls to select a different width for your embed.
Thank you!
Is it possible to order a revision of the theme, in the form of two blocks based on the visual composer?
Example
thanks you
but my website still in localhost i am editing homepage using TD Composer but some parts of homepage is not directly editable using TD composer for example:
latest news
and editors pick
the element option setting is not appears for this block
Hi,
Custom CSS can be entered either in the Live CSS, or theme panel custom code sections. The theme panel category tag setting will affect all the modules.
If you want to remove the category tag for only one specific module in a block and not the rest, you could first set a custom class for the block
– https://www.screencast.com/t/5uxWsEfEA
Then refer to that class and remove the category tag only for that block
– https://www.screencast.com/t/NIHDR7h4sp
.myclass .td-post-category {
display: none;
}
I believe that is what you want. Let me know if I misunderstand.
Thanks
The blocks for example can display custom post types and you can sort them by alphabetical order. But the posts can’t be filtered by a taxonomy.
The theme is somewhat limited when it comes to custom post types and taxonomies. I am not aware of any plans to expand the options and capabilities of the theme in the matter. All there is at the moment would be the settings mentioned in this guide
– https://forum.tagdiv.com/custom-post-type-support/
All the post displaying elements would be more capable regarding default posts and categories. Sorry for the inconvenience.
Sorry about that, I did not notice the author name is not changing colors. try it like this to change that as well
– https://www.screencast.com/t/y0v0GSOb
.myclass a {
color: white;
}
That code should color all the links the block has to a color of your choosing.
Hello,
Amazing theme!
I’m wondering how I can fix the logo alignment on the home page to be centered in the header like it appears on all of the other category pages.
In addition, how can I include a right column for the posts in the third section (block 24) on the home page?
Thanks!
Hello.
I have spent the past days trying to find a way to be able to filter my posts based upon category and custom taxonomy.
Since tagdiv sadly doesn’t support custom taxonomy filtering, I was hoping that adjusting a block might do the trick.
is it possible to perhaps make 26 copies of block 10 and module 10 (doable with the api plugin example on your site https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/)
for instance block 10 A, block 10 B,.. to make an alphabetical index ?
I’d then adjust the post loop to only include posts from that taxonomy, whereas the filter in the tagdiv composer could then be set to the different categories (movies, music etc).
could you tell me if this is doable and where this query can be adjusted ?
I’ve followed literally all links you post in the replies stating have a look here, but they are always outdated or incomplete as an answer.
this is the loop argument that I’d like to include in the blocks:
$args = array(
'post_type' => 'post',
'posts_per_page' => '-1',
'meta_key' => 'keyword',
'orderby' => 'meta_value',
'order' => 'ASC',
'tax_query' => array(
'relation' => 'AND',
array(
'taxonomy' => 'alphabetical_letter',
'field' => 'term_id',
'terms' => array( '441' ), //this is by slug
),
array(
'taxonomy' => 'category',
'field' => 'slug',
'terms' => array( 'muziek-recensies' ), //this is by id
),
),
);
// The Query
query_posts( $args );
// The Loop
if (have_posts()) {
while ( have_posts() ) : the_post();
echo $td_template_layout->layout_open_element();
if (class_exists($td_module_class)) {
$td_mod = new $td_module_class($post);
echo $td_mod->render();
} else {
td_util::error(__FILE__, 'Missing module: ' . $td_module_class);
}
echo $td_template_layout->layout_close_element();
$td_template_layout->layout_next();
endwhile; //end loop
echo $td_template_layout->close_all_tags();
Hi, lot of magazine companies have partner ships with others and so we need show their logos….this is important….and I can not find any official way how do that. Somebody else has talked about it here and no the back of the reaction….. There are only this options:
1) Switch Off your outgoing “tagDiv Composer” and use native WPBakery Page Builder only with line format 1/6 + 1/6 + 1/6 + 1/6 + 1/6 + 1/6.
BTW your Composer editor still does not work properly for macOS!!! Editor elements are out of frame.
2) or make some block element for this, where i can show 6-8 images in original size and format.
3) or make compatibility for some 3th supplier of elements.
Sorry for my bad english and reaction I’m very upset. Thx have nice day.
kulturio.cz
Hello Bogdan,
Thanks for your answer!
However, after updating everything I could possibly update (theme & plugins), I’m still facing the exact same problems:
– My Facebook fans count is still at 0 and the social counter plugin doesn’t recognize my Facebook ID (when I click on the facebook button, I get an error page)
– Instagram is still blocked at 83 followers on the social count plugin, and the footer Instagram tool doesn’t show any picture anymore. But when I click on the Instagram button, it does show my profile.
– Twitter works fine now, which is weird because it’s the only one that was affected by the update.
Please check: http://www.misteur-mercato.fr
Thanks a lot for your help
Alex
Hello!
I use Block 18 to display episodes from the custom post type “podcast”. I set the filter of the blog to “podcast” and the latest episode is shown. But the pagination “Load more button” does not work correctly. When I click on it, it always shows the same first episode again and again and not the previous one.
I removed it a long time ago author and dates weren’t shown on the blocks 21 or any but completely forgot how.
====
Check it:
