How to solve WordPress accordion problem on Iphone?

For working with accordions in iphone we need to add href=”#id” attributes to tag. <a data-toggle=”collapse” data-target=”#collapse1″ href=”#collapse1″> <i class=”pull-right icon-chevron-right mobile-nav-icon”></i> </a> Please check this link for more help : https://stackoverflow.com/a/19869181/4227367

Elementor Contact Form Submit button has empty class

You can add below code in your JS file and replace the class demo with class name you want to add. I have made this code as per the structure in the URL you have shared above. jQuery(“#content-form-b1e59dc”).find(“button”).addClass(“demo”);

Main Menu Hover is Always White

Looks like Elementor is setting the hover color for all links on the page to #5E6462, which is hard to read against the background color of the nav menu. Somewhere within Elementor the color is being set; that will need to be changed.

posts blocks don’t show up correctly

On the broken page, your per-item div looks like <div itemscope=”” itemtype=”http://schema.org/Product” class=”edd_download” id=”edd_download_28068″ style=”width: 33.3%; float: left;”> That width: 33.3% is wrong: the containing <div class=”edd_downloads_list edd_download_columns_3″> already does the three column layout, so this extra width style means each item should only use a third of the width of the column. You need … Read more