Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter dan1974

    (@dan1974)

    In plugins/slideshow-jquery-image-gallery/classes/SlideshowPluginSlideshowSettingsHandler.php around line 315

    It says

    // Get settings. Since in version 2.2.X slides aren’t put into views yet, this has to be done manually
    $settings = SlideshowPluginSlideshowSettingsHandler::getSettings($slideshowId, false, $enableCache);
    $slidesPerView = 1;

    if(isset($settings[‘slidesPerView’]))

    {
    $slidesPerView = $settings[‘slidesPerView’];
    }

    By editing this to say:

    // Get settings. Since in version 2.2.X slides aren’t put into views yet, this has to be done manually
    $settings = SlideshowPluginSlideshowSettingsHandler::getSettings($slideshowId, false, $enableCache);

    $slidesPerView = 4;

    I can manually set the number of slides to show on one slider. I have tried several different ways to have this page determine what size the devise is using code like:

    if (screen.width <= 699) {

    $slidesPerView = 1; }

    else

    {

    $slidesPerView = 4; }

    but everything I try has been a complete failure.

    Can anyone point me in the right direction?

    Thanks,

    Dan

    Thread Starter dan1974

    (@dan1974)

    Yes, I did and that works fine to shrink the slideshow but I still see 6 small slides, a miniature of what I see on a desk top monitor. What I want to do is to display 6 images on a desktop and 1 on an iphone so that the 1 on the iphone is larger. What code can I edit to show that?

    Dan

    Thread Starter dan1974

    (@dan1974)

    Thanks Tom for a great plugin and thanks for your advice, that works with Firefox but not with IE. I originally added the source url of the font files since BirchStd is not commonly found installed on computers but it did not help.

    How can I get this to work in IE?

    Dan

    I have a question on this topic. I need the same thing, paid memberships and free memberships that show pages for each member level and also with a page for each member where they can post items for the admin’s eyes only and the admin can reply back on the member’s page without other members seeing that reply. Is this possible with the Member plugin? Will it work with a combination of Member plugin and BuddyPress? The key thing is that only the member and admin see the posts, not other members.

    Thanks,

    Dan

Viewing 4 replies - 16 through 19 (of 19 total)