DWUser
Forum Replies Created
-
Forum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] No Title or Description on SliderHi,
The problem seems to relate to your theme automatically removing empty
<p>tags before they can be filled. To solve this, edit the layout source code (see: http://www.dwuser.com/support/easyrotator/kb/customize-layout/ ) and note these two lines:<p class="erimgMain_title" style="padding: 0; margin: 0 0 3px 0; font-weight: bold;"></p> <p class="erimgMain_desc" style="padding: 0 0 10px 0; margin: 0;"></p>Add
within each tag like this:<p class="erimgMain_title" style="padding: 0; margin: 0 0 3px 0; font-weight: bold;"> </p> <p class="erimgMain_desc" style="padding: 0 0 10px 0; margin: 0;"> </p>Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] No Title or Description on SliderHi Smeaton,
Thanks for using EasyRotator for WordPress. Please double-check that you’ve selected a layout template in the Layout/Presentation section that includes a title/description display area. If you continue to experience trouble, please share the URL of your page.
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Problems with IE 10?Hi David,
You can disable compatibility mode in IE by adding this meta tag to the
<head>of your page (inheader.php):<meta http-equiv="X-UA-Compatible" content="IE=edge" />Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] Image locationHi @looklively,
Thanks for using EasyRotator for WordPress. The images are stored in the
wp-content/uploads/EasyRotatorStorage/user-content/folder.Please let me know if you have any other questions.
Sincerely,
Drew O’NeillHi Tim,
Thanks for using EasyRotator for WordPress! The separate Excerpt field is used; to learn more, see: http://www.dwuser.com/support/easyrotator/kb/using-excerpt/
Please let me know if you have any other questions.
Sincerely,
Drew O’NeillHi,
You can make this modification by editing the
wp-content/plugins/easyrotator-for-wordpress/engine/main.phpfiles. Modify line 1855:$codeOut .= '< a class="mainLink" href="' . htmlspecialchars($link) . '"';Becomes:
$codeOut .= '< a class="mainLink" href="' . htmlspecialchars($link) . '" title="' . htmlspecialchars($title) . '"';(Note: A space has been added in each line between
<andato prevent formatting problems.)Sincerely,
Drew O’NeillHi,
I think it would be best if you could open a support ticket and send temporary login credentials so I can attempt to reproduce and diagnose the issue on a hidden test page.
Sincerely,
Drew O’NeillHi,
I’d have to see the live site to check the code, but if you have a caching plugin installed then you need to clear the cache.
Sincerely,
Drew O’NeillHi,
Thanks for using EasyRotator for WordPress. Can you please provide more details on what you mean by “it appears well enough in the preview, but not on the website”? Which preview do you mean? The most likely explanation is that you have a caching plugin that’s preventing the changes from appearing on the live site.
Sincerely,
Drew O’NeillHi,
Thanks for using EasyRotator for WordPress and sorry for the slow reply! I must have overlooked this post.
The plugin is designed with speed optimization in mind, and the built-in Image Optimizer (on the Tools menu) helps you optimize your images as well. Overly-large image files are most often the culprit for slow-loading rotators, so I recommend you make sure you’ve optimized the images.
Sincerely,
Drew O’NeillHi Peter,
I apologize, but I’m not fully clear on the issue based on just your description. Can you please include annotated screenshot(s) as well as a link to your page?
Sincerely,
Drew O’NeillHi,
To learn about scaling/cropping options, see: http://www.dwuser.com/support/easyrotator/kb/photo-cropping/
To learn about making a rotator responsive, see: http://www.dwuser.com/support/easyrotator/kb/responsive-dimensions/
Sincerely,
Drew O’NeillForum: Plugins
In reply to: [EasyRotator for WordPress - Slider Plugin] descriptionHi @morene,
You’ll need to add the description in the Description text field: http://i.imgur.com/Dvtm4DO.png
Sincerely,
Drew O’Neill
DWUser.com SupportHi,
No problem; just let me know when you’d like me to look at it.
Sincerely,
Drew O’NeillP.S. If you have a minute sometime, we always appreciate plugin reviews.
Hi Peter,
Thanks for using EasyRotator for WordPress. If you want to use a post’s content instead of its excerpt for a slide description text, you’ll need to update the following line (around 1796) in
plugins/easyrotator-for-wordpress/engine/main.php:$description = $post->post_excerpt;To be:
$description = $post->post_content;You may want to also update the code to trim the text.
Please let me know if you have any other questions.
Sincerely,
Drew O’Neill