sangbui
Forum Replies Created
-
Forum: Plugins
In reply to: [IG PageBuilder] how can i style every sectionsHi TLAgraff,
I’m not clear about your question so please give me your website URL and more details about your issues. Thank you!
InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Disable Default EditorHi naumanahmed19,
You can use jQuery and set timeout to automatically click on Page Builder tab, and then use that jQuery to hide the Default Editor tab after the click.
InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Disable responsivenessHi sonamanish,
Please give me your website address so we can know where is the problem and help you to fix it.
Thank you for your information.InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Shortcodes don't workHi Portuga Daniel,
Thank you for your information about the Shortcodes , we considered and fix it in the next release.
InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Version 2.0.1 corrupting page CSSHi marajit,
Please give me your website address so we can know where is the problem and help you to fix it.
InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Disable responsivenessHi sonamanish,
You can disable by doing one more step:
+ Go the this file: ig-pagebuilder\ig-pagebuilder\assets\3rd-party\bootstrap3\css\bootstrap.min.css
+ Delete all block with “@media (min-width: 992px)”
+ Save and retry.
But we do not recommend doing this step because it can make PageBuilder has display problem.InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Version 2.0.1 corrupting page CSSHi marajit,
If you are using IG Page builder version 2.0.1 you can edit core.php (/wp-content/plugins/ig-pagebuilder/core/core.php) to fix this problem.
This is more details:– Edit this file: /wp-content/plugins/ig-pagebuilder/core/core.php
– Find this : “ig-pb-font-icomoon-css”, you will get this line (206):$ig_pb_frontend_css = array( ‘ig-pb-font-icomoon-css’, ‘ig-pb-joomlashine-css’, ‘ig-pb-frontend-css’, ‘ig-pb-frontend-responsive-css’, ‘ig-pb-jquery-tipsy-css’, ‘ig-pb-jquery-fancybox-css’ );
=> change this line to :
$ig_pb_frontend_css = array(‘ig-pb-joomlashine-css’, ‘ig-pb-frontend-css’, ‘ig-pb-frontend-responsive-css’, ‘ig-pb-jquery-tipsy-css’, ‘ig-pb-jquery-fancybox-css’ );
Save the file and retry.
InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Disable responsivenessHi sonamanish,
If you want to disable responsive you can remove or comment this code in pb.php (wp-content\plugins\ig-pagebuilder\core\pb.php)
$assets['ig-pb-frontend-responsive-css'] = array( 'src' => IG_Pb_Helper_Functions::path( 'assets/innogears' ) . '/css/front_end_responsive.css', 'ver' => '1.0.0', );
InnoGears Support Team.
Forum: Plugins
In reply to: [IG PageBuilder] Disable responsivenessHi sonamanish,
Please check in your theme settings to see if there is a way to turn responsive off or you need to edit CSS to remove responsive setting. Why do you want to disable responsive? it will be useful and easier to view on cell phones or tablets.
InnoGears Support Team.