Forum Replies Created
-
AuthorPosts
-
Hi, thank you, this worked well. There is another issue though, where if you hover over the images, they grow to 100% size, or suddenly jump to be really big. Can you have a look at that? Thank you!!!
I looks like inline code in the tag is causing the issue:
If I comment out the display: block then it no longer makes the image too big.
- This reply was modified 4 years, 9 months ago by i9design.
November 19, 2019 at 6:30 pm in reply to: Fatal Error when adding new products after WP update #1158220I have downgraded to the previous WP version, and still the same error. I have also disabled ALL plugins and still the same error on the add products page.
October 21, 2019 at 6:24 pm in reply to: Links on grid rows creating whitespace between columns. #1149928Thank you. That fixed the problem!
October 17, 2019 at 6:41 pm in reply to: Links on grid rows creating whitespace between columns. #1149007Hi Victoria,
That code doesn’t work even for 1/3 elements. I don’t have it in my code anymore because it caused an error for mobile and it only addresses the one column width when the problem happens to every width. It was just what was suggested as a fix in the past. I’m hoping there’s a different fix that would address all column widths.
As for the height, how would I adjust them because it changes for every screen size because of the text and padding?
Thanks!
October 16, 2019 at 9:36 pm in reply to: Links on grid rows creating whitespace between columns. #1148688Here you go.
October 13, 2019 at 12:16 am in reply to: Links on grid rows creating whitespace between columns. #1147469Here you are.
Thanks.
October 9, 2019 at 10:36 pm in reply to: Links on grid rows creating whitespace between columns. #1146649Here you go. It seems to only do it on screen sizes above 1280px wide.
Thank you for your help. Works great!
Awesome thank you Mike! This works perfectly and I like your suggestion better as well.
Is there a way to have the text be on top of the overlay?
July 10, 2019 at 8:51 pm in reply to: When adding links to grid row columns I get unwanted borders #1117594#top .no_margin.av_one_third {
width: 33.4%;
}This worked though.
July 10, 2019 at 8:30 pm in reply to: When adding links to grid row columns I get unwanted borders #1117584It’s the only thing in the quick css and I’ve cleared my cache but the white space is still there.
July 9, 2019 at 7:23 pm in reply to: When adding links to grid row columns I get unwanted borders #1117154That didn’t seem to work.
Thank you for your reply Jordan,
It didn’t quite behave as desired but I thank you for showing it to me.
Thanks for you reply, I will post the info below.
On this page, I have the most basic example set up:
http://i9development.com/luxbaum/our-vision/
I am trying to swap these divs via JQuery
<div class=”test1″>AAA</div>
<div class=”test2″>BBB</div>
Via
<script type=’text/javascript’ src=’http://i9development.com/luxbaum/wp-content/themes/enfold-child/js/custom.js?ver=2′></script>In the end what I need is that flex cells with blank content ( background image only ) are stacked on top. I am trying to do this manually, but this would be a great thing to add to the theme, so you can control which flex gird is first.
I could also have a duplicate flex grid with a different order, and hide / show via mobile media querry, but not sure how that would be for SEO.
Thanks!
Trying now to get the swap to happen, with this script in custom.js in the child theme directory. It just wont do anything though …. ??
// JavaScript Document
<script type=”text/javascript”>
$(document).ready(function() {
$(“.test1”).insertAfter(“.test2”);
$(“.avia-builder-el-5”).insertAfter(“.avia-builder-el-2”);
});
</script>Just launched an enfold site for a documentary film with some of the biggest names in sports across the planet. Enjoy. Brilliant theme!
-
AuthorPosts