Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter Charaf

    (@zcamine)

    Hello!

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hi zcamine. If you’re putting the slider into your site as content (aka via your WP Admin into a page, post, widget etc) then use the shortcode [logo-slider]

    If you want to put it into your theme itself then do it using the PHP logo_slider(); This would go into a file like header.php or footer.php

    Make sense?

    Thread Starter Charaf

    (@zcamine)

    I put logo_slider(); in footer.php
    and still not working
    I see the shortcode instead
    check here https://www.watchnshare.tk/ (see the bottom)

    To use it in the theme you need to add <?php logo_slider(); ?>.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Yep hoerby is right… sorry zcamine I can see how that wasn’t clear from my previous post….

    Use <?php logo_slider(); ?> to add it in your theme

    Thread Starter Charaf

    (@zcamine)

    ah ok now i see it ??

    but why it shows only one image?, in the logo setting i put 3 logos.
    how can i make it in center of the page?
    the size setting didn’t re-size it but cropped it instead.

    check here https://www.watchnshare.tk/ (see the bottom)

    Add your code before the </div><!– #footer –> tag. Not after the script! Use CSS to get it center.

    Thread Starter Charaf

    (@zcamine)

    ok i put it before thanks

    but can you tell me how to get it in center?
    the images are still cropped not re-sized
    and once I click next the site refreshed and doesn’t show me the next logo

    Make it sure there is more than one image. Images Per Slide = 1 (Note: you always need 1 image more as you want to show! Example: If you want to show 1 you need 2, if you want to show 3 you need 4 images). Add in Custom CSS #logo-slider-wraper { margin: 0 auto; }

    Thread Starter Charaf

    (@zcamine)

    i have 3 logos with their links.
    #logo-slider-wraper { margin: 0 auto; } is still not showing my logo is center

    Thread Starter Charaf

    (@zcamine)

    still no success :/
    can you help please!

    how to get it in center?
    the images are still cropped not re-sized
    and once I click next the site refreshed and doesn’t show me the next logo

    Add the code below to your style.css:
    #ls {width: 960px; border: none;}
    #ls_inner {width: 200px; margin: 0 auto; border: none;}

    and the code below in the theme:
    <div id=”ls”>
    <div id=”ls_inner”><?php logo_slider(); ?></div>
    </div>

    The other issue could be a script problem. Deactivate the other scripts and try one by one.

    Thread Starter Charaf

    (@zcamine)

    Marvelous ??

    the logo is in center now, Thanks a LOT!
    though the images are still cropped not re-sized
    and once I click next the site refreshed and doesn’t show me the next logo

    What is the size of the image? Is there a way to contact you direct? Maybe just add your email for a short time on your page!

    Thread Starter Charaf

    (@zcamine)

    waiting reply

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Am I missing something? it didn't work!’ is closed to new replies.