Forum Replies Created
Can you provide your site URL please and also which widget causing the issue?
Try to download from https://wordpress.org/plugins/download-manager/ with fresh installation, it may work
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.
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.
Can you share your site link please?
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.
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.
Can you share your site link?