deichenlaub
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Override css for wp-block-fileThat’s exactly what I thought. But when I add this to my child CSS file, it does not work. Other CSS in that style sheet work, but not the block file CSS.
Forum: Everything else WordPress
In reply to: File blocksThanks Steven. Unfortunately, we have residents do this. The only thing they know is drag and drop. Drag and drop creates a separate file block for each file.
Forum: Plugins
In reply to: [Imsanity] Imsanity Bulk Resize not workingNevermind. I deactivated all other plugins and it started working.
Forum: Plugins
In reply to: [Advanced Access Manager – Access Governance for WordPress] AAM Error messageThat’s it. The error message is gone. The permission restrictions are still working. Thanks.
Forum: Plugins
In reply to: [Advanced Access Manager – Access Governance for WordPress] AAM Error messageI do not have a “listing” file in the specified folder.
Forum: Plugins
In reply to: [User Access Manager] UAM causes Fatal ErrorYou are correct, my PHP memory limit is 64 MB. Unfortunately, my host does not permit me to increase it. The latest version runs better, but I still occasionally get the fatal error. I will find a different solution.
Thanks for your efforts. You can close this request.
Forum: Plugins
In reply to: [User Access Manager] UAM causes Fatal ErrorWhere can I find the old version?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors gone after updateAndy – You may be interested to know … The problem was caused by an update to the plugin User Access Manager. Version 1.2.7.4 caused the problem. Another update to version 1.2.7.5 fixed their bug. The update fixed most events. Strangely, a few events had their categories removed. I had to edit the events and add the category. What a mess.
Thanks for your help … and have a successful 2017.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors gone after updateOK, thanks. I need to contact Modern Tribe. The event edit screen shows it is assigned to the category “Meetings”. It looks like something is busted inside the event category internals.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Colors gone after updateEvery event on our calendar is assigned a category. Every category is assigned a color in EC Category Colors. Before the updates, every event was one of the 7 event colors at the bottom of the calendar display.
Forum: Fixing WordPress
In reply to: Poor display with 4.5.1Yes just now. I was headed to this post when I got the email. There were significant changes to twentyeleven style.CSS. my style sheet was incompatible!e WP created an error log file and defaulted to a other style sheet. Some browsers were running cached styles and looked fine.
This took some time. I learned a lot.
Thanks for looking at this for me.
Forum: Plugins
In reply to: [Import and export users and customers] import new linesI am moving data from a Microsoft Access database to WordPress. I am using the built-in visual basic, which is quite a powerful and flexible tool.
Forum: Plugins
In reply to: [Import and export users and customers] import new linesI did many tests with delimiters and different ways to specify a new line. I can’t find anything that works except to allow the field to accept html. So be it. It’s time to move on.
Thanks for your suggestion. You can close this.
Forum: Plugins
In reply to: [Import and export users and customers] import new linesI’m not sure what you are asking. The .csv file looks like this:
Username,Email,license-plate,phone<cr><lf>
usere1,u@u.u,123<cr><lf>456<cr><lf>,555-1212<cr><lf>The two license plates should display on separate lines. Instead, they both display on one line.
I found a solution of sorts. If I allow HTML into the field, I can us the paragraph tag line this:
Username,Email,license-plate,phone<cr><lf>
usere1,u@u.u,123<p></p>456,555-1212<cr><lf>I would rather not allow html, but I can live with this if no better solution is available.
Forum: Plugins
In reply to: [amr users] Wrong field data with shared EmailThanks for the explanation. I understand. That makes sense.