Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Creating a eight feature section
- This topic has 6 replies, 2 voices, and was last updated 7 years, 6 months ago by
J. Davis.
- AuthorPosts
- July 14, 2017 at 2:44 pm #545525
Liu Feng
ParticipantHi:
How to create a eight feature in feature section? when I added eight widgets, the style was wrong.July 17, 2017 at 1:28 pm #546367J. Davis
KeymasterHi Liu,
Could you specify how to replicate the issue? Do you mean you added 8 Feature Block widgets or Feature widgets? Could you provide a screenshot or example?
Best regards,
JohnJuly 17, 2017 at 1:52 pm #546370Liu Feng
ParticipantHi Join,
I mean add 8 feature widgets in the feature section, please visit my site https://www.infludigital.net/ and see the “MARKETPLACE FEATURES” section, you will see the style issue. Thank you.July 18, 2017 at 8:07 am #546637J. Davis
KeymasterHi Liu,
Please check each Feature widget Grid settings and try to configure in this way each widget.
Best regards,
JohnJuly 18, 2017 at 3:07 pm #546794Liu Feng
ParticipantHi Join,
I has confirmed that each widget size was default value: Phone:12, Tablet: 6, Desktop:3, Large Desktop: 3. There is another way to fix this issue? Thank you.July 19, 2017 at 1:57 pm #547238Liu Feng
ParticipantI resolved this by added some javascript code in the file sections/features.php
<script language="javascript"> jQuery(document).ready(function($){ $("#features").children(".container").children(".section-content").children("div:nth-child(3)").children(".row").children("div:nth-child(4)").after("<div class='row'></div>"); }) </script>
July 20, 2017 at 3:03 pm #547673J. Davis
KeymasterHi Liu,
I’ve tested it locally and it worked in Customizer and site preview.
Make sure you use latest versions of Emmet theme and Emmet Theme Engine plugin. Also check if you add those widgets to Features Section.
You can remove the code you applied and email us your details and we’ll check it for you.
Best regards,
John - AuthorPosts
- You must be logged in to reply to this topic.