codersaurus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I Create custom dashboard for Patients and doctorsThe ‘dashboard’ can be different page templates per user role. You will need to clearly define user permissions but it won’t be too difficult.
Happy coding!
Forum: Fixing WordPress
In reply to: Caches Break EverythingIt could be ISP related.. try flushing your dns.
Hi
What plugin are you currently using to store membership data?
Forum: Fixing WordPress
In reply to: How I can target to span section of class to make changes?Hi
I had a look. Your CSS selector is correct.
You need to revise your coding.
Forum: Fixing WordPress
In reply to: Customize>>Additional CSS vs. theme-child/style.cssI personally enjoy (and recommend) placing CSS in a childtheme’s style.css.
I tend to like to place everything in one location and have the original files on hand if I need to restore in haste.
Forum: Fixing WordPress
In reply to: Downloading a pdf file in HTMLHave a look at Programmatically downloading files, this should work.
So what’s occurring is that links are being stripped and the download attribute remains unsupported in several browsers.
——
The original link you provided gives me an error when I click on the various hyperlinks.
The error message is as follows: “There was an error while downloading the file. Please try again.”
All the best!
Forum: Fixing WordPress
In reply to: Downloading a pdf file in HTMLCan you update site and include a link in the
<a href="path/file" download="file.pdf">format so I can see the reported behavior?Forum: Fixing WordPress
In reply to: Allow Visitors to Follow Category and show post from that categoriesLook into using COOKIES to store user specific data.
Forum: Fixing WordPress
In reply to: WordPress compromised – popup malware attackAlso try to upload the last stable db dump. Additional mods could have been made to the db. Better safe than sorry.
All the best!
Forum: Fixing WordPress
In reply to: Calculate Total Statistics (for Player)Hi
Can you provide additional info on where this data is being pulled from?
Forum: Fixing WordPress
In reply to: Downloading a pdf file in HTMLHi
What plugin are you using to generate the token ID/ manage file downloads?