styling

This topic contains 19 replies, has 4 voices, and was last updated by  Kiran 6 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #406047

    Kiran
    Moderator
    Post count: 7069

    Hi Mandy,

    Thanks for providing FTP credentials. Unfortunately the FTP account you provided has no permission to modify files.
    I want do some debugging but i can’t rename or modify files.
    It says like
    “Error: mv /var/www/html/wp-config.php /var/www/html/wp-config-backup.php: permission denied”

    Don’t worry jQuery chosen conflicts also will be fixed, once i update patch.

    Also please mention any page urls which have design problem, so can i check those pages.

    Let us know.

    Thanks,
    Kiran

    #406049

    Mandy Moore
    Buyer
    Post count: 67
    This reply has been marked as private.
    #406067

    Kiran
    Moderator
    Post count: 7069

    Hi Mandy,

    I have updated patch on your site to fix styling conflict.
    I also added following snippet in your child theme functions.php to fix chosen conflict.

    
    
    // Fix jQuery chosen conflict
    function _gd_custom_geowp_fix_chosen_conflict() {
        if ( class_exists( 'GEO_my_WP' ) && defined( 'GEODIRECTORY_VERSION' ) ) {
            if ( wp_script_is( 'google-maps', 'enqueued' ) ) {
                wp_dequeue_script( 'google-maps' );
            }
    
            if ( wp_script_is( 'chosen', 'registered' ) ) {
                wp_deregister_script( 'chosen' );
                wp_register_script( 'chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.min.js', array( 'jquery' ), GEODIRECTORY_VERSION );
            }
        }
    }
    add_action( 'wp_print_scripts', '_gd_custom_geowp_fix_chosen_conflict', 100 ); 

    Please check after clearing your browser cache.

    Let us know if you have any problem.

    Thanks,
    Kiran

    #406076

    Mandy Moore
    Buyer
    Post count: 67

    Hi Kiran, all is looking good so far. Thank you so much 🙂

    #406077

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

Viewing 5 posts - 16 through 20 (of 20 total)

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

Open Support Ticket