CNHK SYSTEMS
Forum Replies Created
-
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] read all support message, but still not workingOk. It might be a problem with PHP.
Try to edit the file: “cnhk-slideshow/classes/cnhkss.class.php”. It’s at the top part of the plugin’s files list when I used the editor on my dashboard (wp 3.6.1).
Look for a function called “wp_head()” within this file. At the end of this function there is something like this:
<script type="text/javascript"> var cnhkOptions = <?php echo json_encode($options, JSON_FORCE_OBJECT); ?> </script>
Remove the parameter JSON_FORCE_OBJECT. So it should look like :
<script type="text/javascript"> var cnhkOptions = <?php echo json_encode($options); ?> </script>
This parameter is unavailable before PHP 5.3.0 while WP 3.6.1 requires only 5.2.4.
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] read all support message, but still not workingHello,
it seems that you’ve done everything right but I can’t see anything at the link you mentioned. To be sure, it’s better if I could see a page where you tried to run the slideshow.
But following the problem that you encountered, I looked on my plugin’s code and noticed something. If you use a security plugin that modifies the WordPress’s constant WP_CONTENT_DIR/WP_CONTENT_URL, or edit the wp-config.php file manually, the problem you described might happen (everything is OK on the backend and nothing on the site). I’m a bit busy now but I’ll fix this issue as soon as I can (tomorrow at the latest).
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] CNhK slideshow and 3.6 not workingYou’re using an unregistered shortcode (the plugin is deactived or your using a wrong shortcode name).
Please ensure that you use [cnhk_slideshow name=”yourSlider”].
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Slideshow won't displayNo. Sorry. But I plan to add this feature for the next version. For now you need to include your text directly on to the image file.
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Slideshow won't displayNo, there is no settings to fit all images to the same size/ratio. May be an additional option for a future version.
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Slideshow won't displayThe short code is correct, but you forgot to drop the slides from the left column to the right. It’s on the slideshow page (below the Cnhk Slideshow menu in the admin panel). On this slideshow page, go to the Slides tab. Ensure that you are editing the “Opening” Slideshow (there is a select input with the list of all slideshows above slides thumbnails, and you have another slideshow named “Intro” in your installation).
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] ShortcodeThe shortode is
[cnhk_slideshow name="my Slider"]
or[cnhk_slideshow]My Slider[/cnhk_slideshow]
where ‘my Slider’ is the name you defined when you’ve created the slideshow (case sensitive).Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Slideshow won't displayIt seems that you’re not using the plugin anymore on the site indicated by the link. It’s an interaction of one of the front.js (it’s in the /scripts folder) file with other plugin or theme script.
Try to place a semi-colon at the start of this file.
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Slideshow Images "showing up"Hello,
I noticed such kind of problems on the reordering and the slides properties screens when the plugin deals with a huge amount of data. I’m already working on a new version of this plugin which will have approximatelly the same features as the curent 1.1.1 version. But the major changes will be the code architechture and especially a better and more reliable (far more reliable) data structure, which I hope will solve your problem.
Another big problem with this plugin is that each time the plugin is upgraded, the all existing slides are erased and this leads to a bug with all existing slideshow. This problem will be resolved too, but upgrading to the new version (2.0) from a 1.x version will erase all existing slides. So, please be sure to have a copy of all images before upgrading to 2.0 because you will need to re-upload them.I will probably finish the new version by the end of next week.Hope I helped you.
Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Does this plugin support Multisite Network?No, this plugin is not intended for multisite use.
Hi,
The shortcode [isc_list] displays only the list of images (in the current post) with their sources specified (i.e. you need at least one image in your post with a source for displaying something).
The parameter per_page goes with the other shortcode [isc_list_all] which display the list of all images on the site (with or without source).Forum: Themes and Templates
In reply to: [Ease] Disabling CommentsIn the WordPress setting page you can allow (or disallow) user to post comment on your future post or page, and each article has his own setting which overrides the one you choose on this setting page. But all already published comments will still show up on your site. Of course you can manually delete these comments via the ‘comments’ menu on the dashboard (normally it’s somewhere between ‘pages’ and ‘appearance’).
Another way to totaly disable comments for this theme is to delete some lines in the comments.php file: from<div id="comments-wrapper">
on line 10, to</div><!-- #comments-wrapper -->
on line 28.
But if you need later to reuse comments, you will need to re-edit this file.Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] image-error-icon showing when using fade transitionHi David,
The image error is due to an error I made in a javascript file. I uploaded a new version that fixes this problem (plus some other bugs or enhancement that I found on the moment). For the drag&drop page, I need more precisions on what exactly happens for make analysis. What are settings for the current slideshow (background? how many slides?), how many slides in the left and the right column at the time you save changes and what you get after.
All slides you uploaded with this plugin are named programmatically, and files are renamed each time you change slide’s title. Even the same image file uploaded twice will have 2 different names (eg slide1.jpg and slide2.jpg). And if you try to give the same title (and therefore the same filename) to two different slides, you’ll get a warning saying ‘This name is already used’ and no data will be updated (both via ajax or the via the edit link on the ‘slides’ screen).
Thank you for the suggestion. I’ve already planned to do some heavy changes/enhancements to this plugin and I’ll include the possibility you mentionned. But unfortunately I’m a bit busy for now, and especially for the next two weeks.
About the drag&drop screen, It will be easier for me to help you if you can post a more accurate description of the problem. I advice you to make the test on a testing environment, not on a live website and try to reproduce the issue many times in order to clearly identify the problem. By doing so, you can deactivate and even delete and re-install the plugin if necessary, without altering a live website.Regards,
Rija.Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Cant upload picturesHi!
http error 401 means authorization (authentication to be precise) problem. Did you managed (recently, i.e. after encountering this error) to upload images from the standard media uploader of WordPress (like if you would like to insert a photo in a page) or from another plugin which allows file upload? If not, you will have to contact your server admin (web hosting).Forum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] Slideshow not workingYou’re welcome.