Upload image icon n...
 
Share:
Notifications
Clear all

[Solved] Upload image icon not showing

12 Posts
3 Users
0 Likes
1,313 Views
Posts: 2
Topic starter
(@etienn)
New Member
Joined: 3 years ago

Hey there!

We just setup wpdiscuz; but it seems the image upload icon is not showing, only the guiding text if I hover over it. So neither admin or guest are able to upload anything. Any idea? (url)

image
Topic Tags
11 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@etienn,

Please navigate to Dashboard > wpDiscuz > Settings > Styles & Colors admin page make sure the "Load Font Awesome CSS Lib" option is enabled. 

Posts: 2
Topic starter
(@etienn)
New Member
Joined: 3 years ago

Haha so simple the answer, so good the solution!

Thanks works like a charm. Hope this post helps others.

Posts: 5
(@umarglobal)
Active Member
Joined: 3 years ago

This has not worked for me any ideas?

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@umarglobal,

Please leave some example URL to allow us to check the issue. 

(@umarglobal)
Joined: 3 years ago

Active Member
Posts: 5
Posts: 5
(@umarglobal)
Active Member
Joined: 3 years ago

I am using this with Elementor. Elementor Hello Theme. I have enabled Media upload for guests everything is enabled but the image icon is not loading

5 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@umarglobal,

Important: the default "Attach an image" button is only available for the postpages, and attachments post types, and for default WordPress user rolesFor custom post types and custom user roles, the button is not accessible. For more advanced features, we recommend to check out the wpDiscuz Media Uploader add-on.

(@umarglobal)
Joined: 3 years ago

Active Member
Posts: 5

@asti will the wpDiscuz Media Uploader  work with the custom post type?

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@umarglobal,

Yes, the addon works for the custom post type. Besides, it works with Single and Multiple file uploading modes, there are also many advantages of using the addon. 

 

(@umarglobal)
Joined: 3 years ago

Active Member
Posts: 5

@asti Perfect. I have purchased the plugin. The icon that is added is a paper clip. Can we change this to another icon?

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@umarglobal,

You can use the js code: 

jQuery(document).ready(function(){
jQuery(".wmu-upload-wrap .fas").removeClass('fa-paperclip').addClass('fa-chevron-up');
});

Use the methods provided in this article:  https://www.collectiveray.com/add-javascript-to-wordpress

Change the red marked part with the icon class you want to use. 

Please note all questions related to paid addons should be asked in the gVectors.com forum. Here we only support issues related to free wpDiscuz plugin.   

Share: