Search Results for 'review'

Results from the Forum
Lucian
tagDiv Staff

Hi,

This markup error: http://screencast.com/t/NNuEv4fG ..appears because you’ve modified the itemtype="http://schema.org/Review attribute from post template – article tag. This should be ://schema.org/Article so make sure you change this and test again.

The “Node is empty” warning doesn’t mean much – it means there’s no child schema elements inside that parent – you won’t be penalized for something like that at all.
I’ve noted this as I also noticed this on our demo site and we’ll fix this in next theme updates.

Thanks

allthingswestcoast
tagDiv Member

Oh, one more thing. We have about 5 custom fields we add to every review that includes venue, directors, actors, etc.

One example custom field is called ‘review-where’.

How do I push that field to the review module, right below ‘SUMMARY’ section?

My current code is:

<?php if((get_post_meta(get_the_ID(),”review-where”,true))) { ?>
<?php echo get_post_meta(get_the_ID(), “review-where”, true); ?><?php } ?>

Thanks again, I’m absolutely blown away by you guys!

allthingswestcoast
tagDiv Member

Brilliant thanks, works a charm. Final code:

if (self::calculate_total($td_review) == 5) {
$buffy .= ‘<span>’ . __td(‘OUTSTANDING – STARKIE!’, TD_THEME_NAME) . ‘</span>’;
} elseif(self::calculate_total($td_review) == 4.5) {
$buffy .= ‘<span>’ . __td(‘RIGHT ON THE MONEY’, TD_THEME_NAME) . ‘</span>’;
} elseif(self::calculate_total($td_review) == 4) {
$buffy .= ‘<span>’ . __td(‘SMASHING’, TD_THEME_NAME) . ‘</span>’;
} elseif(self::calculate_total($td_review) == 3.5) {
$buffy .= ‘<span>’ . __td(‘SWEET STUFF’, TD_THEME_NAME) . ‘</span>’;
} elseif(self::calculate_total($td_review) == 3) {
$buffy .= ‘<span>’ . __td(‘WORTH A LOOK’, TD_THEME_NAME) . ‘</span>’;
} elseif(self::calculate_total($td_review) == 2.5) {
$buffy .= ‘<span>’ . __td(‘COMME CI, COMME ÇA’, TD_THEME_NAME) . ‘</span>’;
} elseif(self::calculate_total($td_review) == 2) {
$buffy .= ‘<span>’ . __td(‘BOOHOO’, TD_THEME_NAME) . ‘</span>’;
} else {
$buffy .= ‘<span>’ . __td(‘OVERALL SCORE’, TD_THEME_NAME) . ‘</span>’;
}

happymedia
Participant
#0

Hi there,
i want my menu to look like the Menu from the demo “sport” http://themeforest.net/item/newspaper/full_screen_preview/5489609
in red, and i want to have my logo also there on the left.
I already changed the color and the height but it doesnt lool similar.
Could you give me custom css to change like the Sport menu but with logo?
my page: http://wow-news.co/
Thanks, Julia

Lucian
tagDiv Staff

Hi,

There is no minimum amount of traffic but there seems to be some content requirements for Adsense to review when making a decision about your application.
I suggest you consult their terms and conditions on this: https://www.google.com/adsense/localized-terms
Their help center might also help you on this: https://support.google.com/adsense?source=404#topic=3373519

Thanks

allthingswestcoast
tagDiv Member

Thanks. I think we will use the TD review system instead to avoid complication. It looks great.

One change I want to make is instead of showing ‘OVERALL SCORE’ to a word related to the score.

E.G. 5 stars = ‘AWESOME’
4.5 stars = ‘ VERY GOOD’
etc

We are familiar with if/else and I see where to modify line in td_review.php.

What would syntax be, something like:

if the_field (‘rate’) = 5 stars, $rateword=’AWESOME’;
$buffy .= ‘<span>’ . __td($rateword, TD_THEME_NAME) . ‘</span>’;

Just not sure of correct syntax. I hope you can advise on this 1 change, the theme is awesome and love the modular structure!

Clint

Lucian
tagDiv Staff

Hi,

Theme’s reviews are stored under td_review in the database: http://screencast.com/t/ZwevkAKWhttp://screencast.com/t/ZwevkAKW
This is the theme’s review settings: http://screencast.com/t/N4jgbQMghX6F
Not sure how you could easily do this. A SQL query update could work, anyways you need custom work for this so I suggest you get someone to help you with that if you can manage it by yourself as we cannot provide custom work right not because we work hard on development, fixes and support so you might look for a freelancer on site’s like http://studio.envato.com/

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

You can modify the review code(file): http://screencast.com/t/zFmTszRZsyf

Thanks!

allthingswestcoast
Participant
#0

