Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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.
    #1158692

    Hey apajo,

    Thanks for the screenshots. Please post a link to where we can see the actual results as well.

    Best regards,
    Rikard

    #1158698
    This reply has been marked as private.
    #1158989

    Hi,

    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,
    Rikard

    #1158996

    Hi 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?

    #1159106

    Hi,

    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,
    Rikard

    #1160442
    This reply has been marked as private.
    #1161381

    Hi,

    Hwo do you want to look? DO you have any options for us?

    Best regards,
    Basilis

    #1161593

    Hi Basilis
    Sorry, I don’t understand your question. Can you rephrase?
    Best,
    Alan

    #1162165

    Any 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.

    #1162545

    Hi,

    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,
    Ismael

    #1165662

    Awesome, will try that, thanks!

    #1165802

    Hi,

    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,
    Rikard

    #1170461

    Hi Rikard
    I’ve checked the solution but there are no spaces or breaks to begin with, so the problem still persists.

    #1170586

    Hi,

    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,
    Ismael

    #1170596

    Please see private content for login credentials.
    Thank you.

    #1171343

    Hi,

    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,
    Ismael

    #1172094

    Thanks 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?

    #1172405

    Hi 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

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.