DWUser
Forum Replies Created
-
Forum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Can't installHi,
Double-check that you have
[/raw]at the end, not a second[raw].Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Can't installHi @yingfuli,
Thanks for your interest in EasyRotator for WordPress. If you’re having trouble with the auto-installer, first install Adobe AIR: http://get.adobe.com/air/ Then, download and run the editor installer: http://cdncf.dwuser.com/EasyRotator/WPMgr/EasyRotator-Mac.dmg
You should then be able to proceed. Please let me know if you run into any other issues.
Sincerely,
Drew O’NeillHi Harvey,
Thanks for using EasyRotator for WordPress. If you’re comfortable making edits to the plugin code, you should be able to add this feature by modifying the following code around line 1682 in
wp-content/plugins/easyrotator/engine/main.php(within thegetFeaturedPhotoInfomethod):'post_type' => 'post',Becomes:
'post_type' => array('post', 'event'),Essentially, you just replace the string with an array of any content types you want to include. They will be included as long as they have an associated featured image.
Please let me know if you have any other questions.
Sincerely,
Drew O’NeillForum: Reviews
In reply to: [EasyRotator for WordPress - Slider Plugin] No good with out PROHi @chaos67731,
Thanks for your feedback and I’m sorry the plugin hasn’t met your needs.
As mentioned on the plugin page, the plugin does require installation of an editor application; this enables more responsive editing as well as features such as a built-in image optimizer and reduced upload time. Regarding video support, all Pro features (such as video) are marked in the editor with a “Pro” badge; all other features are 100% free, including the three dozen standard templates.
I hope you’ll reconsider your rating, but either way best of luck with your project! Please let me know if I can help with anything.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Hide the Install notificationHi Steve,
Please see a direct email I just sent.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Background Image behind rotatorI’m happy to help! Let me know if you run into any other issues. Enjoy the weekend!
Sincerely,
Drew O’NeillP.S. If you have a minute sometime, we always appreciate plugin reviews.
Forum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Background Image behind rotatorHi,
Here’s a demo; note the newly-added commented lines before and after the rotator code: http://jsbin.com/isolun/1/edit
Note that the rotator code chunk (the code that appears inside the new lines) is represented by the [easyrotator]…[/easyrotator] shortcode in the post editor.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Easyrotator in Network ModeHi,
I’m sorry for the delayed response. This type of error is caused by a syntax error in the code, but based on the code you posted I’m not sure what that is. Can you please open a support ticket and include temporary FTP and WordPress dashboard credentials? I’ll then try to identify and correct the issue.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Background Image behind rotatorHi @rpierce1373,
Thanks for using EasyRotator for WordPress! The easiest way to add a background image to is to wrap the rotator in a
divwith a background image. For example:<div style="background-image: url(path/to/frame.gif);"> [easyrotator]erc_xx_xxxxx[/easyrotator] </div>Please let me know if you have any other questions.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Hide the Install notificationHi Steve,
Thanks for using EasyRotator for WordPress. You can modify this behavior by manually editing the plugin’s
easyrotator.phpfile, around line 446:if ( !current_user_can('edit_posts') || !current_user_can('edit_pages') ) return;Simply update the edit_posts and edit_pages to be something such as
install_plugins(reference: http://codex.wordpress.org/Roles_and_Capabilities )Please let me know if you have any other questions.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Easyrotator in Network ModeHi,
If you also want to be able to edit rotators from the main site (so that all sites share rotators completely), you’ll also need to edit the
getContentDir()andgetContentDirURL()methods in theeasyrotator-for-wordpress/engine/main.phpfile. In the first, update this line (around 1544):$uploadDir = $uploadInfo['basedir'];Instead, use the complete path. For example:
$uploadDir = '/var/www/domain.com/httpdocs/wp-content/uploads'; //$uploadInfo['basedir'];In the second, update this line (around 1560):
$uploadURL = $uploadInfo['baseurl'];Instead, use the complete URL. For example:
$uploadURL = 'http://www.domain.com/wp-content/uploads'; //$uploadInfo['baseurl'];Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Easyrotator in Network ModeHi @cj_guest,
Thanks for using EasyRotator for WordPress. By default, multisite setups function with each site having separate rotators. If you’d like all sites to share the same rotators, please see the instructions and code snippet here: http://wordpress.org/support/topic/easy-rotator-and-multisite
Please let me know if I may provide any additional clarification.
Sincerely,
Drew O’NeillForum: Reviews
In reply to: [EasyRotator for WordPress - Slider Plugin] Over ComplicatedHi @falcon13,
I’m sorry you ran into trouble getting started with EasyRotator for WordPress. To help you get started, we have detailed documentation available here: http://www.dwuser.com/support/easyrotator/wordpress/ We’re also available on the forums ( http://wordpress.org/support/plugin/easyrotator-for-wordpress ) or you can open a support ticket at any time.
I hope you’ll get in touch so we can help you get the most from the plugin!
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] The arrows on the slideshowHi @aqualle,
Thanks for using EasyRotator for WordPress! To learn about how to use custom arrow images, please see: http://www.dwuser.com/support/easyrotator/kb/customize-layout/
Please let me know if you have any other questions.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] How to get Slider on my HomepageHi Brittany,
Thanks for using EasyRotator for WordPress. For directions on using the template function to add rotators to template pages (such as your homepage), please see: http://www.dwuser.com/support/easyrotator/kb/template-function/
Please let me know if you have any other questions.
Sincerely,
Drew O’Neill