David
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Form Builder] Capture WP usernameHi,
We found a solution in the vfb_field_default hook, as described here:
https://vfbpro.com/hooks/vfb_field_default/
Cheers,
It sure looks like we have the same problem as the original post–new themes don’t display in Live Preview, the right frame in the Customizer. And it’s only happening on sites that have a custom domain.
I unchecked option 4 in Domain Mapping settings (Redirect administration pages to site’s original domain (remote login disabled if this redirect is disabled)) and it’s no longer a problem. I’m not sure what the implications of this change will be.
Thank you for your help.
I’m having the same problem first with 3.8 and now with 3.9. I updated the plugin to 0.5.4.3–which is claimed to be compatible with WP 3.9–no avail. Only the sites with a custom domain are unable to use the live preview/customizer.
Forum: Plugins
In reply to: [HTML Import 2] [Plugin: HTML Import 2] Import fails — no errorWell we got it to work (mostly). Here’s what we learned:
The directory and, recursively, any subdirectories that the plugin will be importing the HTML files from must have global read permission.
The web server’s PHP installation must have the XML libraries installed.
The one remaining issue will be a separate thread.
Forum: Plugins
In reply to: [HTML Import 2] [Plugin: HTML Import 2] Import fails — no errorThis might help–
From the HTTP error log on the linux server that hosts WP…PHP Fatal error: Class 'DOMDocument' not found in /[ourServer]/wp-content/plugins/import-html-pages/html-importer.php on line 341, referer: https://[ourBlog]/wp-admin/admin.php?import=html
I’ll be able to investigate more tomorrow…
David