InnoGears
Forum Replies Created
-
Forum: Plugins
In reply to: [IG PageBuilder] Error MessageHello,
It seems your hosting server did not have Zip extension to be installed.
So, to use this extension on your server, you can do under trick to manually install IG PageBuilder:
– Extract ig-pagebuilder.zip package, manually copy it to your WordPress plugins folder: wp-contents/plugins/
– In the extracted folder, you might find this package: /wp-content/plugins/ig-pagebuilder/ig-shortcodes-free.zip. Extract it, you will get a folder named /ig-shortcodes-free/
– Cut and paste the folder /ig-shortcodes-free/ to /wp-content/plugins/
– Go to wp-admin to enable these both 2 plugins: “IG PageBuilder” and “IG Free Shortcodes”.
Enjoy!
Forum: Plugins
In reply to: [IG PageBuilder] Problem with PHPHi,
It’s weird, is it possible to provide us a temporary account into your website to make investigation? if yes, you can post a support ticket here:
https://www.innogears.com/dwqa-questions/it’s less than five minutes to register and post your issue :), our staff will contact you to make a help.
Forum: Plugins
In reply to: [IG PageBuilder] Problem with PHPYou can try this, add this code:
error_reporting(0)
before this line:
extract( $_SESSION );
Hope that it can bypass the warning.
Otherwise, you can uninstall IG-PageBuilder (and a plugin named “IT Free Shortcodes” if it exists) then reinstall a fresh package of IG-PageBuilder which downloaded directly from here:
Forum: Plugins
In reply to: [IG PageBuilder] Problem with PHPHello,
This warning will be fixed in next version of IG PageBuilder, currently you can turn the WP debug to bypass it because this warning does not affect to the plugin working flow.
You can turn WP_DEBUG of by editing this file: /wp-config.php
find this:
define('WP_DEBUG', true);
change it to this:
define('WP_DEBUG', false);
Forum: Plugins
In reply to: [IG PageBuilder] Unfortunately it ovewrites/breaks my cssHello,
Thanks for the report, the fix for your issue will be included in next version. Currently, you can fix it yourself by editing this file: /wp-content/plugins/ig-pagebuilder/assets/3rd-party/bootstrap3/css/bootstrap.min.css:
remove these 2 lines: (78) and (79):
html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; color: #333333; background-color: #ffffff; }
…save the file then enjoy.
Forum: Plugins
In reply to: [IG PageBuilder] Using wp_editor instead of wysiwygHi sj_o,
What a good hack ;), but the native WP editor got problem when using inside an iframe, and the problem you had is what we had, so we decided to use a simple wysiwyg editor for the first versions of IG PageBuilder. And we’ll try to find a way to implement the WP editor into it also.
In case you find the solution for this, all contributions are welcomed, you can find the resource here:
https://github.com/wp-plugins/ig-pagebuilder
* An other not-related information: we had already the mechanism to allow 3rd-party developers to extend IG PageBuilder ability, the API and documents will be provided soon, so please keep an eye on us if your are interested in ??
Forum: Plugins
In reply to: [IG PageBuilder] Plugin breaks WP media uploadWe’ve released the version 1.0.2, includes the fix for this issue, please update to get it works perfectly
Forum: Reviews
In reply to: [IG PageBuilder] The best one out thereThanks for the very first and great review!
The documentations (including text and video files) are on the way, you won’t have to wait so long. And yes, the premade layouts feature was on our developing list, more interesting things are waiting ??
Enjoy!
Forum: Plugins
In reply to: [IG PageBuilder] Plugin breaks WP media uploadHello,
Thanks alot for your report!
This error is a known problem of WP 3.8 (on the earlier versions, it still works normally), and it happened with many plugins. You can find the solution here (I think WordPress will provide an official fix for this):
https://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/
…and other thread about this problem:
https://www.ads-software.com/support/topic/media-upload-in-plugins-broken-after-wordpress-38-update