codeward
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Comma in file name, downloads no extenstionThanks Bhaldie,
I didn’t think it would be an issue, but I see what you mean via the article. I’ll make sure to filter out comma’s in future.
I do appreciate the offer, although I did a grep search and there’s not as many documents with this issue as initially thought; so I should be good in clearing it up.I appreciate the quick reply, and the assistance.
Cheers,
codewardForum: Plugins
In reply to: [Data Tables Generator by Supsystic] Translations not reflectingI’ve also removed English altogether on a test site, only leaving French and still showing English verbiage for above noted fields (rest of site reflects French, just not the plugin fields).
codeward
Forum: Plugins
In reply to: [Memphis Documents Library] Missing Comma in substr callNo problem, glad to help 🙂
If I notice anything else, I’ll post and let you knowCheers
Forum: Plugins
In reply to: [Memphis Documents Library] Plugin Conflict Breaks WordPress Page SearchAwesome,
Thank you very much for the quick reply; this works.
Cheers,
codeward.Forum: Plugins
In reply to: [Breadcrumb NavXT] Overlaying BannerIssue resolved.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Overlaying BannerAs well, we’re using the Extra theme; hopefully this helps.
Forum: Plugins
In reply to: [Memphis Documents Library] Adding single file to multiple categoriesNo problem, thank you for the prompt reply.
I look forward to this update.Cheers.
Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyAwesome, no problem, I’m glad to help.
What works for me is removing the “?mdocs-cat=” call altogether (in mdocs_get_permalink); but not sure the ramifications it has on the rest of the plugin…
I look forward to seeing how you fixed it; I’m semi-new to WordPress & modifying Plugins, so please forgive my ignorance.
Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyNo, the first time I go to a page it’s just:
https://websiteName.ca/pageName/Then when I click Name to sort, it shows:
https://websiteName.ca/pageName/?mdocs-cat=Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyWell, a few more than I thought…:
Add Categories to Pages
Categorized Tag Cloud
Custom Sidebars
Divi Builder
Feature a Page Widget
Image Widget
List category posts
Memphis Documents Library
Nav Menu Roles
PDF Embedder Premium
PS Auto Sitemap
Require Login
SAML 2.0 Single Sign-On
TinyMCE Advanced
Transients Manager
User Role Editor
Widget Logic
WonderPlugin Carousel
WonderPlugin Gallery
WonderPlugin Portfolio Grid Gallery
WonderPlugin Tabs
WordPress Popular Posts
WPML Multilingual CMS– And 2 custom in-house plugins
Custom roles and capabilities -> Plugin to provide custom roles and capabilities for users
Online Courses -> Displays and manages online course content.According to the other person; the sort function was working prior to the most recent update of Memphis Docs.
Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyI’ll have to check, we have another individual that’s been managing the plugins.. I think there’s a few though
Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyI did a var_dump on $_GET[‘mdocs_cat’] & just $_GET in mdocs-the-list, before and after it brings back the permalink, and it’s either null or empty. Null on page load, empty after clicking “name” to sort.
So followed into mdocs-functions, and the mdocs_get_permalink doesn’t appear to populate..var_dump($_GET);
if(isset($_GET[‘mdocs-cat’])) $permalink = $permalink.$_GET[‘mdocs-cat’];
Result = Array(0) {}Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlydata-permalink=”https://somewebsite.com/?mdocs-cat=”
Is what I get back, I altered it to drop the ?mdocs-cat= to work for now, but I’m figuring that’ll probably introduce a bug or 2
Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyThe only setting I’ve changed myself was setting the Show File Names to False.
Although reviewing the settings, I do see: Hide Sub Folders Category Page – [mdocs cat=”A Cat”], which is selected.. Would this be the culprit?Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyTook a look in mdocs-functions.php (line 471 & 472) “mdocs-cat=” is being added on to $permalink, which isn’t needed that I can see as the category isn’t added; resulting in the sort being broke and defaulting to mDocuments.
Let me know if this helps at all.
Cheers