-
AuthorPosts
-
November 20, 2019 at 8:52 am #1158383
I’ve used some shortcodes from this forum that create checks and crosses for comparison reviews (see pictures).
However, some appear with random indents. I’ve tried reformatting in many different ways but am still at a loss why this happens.- This topic was modified 4 years, 11 months ago by apajo.
November 21, 2019 at 4:56 am #1158692Hey apajo,
Thanks for the screenshots. Please post a link to where we can see the actual results as well.
Best regards,
RikardNovember 21, 2019 at 5:25 am #1158698This reply has been marked as private.November 22, 2019 at 4:09 am #1158989Hi,
Thanks for that. It looks like you haven’t closed the first span element after the last red x, please try to close that to see what happens then.
Best regards,
RikardNovember 22, 2019 at 5:07 am #1158996Hi Rikard
Thanks for looking into it.
I’m using the Avia Layout Builder and there is no span element entered manually in the html view of that section.When I check the source code of that section, all span tags are closed (see in private content).
Are you referring to a span tag outside of that section?November 22, 2019 at 12:40 pm #1159106Hi,
I’m not sure to be honest with you. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 26, 2019 at 8:12 pm #1160442This reply has been marked as private.November 29, 2019 at 10:48 pm #1161381Hi,
Hwo do you want to look? DO you have any options for us?
Best regards,
BasilisDecember 1, 2019 at 1:08 pm #1161593Hi Basilis
Sorry, I don’t understand your question. Can you rephrase?
Best,
AlanDecember 3, 2019 at 12:22 pm #1162165Any updates on this?
I still can’t figure out why the icons are not all in one line despite there being no issue in the html code…
Your help would be appreciated.December 4, 2019 at 12:21 pm #1162545Hi,
Thank you for the update.
Try to remove the spaces and line breaks between the previous icon’s closing tag and the opening tag of the next, so it should be..
[av_font_icon ...][/av_font_icon][av_font_icon ...][/av_font_icon][av_font_icon ...][/av_font_icon]
.. instead of:
[av_font_icon ...][/av_font_icon ][av_font_icon ...][/av_font_icon] [av_font_icon ...][/av_font_icon]
Best regards,
IsmaelDecember 13, 2019 at 9:51 pm #1165662Awesome, will try that, thanks!
December 14, 2019 at 8:24 am #1165802Hi,
Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJanuary 5, 2020 at 4:30 pm #1170461Hi Rikard
I’ve checked the solution but there are no spaces or breaks to begin with, so the problem still persists.January 6, 2020 at 12:45 am #1170586Hi,
Thank you for following up.
We can’t access the site using the login credentials above. Please check the info carefully or provide another login account.
Best regards,
IsmaelJanuary 6, 2020 at 2:42 am #1170596Please see private content for login credentials.
Thank you.January 8, 2020 at 8:12 am #1171343Hi,
Thank you for the update.
Try to convert the elements into an actual list. We modified the first list as an example.
<ul style="list-style: none;"> <li>[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='20px' position='left' custom_class='' av_uid='av-51pdyn0'][/av_font_icon]Sold at face value (original price)</li> <li>[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='20px' position='left' custom_class='' av_uid='av-4jmtlx8'][/av_font_icon]Better availability than English site</li> <li>[av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='25px' position='left' custom_class='' av_uid='av-3xls858'][/av_font_icon]Difficult to impossible to use for non-residents of Japan</li> <li>[av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='25px' position='left' custom_class='' av_uid='av-cscs4c'][/av_font_icon]Sells out quickly</li> <ul>
Best regards,
IsmaelJanuary 10, 2020 at 10:14 am #1172094Thanks a lot, that works like a charm!
Quick follow up question: what are the “av_uid=’av-cscs4c'” for and do these codes have to be different for each item? Are they random?January 11, 2020 at 4:51 pm #1172405Hi apajo,
We’re glad to hear that :)
av_uid serves as a unique ID attribute key used in the shortcode, it’s randomly generated but should be unique in each one.
You can just make it up, just follow the pattern av- followed by some alphanumeric characters.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.