wdhppr
Forum Replies Created
-
I too am having this issue. Using WordPress V4.9.4. Not multisite. I have tried upgrading from 3.0.1 to 3.1.1 and it breaks all document links getting 404 page not found. Returning plugin back to 3.0.1 and document links resolve.
Forum: Plugins
In reply to: [BackUpWordPress] Database Size and DownlaodThanks Kat,
Clicking on the top Excludes column item (Included Size) for the root directory \var\www just spins forever. I suspect that the mapped drives for our bulk document and videos directories, which is a mounted windows share, are causing an issue that is giving size sizing calculation difficulties?
Forum: Plugins
In reply to: [BackUpWordPress] Database Size and DownlaodDoes the backup estimate include excluded large (shared) directories? My backup estimate seems to include excluded large (shared) directories so it is always way off.
Forum: Plugins
In reply to: [WP Document Revisions] V3.0.0 Breaks Page EditYes – thank you. that resolved this issue.
Thank you for the information – Interestingly, the primary site key in the settings screen under the Soliloquy dashboard menu seems intact and does not indicate any expiration and has been updating revisions without issues. Do you continue to support plugin updates beyond expiration?
Forum: Plugins
In reply to: [Network Shared Media (deprecated/unsupported)] Multisite problem?Hi Emile,
I was investigating this plugin for my multisite use and found a FAQ that might affect your issue: https://ww.wp.xz.cn/plugins/network-shared-media/The “I still can’t see the site listed!” FAQ suggests that one or more of the site attributes may be set that prevents access: Network Admin -> Sites -> Edit -> Public: True…
Forum: Plugins
In reply to: [Advanced WP Columns] Can’t see the plugin on version 4.7.5I believe I am having the same issue.
Forum: Plugins
In reply to: [ABASE] Request Drop Down Select Form FieldOk – Sorry been out of it for a while but to embed PHP in my abase page I installed the PHP Anywhere Plugin. This allowed me to embed my own PHP code into my page:
<?php
echo ‘<h2>Department: ‘;
$dept=$_POST[‘Department’];
echo $dept;
echo ‘</h2>‘;
echo do_shortcode( “[abase table=’krmcconnect’ columns=’Firstname,Lastname,Title,Telephone,Extension,email’ where=’Department LIKE \”%$dept%\”‘ order=’Lastname’ limit=300]”);
?>do_shortcode in the PHP (https://codex.ww.wp.xz.cn/Function_Reference/do_shortcode) lets me take the posted selection into the abase shortcode.
Forum: Plugins
In reply to: [ABASE] Request Drop Down Select Form FieldOk – I have found a way that is working for me. I use the HTML code to generate the drop down <select> <form> and then use another plugin ‘php everywhere’ to insert returned value into abase shortcode. Gotta love that PHP do_shortcode() function.
Currently I have hard coded the <form> <select> <options> in my page for the dropdown. This solves my input to Drop Down for search in abase. Next step is to see if I can do what NSRS is asking.
That is the solution I thought also of but was hoping to avoid as it defeats the purpose of having the search and results on a single page which is handy in a lot of situtations.
Forum: Plugins
In reply to: [Thoughts Of The Day] No thoughs showing up after setupI have added the ShortCode to my page. Do I need to add the PHP functionality also? (Both PHP & ShortCode needed to work?)
Forum: Plugins
In reply to: [Shortcode Menu] Changing font size and weightI have a similar situation where I need to expand the width for the submenu items. How do we direct the custom CSS to apply to the submenu?
Forum: Plugins
In reply to: [Awesome Weather Widget] Refresh WidgetI am also experiencing the ‘disappearance’ act and interested in a fix before deploying. Is there any diagnostics information I can collect and provide to assist?
Forum: Plugins
In reply to: Adding a menu list in body text of pageFound this “Menu in the body of a Page” plugin (shortcode-menu) that seems to be working well for us.
http://ww.wp.xz.cn/plugins/shortcode-menu/
The plugin lets me use any of my existing menus and easily define the style which creates a shortcode that I paste into my page text. Seems to work well, well rated and easy to use. (I like easy) KISS.
Forum: Plugins
In reply to: Adding a menu list in body text of pageI too am looking for this feature so I can add menus to the body of the page. I am not using ‘Pagebuilder’ though.