• Site is: polkeldercare.com

    On mobile, specifically iPhone, the slider only shows one logo.

    I only made this change based off of some customizations given on this forum:

    .logo-img {
    height:80px !important;
    width:180px !important;
    padding-right: 15px;
    padding-left: 15px;
    }

    #logo-slider-wraper {
    margin-left: 80px; }

    Besides that, can’t find an issue… I don’t need the slider responsive, so.. Any help?

    https://www.ads-software.com/plugins/logo-slider/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Same Issue here. Did you find a solution at all.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks for reporting this. I will look into it ASAP

    I’m also having that issue at https://www.fixnzip.com

    A temporary fix:

    Open logo-slider.php and go to line 536, which contains this code:
    $num_img = $wp_logo_slider_settings['num_img'];

    After this line add the following code:
    $img_num1 = $num_img;

    This will prevent the plug-in from only displaying one image on certain devices (which are set at the lines of code below line 539). Of course this modification will disappear when updating the plug-in, hence it’s a temporary fix.

    Hello! I have the same problem:

    On mobile, specifically iPhone, the slider only shows one logo.

    I tried this way:
    Open logo-slider.php and go to line 536, which contains this code:
    $num_img = $wp_logo_slider_settings[‘num_img’];

    After this line add the following code:
    $img_num1 = $num_img;

    But nothing happened, the problem is the same.

    This is the site:

    https://wordpress.reinhard-bog.at/

    Thank you for your help…

    Anyone here who has an idea? Thank you very much…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Only one logo appears on mobile’ is closed to new replies.