Hi, we need to modify the review module to suit our site.

Where is the file that I need to edit? I looked in directories but couldn’t find review.php (I see it called in the loop-single).

We have custom fields that specify venue, actor names, etc. that will go with the review. So we plan to pull them into the existing box. Hopefully this will work as we have about 6 years of reviews!

allthingswestcoast
tagDiv Member

Quick update re: placing leaderboard above menu. It does work when modifying header-style-5.php. Child didn’t work (and upon reviewing your documentation I now learned something more!), but direct edit did work.

Still, I did not like the look, so we’ll try other positions.

Thanks again guys!

simchris
tagDiv Member

Presuming you placed relative link to the logo in the theme panel, for both desktop and mobile logos?

Some of these things don’t always work in local environment, depending on how you have your paths setup, etc.

Not having this issue on any of my sites, but yours may be setup in some odd way. Kind of hard to check since your website not yet live to test.

Try deleting the logo file in the theme folder to see if you even have the paths correct. Check paths to where you’re placing the new logo to see if logo location resolves.

When you go back to theme panel does it show preview of your logo once you’ve selected it ? If not, paths likely wrong.

Just a thought. Usually a caching issue, however, hence my comment. (SOrry). 🙂

Alin [tagDiv]
tagDiv Staff

Hi,


@BROOKLYNIQ
Please provide more details about this as I have checked your site and did not found any “Latest Reviews” or “Popular Video”

Thanks!

frasercarly89
Participant
#0

Hello,

I followed the last-resort instructions by Chris according to this post: https://forum.tagdiv.com/topic/theme-update-blank-pages/#post-47315

a) switch to default theme
b) deactivate visual composer
c) deactivate all plugins
d) switch on visual composer
d) under appearance > preview theme for newsmag — if it won’t ‘preview’ at all; then you need to do CLEAN install of the theme, td plugins, and visual composer
e) once you can ‘preview’ the theme, then you can activate it and it will work.
f) then turn on plugins and if it dies, disable the bad plugin

My site is now all over the place if you go check it out: http://www.livelovefruit.com

The menu is weird, and nothing works. Everything looks normal in the theme panel and is set-up as it should be, but clearly there is something wrong with the code.

muhannad
Participant
#0

First i would like to thank you for your great theme

I am Newspaper user and today i noticed your new theme Newsmag, and really like the smartlist feature, is there any way you plan to add this feature to Newspaper theme, this will make it the best theme ever

If you not planing to do this, can you make as paid plugin for Newspaper theme users, if any one want to use to use this feature ,my website is Totally a list and review website and this feature is what i always looking for,

Please plaease if you can help and add this to Newspaper

Regards

simchris
tagDiv Member

Well, VC does work
— obviously if you delete the old folder, you need to upload a new fresh copy — assuming you did that ?

Start up without ANY other plugins running; turn off all caching.

Make sure your server is setup for php to have at least 256MB RAM allocated to it.

Clear the cache in your web browser.

Typically best to update WP, before updating theme, in future… just a thought. Seems to work better than way.

If above doesn’t work, perhaps try:

First clear/disable any server caching, turn off mod_pagespeed if using it.

a) switch to default theme
b) deactivate visual composer
c) deactivate all plugins
d) switch on visual composer
d) under appearance > preview theme for newsmag — if it won’t ‘preview’ at all; then you need to do CLEAN install of the theme, td plugins, and visual composer
e) once you can ‘preview’ the theme, then you can activate it and it will work.
f) then turn on plugins and if it dies, disable the bad plugin

Went through this issue last week, actually.

Anonymous
tagDiv Member

Hi,

It’s happening again. I put an adsense ad in the top right sidebar widget and now there’s an awkward ad between the Main Preview area and ‘Latest Articles’

http://www.xtremecanadian.com

I did as you suggested and disabled all the plugins other than Visual Composer and the problem remained, even after I cleared my cache.

I took the ad that caused the problem out, but the issue remained.

So the problem is any time I put a new widget in the top right sidebar, it puts a related widget in that space.

Thoughts? I really need to fix this problem.

Thanks
Steve

europerashion
Participant
#0

Hi,
i get here after latest update massive Problems with images in Category Preview.
If i use videos or Pics in preview they will be go small
i identify the Problem in this line =


<code><img width="326" height="406" alt="" src="http://europefashion.de/wp-content/uploads/2015/02/DSC09037neu-326x406.jpg" />

where the width is now 326 and height 406. But i dont know why ??
Where can i change this Values to Values i need, because this here make my Preview Pics much smaller and i found no Place to setup this to my Values i need.

How to do this ?
Because it will not show right –

Example you can see in europefashion.de the homepage, there i use category display for slideshows and this will changed here ??

