Search Results for 'review'

    No search results were found in Documentation!

Results from the Forum
simchris
tagDiv Member

Yeah. IN the old days theme developers had to use one of two plugins to do the thumbnails, or write custom hooks into server imagemagick libraries or similar. Then WordPress finally added thumbnail support “if you make it featured image” … and then all the theme devs stopped using the old plugins. We have one from 2006-2010 that let us specify the exact cropping and would pull from YouTube and stuff … huge memory hog, but we’ve always had our own server(s), so wasn’t issue. Also, for a long time the WordPress folks didn’t actually run any magazine or content sites beyond blogs, so it took years to add CMS features to the “blogging platform.” And there are still some really dumb things in there one should be able to fully turn off and remove, or do by default. “Crop direction” is a really needed thing for WP to add. Much like ability to grab thumbnail from first image in post regardless of “featured” or not. (Sigh.) Welcome to my world 😉

jadmac
tagDiv Member

Thanks that plugin really does improve things. I find it astonishing that there isn’t an easier and more efficient way to do this though, surely this is a common issue??? Very odd.

willevo
tagDiv Member

Specifically what is showing is “Third Party Review from Back Country”>” and at the bottom of the excerpt verbiage “Stylish, simplistic and technologically advanced for superior performance. — Material: Stainless steel and carbon drag materials; aluminum housing Backing capacity: 100… Third Party Review from Back Country”>

willevo
Participant
#0

Hi Support,

I noticed that when I post a review to my homepage that has an issue. When you add verbiage and html to the review description box it adds the last few words under the excerpt area on the homepage.. Please see screenshots and let me know if I did something wrong or how to fix. I appreciate it.

Have a good one
Will

http://www.screencast.com/t/O2POEPI0116

http://www.screencast.com/t/slQOh1tdApn

grafitowy
Participant
#0

Hey,

I have got two questions.

1. How to make a megamenu similar to “lifestyle” in demo version of http://themeforest.net/item/newspaper/full_screen_preview/5489609?

2. when i make a megamenu on my site (wwww.grafitowy.net) it’s moved to the right of screen. When i click on “gry/rpg” a menu appears far away from center of the screen. Is there a way to center it?

belikeliquid
Participant
#0

Hi there,

It would be great to be able to filter “related posts” accross the site and also on article level as well.

ie:

In theme panel
SHOW SIMILAR ARTICLE:

– By Category (currently available)
– By Tag (currently available)
– By post format (ie: Video, Gallery, Link, Quote, etc)
– Exclude by post format
– Exclude by category
– Exclude by tag

SHOW IN POST SETTING:
So i can include specific tag or category or both tag and category
Show similar article that matches either or both of the criteria below:
– By Category
– By Tag

So if I have post about iPhone Product Review with category “Product Review” and tag “iPhone” it will show other post with same category and tag, or if no match then default to category.

########
Note
########
I realize that my site is growing and changing, and maybe my request for these type of updates is too much work for you to manage. However if I develop myself I notice that maybe I create conflict with your development as you also create something similar. Also, I do not want to have too many changes to core and maintain updates.

If you want me to develop improvement similar to this I can submit to you the code so you can implement in update.

Let me know what you think.

willevo
Participant
#0

Hi Support,

