- NewspaperUser review system
- 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
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperWeather Shortcode
- NewspaperHow to Add an Icon in Menu
Hi Marius
Two final questions:
If you look at my example page here: http://connecteddigitalhome.com/2014/02/02/review-resogun/
you will see that the review box appears after the socialize plug – how can I make the review box appear directly after post?
Also, there appears to be some blank space above the review box, how can I get rid of it?
many thanks
Andrew
Assuming you are using module 1, you would edit your includes/modules/td_module_1.php file.
Find the section of code that looks like this(mine starts at line 49):
if ($this->show_excerpt === true) { //module 7 uses this
$buffy .= '<p>' . $this->get_excerpt(td_util::get_option('tds_' . 'mod7_content_excerpt')) . '</p>';
$buffy .= '<div class="more-link-wrap wpb_button td_read_more clearfix">';
$buffy .= '<a href="' . $this->href . '">' . __td('Continue', TD_THEME_NAME) . '</a>';
$buffy .= '</div>';
} else {
$buffy .= $this->get_content();
}
$buffy .= '<footer class="clearfix">';
$buffy .= $this->get_post_pagination();
$buffy .= $this->get_review();
$buffy .= $this->get_the_tags();
$buffy .= $this->get_source_and_via();
$buffy .= $this->get_social_sharing();
$buffy .= $this->get_next_prev_posts();
$buffy .= $this->get_author_box();
$buffy .= '</footer>';
and replace it with this:
if ($this->show_excerpt === true) { //module 7 uses this
$buffy .= '<p>' . $this->get_excerpt(td_util::get_option('tds_' . 'mod7_content_excerpt')) . '</p>';
$buffy .= '<div class="more-link-wrap wpb_button td_read_more clearfix">';
$buffy .= '<a href="' . $this->href . '">' . __td('Continue', TD_THEME_NAME) . '</a>';
$buffy .= '</div>';
} else {
$buffy .= $this->get_content();
$buffy .= $this->get_author_box();
}
$buffy .= '<footer class="clearfix">';
$buffy .= $this->get_post_pagination();
$buffy .= $this->get_review();
$buffy .= $this->get_the_tags();
$buffy .= $this->get_source_and_via();
$buffy .= $this->get_social_sharing();
$buffy .= $this->get_next_prev_posts();
$buffy .= '</footer>';
hi Marius
ignore me – I saw the 2nd line and made that “false”!
Thanks again 🙂
Andrew
Hi Marius
that hasn’t removed the stars from the front page, see for yourself:
http://connecteddigitalhome.com/
anything else to try?
thanks
Andrew
Hi,
Make this: http://screencast.com/t/4EM0y4jrX3
thanks Marius
The review overview box is now gone – thanks 🙂
How do I remove the stars from the homepage?
thanks again
Andrew
Hello,
Ups, sorry, when you have changed to 1-5 point, I forgot to tell you how to make the stars to, change here: http://screencast.com/t/2bdNBa2gZw to fix the star.
Do you still need to remove them from homepage, if now will work correctly?
To remove that, please add this in CSS panel.
.td-review-header {
display: none;
}
.td-review {
margin-top: 0px !important;
}
Thanks for the message!
One other quick thing Marius around point 4 – I have hidden those lines, thank you, but how do I remove the box that says Review Overview? I only want the box that says Summary.
thanks again
Andrew
thanks Marius
re answer 5 – I don’t want any review stars to appear on the homepage ever – how can I remove them, especially as they don’t actually correspond to whatever score is given?
thanks
Andrew
hi,
please provide the url for your site, and we will see what you can do.
Thanks for you message.
Radu A.
Hi! I have one quick question. Is it possible to display comment count for reviews right next to review stars (like in module 6) and not a row below like it is happening now: http://screencast.com/t/Tr6klxEgxCgw
Hello,
1. Change like here: http://screencast.com/t/VAfrzkRJd4
2. Only with custom modification, we have this on the todo list for following updates, but is not with high priority.
3. Yes, in this file this line echo the review, you can move the code where you want.
4. You can hide the attribute and keep only the final score, comment this line like here: http://screencast.com/t/53Cs8AeznV or you can use just a single attribute for ratting. All the code is in that file if you want to play with it.
5. You want to hide the review stars from the homepage? The stars are from 1-5, no matters that you are use points(will not show 1-10 stars) or for percent will not show (1-100 stars)
Thanks for the message!
Yes, after upgrading to v3, it’s back 🙂
Hello,
@livingsmarttv is everything ok? you have managed the issue?
Thanks @Christopher for suggestions!
Hi
I have some questions about the review component.
1 – if I wanted to use points, is there a way to have 5 as the maximum instead of 10?
2 – if I wanted to use Stars, is there a way to have half stars?
3 – is there a way to position the review section on the page?
4 – is there a way to only have the description and a final score instead of adding individual scores?
5 – on the main page, once I add a review score to a post, I get a series of 5 stars appearing under the post name. Where is this coming from as a) I don’t want it, and b) the stars don’t match the score anyway. For example, I score something 8 our of 10, why does it show as X number of stars?
My site URL is : http://connecteddigitalhome.com/
many thanks
Andrew
Make sure you’re not in “compatibility mode” in IE10/11 for your website. That mucks with all sorts of things, I found. May not be the issue, but it broke all sorts of things for me. And, if your host uses mod_pagespeed or if you’re using caching be sure to “disallow” your wp-admin and themes folder from being “optimized” or “modified” as that can also break stuff. Mine still works, so usually good idea to backtrack on any new plugin installed which inserts any hooks into the page posts/admin (like a form manager, etc.). Some plugins don’t create unique IDs for their “hooks” and then this breaks other plugins.
Hello There.
I’m experiencing problems with the featured video box. Whenever I write the url for a video in youtube, in some posts it shows and in some other it doesn’t . There’s no specific reason to know why it behaves this way in some cases but not in other ones.
I have reviewed several times if the url was ok. And yes, it is. In fact, sometimes, the admin is unable to show a pic even when you assign the post with the format “Video”. I have to select first Galery, to get a thumbnail, and then change it into Video again, to get the thumbnail in the main page later.
However, as I mentioned before, sometimes even doing this, when you place an URL in the featured video box, the post is unable to show anything.
Could you please tell me why this thing happens and how to solve it?
Beside this problem I found another issue with Facebook social counter. If I place here the full url, for example: “https://www.facebook.com/ANYTHING, the theme automatically assigns it another https:// to the url. So the final url results http://www.facebook.com/http://www.facebook.com…..
However if I write the url without the https://www.facebook.com/… the theme is unable to find it.
Could you please have a look on this?
Hi!
Today we realized that our “Is this a review” part of the post edit has disappeared.
When trying to add a new review, it’s not visible as it normally has been.
When looking at former reviews, the result of the review is stille visible (as you can see at http://www.livingsmarttv.dk/philips-hue-anmeldelse/ ) but when opening the article for editing, it’s not visible anymore.
What have happened? 🙂
Can someone please tell us perhaps how to fix this?
Hello,
Thanks @Christopher 🙂
Looks like you had some change to your permalinks and haven’t done the redirects when you changed the permalink structure.
The theme doesn’t create duplicates or revisions. You might check your database and make sure you delete all revisions. You can also ensure you don’t have some kind of plugin running which connects to your social media when you do a “preview” when posting (meaning the plugin “runs” when the page loads, even if in preview — I had one of those once upon a time which was a pain as it would ping the social media stuff even for a “preview” …)
None of that may apply to you — but from my experience with theme there isn’t anything in the core code which creates additional versions of content– it’s just a theme, and doesn’t create POSTS or revisions.
If you have a module or plugin which puts some kind of tracking ID on the end, that might cause the issue too, where some kind of redirect was supposed to work, but doesn’t.
Not sure if that helps or not.
While debugging you may want to simply turn off all the plugins and temporarily revert to the twenty-twelve theme and then WATCH what your site is doing. Then turn on plugins one by one and see if something weird is happening — may be a rouge/hacked/bad plugin. This isn’t really a forum for general WP debug, but more theme specific help.
Using a plugin like WP-Optimize may help to “clean up” all the junk in your dbase, if you’re not already doing that, too.
Sorry no better answer.
-
This reply was modified 12 years by
simchris.
Don’t paste in from MS Word unless you use the MS post filter option in WP. When you copy/paste from MS Word into a post directly it may copy all the HTML code that MS Word uses; this also can happen if you copy/paste from another website in some cases. “Mso” code is from Microsoft Office if memory serves.
If you look at your post in “code view” (showing markup/html) you would see all the carryover html. I often find it useful to “save as” from MS Word to a UTF8 plain text file then paste that text file into WP for cleaner posts.
See this info from WP support pages, which should help
http://en.support.wordpress.com/microsoft-word/
Something else that confuses me – When I first preview the change via the site edit, it does EXACTLY WHAT I WANT!

It’s once I save it, that there is a call in the code somewhere to change the layout.
How do I stop it from changing to boxed?
Here there is right of the picture where normally should stay a short text discription this strange code, this happend also some time before?
here is the link http://www.testonator.com/category/training/bauchmuskel-training
when setting the post date, comments and views to off a sizable margin is now left blank between the title and next article in preview and the title and image on the single post view, what is the proper way to fix this?
Best bet is to
First check your wp-config and htaccess to see if something got “munched” there.
1) make a backup of your dbase from phpmyadmin from hosting account
2) make backup of WP data from your wp admin panel if you can login; and backup your wp-config.php and .htaccess file if you use one for permalinks.
3) turn off all plugins
4) turn off the Newspaper theme; go back to default “twenty-something”
5) reinstall wordpress via FTP proper way; re-upload theme files via FTP
6) make sure site works with default theme
7) preview newspaper theme
8) activate theme; turn on only “required” plugins
It sounds like you have something broken unrelated to theme.
Also check your permission on whether the ftp owner or Apache ‘owns’ your content, as this can cause major headaches, and I’ve found having your WP install ‘owned’ by Apache/server just doesn’t work properly. This is something to check with your hosting provider, or via your hosting account site panel for the file viewer which will show “owner” for each folder in your root public folder.
Hope that helped. Often best to ‘clean house’ when you’re having problems you can’t trace back to any one thing.
-
This reply was modified 12 years by
simchris.