John Allsopp

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 356 total)
  • Author
    Posts
  • in reply to: X theme design option #21517

    John Allsopp
    Expired Member
    Post count: 399

    Hi,the design options do not apply when you are using the compatibility plugin. They only apply on a standard installation.

    in reply to: Bug in "Change location" #21429

    John Allsopp
    Expired Member
    Post count: 399

    Ok, i have added quite a bit of css to fix this problem (it’s because the #sticky-nav is overriding things)
    You can see it on our demo site http://dropct.com/avada/

    It will be in the next version of the Avada compatibility plugin.

    in reply to: X theme sidebar issue #21388

    John Allsopp
    Expired Member
    Post count: 399

    Hi Tom – did you fix this? I looked at the site and couldn’t see an issue with the sidebar…..

    in reply to: link two or more CPT #21353

    John Allsopp
    Expired Member
    Post count: 399

    I may have a solution to this for you. Do you need to link the malls to the stores yourself (in the admin area) or do you also need to be able to link them from the front-end submission form?

    in reply to: DESIGNER #21352

    John Allsopp
    Expired Member
    Post count: 399

    I may be able to help you with this (i designed the GDF modern child theme)

    Are you looking for specific changes, small modifications, functional modifications, content creation/addition?

    in reply to: navigation – stay on previus selection when back home #21306

    John Allsopp
    Expired Member
    Post count: 399

    The demo websites at http://wpgeothemes.com are running on multisite and there are currently compatibility issues. Also the installation is running on hosting at WPEngine which doesn’t support sessions. Your website is showing the correct behaviour 🙂

    in reply to: Gmap in gd home page only showed with nav menu #21256

    John Allsopp
    Expired Member
    Post count: 399

    Hi,

    It is behaving this way because in your [WP Settings > Reading] section you have set “Front page displays” to be a static page.

    If you set it back to “Your latest posts”, you will get standard behaviour (will include all the widgets you have put in GD Home Top Section)

    in reply to: Putting entry-title (page title in Avada) in Listing Detail #21251

    John Allsopp
    Expired Member
    Post count: 399

    Hi Adrian,

    Try adding this to your child theme’s functions.php file >

    add_action( 'geodir_details_main_content', 'geodir_action_page_title', 35 );

    John Allsopp
    Expired Member
    Post count: 399

    Ok, this is happening because Stripe uses a dynamic url based from the home page, and Avada has a conditional to add the map which doesn’t take this into account.

    I have added a fix to the new Avada compatibility plugin. If you are desperate for a fix before the plugin is released, please make the following change in your compatibility plugin (in geodir_avada_compatibility.php )

    Change this function at the bottom:

    
    
    // FUNCTION TO ADD HOME TOP SECTION INTO AVADA SLIDER AREA
    function avada_gd_home_top_content() {
    	if( geodir_is_page('location') || ( is_front_page() && get_option('geodir_set_as_home') ) && !$_GET['geodir_signup'] ) {
    		geodir_action_geodir_sidebar_home_top();
    	}
    
    }

    Into this:

    
    
    // FUNCTION TO ADD HOME TOP SECTION INTO AVADA SLIDER AREA
    function avada_gd_home_top_content() {
    	if( geodir_is_page('location') || ( is_front_page() && get_option('geodir_set_as_home') ) && !$_GET['geodir_signup'] && !$_REQUEST['pmethod']=='stripe' ) {
    		geodir_action_geodir_sidebar_home_top();
    	}
    
    }
    in reply to: Gmap in gd home page only showed with nav menu #21204

    John Allsopp
    Expired Member
    Post count: 399

    Hi,
    I’m sure we can get this sorted for you – please provide your wp-admin details in a private reply and i will take a look for you.


    John Allsopp
    Expired Member
    Post count: 399

    Hi Adrian,
    I have just checked on our demo site and the Avada options are working. Interestingly though, it is the Mobile Menu Item Padding that is being used (even though i’m viewing on a laptop)

    in reply to: Function to Query Location Data #21066

    John Allsopp
    Expired Member
    Post count: 399
    in reply to: Gmap Listing Widget in sidebar #21064

    John Allsopp
    Expired Member
    Post count: 399

    Unfortunately the Enfold compatibility plugin doesn’t support a 3 column layout at this time because Enfold doesn’t have a 3 column layout.
    If Enfold adds support for 3 columns, we will endeavour to also add support in our plugin 🙂


    John Allsopp
    Expired Member
    Post count: 399

    It is using the WP page title. I will mention this to Stiofan and see what he thinks…

    in reply to: After advanced search menu bar for theme disappears #20947

    John Allsopp
    Expired Member
    Post count: 399

    Your site is showing a JS error,
    Error: Permission denied to access property ‘toString’

    We are looking into the cause…

Viewing 15 posts - 46 through 60 (of 356 total)