Diesector
Forum Replies Created
-
This is unresolved. I have a client who specifically pointed this and the add media links … they both result in input fields which cannot be accessed.
Forum: Plugins
In reply to: [Google Drive WP Media] P12 File parse error – Seems a common problemYeah, I don’t understand how to install this. I’ve uploaded. Web accessible. One person mentioned have File permissions 074 but that didnt’ help me. Also I don’t have an “SSL” folder to drop this in (as another person mentioned).
Could you help with this error I’m seeing in the plugin settings:
An error occurred: Unable to parse the p12 file. Is this a .p12 file? Is the password correct? OpenSSL error: error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
Forum: Plugins
In reply to: [Secure Custom Fields] Horizontal Listing (aside from radio/checkbox)Nevermind. I just used Jquery to wrap per bootstrap specifications, now everything is groovy.
Forum: Plugins
In reply to: [ACF: Google Font Selector] fonts not working in theme.Go to the github repository. I think the wordpress version might have something different in it because it started working after I replaced the plugin manually in the plugins folder.
Also, the API could be an issue for you. I had to double check a couple times that it was correct in my functions.php (see the documentation)
I’m having the same problem here too. When I’m running a backup the script reports errors on 3 minify files in directory:
\wp-content\cache\minify00000\[lonnnnnnnng-file-name].js..old
\wp-content\cache\minify00000\[lonnnnnnnng-file-name].js.gzip.old
\wp-content\cache\minify00000\[lonnnnnnnng-file-name].js.oldMaybe it’s a an old minify file I’ll just delete and hope it’s fine. Maybe this is a purging function you could improve in future versions??
Forum: Plugins
In reply to: [ACF: Google Font Selector] fonts not working in theme.Nevermind, I got it working … apparently loading up the master branch into the plugins folder works. WordPress might need to get the update…
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] jQUERY NOT LOADING WITHOUT PAGE REFRESHJust target the js files you need to reload.
jQuery.get(‘/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js’, function(data) { eval(data); });
This is one of the js files for my contact plugin … rinse and repeat.
Forum: Plugins
In reply to: [List category posts] Exclude category errorI made a work around in the meantime, but I’m so excited to test it! Thanks so much, I love your plugin.
Forum: Plugins
In reply to: [List category posts] Exclude category errorYes, please look into this? I have a client with complex relationships of categories and I have this string for my IDs: id=’18+33-39-35′ which shows those in both 18 and 33 but disregards the exclusion of 39 and 35.
Now on the flipside I have another page with id=’18+33+39-35′ which shows those in both 18 and 33 and 39 but still does not exclude those in 35.
Please help soon ??
I did just update the plugin and wordpress, but didn’t change the behaviors.
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Loading…Hi, Zane. I just installed your plugin and I like it a lot. I was just testing IE9 in standards compliant mode and register works fine but when I click Login (these are using the css class names) then the panel for Login shows but it just says “Loading…” in purple text.
Could you tell me what I can do to correct this?