Search Results for 'review'

Results from the Forum
expeditionadvena
tagDiv Member

Hey Catalin, I didn’t really understand the coherences, but wrote a php.ini (php changes in ht.access were denied) with all parameters featured in your guide. Also my Ram usage is 256MB.
I deactivated all plugins not tested with newspaper and still have the same result, no preview of fonts.

I attached a screenshot, because I maybe communicated my problem in a wrong way.

All I want is to see beforehand how a certain font type looks like, before I save the changes and see it happening at the actual page…

Bogdan B.
tagDiv Staff

Hello,

For the moment unfortunately we have no such plan so I cannot promise anything. You could try a few free plugins out and see if one works properly with our theme. I can’t say for sure as we have not tested any review plugins. Try a few of them out with a bit of trial and error and see how they work out.

Thank you!

aliou89
tagDiv Member

i follow everything the thumbs is active i have Regenerate Thumbnails but is still not showing.

And i the category name is not showing on the post is showing admin. And i have disable SHOW COMMENT COUNT but his still showing (0) https://www.dropbox.com/home?preview=Screen+Shot+2016-11-11+at+12.23.09+AM.png i want to look like this https://www.dropbox.com/home?preview=Screen+Shot+2016-11-11+at+12.18.38+AM.png

expeditionadvena
Participant
#0

Hey,

my current mission is to change my fonts throughout my blog. In the Newspaper theme panel under “theme fonts” I have a huge variety of fonts but unfortunately can’t preview any of them somewhere unless I click on a module (eg. header) and change the font there and reload my website afterwards. It’s working, but painstakingly slow. Is there maybe a way to preview fonts in the theme panel without always reloading the website to view changes?

Thanks.
Torsten

Nano
Participant
#0

Hi,
Currently, bottom ads are designed to display at the bottom of the post before pagination ( page 1,2 etc, ) share button, next preview post and author box.

So, right now,



            <?php echo $td_mod_single->get_content();?>
             </div>

<strong>( BOTTOM AD APPEARS HERE)</strong>
        <footer>
            <?php echo $td_mod_single->get_post_pagination();?>
            <?php echo $td_mod_single->get_review();?>

            <div class="td-post-source-tags">
                <?php echo $td_mod_single->get_source_and_via();?>
                <?php echo $td_mod_single->get_the_tags();?>
            </div>

I want to change the default position after POST pagination, share button etc. and before “next-prev post”

SO,



        <footer>
            <?php echo $td_mod_single->get_post_pagination();?>
            <?php echo $td_mod_single->get_review();?>

            <div class="td-post-source-tags">
                <?php echo $td_mod_single->get_source_and_via();?>
                <?php echo $td_mod_single->get_the_tags();?>
            </div>

            <?php echo $td_mod_single->get_social_sharing_bottom();?>
<strong>( I WANT THE BOTTOM AD HERE)</strong>
            <?php echo $td_mod_single->get_next_prev_posts();?>
            <?php echo $td_mod_single->get_author_box();?>
	        <?php echo $td_mod_single->get_item_scope_meta();?>
        </footer>

Please tell me which core file I do need to edit and what do I need to edit? Thank you.

timventura
Participant
#0

I saw a post from 2013 about visitor votable reviews – is that something you’ll be releasing soon? I’d absolutely LOVE to have that as an option! We’ve thought about adding Yet Another Stars Rating, but it doesn’t display ratings on the post image in category like the ones you’ve created.

Bogdan B.
tagDiv Staff

Hi,

Please check the translations section and translate the ‘review overview’ to whatever you want: http://screencast.com/t/fpElwGTjR49I

Thank you!

Hassan Zia
tagDiv Member

Well that is not what rating systems are for if i think about it , so the post can be reviewed by the author himself.
Do you recommend any plugin where viewer can rate the post?

Edward
tagDiv Member

my question is who can rate any post? someone who is logged in or any visitor?

https://forum.tagdiv.com/topic/rating/#post-142525

Only the post author can rate. This is not a user rating system and not a front-end rating as well. It is a rating the post author ads when creating the post. It was not created as a ‘product review/rating’. The review system was not built with front-end user ratings in mind.

The review was created from the reviewer perspective, when the author is reviewing something, not when he is presenting something to be reviewed by others.

zcarmichael
tagDiv Member

Thanks – looks great! Is there a way to change the words “Review Overview” to something else though, like Summary?

simchris
tagDiv Member

Also note that this does not help SEO as h2 is normally used for persistent page elements like secondary headlines for the page, and h3 for section heads and sidebars and news heads which are often superceded over time by newer content and will no longer be on the home page.

h2 is better for section heads like

BOOK NEWS

and h3 for the story titles

My Book Review Title is Awesome

——–
you may have special needs for doing that, but there will be no SEO benefit for changing them.

Bogdan B.
tagDiv Staff

Hi,

Here is the code needed:
.td-review-row-stars{
display:none;
}
.td-review-summary .block-title{
display:none;
}

This will affect all of the reviews so you only have to add the code in the theme panel-> custom css box once and it will work on all of them
Here is the result:
http://screencast.com/t/kYPNQkobMG
I also removed the second block title called overview as 2 titles did not display properly.

I hope this helps.

Thanks.

zcarmichael
tagDiv Member

Hi again,

Here is the link to the review post. Thanks for the CSS! Will it work on other reviews on the site as well?

http://www.topdecknation.com/2016/01/ride-that-surf-a-comprehensive-breakpoint-set-review/

Bogdan B.
tagDiv Staff

Hello,

1. The reviews do not have such an option but you will be able to hide the rest of the options with css to only get the overall score is this is what you want. Please provide a link to one of your review posts and I will provide the proper css to hide the rest of the fields except the overall score.

