Notifications
Clear all

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

6 Posts
2 Users
3 Likes
1,545 Views
Posts: 10
Customer
Topic starter
(@raimundas-macevicius)
Member
Joined: 3 years ago

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: 5911
Admin
(@astgh)
Illustrious Member
Joined: 6 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
(@raimundas-macevicius)
Member
Joined: 3 years ago

Thank you, it worked great.

Posts: 10
Customer
Topic starter
(@raimundas-macevicius)
Member
Joined: 3 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: 6 years ago

Illustrious Member
Posts: 5911

@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
(@raimundas-macevicius)
Member
Joined: 3 years ago

thank you!

Share:
Scroll to top