Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #697506

    Hi everybody,

    is anyone able to tell me how I can re-add a slider next to the logo? After my latest updates to WordPress and Enfold theme, I am missing following code in the header area:

    <div class='container av-logo-container'><div class='inner-container'><div class='korona'></div><div class='slider'>
    <ul class='slider-banner'>
    <li><a href=''><img src='/wp-content/uploads/2015/12/top01.jpg'></a></li>
    <li><a href=''><img src='/wp-content/uploads/2015/12/top02.jpg'></a></li>
    <li><a href=''><img src='/wp-content/uploads/2015/12/top03.jpg'></a></li>
    <li><a href=''><img src='/wp-content/uploads/2015/12/top04.jpg'></a></li>
    <li><a href=''><img src='/wp-content/uploads/2015/12/top05.jpg'></a></li>
    <li><a href=''><img src='/wp-content/uploads/2015/12/top06.jpg'></a></li>
    </ul></div>
    <script>
    window.start=start=function()
    {
    	setTimeout(function (){
    		t=document.querySelector('.slider-banner li:nth-child(1)');
    		t.style.opacity=0;
    		setTimeout(function (){
    			t=document.querySelector('.slider-banner li:nth-child(1)');
    			document.querySelector('.slider-banner').appendChild(t);
    			t.removeAttribute('style');
    			start();
    		},5000);
    	},5000);
    
    }
    start();
    
    </script>

    Best regards
    Rene

    #697549

    Hi rene-griebel!

    I loaded your website and I can see logo just fine.
    Are you sure you hard refresh, before post us the image?

    Thanks a lot

    Best regards,
    Basilis

    • This reply was modified 8 years, 9 months ago by Andy.
    #697550

    Hi Basilis,

    yep. the logo is okay, but I am missing the slider right of the logo. The posted code was there before the updates.

    Regards
    Rene

    #697676

    Hi Rene,

    How did you add it the first time? Since this is a customisation it will be overwritten on updates unless you put it in a child theme: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/

    Best regards,
    Rikard

    #697747

    Please delete this thread – see private content for details. Thanks. Rene

    #698269

    Hi,

    I hided your link from public. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header slider’ is closed to new replies.