AI Assistant
Notifications
Clear all

[Solved] Select stickers option not showing up on mobile.

6 Posts
2 Users
3 Reactions
2,583 Views
Posts: 10
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@raimundas-macevicius)
Member
Joined: 5 years ago
[#7315]

Hey, it's me again. Sorry for bothering.

For some reason the "select stickers" option, is not showing up on mobile for my site:
https://www.stockiii.com/why-draftkings-stock-is-up-today-dkng-dkng-draftkings-2021-03-01/

I can see the "add image" option on the right side corner, but no option to add stickers on the left side.

On desktop it works great.

I have cleared my cache, but still nothing.

Another question. Is it possible to add a "select stickers" option, just like you have here on your site with the Smiley Ico in the comments field on the right side-below.

This would get more visibility for users, rather than small sticky image in the grey area.

Thank you.


5 Replies
Astghik
Posts: 6645
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi @raimundas-macevicius,

For some reason the "select stickers" option, is not showing up on mobile for my site:

Please read this doc: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-form/#load-rich-editor

Another question. Is it possible to add a "select stickers" option, just like you have here on your site with the Smiley Ico in the comments field on the right side-below.

Here we use the wpForo forum plugin. This is a different plugin created by gVectors team. I may suggest you use the CSS code below, it'll move the "Stickers" button next to the "Attach file" button. 

div.ql-toolbar {
         display: flex;
         align-items: center;
         justify-content: flex-end;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.


Posts: 10
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@raimundas-macevicius)
Member
Joined: 5 years ago

Thank you, it worked great.


Posts: 10
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@raimundas-macevicius)
Member
Joined: 5 years ago

A few more questions, just in case:

1. Is it possible to remove/disable/hide "add image" option?

2. Is it possible to make the "select stickers" ico bigger? (adjust size with css)?

 

 


1 Reply
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6645
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@raimundas-macevicius,

1. Is it possible to remove/disable/hide "add image" option?

Sure, just disable the "Enable Media Uploading" option. More info here:  https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-content-and-media/#enable-media-uploading

2. Is it possible to make the "select stickers" ico bigger? (adjust size with css)?

You can use the CSS code below: 

.ql-snow.ql-toolbar button {
   width:  45px  !important;
   height:  45px  !important;
}
.ql-snow.ql-toolbar button.ql-wpdsticker svg {
   width:  40px  !important;
   height: 40px  !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.


Posts: 10
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@raimundas-macevicius)
Member
Joined: 5 years ago

thank you!


Share:
Scroll to top