-
AuthorPosts
-
April 9, 2016 at 6:33 am #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; }
April 9, 2016 at 8:20 am #610525Hey 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!
BasilisApril 9, 2016 at 8:44 am #610530Hi,
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
April 9, 2016 at 9:15 am #610534Hi!
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!
VinayApril 9, 2016 at 9:17 am #610536HI, that is what I have…
screenshot
please advise
April 9, 2016 at 10:03 am #610544Hi!
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!
VinayApril 9, 2016 at 10:19 am #610545Thanks!
Here ya go!
April 9, 2016 at 12:36 pm #610561Hey!
Please make the user as admin. We cannot see the complete dashboard options :)
Cheers!
VinayApril 9, 2016 at 6:18 pm #610634whoops…try now
April 11, 2016 at 6:43 am #611003Hey!
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,
VinayApril 11, 2016 at 9:17 pm #611546Ahoy 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
April 12, 2016 at 12:28 pm #611823Hi!
Ok! we have made change to the code please review the site now.
Best regards,
VinayApril 13, 2016 at 8:04 am #612477Thank 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
April 13, 2016 at 8:12 am #612483Hi!
If you remove the class name “fullwidth-insta” from color section edit options it will appear as before :)
Best regards,
VinayApril 13, 2016 at 9:08 am #612507Cool –
what about this
Also I notcied that the rollover boxes dont quite overlap correctly – any suggestions on that? screenshot
April 14, 2016 at 6:08 am #613484Hi!
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,
IsmaelMay 5, 2016 at 5:38 am #627604Yes, I have the newest version of your theme installed but it is still overlapping weird.
Please Advise
May 8, 2016 at 8:26 pm #628901Hi,
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,
VinayMay 9, 2016 at 3:49 am #628970AHoy,
yeah I added that code via the snippets plugin but it didn’t fix things… please advise
May 10, 2016 at 5:14 pm #630121Hi,
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,
VinayMay 11, 2016 at 12:36 am #630306Thats odd, i need the boxes side by side unfortunately – per my clients request. no worries about that than
May 11, 2016 at 4:07 am #630346Hi,
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,
VinayJune 16, 2016 at 6:04 pm #649342Below 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”June 20, 2016 at 10:49 am #650723Hi,
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,
VinayOctober 25, 2017 at 9:50 pm #868963Hi 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; }
October 28, 2017 at 2:38 pm #869903 -
AuthorPosts
- You must be logged in to reply to this topic.