Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in …/wp-includes/functions.php on line 3193
This is caused by line 42 of ycyclista.php . To remove the notice just add a ‘@’ (at) symbol to the beginning of the line:
@add_options_page("yCyclista", "yCyclista", 1, "yCyclista", "ycylista_admin");
Not sure exactly how to actually fix it.
]]>]]>PHP Notice: Und`efined variable: output in …/wp-content/plugins/ycyclista/ycyclista.php on line 232</blockquote>
Fix: change line to
if(!isset($output))$output=''; $output .= '<div id="ycyclista_frame">';
<blockquote>PHP Notice: Undefined variable: content in …/wp-content/plugins/ycyclista/ycyclista.php on line 291</blockquote>
Fix: change line to
if(!isset($content))$content=''; $output .= "</div>" . $content;
very unfriendly plugin. The description of it should be totally rewritten.
]]>very useful plugin!
but… it doesn’t work with Hybrid theme ((
the problem in own html gallery code…
also plugin rewrites default [gallery] shortcode, so some lightbox powered plugins have conflict (“jQuery Lightbox For Native Galleries” for ex.) (((
maybe you will use plugin-name based shortcode (like WP-Cycle uses [wp-cycle])?
in this case yCyclista wouldn’t conflict with other themes or plugns!
thanks!
]]>Hello,
I love your plugin- really nice and simple, which is exactly what I’ve been looking for after all the complicated ones I tried. Generally, if I can’t figure out how to use a plugin easily, say within 10 min., I try another- I just don’t have time :). Your plugin in really simple and it is appreciated!
Now for my question- I want to center the slideshow on the page. I don’t know how to do that. I tried to change the position: absolute; to ‘center’, but that didn’t work.
]]>Hi there.
First of all thanks for taking the time to make this plugin. It looks to be terrific.
I’m just having a couple of issues though.
I have a feeling they might be due to jquery conflicts, so there could be nothing wrong with your plugin, but I just wanted to run them by you first anyway.
The two issues im having are captions not being displayed and images not being resized.
Are there any reasons why this might happen (wordpress setting etc), or could there be some problems with jquery on my site?
Thanks for your time and help.
Cheers
This applies at least to version 1.2. If your hosting environment is not setup to allow for php short tags; the admin for this plugin will not show any FX. Alter line 106 of wp-content/plugins/ycyclista/ycyclista_admin.php and exchange the php short tag with the full tag:
<?
becomes
<?php
Immediately you will see the FX in the admin and the slideshow gallery will work great! Excellent plugin! Easily uses the pre-existant WordPress image functions!
Found all kinds of great results about my favorite band while searching for info on this issue ?? ‘ycyclista no fx’
Hope this helps someone else ??
]]>