Regards
Kasi

BROOKLYNIQ
tagDiv Member

Saw the screenshots but still cannot find the blocks for:

1. Latest Reviews
2. Popular Video

Please advise… thanks!

http://www.brooklynIQ.com

wagner
tagDiv Member

How do I get the sections in the homepage template to use only specific categories and their children?

I used the ‘Reveal Ids’ to get the category id’s for both my ‘releases’ category and my ‘previews’ category and based on looking through all the templates’ code it looks like using the category_id attribute might be what I want. However after trying it, both sections display my current one post which is in the previews category (not a subset of releases). How I can I get each section to display only the appropriate articles?

Code:
[td_block1 limit=”6″ category_id=”13″ header_color=”#f65261″ custom_title=”RELEASES” ajax_pagination=”next_prev”][td_ad_box spot_id=”custom_ad_1″][td_block2 limit=”6″ category_id=”11″ custom_title=”PREVIEWS” ajax_pagination=”next_prev” header_color=”#82b440″]

I’ve also tried show_child_cat with no luck as well. Is there something like an MSDN page that lists all possible attributes and a description of each? Also what is the difference between td_block1 and td_block2?

Anonymous
Inactive
#0

Hello,

I just installed the newspaper theme on my blog, xtremecanadian.com. It’s a great theme, but I can’t seem to get rid of a strange formatting issue – just under the main preview area (currently says ‘Dean Potter Talks ‘When Dogs Fly’, and BEFORE ‘Latest Articles’), there is a large gap in the formatting, which currently says ‘Related Posts (None)’. I can’t seem to get rid of that text and close that white space.

This started yesterday, when I had an adsense ad running in the right sidebar. The white space opened up and put an ad where ‘Related Posts’ is right now.

I just want to get rid of that awkward space/formatting issue!

http://www.xtremecanadian.com

Would really appreciate feedback on how to resolve this!

Thanks
Steve

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this and seems that it is an issue when you add link in review description. I have added this on our list and it will be fixed soon as possible.

If you want to add link in the review file you can add it here: http://screencast.com/t/8fRwtIGYNvY
Result: http://screencast.com/t/wpZzghudl1q

Thanks for reporting!

simonadp
tagDiv Member

sorry, i’m afraid i do not understand how to do.

i need to hide these metaboxes (just some but not all) for no-admin users:

td_post_video_metabox
td_post_theme_settings_metabox
td_review_metabox
rs_post_editor
rs_post_contributor
rs_private_post_reader

can you please tell me what should i add in the functions.php?

thanks

themeforest_antonio
Participant
#0

After updating the theme newspaper to the last version, 4.6.3, and the plugins too, visual composer doesn’t work properly. When I see the tutorial, it shows that if you go to Grid elements and click on add new, you should see a “Preview” button at the top right corner of the grid element builder which I cannot see, so I cannot preview de grid before publishing it.

Moreover, when editing or creating a page, the tutorial shows that a button called “Frontend” should be placed at the top right corner of the Visual Composer, but I cannot see that button. So, when I try to add new elements, some of them are not available, for example post grid, media grid, and more…

These problems were supposed to be fixed with the theme update, but they aren’t.

otoparkcom
Participant
#0

Hello,

I want to add a sentence to my review descriptions, which contains a link:

review description

But when I do this manually, that happens:

previous post?

The same sentence also appears in the previous post section.

I’d like to modify my td_review.php so that it adds that sentence (URL) to all of my review descriptions. But without showing it elsewehere, of course.

How can I do this?

Thanks!

simonadp
Participant
#0

hy, in order to remove some metabox in the wp editor for not-administrator users, i’m using this function:

****************************

if (is_admin()) :
function my_remove_meta_boxes() {
if( !current_user_can(‘manage_options’) ) {
remove_meta_box(‘postcustom’, ‘post’, ‘normal’);
}
}
add_action( ‘admin_menu’, ‘my_remove_meta_boxes’ );
endif;

****************************

it works but if i want also to hide some of your theme boxes, the function doesn’t work. for example i add this:

****************************

remove_meta_box(‘td_post_video_metabox’, ‘post’, ‘normal’);
remove_meta_box(‘td_post_theme_settings_metabox’, ‘post’, ‘normal’);
remove_meta_box(‘td_review_metabox’, ‘post’, ‘normal’);
remove_meta_box(‘rs_post_editor’, ‘post’, ‘normal’);
remove_meta_box(‘rs_post_contributor’, ‘post’, ‘normal’);
remove_meta_box(‘rs_private_post_reader’, ‘post’, ‘normal’);

****************************

why? where i am wrong?

thnak you

Viewing 25 results - 6,226 through 6,250 (of 7,000 total)