Forum Replies Created

Viewing 15 replies - 16 through 30 (of 48 total)
  • Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    you’re welcome

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hello,

    Sorry for the very delayed response. I’ve been away for a while.
    The reverse and random order will be introduced in the next version. And also the possibility of multiple file upload. I’ll will try to find a more friendly way to handle the rearrangement of numerous slides.
    But I’m still very busy for at least 3 weeks. Sorry again.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hi,

    You’ll need to edit the file named “cnhkss.class.php” in the classes folder. Find in this file the word “manage_options”. There are 3 instances of it around the line #176. replace it to “manage_categories” and it’s done.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    The answers to the two questions are no and no. Sorry.
    The multiple-file upload is hard to handle with the code structure of the latest version (2.0+), and unfortunately I do not have enough time now to do this.
    The second option you asked is more easy to implement, and there is actually a solution for this, but it’s very tricky for someone who is not familiar with programming a WordPress plugin.
    But as you’re not the first user who asked for this I will include this option in the next version. But I will not be able to work on it for at least one month or maybe more.

    Regards.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    On those pages, the plugin’s version you used is the 1.1. It is a really old version and has some known bugs (and maybe some others unknown). The version right after it (1.1.1), fixes those known bugs, and especially the one that sometimes creates problems when re-arranging your slides.

    The best option is to install the latest version. But, any upgrade from a 1.x version will erase all the slides and settings already present. So, please back-up your current images before performing the upgrade. I wrote that the latest 2.1.1 version requires at least WordPress 3.6.1 but it should work fine with a 3.6 too (the WordPress version you are using on the site you mentioned).

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hello,

    Can you please give me an url of a page where the two slideshows are running?

    Thanks.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hi there!

    Sorry for the delay, but I’m just very very busy now.

    I looked the site (72.52.180.111) you mentioned on the other post and found the gallery page (https://72.52.180.111/gallery-3/). It seems that you drag the thumbnails on the wrong page. You’ve probably dropped the thumbnail on the caption’s dedicated editor (after landing on the edition page by clicking the edit link).

    The drag&drop operation occurs on another page.

    On your admin panel, the plugin creates one main menu called Cnhk Slideshow, which have two sub-menu: Slides (let’s call it A) and Slideshow (B).

    First, go to page A:
    click on the thumbnails on the right part of the screen. And editor will appear. Delete the content of this editor (the thumbnail) like deleting everything else inside posts or pages and save the changes. If the editor doesn’t show up, you can do this by clicking the edit link you’ve used before. You will have to do this with all slides (64 when I visit the site ?? ).

    Secondly, go to page B:

    This page has two tabs. One called Slideshow, the second Slides order. The drag&drop operation happens here, on this second tab of the B page. You can also re-arrange the display order of your slides.

    Normally, the slideshow will work properly after you remove all the thumbnails nested in the caption zone.

    Regards
    Rija

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hi,

    There was a little mistake on that line. Just upgrade to the next version and its done.

    I noticed that it is a french site. I didn’t change nothing but the concerned line. So, if you use a translation file, you do not need to recreate a new one. Just back up the current file and re-install it (re-upload) as is, after the upgrade process.

    Thank you for reporting the error.
    Have fun!

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    The version #2.1 is online.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hi,

    The next version is almost ready. It will allow you to add some text (or rich text) individually for each slide. I just need to make miscellaneous checks. I will release it in the next few hours.

    Thanks.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hi Josh,

    It’s because this part of the file is used only when slides are not pre-loaded (the delay in the slideshow setting is set to 0). Otherwise images are loaded via javascript and inserted into the page after all slides are loaded or after the defined delay.
    But inserting additional html code (even by javascript) will require to modify/add some css rules.

    I mean to add the overlay functionality as shown at the Cycle2 plugin’s website. But I just don’t have the time to do it for now. I guess I can achieve it this month but I can’t be more accurate. Sorry.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    You can possibly edit the “front.js” file and add an extra option (between line 37 and 46).

    {
        fx : cnhkOptions['slideshows'][this.slug]['fx'],
        timeout : cnhkOptions['slideshows'][this.slug]['timeout'],
        speed : transSpeed,
        manualTrump : false,
        slides : ' .cnhk-slide',
        log : false,
        swipe : true,
    };

    add random : true, below the ‘swipe’ option.

    But note that all slideshows (using this plugin) will display their slides randomly.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Thanks.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Ok.

    it’s not an iPhone-specific problem.

    You will need to edit this plugin’s file: “./scripts/front-css.css”.

    If you don’t have direct (ftp) acces to it, in your dashboard go to menu “ >> Plugin >> Editor“. Once in this page, at the top-right part of it, choose and select (click) the plugin to edit (Cnhk Slideshow).

    Then now, on the right side of the page there should be a list of files. The concerned file is in the middle of the stack – the 11-th from the end – (cnhk-slideshow/scripts/front-css.css).

    The first rule (the 1st block) in this file looks like:

    .cnhk-slideshow {
        width: 100%;
        height: auto;
    }

    You’ll need to add “!important” to the last property. So the first rule should look like the following:

    .cnhk-slideshow {
        width: 100%;
        height: auto !important;
    }

    Don’t forget to save changes by clicking on the “Update File” button.

    Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    Hi,

    Thank you for using/trying the plugin.

    No, it seems you’ve done everything right. But unfortunately I don’t have any iOS device (and have not found one around me). So I really don’t know how can I help you more.

    Sorry.

Viewing 15 replies - 16 through 30 (of 48 total)