Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1405170

    Hi all ,

    I use a code snippet in the telephone extra area

    <ul class="contact"><li class="phone"><span class="in1"><a href="tel:123">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]</span>123</a></li> | <li class="mail"><span class="in1">[av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon]</span><a href="mailto: (Email address hidden if logged out) ">xx@rxxde</a></li> | <li class="local"><a href="https://xxxl" target="_blank"> <span class="in1">[av_font_icon icon='ue856' font='entypo-fontello' size='20px'][/av_font_icon]</span>Link</a></li></ul>

    The fontello icons are only working if I set the performance setting to “always load all elements” or manage manual

    Seems that the system isn’t recognizing that a fontello icon is used.
    On an previous test it worked.

    #1405178

    Hi Capo1200,

    Do you have some caching or optimization plugins enabled on your site? please try to temporarily disable and see if it helps.

    Best regards,
    Nikko

    #1405189

    Hi Nikko,
    No caching plugins enabled.

    #1405265

    Hi,
    Thanks for posting the code you used, when I test it, it works correctly.
    Does your server use object-oriented cache? Try clearing it, otherwise please include an admin login in the Private Content area and link to a test page so we can be of more assistance.

    Best regards,
    Mike

    #1405267

    Hi,
    no caching is active.
    requested login see private content

    Best.

    #1405285

    Hi,
    Thanks for the login, I’m not sure why this is occurring on your site, I can’t reproduce it on my site, but I changed the shortcode in your Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text to html and now the icons show with your desired settings, please clear your browser cache and check.

    Best regards,
    Mike

    #1405295

    Great,thanks Mike.
    Yes it’s a bit strange, had the same code on the previous test site and worked fine.
    Maybe the reason was the settings import from previous test site?
    If I reset the theme settings, and do all changes manually, will I loose any sites already created or just the customized settings, css and functions?

    Best,
    Capo1200

    #1405296

    Hi Mike,
    maybe you also have an idea how to set a min width for the 1/3 parts. Currently the items on responsive view (portrait tablet/phone) sizing down to much so the text is too long.
    With 1/4 items its ok,cause they break down to 2 1/2, but 1/3 parts keep 3 in a line until they change to 1/1
    So, the 2 areas with each 3x 1/3 should break down to 3 “lines with 2 1/2 and if smaller then as now to 1/1.

    Best, capo1200

    #1405297

    Hi,
    As I understand your question, on your homepage the 6 1/3 columns look fine from 425px-767px when they are full-width, and 1024px and up they look fine as 1/3 columns, but from 768px-1023px you would like them to be 1/2 columns.
    I recommend adding the custom class hide-from-tablet to your 1/3 columns and then cloning the columns and adjust them into 1/2 columns with the custom class show-on-tablet and then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#main .show-on-tablet {
    		display: none;
    	}
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    	#main .hide-from-tablet {
    		display: none;
    	}
    }
    @media only screen and (min-width: 1024px) { 
    	#main .show-on-tablet {
    		display: none;
    	}
    }

    I did this for you, please clear your browser cache and check.

    Best regards,
    Mike

    #1405301

    Hi MIke,
    perfect, that’s it!
    Thanks a lot!
    Best,
    Capi1200

    #1405304

    The fontello icons are only working if I set the performance setting to “always load all elements” or manage manual

    The point is – if you only use it there ( these elements ) and no where else – the theme has no info to use that element.
    What i do – if i only use it as shortcode in such places is – create a page/post use that elements there – and set this to draft mode.

    #1405307

    Hi,
    Thanks Guenni007 this is a good tip and will certainly help future readers, perhaps since the icons were already shown on other pages of my test site I was not able to reproduce the error, thank you for your insight.

    @Capo1200
    glad the column solution above also helped you, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Symbol not active when performance setting is “Load only used elements”’ is closed to new replies.