DWUser
Forum Replies Created
-
Hi,
Can you please post the URL of the page?
Sincerely,
Drew O’NeillHi,
You can purchase one or more Pro licenses here: https://www.dwuser.com/easyrotator/buypro/
Sincerely,
Drew O’NeillHi @ssailer,
Thanks for using EasyRotator! There are no server requirements, so it is compatible with all servers.
Please let me know if you have any other questions.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Float responsive templateHi,
I recommend that you first work out the positioning as desired with the floated div. Once that’s working as desired without any content in it, set its
positionto be relative and place an absolutely-positioned div inside of it. Then, place the rotator inside of it. For example:<div style="float: left; position: relative; ...whatever else..."> <div style="position: absolute; left: 0; right: 0; top: 0;"> ...rotator here... </div> </div>Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Multiple Admin UsersHi,
Thanks for your interest in EasyRotator for WordPress. The editor application can be installed on any number of computers, allowing any number of admin users to create and edit rotators. Each user should be prompted to install automatically; you can also install the editor directly by downloading and running this installer:
Mac: http://cdncf.dwuser.com/EasyRotator/WPMgr/EasyRotator-Mac.dmg
Windows: http://cdncf.dwuser.com/EasyRotator/WPMgr/EasyRotator-Windows.exeSincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Slide TitleHi,
Sorry – the code I sent was for dynamically-generated slides; to add links to manually-added slides, just update the slide titles in the editor to include link code. For example:
Miss America is coming to Vicksburg!Becomes:
< a href="http://capcenter.net/a-day-with-miss-america/">Miss America is coming to Vicksburg!< /a>(Spaces added to
atags to prevent parsing.)Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Problems with IE 10?Hi,
If you do end up needing a different solution, we’d be happy to provide a full refund. In that case, just open a support ticket.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Slide TitleHi,
Can you please post a gist with the exact code that you changed? Please also send the URL of your page that has a rotator that’s not auto-linking.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Problems with IE 10?Hi,
If you’d like to pass the link along I’d be happy to check the page, but it’s most likely a configuration or connection issue with these few isolated users.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Slide TitleHi,
You can automatically link the titles by editing the
wp-content/plugins/easyrotator-for-wordpress/engine/main.phpplugin file. On or around line 1870, you’ll see:$codeOut .= "\n " . '<span class="title">' . $title . '</span>';Update this to be:
$codeOut .= "\n " . '<span class="title">< a href="' . htmlspecialchars($link) . '">' . $title . '</a></span>';NOTE: I added a space between
<anda(it’s currently< a) to prevent the forum from breaking the formatting. You should remove that space in the real code.Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Problems with IE 10?Hi,
Especially if you can see the images and only a few users cannot, the most likely explanation is that you haven’t optimized the photos (using the Photo Optimizer on the Tools menu in the editor application). This would mean that the images are quite large and the images might appear to be missing on a slower connection.
Please let me know if you have any other questions.
Sincerely,
Drew O’NeillHi,
Sorry for the continued trouble! First, double-check that you’re running the latest version of the software by running the latest installer:
Mac: http://cdncf.dwuser.com/EasyRotator/WPMgr/EasyRotator-Mac.dmg
Windows: http://cdncf.dwuser.com/EasyRotator/WPMgr/EasyRotator-Windows.exe(If you’ve been using the plugin for quite a while, it’s possible than an update is needed.)
Then, you should be able to access Advanced Preferences (I mistakenly said “Advanced Settings” earlier – sorry) and change the Upload Method option as shown here:
http://i.imgur.com/TLJJdrq.pngSincerely,
Drew O’NeillHi,
On this File menu you can select the ‘Advanced Settings’ option: http://i.imgur.com/0TCloeV.png
Sincerely,
Drew O’NeillHi,
When you’re in the editor, just before clicking ‘Save and Exit,’ use the File menu in the top-left corner of the editor window.
Sincerely,
Drew O’NeillHi @one9ooh6,
Thanks for using EasyRotator and sorry for the trouble. This seems to be due to a GoDaddy configuration change that just occurred. Please set File > Advanced Settings… > Upload Method: Alternate in the editor application before uploading the rotator. This should resolve the trouble.
Please let me know if you experience any additional issues.
(By the way, an update is coming very shortly that will automatically warn of this issue.)
Sincerely,
Drew O’Neill