This topic has 4 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
1. once a list icon widget is placed in the layout, it is difficult or impossible to move it using the move handle. in my case, i have it in a row which is within a full row.
2. icon size will not save. icon margin does save. i have to edit the code and manually put in ultimate_icon_list icon_margin="3" icon_size="14"
for example.
furthermore, this manual code ultimate_icon_list icon_margin="3" icon_size="14"
will not save. updating the page strips the icon_size attribute out unless I save it in classic mode.
one mroe to add to this list … I can’t get the list items to show up without extra paragraph tags added. here’s an example of the HTML code I wind up with
<li class="firstItem"><div class="uavc-list-content"><div class="uavc-list-icon " data-animation="" data-animation-delay="03" style="margin-right:5px;"><div class="ult-just-icon-wrapper "><div class="align-icon" style="text-align:center;"><div class="aio-icon none " style="color:#333333;font-size:32px;display:inline-block;"> <i class="Defaults-list"></i></div></div></div></div><span class="uavc-list-desc"><p></p><p><a href="http://bbb.vandertech.com/resources/faq/">FAQ</a></p><p></p></span></div></li>
It should be like this if the list item is on a line by itself:
<li class="firstItem"><div class="uavc-list-content"><div class="uavc-list-icon " data-animation="" data-animation-delay="03" style="margin-right:5px;"><div class="ult-just-icon-wrapper "><div class="align-icon" style="text-align:center;"><div class="aio-icon none " style="color:#333333;font-size:32px;display:inline-block;"> <i class="Defaults-list"></i></div></div></div></div><span class="uavc-list-desc"><a href="http://bbb.vandertech.com/resources/faq/">FAQ</a></span></div></li>
I can’t really see how multi-paragraph list items would actually work since you wrap them in a SPAN tag.
Hello,
Please show us a screenshot where you make changes and what you want to achieve. Also provide us with FTP and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up