I am trying to add a shortcode for a button into the custom field for review description for the star review. (the area where you can add verbiage to the review box. It seems like you can add html but when I add the shortcode for a button it wont work.. Is there a a way to fix that to make a shortcode work in that area?

Thanks,
William

simchris
tagDiv Member

Sadly, the oooold timthumb and other thumbnail apps had “smart” cropping. It seems the thumbnail function built-in to WordPress (and used by all modern themes, except some legacy stuff) isn’t so smart. I just ran into this on client site where every photo would show people’s stomachs vs heads on the indexes with the fancy wide thumbs we were using, had to go back to “bloggy” square pix for the time being (ick!). This is nothing you can control right now such as “crop from top” vs “crop from middle” as far as I know.

Interesting, though. Wonder if WP *does* have this as a function hook. Hmm….. quick search on that. and … NOPE. It doesn’t have that function.

These folks tried to do a plugin for this issue, in the WP repository – VERY clever, when you upload image you can set the crop location/focus (!). This should be built in to WP, if you ask me 🙂
http://wordpress.org/plugins/thumbnail-crop-position/

For a more robust option, we have purchased this plugin to test as it mimics what the old photo plugins we had years back used to allow — no feedback from me on this one yet.
http://codecanyon.net/item/theia-smart-thumbnails-for-wordpress/3160252
(NOT an affiliate link!)

Hope that helped more 🙂

  • This reply was modified 12 years by simchris.
jadmac
tagDiv Member

What I mean exactly is that I want the preview thumbnail to be a part of the image that’s appropriate i.e a face not a torso, however the crop function isn’t working?

jadmac
tagDiv Member

Hi,

What I’m currently trying to was crop the featured image, in order for the thumbnail to show as this cropped version. However for some reason crop doesn’t seem to work? Do you know why this may be?

saggel
tagDiv Member

i fix it yesterday night making those changing

    function get_date($show_stars_on_review = false) {
        $visibility_class = '';
        if (td_util::get_option('tds_p_show_date') == 'show') {
            $visibility_class = ' td-visibility-hidden';
        }
Marius
tagDiv Staff

Hi,
You gave me 2 post as example, i see that now you have the date there: http://screencast.com/t/bqFZN8tOiB

Review Post: http://bit.ly/1pNYOtz
Non Review Post: http://bit.ly/1jXCMax

simchris
tagDiv Member

One tip is to set the small, medium and large thumbnail settings for wordpress to match the sizes you’re using on home page and categories, found at:

wp admin > settings > media

but to “fix” existing images, you would likely need to run “regenerate thumbnails” plugin (I am actually doing this right now … myself since I started building pages without the front page setup, so now my pix on front page aren’t as deep as the right boxes ….!).

small = 100×65

medium = 700×357

large = 745×483

jadmac
Participant
#0

On the home page or any “menu” page, how do I make the preview images a consistent size, as at the moment they are all different depending on the size of the featured image used.

saggel
tagDiv Member

goodmorning marius. nothing happens with this change 🙁

Marius
tagDiv Staff

Hi,
Please can you try this: http://screencast.com/t/lqGGHOUANq

Thanks!

saggel
tagDiv Member

Goodmorning marius. Of course i have the date post. but when i make a post “review” the date replaced by the Stars. When i hide the stars with css block:none trick, the date doesn’t appear.

Check here

Review Post: http://bit.ly/1pNYOtz
Non Review Post: http://bit.ly/1jXCMax

  • This reply was modified 12 years by saggel.
Marius
tagDiv Staff

Hi,
You don’t have the date post? only the hour? Please check in Settings -> General the date format.

Can you show me your site URL to see the issue?
Thanks!

muktadir
Participant
#0

hi,

Your theme breaks(and sometimes it’s a ugly break) with unicode. I tested the translation and review part with Bengali characters. You should review the code structures.

Thanks,
Muktadir

saggel
tagDiv Member

i make this marius, and i remove the stars on homepage with this (http://screencast.com/t/4EM0y4jrX3) but inside of each review post, under the title in place of dates, appears the stars! http://grab.by/vDXk

if i add this code in Custom CSS panel

.post .entry-review-stars {
     display:none;
}

The stars disappears, but the date doesn’t appear. http://grab.by/vDWS

Can you tell me how to fix it?

Marius
tagDiv Staff

Hi,
To show the author on a post uncomment this code: http://screencast.com/t/aIXngcvtx9BB

Thanks!

truey
tagDiv Member

Really hope that you guys will prioritize this to support UberMenu. As this is magazine and news theme, it needed to support at least 3 sub-level of sub-menus as magazine and news theme tend to have a lot of categories.

Since already on this topic, anyway i can achieve something like this in this theme? refer to this theme http://themeforest.net/item/smartmag-responsive-retina-wordpress-magazine/full_screen_preview/6652608

The sub-menu under Features where it can show two level of menus inside it

Thanks

saggel
tagDiv Member

bumb

sportdefence
Participant
#0

Hello Tagdiv

i’ve to use pagenavi but its not working alway redirect 404page, please tell me how to fix it.

in preview page, its working very well. But when i published error 404 when i clicked per page 1 -2 -3 -4 ….

Sorry my skill english is not well. Hope you understanding!

saggel
tagDiv Member

marius, i make the both changes but i want to show the name of the author at the top of each post with a review on under the title. can you tell me how to make it?

Viewing 25 results - 6,776 through 6,800 (of 7,000 total)