rinogo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Featurific For WordPress] Produces xml links thatHi house,
It’s been a while since we addressed this issue. Are you still having problems?
Thanks! 🙂
-RichForum: Plugins
In reply to: [Plugin: Featurific For WordPress] Error on UpdateHi swaggers,
Thanks for the bug report. It will take us some time to fix this in the code. For the time being, it’s probably easiest to just rename the file so that it doesn’t have any spaces in it.
Can you explain in a bit more detail what’s happening with your excerpts? Are you providing custom excerpts and they’re not showing up? Can you describe what you’re doing to set up the custom excerpts?
Thanks, and talk to you soon! 🙂
-RichForum: Fixing WordPress
In reply to: [Plugin: Featurific For WordPress] Play nice with NextGen Gallery?Hi Lou,
Are you still having this problem? We’ve released several new versions since we had this discussion, and I’m wondering if we’ve fixed the problem. Let me know.
Thanks! 🙂
-RichForum: Plugins
In reply to: Problem with Featurific clickHi there,
Can you post a link to your site so I can see the problem?
Thanks! 🙂
-RichForum: Plugins
In reply to: [Plugin Help] FeaturificHi sammythebull,
I think what you’re referring to is due to the ‘resizetype’ used by the specific template. Have you tried any of the other templates, and do they exhibit the same behavior? There are various kinds of ‘resizetype’s used in Featurific to accomplish different tasks. Briefly, one of them resizes to exact dimensions, another (min) resizes so that the image is at least as large as the dimensions specified, and the last (max) resizes so that the image is no larger than the dimensions specified. If you’d like to change the resizetype used, just edit the template.xml file for the template you’re using.
Good luck, and please let me know how else I can help! 🙂
-RichHi all,
Good to hear that it sounds like most of your questions are being resolved, even if it does involve installing another plugin! 🙂 I’d be happy to help you out with your questions. Please drop me a line on our support forum:
Happy blogging! 🙂
-RichForum: Plugins
In reply to: featurific template time.com (transparent) without the black frame???Hi there, zoomy!
This feature has been developed but is still not ready for release. It will most likely find its way into Featurific Pro, and not the free version. Please contact us (sales nosp@am featurific.com) and we can give you a discount, as well as a pre-release copy of the changes you’ve requested! 🙂
Talk to you soon,
-RichForum: Fixing WordPress
In reply to: Featurific on any page I want?Hi,
Have you tried the FAQ located at:
It should be able to answer your question.
-Rich
Forum: Plugins
In reply to: Plugin similar to Featurific?Hi musiclover,
I’ve responded to your email – hope the solution I presented was sufficient! 🙂
-Rich
Forum: Plugins
In reply to: [Plugin: Featurific For WordPress] Featurific giving an error in admin screenHi there!
You might have already fixed this issue, but I wanted to let you know that a new version of Featurific has been released. Please try upgrading to the most recent version and let me know if you still have problems! 🙂
Good luck, and again, please let me know if you have further questions/problems.
-RichForum: Plugins
In reply to: [Plugin: Featurific For WordPress] Great Plugin – but image issuesHi Pratik,
Thanks for the post and your interest in Featurific! Here’s what’s going on – Featurific loads up the images from their remote location to include them in the slideshow on your site. To do so, it needs access to PHP’s “HTTP Wrapper”. Apparently, your server doesn’t have this installed. So, this is an issue with PHP on your server instead of Featurific itself. There are two ways to fix this:
1. Talk to your host and get them to install/enable the PHP HTTP Wrapper.
2. Save the images you’re using from your posts to your hard drive, and then upload them to your WordPress site. Once you have the images uploaded to your wordpress site, change the posts so that they reference the local images rather than the remote ones. Using local images doesn’t require the HTTP Wrapper, so the error should go away.Does this help?
-RichForum: Fixing WordPress
In reply to: [Plugin: Featurific For WordPress] Play nice with NextGen Gallery?Hey Lou,
I’ve done some debugging and further development. I’m not quite ready to release this version yet, but thought you might give it a try and see if it fixes the problem for you. Please let me know if it does/doesn’t! 🙂
http://featurific.com/files/featurific-for-wordpress-1.4.0.zip
Have a great day!
-RIchForum: Fixing WordPress
In reply to: [Plugin: Featurific For WordPress] Play nice with NextGen Gallery?Hmmm, that’s odd…I’m not sure why the shortcode would not be executed and removed, and it looks like you’re using the most recent version of the plugin. I’ll download simplepic and see if I can reproduce the problem in my debugging environment.
P.S. Love the blog! The post on Emily blew me away.
Forum: Fixing WordPress
In reply to: [Plugin: Featurific For WordPress] Play nice with NextGen Gallery?Hi louzucaro!
Hmm…That’s interesting. The plugin has already been coded so that shortcodes are removed:
//Process any shortcodes, converting them into their resulting HTML. if(function_exists('do_shortcode')) $posts[$post_id]['post_content'] = do_shortcode($posts[$post_id]['post_content']);Could you provide me with a URL I can take a look at to investigate a bit more?
Thanks! 🙂
Forum: Plugins
In reply to: [Plugin: Featurific For WordPress] Produces xml links thatHey again, house!
So, I wrote a lengthy response to this post and submitted it to wordpress.org, but it never appeared here…So strange. So, I’ll try to duplicate what I wrote before, in a sort of executive summary form.
It seems that google is parsing the javascript code that is used to embed featurific, parsing out the location of the XML file and adding it to its index. However, we don’t really want this to happen because the filename of the XML changes every x minutes (according to the data.xml generation frequency you’ve set in the Featurific Settings). (We have to change the filename in order for the XML to not be cached by users’ browsers).
I think the best way to fix this is as you’ve done, with the .htaccess file. Could you post your changes to your .htaccess file here so that we can share them with other users who would like to fix the problem?