Okay
  Public Ticket #469843
Visual composer
Closed

Comments

  • Julian started the conversation

    I have disabled/deleted the Salient visual composer plugin so that I could use the generic Visual composer as several of its addons were not working.

    Only issue that I have come across that I couldn't fix is the following.

    1. The social icons in the theme footer no longer show.

    2. The Back To Top Button is only a box and no longer has the arrow in it.

    3. Mobile menu Icon doesn't show.

    So all icon/images are not present/linked. Is there a simple fix that I can copy files across or edit anything to get the images to link while allowing me to use the generic Visual composer plugin (I have a license)?

  • Julian replied

    You guys fixed it!.

    --------your reply on my comment--------

    Hey,

    Try opening your functions.php file and changing these items:

     wp_enqueue_style(\'font-awesome\'); 
     wp_register_style(\'font-awesome\', get_template_directory_uri() . \'/css/font-awesome.min.css\');

    to this:

     wp_enqueue_style(\'font-awesome-2\'); 
     wp_register_style(\'font-awesome-2\', get_template_directory_uri() . \'/css/font-awesome.min.css\');

    Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one

    Cheers

  • Julian replied

    This ticket can be closed.

    --Resolved--