Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi 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.

    Thread Starter marajit

    (@marajit)

    Hi sangbui,
    The line I see is slightly different. I have ‘ig-pb-joomlashine-frontend-css’ not ‘ig-pb-joomlashine-css’.

    I tried first by just removing ‘ig-pb-font-icomoon-css’, and then by also renaming ‘ig-pb-joomlashine-frontend-css’ to ‘ig-pb-joomlashine-css’.

    The issue occurs in both cases.

    Hi marajit,

    Please give me your website address so we can know where is the problem and help you to fix it.

    InnoGears Support Team.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Version 2.0.1 corrupting page CSS’ is closed to new replies.