Thread Starter
kort74
(@kort74)
The function verride the file type icon colour also does not work
the download button does not work, it opens the document. And if you click on the file name – then there is a download. This happens when the feature is disabled
Force PDF to open in a new tab. If the mode
Force PDF to open in a new tab is enabled, clicking on the file name opens the document in a new tab, and clicking on download opens the document in the current tab.
-
This reply was modified 7 years, 3 months ago by
kort74.
Hi Kort74,
I’m working on the sort functionality at the moment. It wont be too long now 🙂
If you want to hide the category title you can use CSS:
.bfd-master-block h3{
display:none;
}
The colour override is working for me,I’m not sure what could be happening with your site. If you can send me a URL to look at and I’ll do my best for you.
The force PDF to open in a new tab is also working for me. The behaviour of this can be usually be linked to your browser settings.For example, in Chrome I can adjust this by going to the Settings>Advanced>Privacy and Security>PDF Documents and making the change from there.
I’ll get the sorting fixed ASAP 🙂
Cheers and thanks for checking out the plugin!
Nik
-
This reply was modified 7 years, 3 months ago by
ndhaddon.
Thread Starter
kort74
(@kort74)
http://cdshi.mediaprintpro.ru/organization/
Checked on three browsers. Chrome and Edge work the same – the download button opens in the same window, clicking on the file name opens in a new tab. Internet explorer-this is a separate story, the color of the icon was declared in the plugin settings (in other browsers, this item is ignored), but the icon is not displayed correctly. Download links do not work.
Hi Kort,
I’m sorry that I’ve taken so long to get back to you. 🙁
I finally understand what you are saying about the forcing of a PDF to open in a new tab and have fixed the issue in the latest release. v.1.0.9. 🙂
The issue with the colour of the icon not setting I still don’t understand… there are two settings to allow you to set the icon colours, one changes the FILE TYPE icon and this is working in Chrome, Firefox, Safari & Opera. The other allows you to change the little cloud icon and the colour of the text that reads “Download”, this is also working in Chrome, Firefox, Safari & Opera.
If you are experiencing difficulties then I suspect that there is a conflict between either your theme or a plugin. I’ve had a look at your site and I can’t see what might be the problem… if it is the FILE TYPE icon it should echo out some JavaScript which I can’t see anywhere in the source for the page, maybe your CDN or some other entity is stripping it out?
If it is the cloud icon then that is governed by CSS and really shouldn’t be a problem… You could try adding the following CSS just to see if it works and getting back to me so that I can check the page (choose any colour you like, I’m using red as an example only)
.bfd-download-btn, .bfd-single-download-btn, .bfd-download-meta p, .bfd-single-download-title {
color: red;
}
You can add this to the style.css of your child theme. 🙂
I’ve tested in the browser and its definitely working.
Let me know how you get on?
Thanks,
Nik
Hi Kort,
Did you manage to try this out?
Cheers mate,
Nik
Hi Kort,
I haven’t had a response from you in a few weeks now so I’m going to assume that you managed to sort this out for yourself and mark the thread as resolved.
Thanks for checking out the plugin and also for your review 🙂
Cheers mate,
Nik