hiroprot
Forum Replies Created
-
Forum: Plugins
In reply to: [Prismatic] PHP warnings with ACF ProHi Jeff,
Thanks for the quick answer. I don’t have a vanilla WordPress installation at the moment, but I think I have an idea where the problem is coming from.
ACF (Pro) has certain field types that are represented as arrays. This is documented with the get_field function: please note that each field type returns different forms of data (string, int, array, etc).
An example of a field that is returned as an array is the repeater field.
I hope this helps.
- This reply was modified 4 years, 10 months ago by hiroprot.
I finally found out why this is happening. When I click “Save Changes” the following error is logged to the console of Chrome’s Developer Tools:
Uncaught ReferenceError: tinyMCE is not defined
And indeed, the following setting is checked for my user:
Disable the visual editor when writing
After I unchecked that (i.e. enabled the visual editor) saving Ultimate Member settings worked immediately.
While I consider this a workaround it would be nice if the plugin allowed saving if the visual editor is not enabled.
Sorry, this is a live site. I cannot simply switch the theme.
As I mentioned, I did turn each of the other plugins of, just not together.
I can save changes to other pages, e.g. forms or user roles.
Forum: Plugins
In reply to: [Terms Before Download] Link to Outside Sites?Glad you got it fixed. Mind sharing your code changes?
Forum: Plugins
In reply to: [Terms Before Download] No link appearsYou probably need to adjust the page ID. It is working on my site with WordPress 4.0. Try it here: https://helgeklein.com/download/
Forum: Plugins
In reply to: [Terms Before Download] How to edit EULA?Just click cancel ??
Take a look at the implementation here: https://helgeklein.com/download/
I had the same problem and just solved it.
The readme’s “Stable tag” is not a version number but a directory name! My plugin’s files live in the “trunk” directory, so “Stable tag” must be “trunk”.
Here is the full (fixed) header of my plugin’s readme:
=== Terms Before Download === Contributors: hiroprot Tags: download,terms,eula,license Requires at least: 3.5 Tested up to: 4.0 Stable tag: trunk License: GPL2
After I had changed the “stable tag” from a version number to “trunk” the plugin website showed the updated values immediately.
Forum: Plugins
In reply to: [Terms Before Download] Shortcode FailureForum: Plugins
In reply to: [Terms Before Download] Shortcode FailureAs documented here you need to add this once per page:
[tbd_terms terms_page_id=5670]
Forum: Plugins
In reply to: [Terms Before Download] How to edit EULA?The EULA displayed by the plugin is just a regular WordPress page. This is documented here:
Forum: Plugins
In reply to: [EWWW Image Optimizer] Schedule kills serverI opened a ticket with my provider and only minutes later the server was fast again.
I then restarted the bulk optimization process and it seems to work much better now. It has already optimized 131 images while the site is still very responsive.
So this may have been a false alarm.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Schedule kills serverNow that I am trying to optimize around 400 existing images with the bulk optimization tool I am noticing that it only optimizes around 8 images. Then it says operation interrupted.
At the same time the server is getting slower and slower. After the optimization has been interrupted speed is normal again.
Would be nice to have some kind of throttling that does not impact the server.
Forum: Plugins
In reply to: [W3 Total Cache] SSL and Amazon CloudFront CDNMore information:
The fonts are referenced in the file style.css of my theme (WooThemes Canvas). The corresponding section looks like this:
@font-face { font-family: 'Social'; font-weight: normal; font-style: normal; src: url('includes/fonts/social.eot'); src: url('includes/fonts/social.eot?#iefix') format('embedded-opentype'), url('includes/fonts/social.woff') format('woff'), url('includes/fonts/social.ttf') format('truetype'), url('includes/fonts/social.svg#woo-social') format('svg'); }
Forum: Networking WordPress
In reply to: SSL error during network upgradeIt turned out that there was indeed a small problem with the SSL certificate (an intermediate certificate was missing). WordPress seems to check more thoroughly than most browsers.