- NewspaperUser review system
- NewsmagReviews
- NewspaperReviews
- NewspaperCredit System
- NewspaperModules Builder in Newspaper Theme
- NewspaperHow to use the Posts List shortcode
- NewspaperModal Popup
- NewspaperLockers
- NewspaperLeads
- NewspaperFlex Block Settings Guide
- NewspaperSingle Post Shortcodes
- NewspaperDefault Category Settings
- NewspaperCloud Library – Category Templates
- NewspaperBig Grid Flex Settings
- NewspaperMeta Info on Modules and Blocks
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv AMP Plugin Tutorial
- NewsmagtagDiv Composer Tutorial
- NewspapertagDiv Composer Tutorial
- TutorialsDefault Block Settings Guide
like this theme’s update; https://themeforest.net/item/publisher-magazine-blog-newspaper-and-review-wordpress-theme/15801051?s_rank=1
”publisher support Google AMP with exclusive plugin that we developed and bundled inside theme to load 4x faster in mobiles.”
Help, how to apply Page-Level Ads?
It’s not appears as google’s review https://youtu.be/ueQczl94GuI
I installed it with the Visual Composer plugin theme folder. It is said that there is no need to activate it. But in the editor there is no option for how the page looks in mobile view. When you preview the pc image comes up. How do I edit with mobile, tablet, display? There is no editing option for live preview. There was such an option in Visual I used before.
Thank you.
Note: Since it is a Visual Composer update, will you have to download the whole theme file again via theme forest and reload the plugin again?
When we uninstall the add-ons, the themes we saved our pages, will the settings be lost? Will we come back when we reinstall?
Is it possible to export Visual Composer settings and themes and then import them again? With which vehicle can be done?
There are even difference between the page of editing and the preview/published page. In the second screen you can see a different size of the picture and some words that in the first one are present below the image (here we are ever talking about the desktop version).
https://www.screencast.com/t/oFyUQh8m6n
https://www.screencast.com/t/CqpRLb04PePz
If we change device obviously the problem of empty spaces in even more evident.
Is this Custom CSS addition correct?
.td-container {
width: 1200px!important;
}
But problem is with top grid post preview at this case which has still origin witdh.
Any recommendation how to achieve custom site width easily?
Thanks
D.
Additionally – the editing work was done using Chrome (latest version) on a Mac – however, when I checked the link in question (which I apologize I should have done before) in Safari – it renders correctly –
The new article still is showing in Safari – on the home page as it should, but modifications to the copyright year (bottom of the page) not showing up.
I was having a problem with the site NOT updating the home since the 8th Feb. All posts published after that date were fine – if you had the link or if you searched the site – they did not go into the categories on the home page.
I updated the theme to the latest out there and now the home page is still not showing the new post (after the update) on the home page…
I noticed 3 new (default) menus were added to the site – which I deleted and still this did not fix the issue.
BUT NOW the new post and PAGES are showing the page menus on the top of the page
http://www.redcarpetreporttv.com/2017/02/16/preview-ambis-in-dubious-battle-watch-cast-interviews-from-la-premiere-video-trailer-indubiousbattle/
OLD posts before this last update are not showing the addition page menus taking up the top of the page before the page starts http://www.redcarpetreporttv.com/2017/02/15/getting-the-scoop-on-audiences-comedy-you-me-her-s2-cast-interview-youmeher-audience/
I am not sure what is going on – but this is getting frustrating as I have tried everything I could think of.
Custom css was first thing I checked. Disabled it and it did not change anything. And I have not yet changed anything in child theme, it’s still same default child theme. Anyway just in case I switched to default newspaper theme and it’s still same. Not tested plugins yet, but it’s easy to test. And since you guys have same problem, it means we both are using same plugin then (jetpack, SEO plugins <- this two had around same time new update).
For info I am also using News Magazine demo, this one had layout (top and other stuff) the way I liked and thought that way I need to make less changes, mostly some small stuff like colors.
Anyway like I wrote, since your own NEWS MAGAZINE (maybe others too, not looked enough around yet) DEMO looks after update exactly same way, it means that you guys have exact same issue. 😉 So it would be awesome if you guys look more into it and fix it in first hand. 😉

About the article bottom “more articles”, the way it was before was pretty okay. But since it’s changed at the moment. I think that the way Newspaper demo have it is pretty nice ->

Selected one text -> white, not selected one -> black. Except line and background color would be nice if they are black. But default one was actually pretty acceptable too. But since I changed ACCENT (is it the right/proper place to change your link color?) color this one of course changed too. Anyway I think black would be better since all other titles around the web are using black too.
Also, since I already looked again Newspaper demo, more and more I look it, this font what you guys are using for titles there are pretty nice and I would like to use it for my web titles too. At the moment I am using for titles News Magazine demo default for titles. Which font you are using in Newspaper demo and where in theme panel is the proper way to change it?
And another thing I noticed after update. I am not 100% sure at the moment is is it because the latest update or I was just lucky to not see that issue before. One article picture appeared to be bigger than others. by default all thumbnails should be exactly same size there.

