- 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 !
In order to display the latest posts in a block you will have to edit it using the tagDiv Composer and set the Sort Order from the Filters tab to Latest, check this picture: https://www.screencast.com/t/yTHlUs9B
I hope this was helfpull !
Thank you !
Hello !
We are sorry for the inconvenience!
This is due to our theme doing it’s best to fit your featured image in the block preview. The best you can do is make the images the shape closer to the block that it is in. Find out more about it here: https://forum.tagdiv.com/featured-image/
I hope this was helpfull !
Thank you !
Hi,
You can change the title for the latest articles section, in it’s settings. Edit the respective page with the composer and access the page settings
– http://prntscr.com/o799e5 – http://prntscr.com/o799h4
The business demo contains a customization for all the block titles, the top line that you mention is one of them. By default that block header template (template 11) looks like this
– https://demo.tagdiv.com/newspaper/block-header-11/
I can provide a code that will make it look like in the demo. First you must use block header template 11, then enter this code in the Theme panel custom CSS section
.td_block_template_11 .td-block-title:after {
height: 1px;
}
.td_block_template_11 .td-block-title:before {
display: none;
}
So for example, set the template in the theme panel – http://prntscr.com/o7a1id
Then enter the code, and the result will be as in the demo – http://prntscr.com/o7a1ri
If you have more questions, let me know.
Thanks
Hello !
To increase the number of posts visible on a block you will have to edit the block using the tagDiv Composer: https://www.screencast.com/t/5wPPWSTZdH After you have activated the tagDiv Composer you can simply click on the block you want and on the left side of the screen you will find the Limit Post Number tab. Edit that with the amount you want to be shown, as you can see here: https://www.screencast.com/t/eDpuQfQeLJE
I hope this was helpfull !
Thank you !
I have used this theme on my 20+ Blogs, and all of my sites are blocked by WordPress Security system.
They sent me an automated email, I have listed below…
[Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with your theme, Newspaper.]
You can visit my site and see what happens https://gbwhatsapp.cc/
please update your theme with fixing the issue or give me any solution.
how can i do this? when i edit homepage with composer i cannot find how to remove them
under the video block
Hello !
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
I suggest to check your System Status and increase all the php.ini directives at least to the recommended values – https://forum.tagdiv.com/system-status-parameters-guide/
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Let us know and if the issue persist please contact us via email at contact@tagdiv.com and provide wp-admin access so we can take a closer look. Also paste a link to this topic so we can identify you.
Thank you !
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.
Also you could try some suggestions to see if they work
– https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
– https://forum.tagdiv.com/topic/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co/
– https://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
– https://www.gomahamaya.com/fix-access-font-origin-blocked-access-control-allow-origin-policy/
Thank you!
Hello !
So in order to add more custom boxes you will have to make some changes to your theme files. You will need an app like Notepad++ or PHP Storm or other php editors.
First step: Go into wp-content\td-composer\legacy\Newspaper\includes and find TD_CONFIG.PHP like here (I run on localhost so my path it’s a bit different) – https://www.screencast.com/t/TLuDXGSZ
Open TD_CONFIG.PHP and do the next modifications starting with row nr. 2697: https://www.screencast.com/t/Th035DIvGge
On row nr: 31239 you will have to do the following modifications : https://www.screencast.com/t/dpametaS
That is it for the TD_CONFIG.PHP, now we open TD_BLOCK_AD_BOX.PHP wich is located in: \wp-content\plugins\td-composer\legacy\Newspaper\includes\shortcodes\td_block_ad_box.php
Here we do the following modifications on the row nr. 743: https://www.screencast.com/t/0e0DyMjmdx
And the result should look like this: https://www.screencast.com/t/qwP9I1o3E
You can add as many custom ad boxes as you want. Please be carefull and pay attention when doing this modifications. I recommend doing them on a localhost first to make sure that everything runs great.
Hope this was helpfull !
Thank you !
Hi,
I believe I know what the problem is. Due to an issue that happened after the 9.7.3 update, the arrows indicating a drop-down menu in the mobile menu are invisible. They are there but invisible.
There is a quick fix for it, until permanently fixed in the next theme update. Please enter this code in the theme panel custom CSS section
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}
Then they should be visible – http://prntscr.com/o6tarj – http://prntscr.com/o6tcxt
Sorry for this inconvenience.
Thanks
Hi,
The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.
Let me know if you have more questions!
Hi,
If I understand correctly you want to show the Custom Post Types in blocks, you need to edit the block and look in filter tab to set the post type -> https://www.screencast.com/t/NBO8GS0t
Block settings guide -> https://forum.tagdiv.com/block-settings-guide/
For custom fields, please check this similar topic -> https://forum.tagdiv.com/topic/custom-fields-in-block-12/
There are some new feature in the progress, but I do not know if this is on our list; if you want, I can note it as a suggestion.
Thank you!
Hi,
Now I understand what you mean, in order to achieve that you need to create a new page and edit it using tagDiv Composer -> https://www.screencast.com/t/b5FyLIyPDmb you’ll get the header and footer of your website and an empty column in the middle, hover the column and click on the row, after that change the layout from general tab to 2/3+1/3 -> https://www.screencast.com/t/Wif4RZZU after that all you need to do is to set the blocks from the sidebar in the right empty column and the content in the left column without to set other row -> https://www.screencast.com/t/riJd0Fjq
Hope this will help you!
Thanks.
Hello – I imported block 66 from the TagDiv composer templates. I’ve removed all the information from the block, but there remains text in the background that reads “continue to the category” that I can’t get rid of – https://www.screencast.com/t/PFlJl2l2.
Please let me know how to proceed? My site is in maintenance mode so I will send an email to TagDiv support with my WordPress login information and a reference to this request. Thank you for your help.
Hi thanks for getting back to me on this. So I re-loaded the imported flex block and made sure the layout tab – article meta info Margin is set as per the above (-40px auto 0 auto). The meta data inset remains below the picture https://www.screencast.com/t/fgOKXyNGG and I’ve tried to adjust those settings with no luck. Could you let me know how to proceed from here?
Simion C. I will send an email to Tagdiv support and reference the case above, with my WordPress login so you can inspect the site while I’m in maintenance mode. Thank you.
Hi,
The block header 18 have set as default the lowercase, you need to set the Default fonts -> https://www.screencast.com/t/oOYNpZHyfG
Thank you!
Hi,
Indeed there is no option in our theme to set the rel to nofollow on button s and images, sorry; maybe this will be implement in coming updates.
For buttons with rel=”nofollow” you can check this similar topic -> https://forum.tagdiv.com/topic/button-with-nofollow-attribute/
In order to set the rel=”nofollow” to image on column content element, you need to go in wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_column_content.php
-> https://www.screencast.com/t/0IqC9kbgiZfK -> https://www.screencast.com/t/m7zfVtOch
Thank you!
Hi,
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
There can be some errors in the console related to that font
– https://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
– https://www.gomahamaya.com/fix-access-font-origin-blocked-access-control-allow-origin-policy/
If there is still a problem, please provide me a link where I can inspect this issue.
Thank you!
Hi,
No, the ads comes from Theme panel> Ads> Header ad -> https://www.screencast.com/t/AFZ4mOYBrsB1 all you need to do is to disable it for mobile/phone -> https://www.screencast.com/t/8HzLPGy0EO
Header ads -> https://forum.tagdiv.com/header-ads-adsense/
Also please use this code to show the arrows on mobile menu -> https://www.screencast.com/t/BD00x3OFBhrQ
.td-mobile-content .td-icon-menu-right {
display: block;
}
The code need to be set in Theme panel> Custom code> Custom css
Thank you!
Hi,
Yes, this can work too, here is an example
.td-footer-wrapper .footer-text-wrap{
display: none;
}
.home .td-footer-wrapper .footer-text-wrap{
display: block;
}
If you need help with this, just let me know, I’ll help you gladly!
Thank you!
Hi,
Some more details would be very helpful. What elements are you using exactly? I tried with a theme block with modules that can display excerpts (not all the modules do)
– http://prntscr.com/o69tvx – http://prntscr.com/o69tze
They appear just fine. Let me know what elements you are using, and I will check on my end.
Thanks
Hi,
Please try this custom CSS for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}
The result is here –> https://www.screencast.com/t/mZ00jNoM0
By default, the main menu should works as expected on mobile and desktop version if you have set up a mega menu. If is not what you mean, please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.
Thank you!
Hi,
Please try this custom CSS for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}
The result is here –> https://www.screencast.com/t/mZ00jNoM0
Also, I have checked your license status and I saw that your support is expired, as you can see here -> https://www.screencast.com/t/wZ9t0ZkyN In the future, if you want to have access to our technical support, please extend your license.
Both Newspaper Theme and Newsmag Theme are supported by the tagDiv team accordingly to the ThemeForest Item Support Policy -> https://themeforest.net/page/item_support_policy. In summary, the Themeforest policy states that once you purchase the theme, you receive a 6 months customer support period with the possibility to extend the support to 12 months if you need further assistance. To post or reply on the forum, you have to be in the premium support period.
Thank you!
Hi,
Unfortunately, this functionality has been hidden on Mobile devices because of the width of these devices are too short and is useless. If you want to enable this arrow to mobile, please check the code below and place it in Theme panel -> Custom CSS area.
@media(max-width:767px){
.td-scroll-up-visible{
display:block;
}
}
Thank you!
