-
AuthorPosts
-
April 21, 2023 at 3:27 pm #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.April 21, 2023 at 4:49 pm #1405178Hi 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,
NikkoApril 21, 2023 at 5:49 pm #1405189Hi Nikko,
No caching plugins enabled.April 22, 2023 at 10:54 pm #1405265Hi,
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,
MikeApril 23, 2023 at 1:03 am #1405267Hi,
no caching is active.
requested login see private contentBest.
April 23, 2023 at 2:51 pm #1405285Hi,
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,
MikeApril 23, 2023 at 6:07 pm #1405295Great,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,
Capo1200April 23, 2023 at 6:14 pm #1405296Hi 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
April 23, 2023 at 6:48 pm #1405297Hi,
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,
MikeApril 23, 2023 at 7:53 pm #1405301Hi MIke,
perfect, that’s it!
Thanks a lot!
Best,
Capi1200April 23, 2023 at 8:23 pm #1405304The 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.April 23, 2023 at 8:58 pm #1405307Hi,
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 -
AuthorPosts
- The topic ‘Symbol not active when performance setting is “Load only used elements”’ is closed to new replies.