badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Logo slider for site

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #52647
    Heidi
    Participant

    Hi! I have need to use logo slider on top of the site, before logo+mainmenu area. I found this plugin (https://themepalace.com/downloads/wen-logo-slider-pro/) and all it needs is to paste this code to template: <?php echo do_shortcode(“[WLS id=’3767′]”); ?>
    I just don’t know where to paste it. I tried few places but slider always appears below header area (on front page after image slider).
    Can I get help for this?

    #52648

    Hi Heidi,

    You like to add that plugin shortcode in the theme? Code customization is required. We recommended you not to change the code. If you change the code then while updating to new version all your customized code will be lost. So better make child theme so that your content will not be lost.

    If you are not familier with it then hire a developer to fix it or make direct changes in the code and each and every time when you update to new version the same shortcode you need to add it again.

    Go to theme folder -> inc -> structure -> header-extension.php on line no 143 and 147 you will find below code and replace it with your shortcodes.
    <a href="<?php echo esc_url(home_url('/'));?>" title="<?php echo esc_attr(get_bloginfo('name', 'display'));?>" rel="home"> <img src="<?php echo $header_logo;?>" alt="<?php echo esc_attr(get_bloginfo('name', 'display'));?>"></a> with

    <?php echo do_shortcode(“[WLS id=’3767′]”); ?>

    Thank you!

    #52651
    Heidi
    Participant

    Hi, I don’t want to replace anything, I just need horizontally scrolling logos above the themes logo + mainmenu area. Logo slide can be added with code <?php echo do_shortcode(“[WLS id=’3767′]”); ?>

    #52653

    Hi Heidi,

    On line no 118 and 140 you will find <section id="site-logo" class="clearfix"> add your shortcode after this mentioned code.

    Thank you!

    #52655
    Heidi
    Participant

    Hi it did not work at all. I tried to put the code to other row (154) and got this (see image link). I is what I need but does not look good yet because of margin below logo slider..

    https://dl.dropboxusercontent.com/u/17092571/site.PNG

    #52662

    hi Heidi,

    Please put that logo in your live site and provide us the site url and we will see and provide you the specific custom css code to remove the margin. We cannot provide you the code without viewing your site.

    Thank you!

    #52664
    Heidi
    Participant

    Hi, I added it to test page only for now, see http://www.valepa.fi/testi/
    It does not work on mobile nicely but I think that maybe I’ll have to ask support for that from plugin developer?

    #52668

    Hi

    Please add your shortcode before <div class="hgroup-wrap"> at theme folder -> inc -> structure -> header-extension.php

    Thank you!

    #52669
    Heidi
    Participant

    Ok, I did it, now there is a margin http://www.valepa.fi/testi/

    #52689

    Hi Heidi,

    Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS paste the following CSS code and Click on save all changes button:

    .slick-slider {
    	margin-bottom: 0;
    }
    .wls-wrap {
    	padding: 0;
    }

    Thank you!

    #52709
    Heidi
    Participant

    Hi! Thank you so much!

    #52712

    You welcome Heidi

    Thank you!

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.