Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #428216

    I installed disqus plugin and as you can see below,
    background removal

    it moves my background image lower in the page.

    How can i change that? with default comment system everything is fine.

    #428220

    Hey georgesociel!

    Can you please post the link to your page?

    Cheers!
    Yigit

    #428396
    This reply has been marked as private.
    #428730
    This reply has been marked as private.
    #428837

    Hey!

    Can you please update Enfold to the latest version 3.1.3 firstly – kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #429248

    I am afraid the problem is still here. I updated the theme but nothing changed.

    #429990

    Hi!

    Have you figured it out already? I can no longer see the issue on your page – http://i.imgur.com/PFzlY6s.jpg :)

    Best regards,
    Yigit

    #430994

    Hello Yigit,

    i am afraid not. the problem is still there. I am trying to find a solution. Anything from you?

    Regards,

    #431768

    Hey!

    I can see the issue, however, we don’t provide support for third party plugins. Please contact the plugin author. Anyway, you can try this in the functions.php file:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	$(window).on("resize", function (event) {
    		if (event.originalEvent === undefined) {
    			var alien = 'alien';
    			console.log(alien);
    		} else {
    			var human = 'human';
    			console.log(human);
    		}
    	}).resize();
    })(jQuery);
    </script>
    <?php
    }

    The issue fix itself when you resize the browser so, maybe, the code above will help.

    Regards,
    Ismael

    #432720

    Thank you for your reply Ismael,

    i am afraid that the problem is on the theme. Because i just tried another comment system (evolved comment) that has the same problem. You can see it again in the url you have.
    I understand that this is not a common issue, so i am guessing if i must try to make a clean install of the theme, OR if there is another problem with the background image! Is there something special with the background image?

    Regards

    #432725

    Another important note.

    With the evolve comments, i have the option to log in with gmail, facebook etc.
    Logging in with gmail makes the comment area twice the size (height) than if choosing facebook.
    The error i described appears only when choosing gmail and not facebook.

    So again i am thinking if there is a problem with the size of the comment system and the background image.

    (It is just a thought i am sharing :P )

    Waiting for your reply,
    Regards,

    #434564

    Hey!

    Ok. Try use larger images with a minimum width of 1500px.

    Cheers!
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Disqus plugin removes page background’ is closed to new replies.