To insert code use <code>...</code>.
  • KaptinLin,

    I have enabled the Anything Slider on my website and can't get the slider to come up. If I do any of the other slider options, it comes up without any problems. The image is set as the Feature Image and seems to not be picking up when the Anything Slider is enabled.

    Also, I have the latest version (2.2) installed.

    Thank you,
    Kimberly
  • 5 Comments sorted by
  • Hello,

    Is the image works fine with nivo slider?

    Do you have read the document about how to add slider item?


    Can you give me your website link?

    Regards,
    Kaptinlin
  • Sorry, I've been working on other issues. I can't get the anything slider to work properly. My site is currently at http://new.mainstreetmarketdesigns.com.

    Also, some of the images are coming up insanely blurry site-wide and since my site is a graphic design/illustration based site, I need the images to look very crisp. I've tried changing the timthumb.php file to the 100 in quality, however, I saw that there was another quality entry that has .09 as the setting. Do I need to change this as well?
  • Hi,

    You can try this.

    Unzip the files to 'striking/js' folder.


    For the quality of the image, where do you see the 0.9 as the setting?

    Regards,
    KaptinLin
    js.zip
    9K
  • Thank you! The folder worked great! Also, here is the string of text in the timthumb.php file:


    function show_image ($mime_type, $image_resized) {

    global $quality;

    // check to see if we can write to the cache directory
    $cache_file = get_cache_file ($mime_type);

    if (stristr ($mime_type, 'jpeg')) {
    imagejpeg ($image_resized, $cache_file, $quality);
    } else {
    imagepng ($image_resized, $cache_file, floor ($quality * 0.09));
  • Hi,

    I think there is no need to change the 0.09

    Regards,
    KaptinLin
This discussion has been closed.
All Discussions