Fatal error: Call to undefined method cnhk_public::cnhk_slider() in /home/dirname/public_html/dirname2/wp-content/plugins/cnhk-slideshow/public/functions.php on line 12
I am using Gantry 5 as Theme Framework.
Please, advice at your earliest.
Thank you in advance.
Best regards,
Angelo.
]]>Please see https://www.reinke.re
I use two captions on each slide of the show. While moving them exactly into the spots I want them to have I had to use the “Style and Position” dialogue a couple of times.
I noticed two things:
1. CNHK slider automatically decreases X and Y position of the captions by 1 everytime I use the “Style and Position” dialogue. E.g., if you enter positions “100” (horizontal distance from left border of slide) and “100” (vertical distance from top of slide), the press “Apply changes” and then directly return into the “Style and Position” diaglue, the position will be 99, 99.
2. Furthermore, the system seems to store new instances of edited captions whenever I use the “Style and Position” dialogue” and finish with “Apply changes”.
You can see that on https://www.reinke.re directly! There is huge pile of captions! However, in the list of captions on the slide, this pile does not appear! There you only have two captions!
Can you look into this, please?
]]>I took over updating a website. https://www.magniglobal.com. it used to have a three-image slide show on the home page. How do i get it back?
]]>Hi,
I had one of your slideshows as php in my home template, yet when I did the update and created a new slide, I copied the php (new slider) into my home template, same spot, and it wasn’t working – I get Server Error 500?
Hi,
first of all this is an amazing plugin – love it!
i’m trying to create a video slider like in the plugin’s demo –
https://cnhk-systems.com/slider/video-slider/
can you please assist me and instruct me how to do that?
thanks in advance,
eli
I have a slideshow included on page, not in a widget, have tried
‘[cnhk_slideshow name=”your Slideshow”]’
and
‘[cnhk_slideshow]your Slideshow[/cnhk_slideshow]’
and the text which should be above the slideshow is peering through when
it is supposed to sit underneath. any ideas on styling?
I cant show link as site is currently under maintenance mode…
]]>The caption editor for this plugin makes use of the WordPress visual editor. Is there any way to edit caption in HTML? I was kind of surprised to see this, since it seems like it would be easier to implement the HTML editor in the first place.
]]>Hi,
I really like this plugin and i have used it for a website for one of my clients however the menu item for this does not show upo when the user is an editor? is there anyway i can make it show up for the editor role in the admin? please help.
thanks in advance
]]>Hey – great plugin.
1. Is there a way I can reverse the order of slides so it shows the latest ones at the top, not the bottom? I have dozens of slides and it’s tedious to scroll all the way up and down.
2. Is there a way to paginate the slides so it doesn’t load dozens of slides everytime?
Thank you!
]]>Currently code fails to detect mobile keywords if found at start of User-Agent string..
Code needs to account for this:
FILE: cnhk-slideshow/classes/cnhkss.class.php
LINE: 147
public function front_script()
{
$iPod = stripos($_SERVER['HTTP_USER_AGENT'], "ipod") !== false;
$iPhone = stripos($_SERVER['HTTP_USER_AGENT'], "iphone") !== false;
$iPad = stripos($_SERVER['HTTP_USER_AGENT'], "ipad") !== false;
$iOS6 = stripos($_SERVER['HTTP_USER_AGENT'], "1001") !== false;
....
if (($iPod || $iPhone || $iPad) && $iOS6) {
wp_enqueue_script('cnhk-cycle-ios6', CNHK_SCRIPT_URL . 'ios6fix.js', array('cnhk-cycle'));
]]>
Hi-
I have set up a slide show for my webpage and have tried to install it adjacent to an image gallery using short code.
It is not visible. Please advise.
Thanks,
Kevin
]]>Hello,
How do I change the size of my slideshow? Currently it is just HUGE on my page and depsite decreasing file size and trying to overide the size settings with shortcode, nothing is helping. Any tips?
]]>Dear Zulu,
Thank you for the nice comment. However, I am not sure how you could see my slideshow, and I cannot see it on IE 10 nor Chrome, on any of my computers, nor my cell phone! My “Gallery” page is just blank. How do I know where the CNHKSlideshow is so as to have it show up on the proper page? I don’t see instructions to designate the location of the completed show.
Would you also be so kind as to let me know where the Cnhkslideshow stores the images I upload?
Thanks so much, I am really looking forward to seeing this work!
Sincerely,
Terri
https://www.aignergraphics.com
[email protected]
I have downloaded this slideshow plugin both directly from the Pandora plugins page as well as downloading it (again) directly from this site.
Your latest version, 2.1.1, is installed in my Plugins directory of the Pandora theme on my site. I have uploaded all my slides. I have dragged them all from the left to the right column (but here I must submit that you have left out a step in your instructions – one must FIRST click on the tiny EDIT/DELETE link in the far right column, THEN drag the image from the left into the body of the new post text box that appears! Took me an hour to figure out what was wrong… but your instructions have omitted this step.)
Anyway, did all that. My slides no longer can be re-arranged once I’ve dragged them over. The MAIN PROBLEM is the show STILL will not even try to display.
I cannot see where I have failed to do anything in any of the threads…my slideshow name is entered correctly, too, best I can tell.
The site I am working on is 72.52.180.111.
Would you please look at tell me what I am doing wrong?
Thanks so much.
Terri
Have this error message :
Warning: Illegal string offset ‘caption’ in /homepages/31/d462060791/htdocs/wp-content/plugins/cnhk-slideshow/classes/cnhkss.class.php on line 125
Thanks, my url is https://www.pastouch.fr
]]>I would like to put text on an image in this slider … is it possible ?
Thanks
]]>Hi there,
I really am enjoying your plugin for the simplicity of creating a responsive slideshow. However, I’m trying to figure out a way to output the slide’s title as a caption on the front end. I’m quite surprised that when trying to output anything inside of the foreach loop, inside the template slideshow.php, it wont actually output!
<?php if ('No Link' == rawurldecode($options['slides'][$slide]['link'])) : ?>
<div>
<img class="cnhk-slide" alt="" title="<?php echo esc_attr(stripslashes($options['slides'][$slide]['title'])) ?>" src="<?php echo esc_url(CNHK_UPLOAD_URL . $options['slides'][$slide]['src']); ?>" />
<small><?php echo esc_attr(stripslashes($options['slides'][$slide]['title'])) ?></small>
</div>
<?php else :?>
What am I missing here?
Thanks,
Josh
]]>Is there any way to make the images in your slideshow display randomly? For example, every time a user visits my page that contains the slideshow, it should start on a different picture.
Thanks for any help.
]]>Firstly awesome plugin! It works fine on a desktop but when I view it on an iPhone it appears to create a lot of space below the slider, if the device is turned horizontal it then corrects itself. I have used both the shortcode method as well as inserting into the header.php. Is there something I have done wrong? Thanks
]]>Hi, Rija…
i used and installed the plugins inside my wp site, but
it seem that the slideshow is not shown at my wp site…
i did read all of the support messages here, but i still cannot make the slideshow works…
what i do :
add/upload 2 slides images….
i did create “tryout” slideshow name….
drag the slide images from left side to the right side (slide order from top to bottom)…
apply the cnhk_slideshow to sidebar widget… and choose the existing slideshow “tryout”..
but still, i cannot see the slideshow… :<
not only at the widget, i did try to implement it in my first post, but, still nothing…
this will be my site where i try to implement the code :
https://crystalprocovers.com/wp-portfolios/1/
did i missed something here?
]]>Just installed this plugin, loaded a few slides, created the short code and get a blank page showing the short code, no slide show. Sorry.
]]>Hi, Can you show the shortcode?
]]>Hi, Very nice! Could you show the shortcode?
]]>Hi,
I have yet install. This looks exceptional! Could you show a shortcode example on a post and/or page? I bulk upload posts via csv importer and would like to place in a fullscreen background slideshow. As of this writing, I can’t find such a free template. I have found a slideshow that is responsive, driven by shortcode and permits me to define the images within the shortcode. However, it it is not fullscreen background with the post over the top.
Tags: fullscreen responsive background slideshow
Best, J
have followed all of the setup instructions, the slides are in place in each slideshow. however when i use the shortcode copy pasted as indicated and I change the slideshow name to the one i wish to display, nothing shows up at all. I’m not really a programmer so Im sure I’m just missing a simple fix somewhere.
]]>I have about 35 slides to go between about 10 slideshows. The first slideshow I made works great. The rest, it’s putting in random slides that are not assigned to that slideshow and when I remove them and replace them with the correct ones and order them – the moment I hit save it puts the random image back in.
So for example:
Slide #9 shows up in several slideshows it it not assigned to.
In Slideshow #5 Slides #9, #14, & #15 appear in the slideshow and when I remove them, as soon as I hit save they are back.
How can this be resolved?
Thanks
]]>Does this plugin support multisite Network?
I install the plugin and I dont have the option Network Activate and I can use only in the first site I create and in the others on settings tab appear a error message:
“Data corrupted. Cnhk Slideshow must be reinstalled.”
TY
]]>Thanks for a great plugin.
When I use the fade transition option in my frontpage slideshow there appears to be a small imagefile-not-found-icon in the top/left corner. It’s only visible when the transition is occuring and disappeares right after. I have checked it in Chrome, Firefox and IE9 and it’s the same in every browser (though the icon is different).
Link to page https://nytdesign.gredstedbroegnen.dk/ (Danish site)
I also had a problem with the drag/drop page. Sometimes when I move files to the right column and saves some other images suddenly appears in the columns. Think it could be a problem with the filenames if there are more files with the same name.
An Example:
I have two slideshows on two different pages, but one of the images needs to be the same. So I upload two of the same image and assign them to my two slideshows.
Could that mix up something so that i’m seeing these images appear in the drag/drop columns?
And a suggestion to future updates: assign an image to more than on slideshow.
Thanks again for a great plugin.
I hope to hear from you soon.
David
]]>Hi! Seems like a nice Plugin but i cant upload my pictures that i want to be in the slideshow. It says “HTTP errer (401)” and i have tested with all kind of pictures with all kinds of sizes and format.
Whats wrong?
Thanks!
]]>I’ve made a slideshow as follows:
Named the new slideshow ‘home-slideshow’.
Uploaded 5 slides and selected ‘home-slideshow’ for each.
In Settings, I set the width to 700 and height to 360 (the size of the slides), left the width set to Fluid in the right column and unticked ‘Display navigation buttons’.
I put the shortcode [cnhk_slideshow name=’home-slideshow’] into the editor window for the home page. I can’t see anything else I need to do.
The slideshow does not appear in the home page – presumably it works on pages as well as in posts?
Malcolm
]]>