MightyMag Theme

This topic contains 13 replies, has 4 voices, and was last updated by  Giri 7 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #305406

    Neil Hall
    Buyer
    Post count: 83

    I have installed GeoDirectory Core Plugin and followed the installation instruction, but it seems to be incompatible with my MightyMag Theme version 1.9.7. Running WordPress 4.6.1. I have deactivated all other plugins but it still breaks the theme.

    Do you have any experience of running your plugin with the MightyMag theme https://themeforest.net/item/mightymag-magazine-shop-community-wp-theme/8193358

    #305470

    Kor
    Moderator
    Post count: 16516

    Hi Neil,

    Thanks for reaching us. Could you tell us a little bit more about the problem that you’re having? Perhaps some screenshots? Also, please let us know how is it incompatible with GD?

    Thanks!

    #305519

    Neil Hall
    Buyer
    Post count: 83
    This reply has been marked as private.
    #305527

    Kor
    Moderator
    Post count: 16516

    Hi Neil,

    This could be a conflict with a script on your theme. Do you think you can share WP temp admin access to your site so we can investigate further? You can post the details here using the private reply option below.

    #305530

    Neil Hall
    Buyer
    Post count: 83
    This reply has been marked as private.
    #305637

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I’ve flagged this for the developers, they will report back asap.

    Thanks for your patience,

    #305974

    Giri
    Expired Member
    Post count: 3155

    Hi I believe GD flexslider interfering with your theme flexslider.

    Please try by removing GD flexslider js using this code.

    
    
    add_action('wp_print_scripts','dequeue_gd_flexslider');
    function dequeue_gd_flexslider() {
        wp_dequeue_script( 'geodirectory-jquery-flexslider-js' );
    }

    Let me know.

    Thanks

    #306057

    Neil Hall
    Buyer
    Post count: 83

    Hi Giri

    I assume that the code should go in the themes functions.php. Is this correct.

    When I do this it seems to have no effect.

    Best Regards
    Neil

    #306058

    Giri
    Expired Member
    Post count: 3155

    Yes

    #306059

    Neil Hall
    Buyer
    Post count: 83

    So just to confirm, your code does not resolve the problem

    #306060

    Giri
    Expired Member
    Post count: 3155

    Give me 5 minutes. Let me take a look at your site.

    Thanks

    #306063

    Giri
    Expired Member
    Post count: 3155

    Remove my existing code and only add this line.

    remove_action('wp_print_scripts', 'geodir_core_dequeue_script', 100);
    #306115

    Neil Hall
    Buyer
    Post count: 83

    Hi Giri

    That seems to work. I’ll carry on testing just to make sure.

    Thank you for your help. It is much appreciated

    #306123

    Giri
    Expired Member
    Post count: 3155

    You are welcome. Let me know if you face any problem.

    Thanks

Viewing 14 posts - 1 through 14 (of 14 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket