Unable to add emoji's

Page may contain affiliate links. Please see terms for details.

biggs682

Touch it up and ride it
Location
Northamptonshire
One for the @Moderators
Over the last week i seem to be having issues
First of all when loading picture i no longer see progress of it loading and i don't always get the option when it has loaded to choose between thumbnail and full image
And then last couple of days i have the ability to post emoji's
Anybody else having same issues ?
Happens on both mobile phone and laptop
 

PeteXXX

Cake or ice cream? The choice is endless ...
Location
Hamtun
Nope. All good here on Android phone 👍
 
Good morning,
Also on Android , if i press like i get a few emoji choices
But the top bar options is greyed out
Well you did ask!:laugh::laugh::laugh::laugh:

I have seen the missing emojis before and if you look at the source for this page you will see

HTML:
<ul class="emojiList js-emojiList" style="flex-wrap: nowrap;">
<li>
<a class="js-emoji" data-shortname="^_^"><img src="/styles/default/xenforo/smls/grin.gif" class="smilie" loading="lazy" alt="^_^" title="Grin    ^_^" data-shortname="^_^" /></a>
</li>
<li>
<a class="js-emoji" data-shortname=":blush:"><img src="/styles/default/xenforo/smls/blush.gif" class="smilie" loading="lazy" alt=":blush:" title="Blush    :blush:" data-shortname=":blush:" /></a>
</li>
<li>
<a class="js-emoji" data-shortname=":becool:"><img src="/styles/default/xenforo/smls/dirol.gif" class="smilie" loading="lazy" alt=":becool:" title="Cool    :becool:" data-shortname=":becool:" /></a>
</li>
<li>
<a class="js-emoji" data-shortname=":laugh:"><img src="/styles/default/xenforo/smls/laugh.gif" class="smilie" loading="lazy" alt=":laugh:" title="Laugh    :laugh:" data-shortname=":laugh:" /></a>
</li>
which is the bit of the markup that defines the emoji bar, the important part of this is the loading="lazy" it tells the browser that loading the images is not all that important, do it when you have a bit of spare time.

The problem with this is that other things such as a poor internet connection and lost data or an error in javascript elsewhere can cause the process to halt or appear to halt.

A comment on a similar problem https://xenforo.com/community/threads/all-but-two-smilies-not-showing-in-editor.161946/

The process that is blocking or cancelling the lazy load could be anything, such as an ad blocker, it doesn#t have to be the core XenForo page.

The top bar being greyed out could be the Toggle BB Codes set, this is the [ ] in that top bar.

Bye

Ian
 
Last edited:
OP
OP
biggs682

biggs682

Touch it up and ride it
Location
Northamptonshire
:ohmy::rolleyes::tongue::sad::smile:^_^:blush::becool:

I was having the same issue, then tapped the [.] symbol and it turned them back on.
:laugh::hungry::sad::wub:🎂🍵xx( looks like that has helped but still got issue loading pictures..

Good morning,

Well you did ask!:laugh::laugh::laugh::laugh:

I have seen the missing emojis before and if you look at the source for this page you will see

HTML:
<ul class="emojiList js-emojiList" style="flex-wrap: nowrap;">
<li>
<a class="js-emoji" data-shortname="^_^"><img src="/styles/default/xenforo/smls/grin.gif" class="smilie" loading="lazy" alt="^_^" title="Grin    ^_^" data-shortname="^_^" /></a>
</li>
<li>
<a class="js-emoji" data-shortname=":blush:"><img src="/styles/default/xenforo/smls/blush.gif" class="smilie" loading="lazy" alt=":blush:" title="Blush    :blush:" data-shortname=":blush:" /></a>
</li>
<li>
<a class="js-emoji" data-shortname=":becool:"><img src="/styles/default/xenforo/smls/dirol.gif" class="smilie" loading="lazy" alt=":becool:" title="Cool    :becool:" data-shortname=":becool:" /></a>
</li>
<li>
<a class="js-emoji" data-shortname=":laugh:"><img src="/styles/default/xenforo/smls/laugh.gif" class="smilie" loading="lazy" alt=":laugh:" title="Laugh    :laugh:" data-shortname=":laugh:" /></a>
</li>
which is the bit of the markup that defines the emoji bar, the important part of this is the loading="lazy" it tells the browser that loading the images is not all that important, do it when you have a bit of spare time.

The problem with this is that other things such as a poor internet connection and lost data or an error in javascript elsewhere can cause the process to halt or appear to halt.

A comment on a similar problem https://xenforo.com/community/threads/all-but-two-smilies-not-showing-in-editor.161946/

The process that is blocking or cancelling the lazy load could be anything, such as an ad blocker, it doesn#t have to be the core XenForo page.

The top bar being greyed out could be the Toggle BB Codes set, this is the [ ] in that top bar.

Bye

Ian
Sorry but that just confuses simple ol' me
 

Cycleops

Legendary Member
Location
Accra, Ghana
This was mentioned in another thread recently. I was having the same problem and clearing the history and cache seemed to solve it but it came back.
Now the emojis come and go. This is on an Android phone but my iPad doesn’t have the same issue.
 

classic33

Leg End Member
Just copy and paste from here,
https://www.cyclechat.net/help/smilies/
 
Top Bottom