Nayeem Riddhi

Forum Replies Created

Viewing 8 posts - 20,301 through 20,308 (of 20,308 total)
Dec 12, 2019 at 9:00 am
#116584
Moderator
Nayeem Riddhi
Staff OP

Can you provide your site URL please and also which widget causing the issue?

Dec 10, 2019 at 5:35 am
#116421
Moderator
Nayeem Riddhi
Staff OP

Try to download from https://wordpress.org/plugins/download-manager/ with fresh installation, it may work

Dec 10, 2019 at 4:34 am
#116458
Moderator
Nayeem Riddhi
Staff OP

if download products are under one category, you can order them by the below code,

[wpdm_category id="Category Slug(s)" operator="IN" toolbar="1" order_by="create_date" order="desc" item_per_page="10"]

hope it will help you.

  • This reply was modified 6 years, 2 months ago by Nayeem Riddhi.
Dec 9, 2019 at 2:18 pm
#116418
Moderator
Nayeem Riddhi
Staff OP

If you are using the default settings, you have to just override the h3 CSS style. From your site maybe. it is overriding the plugin h3 style. you can just decrease the font size from your WordPress dashboard Appearance>Theme Editor>style.css
putting this code,

.w3eden .card h3 {
   font-size: 14pt !important;   
}

it will back to you plugin default h3 style.
Thanks.

  • This reply was modified 6 years, 2 months ago by Nayeem Riddhi.
Dec 9, 2019 at 1:36 pm
#116412
Moderator
Nayeem Riddhi
Staff OP

Can you share your site link please?

Dec 9, 2019 at 1:28 pm
#116410
Moderator
Nayeem Riddhi
Staff OP

Hello Segedy,

I have downloaded several files from your site. And completed downloading them without any stalling. Maybe there, user internet issue. Nothing problem with your site.

Thanks.

  • This reply was modified 6 years, 2 months ago by Nayeem Riddhi.
Dec 9, 2019 at 1:19 pm
#116409
Moderator
Nayeem Riddhi
Staff OP

If you are using the default settings, you have to just override the h3 CSS style. From your site maybe. it is overriding the plugin h3 style. you can just decrease the font size from your WordPress dashboard Appearance>Theme Editor>style.css
putting this code,

.w3eden .card h3 {
   font-size: 14pt !important;   
}

it will back to you plugin default h3 style.
Thanks.

Dec 9, 2019 at 12:15 pm
#116406
Moderator
Nayeem Riddhi
Staff OP

Can you share your site link?

Viewing 8 posts - 20,301 through 20,308 (of 20,308 total)