Kind Regards,
Edragon
-
This reply was modified 9 years by
Edragon.
Hi,
Unfortunately there is no other way except the method provided by Bogdan above, to remove the review and display the standard date instead. So if you want to achieve this you must edit the respective file and do the necessary changes as explained by Bogdan.
Thanks
Hi,
You could try to hide them with css using this code, just enter it in Theme panel->Custom Css and it should remove the reviews from all the blocks in the homepage if that is what you want and you do not have access to the theme files
.home .entry-review-stars {
display: none;
}
Thanks
Hello,
The review stars are tied to the post date code on blocks. If you want to remove the reviews from all blocks and show the standard date instead simply change this code to false: https://www.screencast.com/t/RrqBvPFb3e
Thank you!
Hello,
Here is the code where the reviews are called:
https://www.screencast.com/t/9dfQFh5qp
You can cut and paste the code above in the post content so it won;t be in the footer anymore. You will have to do this on multiple post styles though depending on how many you use as each post style has it’s own file.
Thank you!
Hi.
I want to put the reviews block behind the post, but in the body part, not in the footer, since I have a subscriptions plugin and I put it under that, and I want it to appear behind the post, not so below.
How can I do it?
Thanks!
Hi,
Is it possible to hide the review rating from the blocks? I want it to be shown only inside the post
This is what I wanna get rid of:

Ah OK. I wasn’t trying to display them, just link to them, but I was thrown off by the pdfs not getting thumbnail previews in the media library, so it looks like they’re not properly loaded. But it does seem to work if you link to the custom url and not the media file. Thanks.
I was wondering if it is possible to move the pagination buttons to below the social sharing box?
I saw it in loops-single.php so I tried moving it like this:-
<?php echo $td_mod_single->get_social_sharing_bottom();?> <— moved here
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
Which didn’t seem to do anything.
It seems the post pagination appears inside the content itself and not in the <footer> (so I am not sure what the get_post_pagination above does).
If it’s not possible/easy is there a way to add the social sharing box into a post manually like how you can do it with a custom ad. If so what would be the code?
p.s. I am using Theia Post Slider, not smart lists for pagination.
Here’s how to work on my website: http://www.clickcamboriu.com.br/
Try opening it in different screen sizes and see how it works perfectly.
Review the source code.
Hi,
I have the same issue with not working Search option in the header menu.
however I have not the W3TC cache plugin installed.
Could you have a look into this please – I went trough all the php’s involved with the search option and all seems to be ok – even when comparing to relevand php codes from a live preview.
I have made no changes to any of the originally downoloaded files so theoretically option should work fine but it doesn’t
Every time I try to do a smaller image aligned either right or left it causes an unwanted space in the paragraph. Even if I move it and delete the space and move it back where it does not show the space in the editor, after saving it creates the space again. I have tried all sizing even custom, everything. Is this the TagDiv Image CSS that is causing this? An error in their coding? See example here it is the smaller Monster logo in the 3rd paragraph. THANKS FOR ANY HELP!!!
Hello,
I have a site with multiple authors and contributors. I don’t want certain user-levels to be able to change the post template or sidebars etc of the posts, so I have hidden the whole “Post settings” area, by making #td_post_theme_settings_metabox invisible to them.
However, I would still like to let them do reviews, so I am looking for a way to selectively hide the General Settings tab, but show the Review tab.
Would that be somehow possible? Thanks!
PS. Actually ideally I would like to show them the “source” “via” and “subtitle” fields too inside the general tab (just hide template, sidebars), but if that’s more difficult, it is OK to hide them.
Hi,
News ticker did not apply to those changings. Guess we still have a problem with background color for the block. Once you reach the button MORE categories, it becomes invisible. Is that normal?
Below you’ll find link to our test page:
http://test.leading-sport.com/?preview_id=58&preview_nonce=65f2015efc&_thumbnail_id=-1&preview=true
Please, take a look
Thanks
LS
Hello fitore,
We have tested the theme security rigorously before releasing and also it was tested and analyzed by Envato reviewers and if would have any security issues would not pass their reviews.
Checking our demo too can be seen that is no thread there so can’t be a theme’s issue: http://screencast.com/t/hfBXLFGJSqzD
Try to deactivate all plugins except Visual Composer, clear all caches and test again. Also, I found here some resources that may help you fixing this issues: http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/ – http://vivavivugeek.blogspot.ro/2014/03/detect-and-remove-spam-seo-blackhat-seo.html
If the problem is still there, try to make a new clean install from scratch via FTP, use only the required plugins, clear all your caches, purge CDN files and check the results.
Hope this help.
Thanks!
Hello pedroreis,
Please keep in mind that is not the normal theme behavior, sorry! If you are using some untested plugins, please try to disable all of these, leave just Visual Composer to active, clear all your caches, purge CDN and check the results. Also, if you have some additional customizations through the theme code, please get rid of them and try to use the theme on the default state and check the results. Our demo preview works as properly in this way, without any issues, which means that the theme does not have any problems.
Thanks for your understanding!
Thanks as I adjusted the photo sizes accordingly.
I have a problem as I am testing putting posts as I intend to place many reviews of rehab locations. However, I inserted my first post and it automatically placed the post at the top of my rev slider and set the image as the background; thus causing the shape of the site to change.
I only want these review posts to be placed below the RehabKey Review post on the bottom of the site
Thanks for your reply. I just did it AGAIN, however as stated, I have already verified the problem exists after I: turned off all plugins except Visual Composer, went to newspaper base theme (not child) and confirmed that the preview thumbs are incorrectly sized. So I’ve done this twice to confirm the problem is with the theme.
That other plugin causing an error (wordpress social stream) is a purchased plugin and I am investigating with the plugin developer and my host company as it’s not working after the theme update.
Thank you. I want you to login to the site SOON to investigate. I know it’s a theme issue, not a plugin issue. This is completely confirmed. Please help soon; delays are a problem for us.