- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
can you help me to get a solution, how to make a block title can be a link
http://www.screencast.com/t/wuJ2ixPUuCkR
Please highlight future plans regarding Gutenberg:
I have activated Gutenberg for my site and installed few plugins (like stackable, atomic blocks, etc.) to increase numbers of blocks. My query is that what is the near future plan of Newspaper theme in this regard, whether you people will works on this (means add various blocks in the theme to supports in the gutenberg editor). If this is the case then I will avoid using extra plugins else I will go with these plugins. If it is in your plan, then what is the expected timeline.
What will be the fate of tagdiv page builder or visual composer.
Hi,
So you want to have wider content in the page? That will be possible by stretching the rows in the page
– https://www.screencast.com/t/SXwvOo5Y5il
There are also full width grids (10 types)
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
For better results you could consider using flex blocks and flex grids, here you can see some designs made by us based on flex blocks
– https://affiliate.tagdiv.com/#/load/Blocks
Thanks
Yes it’s very strange thing, and you won’t give honest response.
I think i delete all newspaper file long time ago, but when i reinstall a fresh version on this theme, i can see many setting than i do long time ago and i can’t change themes.
And i delete caching many time but nothing change, i just can’t change setting.
Then i write here and yesterday the setting was unblocked and can be changed.
I think first than newspaper template it’s independent from you, but no, i understand than you can control some part of our website, and have like cache than you delete yesterday.
Hello,
Please provide a link with a page as you mention. We will need to inspect these empty spaces. Are they any different from the default spacing on our demo? https://demo.tagdiv.com/newspaper/
Each block has margins and padding. These can be set to custom values in the css tab for each block in particular in the tagdiv composer: https://www.screencast.com/t/8BjhjdfNAmL
Thank you!
Hi,
Only some of the flex grids have an option to disable the hover effect, for example
– https://www.screencast.com/t/JbHdVMzPOyy
Fro those grids I could give you a code that can be entered in the theme panel Custom CSS section, it should remove the hover effect for those two grid types
.td_block_big_grid_fl_1.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.td_block_big_grid_5.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none;
}
Thanks
Hi,
Please note that only the full elements were designed for stretched row (like Full Big Grid elements) – https://demo.tagdiv.com/newspaper/full-big-grid-1/
Also you can create your own layout using Flex Blocks, but for this you will need to use tagdiv composer pagebuilder – https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/ – https://forum.tagdiv.com/tagdiv-composer-tutorial/
If you use an old theme version, I suggest to update to the latest version 9.2.2 – https://forum.tagdiv.com/how-to-update-the-theme-2/ in near future.
Don’t forget to make a full backup before.
Thanks!
Hi,
Quite an unusual issue, indeed the last posts are not sorted properly in that block. The block above it seems to sort alright. What if you try with a different type of block in a new test page? Set it in a similar way and check what happens.
I made a few tests in my case with the same block and alphabetical sorting, seems to work alright. If there is still a problem, send us an email at contact@tagdiv.com and provide admin login so we can take a look. Include a link to this topic in the email.
Thanks
If I use the Block Editor, the Homepage Latest Articles setting appears, but the TAGDIV COMPOSSER does not appear. Screenshot: http://prntscr.com/m0w91q
If I use Classic Editor, setting Homepage Latest Articles does not appear, but TAGDIV COMPOSSER appears. Screenshot: http://prntscr.com/m0w8v1
I use the Classic Editor plugin. Is it really like this? Help me fix it.
Thank you in advance.
Hi,
I use newspaper theme with classic demo to custom my website, but I have a problem.
When I reduce my screen size, font size change (responsive) for “column title” element but not for “title” element:
Show in capture : https://ibb.co/B6LtXWm
How can modify font size element with media css query ?
I try with this :
@media screen and (max-width: 768px) {
.td-block-title{
font-size: 70px;
}
}
But is’t not work !
How can i configure all font size of all element in my style.css (newspaper Child theme)
Best regards
Hi there,
I’m trying to use the Slideshow block in Visual Composer to stretch my images across the full page. I’ve managed to get the block to stretch properly, but as you can see at the link below, my images are not filling the entire block.
https://www.irreverentgent.com/test-page/
Is there a way to make the image fill the entire space? Alternatively, is there a way to make the Slideshow display images sized at 1920 x 1280? I don’t want to have to resize all of my images…
Thanks!
Dave
Please clear all cache — I did (problem persist)
set a new block with those posts — problem persists
try to change the name of post update and see if the alphabetically sort is working. — it’s working with all other but old posts only I mean problem persist with new posts only. New posts are always added at the end irrespective of the sorting method applied.
Hi,
Please clear all cache, and make a test, set a new block with those posts, and sort theme alphabetically, see if the problem persist.
If the problem is still there please try to change the name of post update and see if the alphabetically sort is working.
Thank you for your understanding.
Hi,
Please deactivate all non theme plugins, clear all cache and try again to see if there is still a problem with the feature image.
For the second problem please try our tutorial for Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Hope this will help you.
Thank you for your understanding.
Hi,
That would be correct, blocks have only ajax pagination, this will not affect the position in the page when used, so it will remain in the same place.
Maybe consider using a different pagination such as infinite loading or a load more button with that block, so the rest of the posts will be displayed below it.
Thanks
Hi,
Please try this tutorial for Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Hope this will help you.
Thank you.
Hi,
We ran the developers page speed test by Google and it has aksed us to do couple of things to fasten things up.
How can we do the following? Any options in the theme?
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.gadgetbridge.com%2F&tab=mobile
websites: http://www.gadgetbridge.com
1) Eliminate render-blocking resources
2) Defer offscreen images
3) Defer unused CSS
4) Serve images in next-gen formats (does newspaper support webp image format?, I think I read somewhere it does not)
5) Minimize main-thread work and Reduce JavaScript execution time
Because of these the google mobile traffic has become lower, is there an update coming which is going to take of these?
Thanks
it doesn’t work (
.td_block_big_grid_3 .slide-meta {
display:none;
}
This is my adsence code so tell me how will i implement this there?
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!-- Healthy Nutrition -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9460275789861650"
data-ad-slot="5127002749"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Hello,
Thank you for your appreciation.
1. A block can be filtered by a specific category so all posts that belong to that category will show up: https://forum.tagdiv.com/block-settings-tutorial
2. The latest articles section is added by the page template: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hi Support,
I’d like to apply the same font settings in the post content, which I configured on the theme panel, for WooCommerce product pages. But it seems that it’s not taking effect. It uses the default settings for the blockquote (roboto, should be lato 19px), headings (verdana, should be oswald), and body text (font size 11, should be 18px).
Here’s the link to the product page:
https://thepathtoawesomeness.com/product/the-rising/
How do I tweak this? Or can you help with the CSS?
Looking forward to your response.
Thanks!
Hi,
Theme panel saving issues are usually caused by the following elements
– https://forum.tagdiv.com/topic/theme-panel-9/
The last similar case we investigated was related to the mod-security module of the server firewall, this was blocking the theme access to admin ajax.
If you already investigated these, we could take a look as well. Send us an email at contact@tagdiv.com and provide admin login as well as cPanel if possible. Include a link to this topic in the email.
Thanks
Hi,
Please note that the difference comes from the titles as the smaller module only has the title on 1 line while all the other blocks have titles on 2 lines.
Thank you!
Hello,
The warning you see does not block the tagdiv composer. It is just a warning mentioning you made edits outside the composer. The page name can be changed through the tagdiv composer so changing it in the back-end, will result ion the warning you see on your page. But this warning will no block the page editor.
If your page builder gets blocked by this message, it could be influenced by a plugin or a custom code added to that page.
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
The theme sort options are presented in this guide: https://forum.tagdiv.com/block-settings-tutorial/
Each sort options will provide different results based on the options chosen.
Thank you!