- 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
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
good, use the advertising block at the end of post and also use the plugin “Magic Action Box”, well, the subscription form leaves me before advertising and I would like to go backwards, ie advertising before the subscription.
Can you help?
Deputy capture
Hi,
You need to add a shortcode in the widget, a shortcode can be generated via page builder, you can add a block then switch to classic mode to get the shortcode, like this: http://screencast.com/t/uQov7yx3
Thanks
Hi,
Thanks for your suggestion, we’ll take a look if it’s doable. 🙂
Thanks
@mbasche
thanks so much. Worked perfectly. For some reason my fragile little mind couldn’t work out the syntax on that, even though I have various other things removed/blocked/optimized in my functions.php file, as per usual. 🙂
I think I had been putting in visual-composer vs visual_composer, which is ultra dumb on my part. Doh.
THANK YOU!!! 🙂
Hi,
I would like to remove the metaboxes below the Add New Post admin area, as these examples in my functions:
remove_meta_box(‘td_review_metabox’, ‘post’, ‘normal’);
remove_meta_box(‘td_post_theme_settings_metabox’, ‘post’, ‘normal’);
I need to remove the Product Review and Post Settings boxes.
Anyone could show me the proper string to remove the Newspaper theme boxes?
Hello dear creators of the best wordpress-theme on themeforest 🙂
It would be really great to have “last commented” as sort order for the module blocks! I’m having a really active community, commenting quite a lot, even older posts. The widget option from wordpress doesn’t fit the theme sadly.
Thank you and kind regards
Hi,
Please add this custom CSS in Theme Panel -> Custom CSS
body iframe[id^="dsq-"] {
display: block !important;
}
Thanks
Thanks Lucian,
I disable esch plugin one by one and no luck.
This guy right here https://forum.tagdiv.com/topic/php-fatal-errors/
I try going to his link and he was albe to fix it, I don’t see any errors just a blank page. And also how do I .htaccess block access to that folder
Hi,
What i’m curious is why do you have access there in the theme folder. I think you need to add a rule in .htaccess to block access to that folder.
If you go on our demo using the same link like yours to the theme folder – will redirect see here: demo.tagdiv.com/newspaper/wp-content/themes/Newspaper/
Or can you disable all plugins or one by one and see if works.
Thanks!
Hi,
I’m glad you have resolved it.
Thanks for your message
-
This reply was modified 12 years by
Lucian.
Hi there,
Thank you for taking the time to message me back. But I think that I have now sorted it.
Kind Regards,
Doug
Ah then. Great. I thought it also applied to front-end pictures. But if using a youtube video and video posts it generates an image all by itself, however, that image is way smaller than the block?
Hi,
That settings is only for posts. All other thumbnails from blocks will be fine.
Thanks
Perfect, thanks dude! 🙂
Hi,
Try this:
.td_mod9 .td_read_more {
display:none;
}
.td_mod9 {
min-height: 130px !important;
}
Thanks
Hi,
Unfortunately not all the Visual Composer elements have this feature.
If you want you can add a class on rows or on columns if you want to target then a block or a title with text from that row/column.
To add a class on a column/row: http://screencast.com/t/h2J8DRl3E http://screencast.com/t/XM0uJCi1MQ
Hope this helps
Thanks
Hi,
I can’t see this image you have posted here, please send as screenshot again.
Thanks
Nice! Looks great!
Now the only thing is that I want to completely get rid of the Read more block. And have the freed up space used (so no “visibility: hidden;”)
As you can see here (techplanet.nl) they are in the way 🙂
What CSS code do I use for that?
I tried this: .td_read_more { display: none; }
But did not work
Thank 🙂
-
This reply was modified 12 years by
OuweAap.
Hi,
Try this:
.td_mod9 .thumb-wrap img {
max-width: 120px !important;
}
.td_mod9 .item-details {
margin-left: 135px !important;
}
.td_mod9 {
margin-bottom: 0px !important;
}
Thanks
Hi,
If you want to limit the Latest Article from your Homepage just edit your Homepage: http://screencast.com/t/KAHQB3dt6
Thanks
Hi,
The Visual Composer Frontend Editor button was removed from the theme as it’s not compatible with theme blocks.
I think you can leave it if you want, should work with the default elements.
Thanks
I need to add a class to various visual composer elements such as “text with title” and some of the blocks. I’m guessing that I can do this in classic mode using the visual composer shortcodes but is there a way to add it in visual composer instead? I see that some of the elements have a field for it but many do not.
Actually, *Sidenote: Is there a way to limit the Latest Articles on the homepage without it changing on the category page?* this is still open. Is it possible? Because whenever I change the front page to 8, the category posts are only showing 8. In Reading > Blog Pages Show at Most is set at 19.
Disregard this message. I found it out when I changed the structure. There is a new section you added I guess on a recent upgraded version 🙂
How do I change the structure of the ‘Latest Articles’ on the homepage. Currently it is Block 3 by default. I am looking to change it to Block 9 or 6.
Sidenote: Is there a way to limit the Latest Articles on the homepage without it changing on the category page?