AI Assistant
Notifications
Clear all

Folks not seeing upload "paper clip"

4 Posts
2 Users
0 Reactions
1,886 Views
Posts: 36
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
(@4720pmt)
Member
Joined: 7 years ago
[#6408]

How can I add text such as "Click paperclip to upload media" beside the paper clip icon. Too many folks are asking how to upload images on my sites and all comment pages show the same "paper clip" but no text.

Thank you.


3 Replies
Elvina
Posts: 1403
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
(@elvina)
Support
Joined: 7 years ago

Hi @4720pmt,

Please follow the steps below:

1. Add the following JS code in your current active theme JS files.

jQuery( ".wmu-add" ).before( "Click paperclip to upload media" );

Here is a good example on how to add JS code: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/

2. Please navigate to the Dashboard > Comments > wpDiscuz > Settings > Styles and Colors admin page, put the following CSS code in the "Custom CSS Code" textarea:

#comments #wpdcom .wmu-upload-wrap{
display:flex;
}

In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.


Reply
Posts: 36
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
(@4720pmt)
Member
Joined: 7 years ago

Hi there... I added the JQ line to the footer on every page.

I modified the wpDiscuz CSS using the code provided.

I cleared every cache I could find, cleared browser history, cleared the DNS, and the text line does not appear.


Reply
1 Reply
Elvina
(@elvina)
Joined: 7 years ago

Support
Posts: 1403
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

@4720pmt,

The code works as expected. Please watch the video provided below:

Please try to find the other way to add js code in the google.


Reply
Share:
Scroll to top