- 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
Sorry,
the block is 7 and module 10.
how can I do css?
thanks
So the problem is this:
I am currently using a block (Block 8, to be precise) to display articles.
How can I use this loop pagination (with the Next/Prev texts) instead?
i would like to ad a load less button on the blocks that have load more navigation. http://screencast.com/t/mmnQXeGGg – example that i want. where will i find the code to do this. thankyou
Hi,
This is not a block, on blocks cannot be used numeric pagination. This is loop pagination – latest articles, category page… and the next/prev text can be translated from the panel – http://screencast.com/t/lzxw6EP0cQ – http://screencast.com/t/KlhvDgu0
Thanks!
Hi,
You can control articles to appear on a block only with custom modifications, you can try this solution – https://forum.tagdiv.com/topic/top-posts/#post-55560 or you can hire someone to do this for you if you don’t have basic experience. This is an example if you need additional customization I suggest to hire someone to do this for you as we cannot provide any type of custom work.
Thanks!
Hi,
From version 6 the theme doesn’t have an option to enable views on modules, unfortunately you have to modify the code. Please check this topic, Marius provided here a solution – https://forum.tagdiv.com/topic/view-numbers-in-block/#post-62165 For block 1 you have to change module 4 and module 6.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
Unfortunately you cannot do this, as using a parent category megamenu, it will load automatically all subcategories, you don’t add them manually.
You can try to do this via custom css and use menu item unique class, for example – http://screencast.com/t/keJwuAwvXEG1
.menu-item-12429 .td_block_mega_menu .td_mega_menu_sub_cats a:before {
content: "\f040";
font: normal normal normal 14px/1 FontAwesome;
margin-right: 5px;
position: relative;
}
Thanks!
Hi,
Unfortunately the block id is changing every time you refresh the page. A solution is to target the block more specific, for example add an extra class to the row or column and use the block class(depends what block you use) – http://screencast.com/t/tE4qZKY7MJp – http://screencast.com/t/iIiLcsVu
.yourclass .td_block_1 .block-title {
font-family: Actor;
font-size: 20px;
}
.yourclass .td_block_1 .block-title span {
color: green;
}
Thanks!
Hi,
Possible to add a infinite scroll in a page (template: pagebuilder + latest articles + pagination) instead of just blocks only
Thanks
Hi,
This is the custom css to decrease padding for block 11 – http://screencast.com/t/BvmtaTfjq
.td_block_11 .block-title {
margin-bottom: 10px;
}
.td_block_11 .td_module_10 {
padding-bottom: 10px;
}
Thanks!
Again thanks for the quick reply. I inserted both pieces of code but there is no change to any of the blocks.
Please see link below.
Hi,
The layout in VC isn’t displaying properly. I have three columns with blocks in them, then anything below that is displaying in the third column, rather than full width underneath.
Would really appreciate your help!
Demo link: happyminyan.wpengine.com
User: demo
Password: d0e692
The Question is two:
1. The Big Grid Slider: Is it possible to select some particular post I want to show on the slider.
2. I want to set a multiple category in a particular block that is for example: The Scholarships block should show sub categories such as undergraduate, postgraduate, phd etc
Hope to hear from soon
There is no way to stop an adblocker from running on somebody’s PC/Mac through WordPress.
Some plugins will show a “note popup” to adblock users, telling them something like “reading our content without the ads means we can’t pay to continue making great stuff” or somesuch — there are plugins to do this you might try out; try the WordPress.org plugin repository.
What some sites are doing is promoted content, textual ads manually inserted into content, interstitials that must be seen before page loads either as overlay (modal), or redirect — meaning “check to see external link > redirect to ad post > with forward link to the page originally requested” ….
these are way outside the scope of the theme itself, and are likely things included with pro-level ad module/management systems which have either high cost or ongoing subscription to keep updated.
If none of that makes sense, you may want to do more research on this issue online.
There is no “one size fits all” or “simple plugin fix” for this particular issue.
We are working through such options for our publishing network at this time, incidentally, since ad revenue has falling by 80% over past 4 years.
bonjour,
j’essaie de mettre woocommerce sur mon site, et j’ai ce message
“Votre thème ne déclare pas de support WooCommerce – Veuillez lire notre guide d’intégration ou consultez notre thème Storefront qui est totalement gratuit et conçu spécifiquement pour WooCommerce.”
pourtant dans la description du theme magazin, il est écrit
We have the theme integrated with bbpress forum, buddypress, buddy press, woocommerce
alors je ne comprend pas, et j’en ai besoin mais lorsque je créé un produit, la page est déformée
hello, I try to put WooCommerce on my site, and I have this message
“Your theme does not declare WooCommerce support – Please read our Integration Guide or visit our Storefront theme is completely free and designed specifically for WooCommerce. “</ blockquote>
Yet in describing the theme magazin, it is written
We have the theme integrated with bbpress forum, buddypress, buddy press, woocommerce
so I do not understand, and I need it but when I created a product, the page is distorted
thank you
I was able to find some SQL using Google that did the trick!
For reference:
UPDATE wp_posts SET post_content = REPLACE( post_content, 'td_text_with_title', 'td_block_text_with_title' )
In the old version of Newspaper, a text with title block used the shortcode “td_text_with_title.” For some reason, the update script didn’t seem to convert this shortcode to “td_block_text_with_title” for the new version.
I have a handful of posts (not pages) that have this old shortcode. Is there some SQL I can run on my database from PHPMyAdmin to convert the old shortcode to the new shortode?
Thanks as always for your support.
Please admin, how do i add an Anti-AdBlock script to my NewsMag Theme. Or maybe in future can you add this feature to the theme?
Blocking advertisements is a subject that still divides web users although a large percentage of webmasters dislike their visitors using them because their ad revenue drops. Just as its affecting mine too!
Hi, Alin!
Thanks for the reply! I have given all the permission, but still no effect. The visual composer is actually loading in the page builder and it is loading configuration form for the big grids in the homepage template, but it is not loading configuration form in the td_blocks. showing the configuration frame without fields to make changes.
Any idea?
[ Version 6.4 ]
blog_post: http://tagdiv.com/newspaper-6-4-update/
– new: smart list with pagination
– new: this is the first version of our ajax preloader. The preloader loads the ajax subcategories on the initial pageload, this provides a better user experience and in some cases a better performance if the initial page is cache.
– new: all categories now have an option for infinite loading + load more instead of pagination
– new: 2 new smart lists templates (smart list 6 and 7)
– new: 2 new ad spots used for smart lists (smart list 6 and 7)
– new: 2 new post style template (style 12, 13)
– new: demo – Travel
– new: demo – Health & Fitness
– new: footer background option in Theme Panel -> Footer
– new: wooCommerce invoicing plugin
– new: wooCommerce label maker plugin with support for label Dymo label printer
– fix: default and custom ad size not working for tablet landscape
– fix: on the ad block the sidebar ad spot cannot be selected since the last visual composer update
– fix: IMPORTANT security issue with the ajax code that handles the sidebars.
– fix: issue with ajax subcategories. If you clicked them fast enough there was a chance that they will desynchronized with the content, showing the wrong content.
– fix: block 18 css fix for large image sizes
– improvement: a big part of the themes JavaScript now passes jsHint and complies to WordPress JavaScript Coding standards
– improvement: mega menu ajax loading now works smoother and the animation is top to bottom
– improvement: infinite loader now has a loading animation
– improvement: we improved the loading animation, when needed it’s smaller and it looks better
– improvement: added link to user page on login widget from top menu
Hi,
I guess that you don’t use all the theme’s blocks or modules. So first please check what you use on your pages and enable thumbs only for what you need/use – http://screencast.com/t/y406KT7uEK then regenerate thumbnails. Also can do this process when the traffic is low on your site(night for example).
Thanks!
Hi
For related article try this custom css: http://screencast.com/t/3SMcInjTJ
.td_block_related_posts .td-related-title .td-cur-simple-item{
background-color: #B63232;
}
Thanks!
Hi Alin,
I still haven’t upgraded the theme – but I just found some example page created with version 4 that contains exactly what I need, complete with the Previous (“Edelliset”) and Next (“Seuraavat”) texts with the appropriate arrows. Please have a look:
However, I cannot figure out how that section was created! Could you please tell me what block is in use in that picture and what pagination options I should choose to get that functionality.
(I’m asking because, for some reason, I cannot locate that section in the page editor to check for myself.)
-
This reply was modified 10 years by
Vesa.
i have post views on the posts(http://screencast.com/t/itBhgBiJ) i want to show it also on the block 1 – http://screencast.com/t/D2IujVPzV8qA
Hi,
If you use featured video option on post pages, the thumbnail for video will be automatically created and it will be used on modules. If you use embed in a text block like Christopher said, only the video will be displayed on page.
Thanks!