InnoGears
Forum Replies Created
-
Forum: Plugins
In reply to: [IG PageBuilder] Invalid argument & Warning: is_file() [function.is-file]:Hi, sorry that you can’t use it :(, would be the best if you can contact to your host provider to turn the PHP warnings off.
It seems you added an unexpected “}”. So, if you still want to make a retry, please replace the whole ….helper/shortcode.php content by under:
[ please use pastebin.com for that amount of code ]
Forum: Plugins
In reply to: [IG PageBuilder] Invalid argument & Warning: is_file() [function.is-file]:Hello,
To bypass the warnings, you can follow under instruction:– Edit this file: /var/www/tjekit.com/public_html/wp-content/plugins/ig-pagebuilder/core/helper/shortcode.php, go to line 183, replace this code block:
foreach ( glob( $dir . '/*.php' ) as $file ) { $p = pathinfo( $file ); $element = str_replace( '-', '_', $p['filename'] ); $shortcode_name = 'ig_' . $append . $element; $shortcodes[$shortcode_name] = array( 'type' => $type, 'provider' => $provider ); $Ig_Sc_By_Providers[$provider['dir']][] = $shortcode_name; }
…by this:
if ( count( glob( $dir . '/*.php' ) ) > 0 ) { foreach ( glob( $dir . '/*.php' ) as $file ) { $p = pathinfo( $file ); $element = str_replace( '-', '_', $p['filename'] ); $shortcode_name = 'ig_' . $append . $element; $shortcodes[$shortcode_name] = array( 'type' => $type, 'provider' => $provider ); $Ig_Sc_By_Providers[$provider['dir']][] = $shortcode_name; } }
– Then, edit this file: /var/www/tjekit.com/public_html/wp-content/plugins/ig-pagebuilder/core/loader.php, find this string (line 64, 70):
is_file
… and replace them by
@is_file
After saving above files, the warnings might gone.
Forum: Plugins
In reply to: [IG PageBuilder] 2.0.1 completely crashed my page!Yes, you can download version 1.0.9 from here (not recommended because we implement lots of improvement and new features ):
https://www.ads-software.com/plugins/ig-pagebuilder/developers/
Forum: Plugins
In reply to: [IG PageBuilder] 2.0.1 completely crashed my page!Hi again!
Can you please provide us a link to your crashed page? we need it to know exactly where the problem is.
Thank you!
Forum: Plugins
In reply to: [IG PageBuilder] 2.0.1 completely crashed my page!Hello!
We are checking the problem and will provide a fix soon (may be today). Sorry for your inconvenience!
Updated: IF the error message only appears once, and your website is not down, you can bypass it and use IG PageBuidler normally
Forum: Plugins
In reply to: [IG PageBuilder] Ruins formatting and CSS across siteGreat news!
The bug related to css overriding was solved and will be included in next version of IG PageBuilder, with a bundle of features and improvements, ready to get it guys? ??
Hello,
That warning will be fixed in next release.
But firstly, to get your site to work, you can connect to your server by FTP account, and remove these 2 folders:
[your website root]/wp-content/plugins/ig-pagebuilder
and [your website root]/wp-content/plugins/ig-shortcodes-free
…and all folders that had “ig-…” in the name.
Then, temporarily disabling you website debug mode by editing this file: [your website root]/wp-config.php, find this line:
define('WP_DEBUG', true);
and change it to
define('WP_DEBUG', false);
After that, try to reinstall IG PageBuilder again (be sure that you are on the latest version). Hope that it helps!
Forum: Plugins
In reply to: [IG PageBuilder] Customization issuesHi there,
@mimo: thanks a lot for your review, we are improving the product everyday. About your problems:
– Css overriding: are you on the latest version of IG PageBuilder? if yes, and you still get trouble, can you please take a screenshot for me? we will take a deep look in the bootstrap file, hope that we can find the reason, but would be better if we know exactly where it is, so please help.
– The custom widgets: we are going to fix this and try to release in the nearest time, so stay tuned until that.
@hanky: did it show any error message? or any clue when it is “blank”? That could be a conflict with your other plugins? help us to take a deeper investigation by posting a question here please, cause we need some information from you:
https://www.innogears.com/dwqa-questions/Thanks guys
Forum: Plugins
In reply to: [IG PageBuilder] 100% width rowsHello Mimo,
Sorry for the late reply :), you were right, those parameters will not work on some kind of themes, but it only be enabled when you set a Row’s width option is “Full”, so to avoid conflict with your theme, you can set this option to “Boxed”.
The next release will include a “Css Class Prefix” parameters which allows you to intervene to Rows, Elements’ style by CSS.
Forum: Plugins
In reply to: [IG PageBuilder] Ruins formatting and CSS across siteThanks Mimo for the report (y),
Forum: Plugins
In reply to: [IG PageBuilder] How to select tab using # hashtag?Hello,
Sorry, but I’m afraid it is not possible to do this at this time, cause of this is the tabs id are generated randomly, so each time you refresh the page, the tab’s ids are changed.
We will consider to change the mechanism if possible to solve this problem.
Thank you
Forum: Plugins
In reply to: [IG PageBuilder] Ruins formatting and CSS across siteHi guys,
The new version of IG PageBuilder has been released, please update, I hope it will solve your problem with CSS.
If you have any other issue, please submit to help us improve IG PageBuilder
Thank you!
Forum: Plugins
In reply to: [IG PageBuilder] Ruins formatting and CSS across siteHi there!,
Yes, the problem you guys got it real, and we are finding a solution to fix it in general, many improvements will be released soon.
@shellbot: I appreciate very much about your contribution, you can fork the project here, on gitHub:
https://github.com/wp-plugins/ig-pagebuilder
Every contribution is welcomed.
Forum: Plugins
In reply to: [IG PageBuilder] Unfortunately it ovewrites/breaks my cssHello,
@marliton: yes, I’m sure about the location of the file, but it only existed if you are using version under 1.0.6, from 1.0.6 it was fixed, and perhaps your problem came from other reason. So give me a clue to make a help ??