Usage of undefined constants -> PHP warnings -> of course this will work on production, but i just can’t work on my dev server while my eyes are bleeding because of xdebug notices.
]]>Hi. I have 20 images to show, using posts/slug and featured images. Although I have set Number of Images to 20, *and* added ‘limit=”20″‘ to the shortcode in the host page, *and* the preview works fine, when I view the page it only shows 10 pictures. I’ve checked the post categories and other settings and they’re all correct as far as I can tell.
Any ideas?
Thanks for a super product – hope it doesn’t become obsolete with further WP development!
Thanks for any help on this problem –
]]>Today Easy Nivo slider started showing an error message (and messing up my home page) referring to line 31 in filosofo-custom-image-sizes.php. Here is the simple fix I found:
1. Comment out (or delete) line 31 which reads
$size_name = trim($size_name);
2. Go to line 38 and replace
empty( $meta['sizes'][$size_name] )
with
empty( $meta['sizes']['thumbnail'] )
Hi all.
Someone uploaded a very large image by mistake, and I can’t delete it because the red ‘x’ is over the right hand side of the page and is cropped as a result.
Any ideas? Or is there a way of moving the ‘x’ to the left hand side through editing the plugin?
]]>Hi all,
I am using easy nivo slider plugin. I am facing problem with changes in slider images.
when I create new post and select images from ‘Addd Media’ then add nivo slider current post shortcode, it is working fine.
but when I made changes in images No changes affect to slider,
Nivo slider display old images.
What can be solution for that or I have to move for other plugin for this task?
please reply,
thanks
variable and functional errors
Notice: Undefined offset: 60 in D:\xampp\htdocs\WP\wp-content\plugins\easy-nivo-slider\easy-nivo-slider.php on line 152
Undefined index: debug in on line
and many more
]]>In the Features list on the WP plugin page, it says that one can “Generates a slider using the attached images from a post or page.”.
Where is the option for selecting images from Pages?
There are only options for “Categories” and “Posts”, no list of a site’s Pages.
Easy Nivo Slider doesn’t work
]]>Hey everybody, right now I insert images into a post and then click the nivo button and add the slideshow and set it to use images from current post. The slideshow displays fine, but I would like the original images that are in the body of the post to be removed. Any ideas?
]]>raw php code is showing on the page above the actual slideshow
get_easy_nivo_slider_for_nextgen:
array(2) { [“source”]=> string(7) “nextgen” [“gallery”]=> string(1) “3” }
sns_set_slider_id:
2
Prepared parms:
array(23) { [“source”]=> string(7) “nextgen” [“gallery”]=> string(1) “3” [“ID”]=> int(2) [“size”]=> string(5) “first” [“width”]=> string(3) “400” [“height”]=> string(3) “300” [“linking”]=> NULL [“slices”]=> string(2) “15” [“caption”]=> string(4) “true” [“captionOpacity”]=> string(3) “0.8” [“effect”]=> NULL [“speed”]=> NULL [“pause”]=> NULL [“pause_on_hover”]=> string(4) “true” [“arrows”]=> string(4) “true” [“hide_arrows”]=> string(4) “true” [“controls_buttons”]=> string(5) “false” [“controls_numbers”]=> string(5) “false” [“controls_thumbs”]=> string(4) “true” [“controls_offset”]=> NULL [“controls”]=> string(4) “true” [“class”]=> string(33) ” easy-nivo-slider-controls-thumbs” [“number”]=> int(10) }
HI guys
i installed Easy Nivo Slider on my WP site https://musicanueva.es but it doesn’t work…
I see the preview of the slider but no way I can put it on my homepage…
In the widget space I only have ‘nivo slider for current post’ and ‘nivo slider for post type’.
any help to insert the slider in the page?
]]>when activating the latest version of jetpack, the images from my sliders disappear.
https://www.birdspix.com/outside-north-america/birds-of-costa-rica
]]>None of the Navigation functions work like button or number navigation
Is there a short code to invoke it?
]]>Hi,
Version 1.6.1
I’ve tried this on my demo website
(https://www.mountgambierwebsitedesign.com.au/demowp2/advanced-trees/nivo-test) and I can’t get anything to work. I tried with featured posts and kept getting no image found. So in the end I loaded Nextgen to see if I could get it to work with that. It now shows one image and no thumbnails or navigation. I’ve tried at different speeds to see if that was the issue and deactivated other slideshow plugins in case that was causing a problem.
Any suggestions?
I have left it in debug mode in case that helps….
Thanks,
Karen
How can I add this with PHP instead of shortcode?
]]>Hello all,
I needed the answer for this and it wasn’t posted. After some digging in the WordPress codex I found out the answer.
The title code is found in the current-post-list-images.php file on lines 72-74 (this is for version 1.6.1 of the plugin):
<br />
echo '<img src="'.$arr_image[0].'" '.<br />
(('true' == $parms['caption']) ? ' title="'.get_the_title($id).'"' : '').<br />
$thumbnail.'/>';
change this to:
<br />
$thecaption = apply_filters( 'the_caption', $image->post_excerpt );</p>
<p>echo '<img src="'.$arr_image[0].'" '.<br />
(('true' == $parms['caption']) ? ' title="'.$thecaption.'"' : ''). //.get_the_title($id).'"' : '').<br />
$thumbnail.'/>';<br />
The first line of code grabs the caption info and stores it in the variable $thecaption. Image captions are stored as the image’s post_excerpt. Then we modify line 73 to show the info we have stored in $thecaption.
Hope this helps someone else out. Best wishes,
Brian Peterson
[email protected]
kismetwebdesign.com
Hey man,
First of all: love this plugin! Thanks for building it!
I use all three slides, but the widget slider is only showing two slides. (two controls are visible, and two slides are showing)
I set the widget up with: Number of slices: 15
linking: off
caption: on
caption opacity: 0.8
navigation: all on
jump to slide: only first option on
Is this normal for the widget slider? And is there a workaround for it? The other sliders are working great!
]]>hello, I can’t get the slider to use images from a taxonomy. It seems to include images from the whole post type and doesn’t limit by taxonomy and term.
settings> nivo slider> preview (tab)> image selection>
post type: My custom post type
Taxonomy: My taxonomy
Term: my term
Hi, I am using Theron Lite Theme that has a nivo slider on homepage by default. I like it that way. Now, when I try to use Easy Nivo Slider for my nextgen galleries, it breaks the Nivo slider on the homepage of the theme. What can I do? Please, I need very detailed step by step description. I am a photographer not a pc guru. Thank you.
]]>I want to place slider on various pages so that it shows images attached to that post, I’m using ‘current post’ option, but it displays slider and the images themselves below it too, which doesn’t make sense if I already have them in the slider, how to remove them?
]]>Whenever I add text to the page containing the Easy Nivo Slider code
[nivo source=”current-post”]
the slider breaks and I get a message No images Found.
When I revert back to an previous version of the page the slider re-appears?
]]>I report was written by ssrini one year ago as it happens exactly the same to me now. Any news about solving this problem? Should i give up? Please let me know asap, is quite urgent. thanks.
I enabled NextGen images. If the short code is included [nivo source=”nextgen” gallery=3] in a page then the slider is not displayed. If I add a widget to the sidebar then both the sidebar and the page slider are displayed. If I remove the widget the slider in the page is not displayed again.
I switched on debug, the following is printed when only the shortcode above is included in a page:
get_easy_nivo_slider_for_nextgen:
array(2) {
[“source”]=>
string(7) “nextgen”
[“gallery”]=>
string(1) “3″
}
sns_print_slider_styles:
It stops there.
Please help
]]>The slider is very small for some reason.
How do I increase the length?
Thx,
]]>I’ve just downloaded this plugin and its compeletly crashed and locked me out of my site whilst showing this message:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/users/uks68260/html/millhavenplace.co.uk/wp-content/plugins/easy-nivo-slider/3rd-party/filosofo-custom-image-sizes.php on line 13
I desperately need access to my site. Someone please help!
]]>Slider broke somehow. It was working and what caused it to stop not sure. Disabled all plugins one by one but that didnt seem to solve it.
I’m using categories and as you can see it only shows one image and not 50
https://radelaidecoffee.com/
I had to disable the ‘Load Custom Image Sizes plugin….’ because it was causing an error on all the images i have in the media section of wordpress. I thought that may of fixed the problem but not.
Have tried heaps of other sliders but what i need is to have the ablility to use categories, and easy nuvo worked the best (and easiest) so hoping to try and figure out what the problem is.
thanks.
any suggestions?
]]>Take a look here: https://saravilassantiago.com/portfolio/first-steps/
As you can see right behind the title you get this code showed.
Any help, please?? ??
]]>Activated this plugin and the Network Dashboard stopped pulling up. Made certain this was the only plugin active and it still created the error.
]]>hi
i use this slider.
i want to show category-list slideshow in my template
how can i use this plugin? is there any temp code for it?
Hello,
I’m using the shortcode of…
[nivo source=”current-post” orderby=”menu_order” effect=”fold” pause=2500]
The slider pulls the right images, orders them right and the effect is right, but the pause is ignored. Tried adding along with a speed and putting the value(s) in quotes, but it still just flies through the images. It also flies through them if there is no pause set at all, definitely quicker than the 3000 default pause.
Any ideas?
Thanks!
Philip
]]>Can anyone help me out with why my images won’t properly resize as the browser window does? In other words, my slider images are getting cut off instead of shrinking with the proper ratio. I have the slider outputting into a figure html5 element:
figure{margin:0 auto;width:100%;max-width:900px;}
Then in styles for smaller screen sizes, I have:
figure{margin:0 auto;width:100%;max-width:700px;}
and the images within the slider get cut off pretty bad.
]]>