CBKat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Thumbnail does not show on FacebookUPDATE #2: Deactivated all plugins. Same problem. Pinterest tells me there are no pinnable images. I’ve checked the file size and the height/width are within the 80×80 limit of Pinterest. I’ve pinned about 100 of these sorts of images (Amazon.com movie/book covers) and its worked fine in the past. Why all of the sudden would it stop using them and have issues?
Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Featured Thumbnail does not show on FacebookOk, now today my theme cannot pickup images to Pinterest or Facebook.
Please give me some starting point here 🙁
EDIT: Ok, strange enough it works fine on Facebook now without my trying to do anything. But Pinterest tells me there are no pinnable images. If I take a direct link to the images I am trying to pin, it says “no large images found” These images are the same size I’ve been pinning for months.
Anyone else having this issue?
Here’s the board I’m trying to pin to: http://pinterest.com/shiversofhorror/horror-book-reviews/
It seems to be a screen resolution issue. I just installed it and am having people complain as well.
I have seen other sites using this same plugin where the floating bar disappears COMPLETELY on smaller resolutions, but I have no idea how to do this.
With my theme, I just don’t like where it gets placed if I do the auto inserts and I’m not sure I want to play with editing the files myself to get it where I really want. Might just have to uninstall this one
Forum: Reviews
In reply to: [Rating-Widget: Star Review System] Works Great!I’m not sure, it would depend, if there was a way to host it on my own site it would probably be less as it would be less of a cost to you (I imagine).
Either way, I’m thinking $30-$50…
Its a very helpful plugin, and the support is great, so the price would be worth it.
Works perfect! Thank you again 🙂
Perfect! Thank you 🙂
Forum: Plugins
In reply to: [GD Star Rating] How to remove "x out # based on # ratings"Thats ok. Thank you anyhow. I think I’m going to just do away with GD. I don’t have the $ to pay for support to fix the issues I’m having with it since switching templates.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Put rating in text widget per pageThank you! I actually think I may go with it right embedded now that I found the advance options 🙂
Forum: Plugins
In reply to: [GD Star Rating] How to remove "x out # based on # ratings"I’m having the same issue. Actually I’m trying to remove all the auto inserted ratings and when I uncheck the box to do so, that text remains if there has been a vote!
I visited your site and saw that you removed it, how did you do it?
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Can I Import Ratings?Ok, thank you 🙂
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Can I Import Ratings?Im curious about this as well
Forum: Plugins
In reply to: [SS Quiz] [Plugin: SS Quiz] Results on same page?I saw you did this on your page and I was wondering how you did it
No, it doesn’t work unless I keep the “!”
And I want to exclude all pages except for specific ones. With 100+ pages to exclude one by one that would be a mess. . .
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Excluding a pageHey, I figured it out by viewing: http://codex.ww.wp.xz.cn/Conditional_Tags
is_page( array( 42, ‘about-me’, ‘About Me And Joe’ ) )
Returns true when the Pages displayed is either post ID = 42, or post_name is “about-me”, or post_title is “About Me And Joe”.
is_page( array( 42, 54, 6 ) )
Returns true when the Pages displayed is either post ID = 42, or post ID = 54, or post ID = 6.Just make sure you put the ! before the “is_page” otherwise it won’t work
So, for you, you should be able to put:
!is_page( array( ‘buying’, ‘selling’ ) )
Forum: Plugins
In reply to: [Widget Logic] [Plugin: Widget Logic] Excluding a pageI could have sworn on an old site of mine (now deleted) that I was able to put:
!is_page(‘427′,’785′,’532’)
and this would work for the pages that matched the ID #, however, it is not working and I too am looking for a way to do this.