- 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
Hello guys.
I am trying to insert some product feed block in my blog articles, but to be honest, its not that easy.
Im asking you if the builder has some tools for this particular request. A product feed block like the one attached in this picture.
Thanks
Hello!
To achieve this, please do the next steps:
1. https://www.screencast.com/t/kF0iUG1ojie
2. Add this code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
@media (max-width: 767px)
{ .new_class_centered .td_block_template_3 .td-block-title { text-align: center;}}
Thank you!
Hello,
If I understood correctly, this is the results => https://www.screencast.com/t/un9uMsCa3gR9
and this is the code
blockquote p{
display: block;
text-align:left;
}
blockquote::before {
content: "\201C";
display: block;
font-family: sans-serif;
font-size: 80px;
position: absolute;
left: -0.75rem;
top:-3.5rem;
height: 0;
}
blockquote {
margin-left: 50px;
padding-left: 15px;
-webkit-box-shadow: 9px 9px 9px 0px #3f747a;
-moz-box-shadow: 9px 9px 9px 0px #3f747a;
box-shadow: 9px 9px 9px 0px #3f747a;
}
Please remove the above code, before insert this code.
Also, for transparency, you can use this custom code
.td-scroll-up {
background-color: rgba(0,141,127,0.3);
}
You can change the degree of transparency => https://www.screencast.com/t/8W86iFkW
Hope this helps you!
Thank you!
Hello !
Here you have to click on the block and change the filter: https://prnt.sc/11bo0v2 , please try this filter: https://www.screencast.com/t/E1qVCm4dS
Header issue, please remove and re-add that element. It should reset and work properly.
Thank you !
Hello,
Please make sure you this option from Theme Panel -> Block settings -> Meta info on Modules/Blocks is enable => https://www.screencast.com/t/y2v83kK8n and the option for Show date on the block => https://www.screencast.com/t/Ve0DebKPjX
Thank you!
1. Sorry, this is the link to my site page, which is contains blockquote.
https://pipsik.club/recepty-blud-s-foto/jeklery-bez-sahara-i-beloj-muki-dietiche.html
3.
But if you use a mobile responsive version or mobile page, then the change needs to apply like on desktop.
I am using mobile responsible, but changes for accent button in theme panel only takes effect for desktop version. Maybe I need some custom code or something..
-
This reply was modified 5 years by
mikevanmoonlight.
-
This reply was modified 5 years by
mikevanmoonlight.
-
This reply was modified 5 years by
mikevanmoonlight.
Hello!
2. On a category page will display also the posts from subcategories 1,2,3..etc how many posts the category has. On a subcategory however it will display only the posts from that subcategory.
If you want to add an element for example flex block, then you can filter some posts like this:
1. Post ID filter => add posts by IDs
2. Category filter => choose a category from which to display posts
3. Multiple taxonomies filter => choose multiple categories from which to display posts
4. Filter by tag slug => add posts by category name
5. Multiple authors filter => specify ID authors from which to display posts
6. Post Type => specify post type, for example if you have custom posts
7. Sort order => you can choose in which order you want to display posts
3. I just explained you above why that setting is not visible on your website, please read once again.
7. Your correct sidebar is an element called ” Social counter ” , so just edit the wrong page with the wrong sidebar and insert the same element there called ” Social counter “. In the end, you have the same sidebar.
9. I can see in that “Posts loop” element an offset, please delete the value from there and let the field empty.
Thank you!
Hello !
The latest articles option and related posts come from WordPress not from Newspaper Theme. You can disable it from here as you can see: https://www.screencast.com/t/uzXRgXTiHlH You can disable that and replace it with a Flex block that has more editing options.
Thank you !
Thank you for the response, but it seems that your answer as wrong: in fact, I achieved to modify the the behaviour of the image with a custom code…
.wp-block-image .alignleft{
float: none !important;
margin: 0 0 0 0 !important;
}
I researched, and it was not a plugin incompatibility, at least in my configuration.
Hi there,
I am using Flex Block 1 and want to show the date of each post. I have set ‘Show date’ to ‘Show’ under Layout > Date/Comment, but I cannot see anything. Please see attached – https://paste.pics/C6OOT
All the best
Thomas
Hello, @bpistone,
If I understood correctly, you updated the theme, but during the update, you received a fatal error when installing the plugins, right?
This can be from the firewall or security module which blocks admin-ajax.php request.
Please before doing the update, disable the all extra plugins you use and try to make the update manually, this is a guide that can help you => https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/
Also, if the problem persists, try to deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.
Also, if you have shortcodes on the homepage, please make sure you have all tagDiv plugins activate.
In the future, please provide some screenshots with the errors, and how you see when are you logged.
Thank you!
Hello,
If you mean that the posts integrated into your website on Facebook or Instagram no longer appear due to the fact that they were blocked, after October 24th.
If you want you can check this article https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-facebook-and-instagram-oembed-issue-in-wordpress/ that could help you restore them.
Thank you!
If you use a cloud template, just add an HTML block with Disqus and remove the default comment block
Hello,
Please try this code
.single .td_flex_block_1 .td_module_wrap:nth-child(3) {
clear: inherit;
}
Set the code in Theme Panel ->Custom code -> Custom CSS ->
Thank you!
Hi,
If this is what you want -> https://i.imgur.com/OcsyCKb.jpg
Then try this css :
.td-pb-span4 .td_block_template_1 .block-title {
margin: 5px 0 30px;
display: block;
line-height: 1;
text-align: center;
}
.td-pb-span4 .td_block_template_1 .block-title span {
font-family: montserrat,arial,sans-serif;
font-size: 18px;
line-height: 1;
text-transform: uppercase;
font-weight: 500;
color: #222;
background-color: transparent;
padding: 0;
position: relative;
display: block;
top: 0;
}
.td-pb-span4 .td_block_template_1 .block-title span:after {
content: "";
display: block;
width: 40px;
height: 3px;
margin: 10px auto;
background-color: #5380fc;
}
Set the code in theme panel> custom code> custom css and all header from sidebars will have that layout.
Hope this will help you!
Thank you!
Hello,
we’re migrating our sites to Newspaper and everything is going well. However we now run into one issue. All our adspaces (header 728×90) and ad blocks on the homepage (728×90) are identified by adblockers as ads and are not shown. I assume adblockers search for code/block which might contain an advertisment and block that. How can we bypass this? In our old CMS we use the similar positions for ads but we never had a problem here.
Thanks
Jos
The composer is not dropping the appropriate blocks on the page. It’s putting in the word “Row” or “Block7” when I drag the component. I have images to share but not sure where to attach them.
Please advise.
Thanks
It is standard WordPress hook for get_comments_number() function.
Function:
https://developer.wordpress.org/reference/functions/get_comments_number/.
Hook:
https://developer.wordpress.org/reference/hooks/get_comments_number/
It looks like the Newspaper theme is not initializing something when creating home page with blocks?
If this was not tested before, could you please test it now?
-
This reply was modified 5 years by
def.
Hello !
Those are all the filtering options. The 2) option will require Jetpack plugin and it will pull data from it. Option 3 Shows the most popular posts from the last 7 days using the view counter which can be enabled from the theme here: https://www.screencast.com/t/qtMrjdoBPs9S
More about the sorting options can be find in here: https://forum.tagdiv.com/block-settings-guide/
I hope this was helpful !
Thank you !
hi, i have this error in coosole when try to edit
Failed to load resource: the server responded with a status of 403 ()
load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.7:5 JQMIGRATE: Migrate is installed, version 3.3.2
deprecated.min.js?ver=be1d4376501c21d85ba98dd28ca2d7ea:2 wp.editor.InspectorControls is deprecated. Please use wp.blockEditor.InspectorControls instead.
c @ deprecated.min.js?ver=be1d4376501c21d85ba98dd28ca2d7ea:2
load-styles.php:1 Failed to load resource: the server responded with a status of 403 ()
Hello!
1. Check this documentation: https://forum.tagdiv.com/mega-menu/
It seems that you put the subcategories there and you shouldn’t add the subcategories also because it is taking automatically.
You can not change that order because it is in alphabetically order automatically.
2. In a category page will be displayed also the subcategories of that category. So, you can not display only the posts with that category without also the ones from the subcategories.
3. Edit that post with TagDiv Composer and verify if that element has already a background color for the tag. If there is set up a color, then the changes made in Theme Panel will be overwritten by the settings from TagDiv Composer.
4. In our theme we have a setting when you edit the post template with TagDiv Composer. You need to disable that setting like this: https://www.screencast.com/t/JaSHpq10Y
5. Please try to insert another video and check if the problem is still there because it could be from the video provider.
You can resize that element from the CSS tab, but maybe on other devices it will not look good.
6. Try to see if you can find those by accessing Newspaper -> Theme panel -> Translations -> Translations. There you can find a list with some words that you can translate in the right side of every words.
7. Edit that page with TagDiv Composer, click on the element and there you can choose which style you want to display from the element’s settings.
8. Posts loop is an element which can be added with TagDiv Composer and it is similar with flex blocks: https://forum.tagdiv.com/flex-block-settings-guide/
Also, if you have the latest update and you add this element, then you should be able to see some help if you just hover over the element’s settings.
Hope that helps you!
Thank you!
Hello,
Unfortunately, only the primary category will be display on the blocks.
Thank you for understanding!
Thank you for helpful answers!
1. Ok, can you please do
a) inside blockquote textalign-left
b) Make a border with shadow around blockquote
c) Make blockquote be centered with edge paddins
Something like this https://www.screencast.com/t/XawWx5kFxAK
That’s all I need for now
Thanks
Hello,
You can try also, the general option from Theme Panel -> Block settings -> Meta info on Modules/Blocks => https://www.screencast.com/t/MkUd6E1NS
Thank you!