sarasotasam
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: admin-post.php issue form submissionNo I am not using a plugin for this. I found the solution on the internet and it requires putting the some code in the functions.php. I would be interested in a plugin that does this. What plugin are you using.
Thanks for that. What should the code be on the new window page to receive the information from the dynamic hyperlink?
Sorry about that. One of my plugins was restricting ips. Could you give it another try?
You can go to https://smilepix.com/sp_client/
Login Username: guest000, Password: guest
You will see what I mean. Above the menu is the Display Name and User Login. There should be 3 records, but as you can see nothing is showing.
Thanks for the clarification. It would be good if you could put the information somewhere. It is very confusing.
I found the issue (should have noticed it before). I export the fields from Filemaker Pro and it is putting quotes around each field. Need to figure out how to eliminate the quotes.
As you can see the thumbnail is larger than the original file.
Also there is too much space between the columns.
Forum: Plugins
In reply to: [WP Data Access – App, Table, Form and Chart Builder plugin] Columns Too WideI changed to Flat, but there is still too much space between the columns. I also have an issue which I posted here as the thumbnails displaying too big. There are twice the size of the orginal.
My mistake, the addon was for WPDataTables.
It was an addon that added more features to WP Data Access such as clicking on the table and being able to have the record show in a page. I remember it was around $38 for a year.
On your main page there is not listing of addons.
You were right the Popup Maker plugin was not the issue. The issue was I had 0 in the number of columns. Now the icon is showing.
I have a couple of columns that I have selected to be editable, but that does not show in the published table or the popup detail. Must be missing something.
A little while ago I saw documentation on a companion of WP Data Access that adds more features to the core plugin, but I cannot find it now.
Could not get a screenshot but here is the text in console:
JQMIGRATE: Migrate is installed, version 3.3.2
pum-site-scripts.js?defer&generated=1679523238&ver=1.18.1:7 init popups ?</img>
topbarbg.jpg:1 Failed to load resource: the server responded with a status of 404 (Not Found)I reduced the columns to 4 to see if that was the issue, but the Button icon still is missing.
I am developing on locahost right now, so I can not show you it.
Forum: Plugins
In reply to: [Import and export users and customers] Display name publiclyThe culprit was a plugin s2members. After I use your plugin to import, I deactivate your plugin and then everything works fine.
Not yet. Have to say that support has not been terribly helpful. They could probably given me the solution, but they haven’t.
So far the solutions you have given me have not worked.
My client logs in and is taken to a page where the table is and the dr_id is:
global $current_user;
if ( is_user_logged_in() ) {
echo ”, $current_user->dr_id;
} else {
echo ”;
}I want the table to filter so only the current_user records are shown.
FYI – Your response to my question has been excellent. I have tried WpData Tables. Asked them a question and they still have not gotten back to me.