- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
I had the WP Recent Comments widget displaying properly on my site with Newspaper 7.8. After I updated WordPress to 4.8.1, it broke. It doesn’t show the block title, just the commenter name and the post. Formatting even of those elements is messed up, too. Any solutions? Thanks.
Hi. I’ve tried using the html block in newspaper 8 and once I add the html to the text box on the left and save nothing happens. Is there a step I’m missing? Thank you!
Hello!
I’m migrating my website from another theme to Newspaper. The website is a media aggregator type of thing. We have a podcast category, in which different podcasts have one post that contains some information about the show and a player.
I’m looking for a way to implement some sort of an ajax filter (like the homepage blocks) on the category page. I need for my users to be able to easily pick what type of podcast they’re looking for, and see those posts come up. And the subcategory listings that come up on some of the category page templates (3, 4, 8, etc) don’t do the job. I don’t want users taken to another page, I’d like the results on the page to filter right there, and have the filters available the whole time so people can switch around what they have selected.
To get an idea of what I’m talking about, you can visit the current site’s podcast page at benevore.net/podcasts
I picked Newspaper because I thought it could handle organizing a lot of information, and if there’s not a way to implement this, I’ll be very disappointed.
This is the code, but when it is on the phone it is not responsive
.td_block_template_13 .td-block-subtitle {
font-size: 70px;
bottom: -15px;
I want to show 4 different category in 4 different blocks in homepage. How to do that? I have tried with multiple category. But it is not working. Means I want to show first block with category id 5, second block with category 6, third block with category id 7 and 4th block with category 8.
Please guide. My website is http://www.newsbritant.com
Since updating my theme recently for whatever reason the space between paragraph one and two is removed turning it into one block. Is there a fix for this? It looks ridiculous. :/
.td-post-content blockquote p {
text-transform: none !important;
font-size: 15px !important;
line-height: 20px !important;
}
We have upgraded to Newsmag 4 and now all of the images in our uploads folder are being duplicated 20 times.
This is having a significant impact on server space.
I understand the sizes can be switched off through blocks management in theme panel, but for ideal display and experience we need most of these sizes enabled.
Why cant it just dynamically resize on the page instead of having to make 20 copies of the same image, which is incredibly inefficient?
Any help much appreciated. We host quite a few sites with tag div newsmag and most of which are now over 2GB each.
Thanks in advance
Hello June,
I have inspected your website and I suppose that you are referring to the following block which has been structured by 3 categories, like this -> https://www.screencast.com/t/rlCXbKEyei! Right? Also, I have noticed that the block title does not have any link? Unfortunately, I do not exactly understand what do you mean regarding on links?
Provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hi Bogdan, how would we pull the post ID for each item inside a block loop into the module? Would it need to be registered in td_module.php in the same way that these module parts are;
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
Because simply adding
<?php echo get_the_ID()?>
Does the exact same thing as we’re outlined, works fine on category archibe page, and displays the main page ID when used in a Visual Composer Block.
Thanks
Matt
I have setup the home page, applied the block13 for 3 categories,but I found the links of two categories can’t work today ,but they work well on desktop.
I don’t know what happened.
My website is :https://eaglevisiontimes.com
And the categories are Travel and Tradition & Classical.
Can anybody help me?
Thanks.
ok its done the security plugin “wordfence” block the request
Hi,
Each Big grid has predefined styles that you can select. Those can be seen here for example for the grid you mention
– https://demo.tagdiv.com/newspaper/full-big-grid-5/
If you would like to keep the current grid style, you can try this code that will remove the shadow applied on the thumbnails
– https://www.screencast.com/t/G136zrY1g0nD
Enter the code in Theme panel->Custom CSS if you decide to use it
.td_block_big_grid_fl_5.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none;
}
Thanks
Hello,
1) You can change the more stories title from the translations panel:
https://www.screencast.com/t/nNNalIA0H
2) In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
You can add the code in the theme panel-> custom css box.
Or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
Thanks.
-
This reply was modified 9 years by
Bogdan B..
Hi,
For the post page the date can be disabled here
– https://www.screencast.com/t/e3ieBK5L
For blocks and modules the date can be disabled here
– https://www.screencast.com/t/6CdAJuptaI
After making the changes, try clearing any caching installed maybe that is why the dates are still displaying.
Thanks
Hi,
The mega menu uses this thumbnail size
– https://www.screencast.com/t/dbttJXJ30zz
That thumbnail is used on other elements as well, like different blocks and grids. If you were to change it, it will change for all these elements as well.
The theme crops the image center top, that is believed to be the best option for most cases and images
– https://forum.tagdiv.com/featured-image/
Then result depends on the images used, some will display better then others
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
At the moment the module that the mega menu uses cannot be changed, that would require modifications in the theme files and custom code to modify the menu styling as well.
Thanks
Hello,
Please provide a link to your site so I can see this block and provide the code needed for it. On mobile, the font cannot be changed except with custom css.
Thank you!
Hi,
Unfortunately there is no setting as the top menu was never intended to show up on mobiles. It can be activated though with a css code. Please add this code in the theme panel-> custom css box:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}
Thank you!
Hello bformhals,
Regarding on that bug with the background color on ROW, notice that has been listed on our list of improvements and we will consider to fix it in near future update. Until this moment, notice that you should try using a bit of CSS code to fix this.
The code for Block 12 is ->
@media (max-width: 767px){
.td_module_10 .td-module-thumb {
width: 120px!important;
}
.td_module_11 .item-details {
margin-left: 135px !important;
min-height: 120px !important;
}
}
Also, another alternative for you would be to directly use the background color for ROW, like this -> https://www.screencast.com/t/b8gYL7PihLl (as a quick fix)
Thanks for the message!
Hi,
1. By default the front page displays a list of your latest articles (blog). If that is what you want it to display, the module can be changed in the Theme panel->Template settings
– https://www.screencast.com/t/8VpT8n4gm8JK
That controls how the posts will look, an also allows you to choose a sidebar for the page.
However, you can build your own homepage with the tagDiv composer
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
More information about the composer here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
The available block settings are mentioned in this guide
– https://forum.tagdiv.com/block-settings-guide/
You can see how all the blocks, big grids and full big grids look here (check the features menu)
– https://demo.tagdiv.com/newspaper/
2. The tagDiv composer is a front-end page editor, so you can see how the page will look while building it. If you mean changes in the theme panel, those cannot be previewed. You will have to save the settings in the theme panel, and then see them on the website.
Please correct me if I misunderstand something.
Thanks
Hello,
My site: https://www.livingrightandhealthy.com/ is down over 24 hours now.
I bought the Newspaper 8 theme and installed it successful, while i was trying to test out the theme demos, at a point, i got the following error message
“This page isn’t working
http://www.livingrightandhealthy.com is currently unable to handle this request.
HTTP ERROR 500”
Ever since then my site has been down and i have contacted my hosting provider they said it could be Interference with an .htaccess file.. I am confused now, can anyone come to my rescue?
Thanks.
Hello.
I have just purchased this theme and having the same issue.
Fatal error: Call to undefined function mb_detect_encoding() in /home/thevapin/public_html/wp-includes/functions.php on line 3086
All parameters are correctly set up and still getting the same error when trying to access the widget section, menu section and customise sections. Please help as a matter of urgency as I need to get back to work! Thanks.
Thanks, This didn’t quite do the trick but we have found that the theme can’t do this the way we anticipated. We wanted one block of 7 posts with a constant rotation of only one from each category to display. E.g. We hoped for the first post in a big grid to always display the most recent post from the category “Fashion”, the second post is always newest from category “music”, and so on. But we found this is not possible.
Thanks.
Thanks, I didn’t realize that this one block used multiple modules. This works now.