customize view category files

Viewing 7 posts - 1 through 7 (of 7 total)
#193186

Hello
I’m trying to customize how my installation of wp download manager displays my downloads on a local development website so I can upload them to a published site in production, but following the instructions posted at instructions and I try to change the post meta titles, it doesn’t work.
I would also like to customize, for example, the font size, color, etc. to harmonize the presentation with my Twenty Sixteen WordPress theme installed.
Any suggestions?
Thanks a lot for your supoort.

#193188

Sidratul Sohrat
Moderator

Hello Albert,

To change font size, color, etc you need to add CSS code on Dashbaord>Appearance>Additional CSS.

Thanks and Regards

#193198

Hi
Thanks for your soon aswer.
I’m sorry I’ve forgot to say I have installed a Twenty Sixteen child theme with its own stylesheet and my goal it’s to customize the appearence from there.
I’ve seen now the link to your “customize view category files” from your Docs section I’ve posted does’nt works. I’ll try again
Template Files – WordPress Download Manager
Can you if now works tell me why if change text of titles does’nt works?
In addiction I’d like translate the text shown in the above screenshot.

screenshot wpdm category page dev

Thanks a lot in advance!
Regards!

#193202

Sidratul Sohrat
Moderator

Sorry for the inconvenience. To edit the link template, go to download-manager\src\Package\views\link-templates, select the link template you are using, and then change the text. Please let me know if it works or not.

And for translation, you can use any translation plugin for example Loco Translate, you can check the beginner doc here.

#193219

Hello,
Thank you very much for your reply.
I’ve just changed the language of my development installation to Catalan, which was in English, and that seems to have solved the post meta titles appearing in the chosen language. Good!
Now I would like to decrease the font size that appears in the toolbar on the category page. Let me know how I could achieve this please.
Thanks in advance.
Regards!

#193254

Sidratul Sohrat
Moderator

Hello Albert,

Please use the below CSS in Dashboard>Appearance>Customize>Additional CSS.

.w3eden .custom-select,.w3eden .form-control {
    font-size: Xpt;
}

Let me know if that solves the issue.
Thanks

#193258

Hi Sidratul,
Had worked perfectly!
Thanks a lot!
Best regards! 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.