Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #610495

    Hi –

    I’m trying to get my instagram feed in my color section to have no space on the sides. I followed this thread but I still have space on the sides and bottom. Thread

    How do I get that space removed?

    This is the code the I have inserted

    #fwcs .container { width: 100% !important; max-width: 100%; padding: 0; margin:0; }
    
    .av-instagram-item {
        padding: 0px !important;
    }
    #610525

    Hey mcraig77!

    I did loaded your web site now, and I can see there is no space right now.
    Can u please check if you clear your cache and eveyrthing looks ok?

    Thanks a lot

    Cheers!
    Basilis

    #610530

    Hi,

    I just tried in a different browser and there is still large white gaps on the sides (screenshot 1+2 ) and bottom (screenshot 3)

    Please advise

    #610534

    Hi!

    The current structure will not allow you to do it easily… Please use a color section and insert the insta widget inside it then we can provide you custom css to make it full width.

    Cheers!
    Vinay

    #610536

    HI, that is what I have…

    screenshot

    please advise

    #610544

    Hi!

    OK! let’s try and set it up for you… please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Cheers!
    Vinay

    #610545

    Thanks!

    Here ya go!

    #610561

    Hey!

    Please make the user as admin. We cannot see the complete dashboard options :)

    Cheers!
    Vinay

    #610634

    whoops…try now

    #611003

    Hey!

    Please refresh the browser cache and review the site now we have added the below css

    /* Fullwidth Insta */
    .responsive #top #wrap_all .fullwidth-insta .container {
    width:100%!important;
    max-width:100%!important;
    }

    Regards,
    Vinay

    #611546

    Ahoy Vinnie –

    Not quite. There is still space on my end – screenshot . I’m trying to make the instagram like this http://www.jaredburnettphoto.com/#portfolio

    Please advise

    #611823

    Hi!

    Ok! we have made change to the code please review the site now.

    Best regards,
    Vinay

    #612477

    Thank Vinnie –

    If I wanted it the old way can I just put in this code – so there is spacing on the sides?

    /* Fullwidth Insta */
    .responsive #top #wrap_all .fullwidth-insta .container {
    width:100%!important;
    max-width:100%!important;
    }

    Also I notcied that the rollover boxes dont quite overlap correctly – any suggestions on that? screenshot

    #612483

    Hi!

    If you remove the class name “fullwidth-insta” from color section edit options it will appear as before :)

    Best regards,
    Vinay

    #612507

    Cool –

    what about this

    Also I notcied that the rollover boxes dont quite overlap correctly – any suggestions on that? screenshot

    #613484

    Hi!

    The dimension of the image overlay is miscalculated. Do you have version 3.5.2? If not, please update the theme. It will probably fix the issue.

    Regards,
    Ismael

    #627604

    Yes, I have the newest version of your theme installed but it is still overlapping weird.

    Please Advise

    #628901

    Hi,

    Please add the below code in your theme functions.php via Appearance > Editor > functions.php

    
    function instaOverlay(){
    ?>
    <script>
    jQuery(document).ready(function() {    
       jQuery(".av-instagram-item").find(".image-overlay.overlay-type-image").css({'left' : '-0px','width': '380px'});
    });
    </script>
    <?php
    }
    add_action('wp_head', 'instaOverlay');

    If you still have any issues please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username

    Best regards,
    Vinay

    #628970

    AHoy,

    yeah I added that code via the snippets plugin but it didn’t fix things… please advise

    #630121

    Hi,

    The code works on my installation however I believe there are other custom modification added to the instagram widget due to which there is a conflict. Please backup and remove any modification added tot he instagram widget and it’s styles. By default there should be a gap between the instagram thumbnails like the below screenshot and we can take it from there :)

    Best regards,
    Vinay

    #630306

    Thats odd, i need the boxes side by side unfortunately – per my clients request. no worries about that than

    #630346

    Hi,

    Once the custom code is removed we can add the new code so there is no conflict.

    If you have any questions please feel free to let us know.

    Best regards,
    Vinay

    #649342

    Below is a response you guys gave at the top of this discussion, I can’t begin to build this as I don’t know where the insta widget is located. Please advise, I’m trying to build this same type of full-width instagram section and don’t know where to start, even after reading through these answers, thank you.

    “The current structure will not allow you to do it easily… Please use a color section and insert the insta widget inside it then we can provide you custom css to make it full width.
    -Vinay”

    #650723

    Hi,

    To fix the instagram image overlay width on hover please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top .av-instagram-item .image-overlay.overlay-type-image {
    	left: 0 !important;
    	width: 100% !important;
    }
    

    Best regards,
    Vinay

    #868963

    Hi mods, same problem with the overlay overhere. Can someone send this solution to headmaster Kriesi? Its not implemented in the latest Enfold version yet.

    #top .av-instagram-item .image-overlay.overlay-type-image {
    	left: 0 !important;
    	width: 100% !important;
    }
    #869903

    Hi,

    We’ll forward this thread again. Thank you for the info.

    Best regards,
    Ismael

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