Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1122884
    Lobsterass
    Participant

    Hi!

    I have the same problem as in this thread. That solution did not do anything for me. Please help.

    My site: http://dev.monroedesign.se

    <3

    #1123159
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1123728
    Lobsterass
    Participant
    This reply has been marked as private.
    #1123849
    Thai
    Moderator

    Hi There,

    Please change to this:

    .s-close {
        position: absolute;
        top: 40px;
        right: 45px;
        color: red;
    }

    And also update the Javascript:

    (function($){
    	$('<a class="s-close" href="#">CLOSE</a>').appendTo('.x-searchform-overlay-inner');
    	$(document).on('click touchend', '.s-close', function(event) {
    		event.preventDefault();
    		$(".x-searchform-overlay").removeClass('in');
    	});
    })(jQuery);

    Hope it helps 🙂

    #1124522
    Lobsterass
    Participant

    Hi Thai!

    Excellent! It worked like a charm. Thank you!

    <3

    #1124984
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1122884 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>