2. Unfortunately that is a very old version of our theme and we cannot provide it anymore That is newspaper version 4. We are at version 7 now, but we do not have an archive for older versions. Sorry. The 2 versions are not backwards compatible. The whole theme was written from the top down in newspaper 6 so that is basically the same as a totally different theme. The only theme version we are allowed to provide is the one on themeforest as the theme is provided exclusively by envato

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. Unfortunately you have to add rating to each post. There is no way of adding a post rating automatically. Our theme has no option to bulk rate the posts.

2. Only the post author can rate. This is not a user rating system and not a front-end rating as well. It is a rating the post author ads when creating the post. It was not created as a ‘product review/rating’. The review system was not built with front-end user ratings in mind.
The review was created from the reviewer perspective, when the author is reviewing something, not when he is presenting something to be reviewed by others.

Thank you!

zcarmichael
Participant
#0

Hello. I have two questions. First, is there a way to make a review that just has the stars once? As in, maybe I just want the summary box with the number of stars and not scoring individual categories. Also, is there a way to access older versions of Newspaper? Below is a site using your theme and I actually prefer the look of the menu color boxes and such. It also has the review summary box that I am wanting to use!

http://nintendonews.com/

shopunwritten
tagDiv Member

Hello,

I am having the same problem and I have followed the guide and it’s still not working for me. Any chance you can help me figure out what else I can do?

My website is readunwritten.com and if you press the share button it shows no preview or the title and just says http://www.readunwritten.com.

THanks!

Aerocrewnews
tagDiv Member

None of what you are referring to makes any sense with what Google is asking me to do.

This is where google wants to see this code:
https://support.google.com/adsense/answer/7107718?visit_id=undefined&hl=en&rd=1

Under the Analytics screen shot you sent over the ? says this code will go in the <body>. The google instructions clearly want this code in the <head> section. The header and footer plugin does put it in the <head> area but it is in the middle. Not exactly where Google said. They did deny me after a week of “in review.” I’m guessing it’s because of where this code was.

I did try just putting it in an ADS box in the Theme area, but that didn’t seem to work either. From what I understand this is not an actual Google Ad it is just code so they can verify my site.

I have looked at the CUSTOM area under the THEME panel but I don’t think this is where this code goes either.

Thanks for your help.
ACN

  • This reply was modified 9 years by Aerocrewnews. Reason: Updating
RochdaleHerald
Participant
#0

I have several categories that I use for keeping track of the editing/review process. I have checked “HIDE CATEGORY ON POST AND ON CATEGORY PAGES” in the theme panel, but they are still showing up and now they are all over Google.

penero
Participant
#0

Hi,

I have a few problems with publishing and editing posts.

I’m unable to add images to the texts. The add media button doesn’t work.

Screen options won’t show when I click the little ‘arrow’ next to it. Same with all the boxes on the right hand side (categories, tags, featured video, etc.); I can not hide them by clicking the ‘arrow’.

Also, when I try to preview changes I’ve done in the text, the preview opens but it doesn’t show the changes. They are visible only after updating the post.

Any idea what is causing these errors?

Thanks.

ShowbizCool
tagDiv Member

The tagdiv team obviously have been adjusting the code over time and that is much appreciated.

If I understand correctly there are a core of php 7 / php 5.6 / php 5.5 / php 5.4 commands that work with all versions. I guess the tagdiv are avoiding using new commands added in php 7 and replacing commands that had been deleted (i.e. not supported). Ideally this would also includes commands that are deprecated but still present.

I did a quick check and found only 5 instances which could be classified as errors for php 7 (this nicely less than a 2015 version of the theme I looked at).

The speed improvements (double) and less resource requirements of php 7 are significant improvements. Any chance I could encourage a further review of the code?

Thanks.

Ing Geek
tagDiv Member

Uninstall w3, install wp super cache, install tagdiv speed booster 🙂 you can get fast load times.

Btw, there are many factors involving website speed and GTmetrix isnt GOD. Example If your page size its 2MB, and you are conected wifi over 10mb ADSL conection you can reach a máximum of 700kb/s . 2MB = 2048kb , 2048kb/700kb= 2.92. 🙂 and you need another 1 or 3 seconds to render the page = 5 to 6 seconds to preview the page content.

Aerocrewnews
tagDiv Member

Thanks,

I ended up getting the ‘Header and Footer’ plugin and placed it on the main page after <head>.

Chris -I pasted it there originally, but my site is still under review from Google… Hopefully the ‘Header and Footer’ plugin fixes that.

Catalin -I have my google analytics code in the section you referred to. Should I place it there along with that code or is the ‘Header and footer’ plugin sufficient?

Thanks,
ACN
PS… Can you erase the code in my original post? Thanks!

bustedflushltd
Participant
#0

Hi,

One of the websites we have that uses your Newspaper theme suddenly started displaying mostly in a serif font. We’ve checked and double checked and the Theme settings are on sans, but still the majority of the site is showing a serif font.

There are two areas showing a serif font:

1) The title of each block. So, for example, on the ticker at the top it says Trending Now in serif, but the title of the posts it is linking to remain in Sans.

2) The text of each blog post is in a serif font. Not the title, which remains in Sans (whether on the front page or on individual post pages), just the body text. The preview text showing below the title on the front page is also in a Serif font.

The result is a mixture of Serif fonts sitting alongside Sans fonts. It looks really weird.

If we’ve done this somehow accidentally I’d appreciate any help understanding how so we could prevent this from happening again. If there is some kind of fault I’d love to fix it.

Thank you,

Ned

simchris
tagDiv Member

But it works when you preview it from the page editor ?

Perhaps try resaving permalinks; and also try clearing transients with wp-optimize plugin.

That’s what I do with oddball server caching stuff.

Viewing 25 results - 5,201 through 5,225 (of 7,000 total)