mawill13
Forum Replies Created
-
Forum: Reviews
In reply to: [WP SVG Icons] Does not work with DIVIIt just recently stopped working. I have asked for support but no one has replied.
Forum: Plugins
In reply to: [Media Library Assistant] XLSM Mime Type IssueSo, after enabling WP_DEBUG, I am seeing no errors. I suspect that I see no errors because it doesn’t see this issue as an error.
For giggles I tried a few debug plugins but still found no errors.
However the define( ‘ALLOW_UNFILTERED_UPLOADS’, true ); works as need so for now I am sticking with it.
New question: As I noted before I have been using Enhanced Media Library for a few years but it appears that it is no longer being updated. I really like what I see in your plugin but I do not want to recreate all of my attachment categories and reassign the attachments. Is there a way I can migrate to your plugin but retain the EML settings?
Forum: Plugins
In reply to: [Media Library Assistant] XLSM Mime Type IssueI know it doesn’t work even with MLA out of the loop as I was using Enhanced Media Library and it wasn’t working. I uninstalled EML and it still didn’t work. I then installed MLA since it works with WP 5.x and it I still can’t get it to work.
I do not think it is a plugin issue and I am beginning to wonder if it is a WP issue or something in the way my server is setup.
In any case since I am the one who uploads 99% of the files I am willing to add:
define( ‘ALLOW_UNFILTERED_UPLOADS’, true );
However, after reading the article I am unclear where to add the line. Any help would be appreciated.
Forum: Plugins
In reply to: [Media Library Assistant] XLSM Mime Type IssueNothing is displaying in the log.
FYI – All my WP sites are self hosted so I have full access to everything. I should also note that this issue started when I upgraded to WP 5.x. I am experiencing this issue on other sites that I test on but I really only need to upload XLSM files to one site – at least for now.
Forum: Plugins
In reply to: [Media Library Assistant] XLSM Mime Type IssueThere are multiple sites on my server (vm) but I am not using a multi-site setup. Currently, the mime type is set to active.
I am using drag and drop to add the file to Media and I get the message:
“Mileage-Calculator2019.xlsm” has failed to upload.
Sorry, this file type is not permitted for security reasons.Forum: Fixing WordPress
In reply to: update-core.php 404 errorNevermind. It was a self inflicted wound. I messed up our DNS server.
Any resolution on this?”
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Plugin Won’t OpenDid reverting help?
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] show search icon until user clicks.bop-nav-search input[name=”s”] {
background-color: transparent;
background-image: url(http://www.slocoe.org/wp-content/uploads/2017/01/search.png);
background-position: 100% center;
background-position: calc(100% – 5px) center;
background-repeat: no-repeat;
background-size: 20px 20px;
border: 2px solid rgba(0, 0, 0, 0);
cursor: pointer;
height: 25px;
margin: 0px 0 -9px 0;
padding: 0 34px 0 0;
position: relative;
-webkit-transition: width 700ms ease, background 700ms ease, border 700ms ease;
transition: width 700ms ease, background 700ms ease, border 700ms ease;
width: 0;
float: right;
}.bop-nav-search input[name=”s”]:hover,
.bop-nav-search input[name=”s”]:focus {
background-color: #fff;
border: 2px solid rgba(f, f, f, 1);
cursor: text;
outline: 0;
width: 230px;
}input[type=”search”] {
-webkit-appearance: textfield;
}Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] show search icon until user clicksI put the CSS in the theme style sheet and it works. I had to do a little tweaking but it seems fine. http:\\wp-dev.slocoe.org
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] show search icon until user clicksI have viewed the code to do this but I am unsure of where to put the HTML and CSS. What file should the code be added to?