- 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 found how to turn on visual composer for posts. I was hoping to use the built-in author block. It shows the the bio blur, social icons and looks much better.
Is there another way?
Steve
As I said, the theme is very good, so I would add a couple of suggestions to see if it could be implemented and so this was better.
1) Allow the video block that can add a list of Youtube, so no need to put videos manually and can be automatically updated.
2) Allow in blocks plus choose catagorías for example, to select pages published. So you can put manually a list of 5 such pages that are always displayed.
Thank you for your work.
Hi, Thanks so much for the reply. That would work on pages, but I don’t see how to do that on posts. Those block elements don’t seem to be available when writing pots.
Steve
Hi, Hope you all are well.
I need to make some customizations to the blocks ajax js code but only that part in the whole JavaScript file is minimized. It is difficult for me to understand the code and where to make my custom additions even if I beautify the minimized code. I request you to please send me a dev version of the file or an unminimized copy.
Regards
Hi,
1. You can try this css: http://screencast.com/t/1nUURCXMDGC
@media (max-width: 767px) {
.td_block_13, .blok6, .vc_wp_posts , .td_block_14{
display: none;
}
}
2. For the more author box try this one:
.td_block_related_posts .td-related-right {
display: none;
}
For borders try this: http://screencast.com/t/Yyg1owk2PI1x
.block-title {
border-color: #000;
border-bottom-style: dotted;
}
3. Try this:
.td-load-more-wrap a:hover {
background-color: #ff3e9f;
}
Thanks
Hello,
Is there an option for the home page block titles to automatically be created based on category?
What we’re looking to do is have each category have its own block and wondering if we need to create a block per category in the Visual Composer.
Thank you for your feedback.
Hi Lucian,
My website link – http://weirdseek.com/artist-telmo-pieper-gave-his-childhood-drawings-a-makeover-art/
I am trying to use post STYLE 6.
What plugin might cause this?
ALSO is it possible to remove the white space between the menu and the first block. The space where the news ticker goes??? I am not familiar with css.
Hi,
These: http://screencast.com/t/b5lmlUeh2lUG are the featured image placeholder’s and in order to have the featured image display on modules/blocks thumbnails you have to set it for each post from here: http://screencast.com/t/yTlOLmmg0yN or you can use a plugin that automatically sets as featured image the first image you place into post’s content. You can use one like https://wordpress.org/plugins/autoset-featured-image/ or similar.
Thanks
Hi,
1. Also make sure that you update wp files install and database also: https://codex.wordpress.org/WordPress_Backups
2. Either way, but considering the theme wasn’t tested with previous versions of WordPress you should update WordPress then update the theme.
3. Many files have changes from forth version, this sixth version of the theme is practically a new theme. I suggest you note the changes, update the theme using the update guide and remove the files of the 4th version you now have installed then upload the new ones then make the changes again but note that it may be possible not to work anymore.
4. There are lost of improvements, as I stated it’s practically a new theme, with a new grid, new designs, new features, new modules, blocks and posts templates.
Use the FTP method form the update guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ and follow the instructions carefully and updating it right shouldn’t cause you any issues, backup your current install, run the import settings script, update plugins and check the result.
You should also consider into the process at the following aspects:
– backup your current theme/WordPress/database: https://codex.wordpress.org/WordPress_Backups
– setup a maintenance mode and you can use a plugin for that.
– empty all caches/purge files if you also use CDN host then disable any services of this type until you switch to the new theme
– disable all plugins
– install the theme then install the required plugins
– switch back the rest of the plugins and start other services
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Replace the code int the td_block_ad_box.php file with this one: http://pastebin.com/uV7ueLNi
Thanks
That’s a News ticker we currently have. I want something like this http://www.screencast.com/t/D7HPCOUYM, a separate block, which I can use it to keep “Most Popular” or “Must Read” or simply “Trending”. The screenshot which I have shared is of EXPLICIT theme by Industrial themes.
And, it should have an ON/OFF option to show/hide no. of views. I don’t want it exact, but similar to that which visually impresses the readers “Oh! That’s trending!”
Hello!
Two questions for you:
1) How to you change the default block quote alignment from ‘centre’ to ‘left’? I can’t see any way to adjust this in the theme panel.
2) How to you change the width of the default sidebar?
http://grab.by/J7So
I’d like to reduce the width of the default sidebar, allowing greater width for the post text. At the moment the post entries look way too narrow.
Thanks guys!
-Richard
Hi,
On the Moda block set the subcategories displayed on the Mega Menu – http://screencast.com/t/lWEiuR7sWAz2 – http://screencast.com/t/fWUxZlzy
Thank you!
Hi,
Unfortunately there is no image size that can fit well on all theme’s block and modules thumbs. You can make sure that you upload and use one large enough to fill the largest thumb (1068 X 580).
You can find all thumbs create by the theme in theme panel and you can also turn them on and off from there: http://screencast.com/t/7E8Sv78Ha
Thanks
Hi,
The newspaper theme already has a trending now block: http://screencast.com/t/NhwaSO5xRu you can see it live on our demo: http://demo.tagdiv.com/newspaper/ if you need other approach on this you can customize the one existing now in the theme or you can try a plugin.
Thanks for the message!
Hi,
Ajax is used and called by the theme on blocks for the the ajax drop-down filter and pagination: http://screencast.com/t/XM6AHi5ot Besides these is also used for the view counter to get from the server the correct post view count: http://screencast.com/t/yb9MxcL3Ng
Try to disable these features if that use ajax then test this again.
Thanks
Hi,
From your image i see that the link is displayed inline, try to add a class to it and use custom css to set it to display:block. – http://pastebin.com/DfJh2ivz
Thank you!
Hi VELOW,
I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issues so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result.
Thanks
Hi,
By default the most recent posts appear first in block queries because of the descending order of the wp query: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters To reorganize them as you like you can change their date to suit your desired order.
Thanks
Hi,
I suspect that the theme access to admin-ajax.php file was blocked by the host, please check the browser console for errors while the “save settings” process it running. If this is the case you have to contact the host administrator and inform him about this. Usually it comes from the server security module, it bans the theme access to this file (false positive). Let me know how it goes.
Thank you!
was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700’. This request has been blocked; the content must be served over HTTPS.
My website is webhost4lifereview.com and the error displayed on Google Chrome “Console”
How to fix?
Is this still the case, as I do see a filter option for slugs for blocks, etc. – however, it does not seem to function…?
I’m wanting to know how I can change in block15 the size of images to be 218×210 I tried in file td_module_ms4 but we managed to tip the advantage thanks in advance.
Hello,put this CSS as follow in your CSS box
.td_block_related_posts .td-related-right {
display: none;
}
Hello,
I use Newspaper6 for my website http://www.francelysee.com
For my homepage, I have a problem with the first block 4, which uses “load more button”.
When you click on “load more button” (装载更多), there are the same articles which appear. So there is a repetition of articles, and I would see the new articles.
How configure that ?
Thank you
Arnaud