Paolo

Forum Replies Created

Viewing 15 posts - 26,446 through 26,460 (of 27,715 total)
  • Author
    Posts
  • in reply to: Map Marker Set #11342

    Paolo
    Site Admin
    Post count: 31211

    No I don’t, I just made those myself.

    in reply to: Images uploaded to listing, missing from media library #11340

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    images are visible in the edit form right sidebar?

    (see image attached)

    in reply to: Feature request system #11336

    Paolo
    Site Admin
    Post count: 31211

    Hi Acct4,

    the feature request system if you didn’t understand is here: https://wpgeodirectory.com/requests/

    You feature requests such as :

    1) a parameter that people can tick “include surrounding suburbs

    2) add a “Select All” or “Deselect All” to the category tick boxes to the side of the map

    should be submitted there so people can vote for them. The 1st one really has already been requested.

    As far as making the register and login to work what do you mean? Can you open a specific topic for it, so that you can send me private replies?

    Thx

    in reply to: Fieldset & Default Fields #11326

    Paolo
    Site Admin
    Post count: 31211

    Good to know it worked… 🙂

    Indeed it doesn’t produce any notification as of yet. I guess we will need to add a failure/success message.

    THx

    in reply to: Finding Products – Database #11230

    Paolo
    Site Admin
    Post count: 31211

    Hi Jason,

    Yes you could create products as custom fields and in that case, if the advance search addon is installed and configured, users could search for listing nearby by custom fields (products).

    Let us know.

    in reply to: One bug creating a Place. #11228

    Paolo
    Site Admin
    Post count: 31211

    ANother user reported a similar issue. https://wpgeodirectory.com/support/topic/videos-not-working-in-listings/#post-11096

    I’ve flagged this for Stiofan to make sure fix can be added to next release.

    Thanks

    in reply to: Removing SideBar Info From Details Page #11226

    Paolo
    Site Admin
    Post count: 31211

    Glad we fixed 🙂

    in reply to: Geodirectory Menu on Location page only #11225

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    1st you need to register a new menu location in your child theme style.css: http://codex.wordpress.org/Function_Reference/register_nav_menu
    example:

    
    
    <?php
    register_nav_menu( 'gd', 'GD Menu' );
    ?>

    Than copy header.php from main theme to child theme, open it and change:

    
    
     wp_nav_menu(array(
    
        					'container' => false,                           // remove nav container
    
        					'container_class' => 'menu cf',                 // class of container (should you choose to use it)
    
        					//'menu' => __( 'The Main Menu', GEODIRECTORY_FRAMEWORK ),  // nav name // removed because it was breaking WPML lang switcher
    
        					'menu_class' => 'nav top-nav cf',               // adding custom nav class
    
        					'theme_location' => 'main-nav',                 // where it's located in the theme
    
        					'before' => '',                                 // before the menu
    
            			'after' => '',                                  // after the menu
    
            			'link_before' => '',                            // before each link
    
            			'link_after' => '',                             // after each link
    
            			'depth' => 0,                                   // limit the depth of the nav
    
        					'fallback_cb' => ''                             // fallback function (if there is one)
    
    						));

    with :

    
    
    
     if(geodir_is_geodir_page() ){
    
     wp_nav_menu(array(
    
        					'container' => false,                           // remove nav container
    
        					'container_class' => 'menu cf',                 // class of container (should you choose to use it)
    
        					//'menu' => __( 'The Main Menu', GEODIRECTORY_FRAMEWORK ),  // nav name // removed because it was breaking WPML lang switcher
    
        					'menu_class' => 'nav top-nav cf',               // adding custom nav class
    
        					'theme_location' => 'gd',                 // where it's located in the theme
    
        					'before' => '',                                 // before the menu
    
            			'after' => '',                                  // after the menu
    
            			'link_before' => '',                            // before each link
    
            			'link_after' => '',                             // after each link
    
            			'depth' => 0,                                   // limit the depth of the nav
    
        					'fallback_cb' => ''                             // fallback function (if there is one)
    
    						)); }
    else { wp_nav_menu(array(
    
        					'container' => false,                           // remove nav container
    
        					'container_class' => 'menu cf',                 // class of container (should you choose to use it)
    
        					//'menu' => __( 'The Main Menu', GEODIRECTORY_FRAMEWORK ),  // nav name // removed because it was breaking WPML lang switcher
    
        					'menu_class' => 'nav top-nav cf',               // adding custom nav class
    
        					'theme_location' => 'main-nav',                 // where it's located in the theme
    
        					'before' => '',                                 // before the menu
    
            			'after' => '',                                  // after the menu
    
            			'link_before' => '',                            // before each link
    
            			'link_after' => '',                             // after each link
    
            			'depth' => 0,                                   // limit the depth of the nav
    
        					'fallback_cb' => ''                             // fallback function (if there is one)
    
    						));}
    

    I haven’t tested it, but this should work.

    in reply to: Show the bottom section of XXX page #11222

    Paolo
    Site Admin
    Post count: 31211

    Thanks, I’ve ask Stiofan to follow up!

    in reply to: Registration form conflict with Wordfence plugin #11221

    Paolo
    Site Admin
    Post count: 31211

    We do use both reCaptcha from google (free user of this forum can’t post without entering a captcha) and askimet. So far, we delt with zero spam.

    Thx

    in reply to: Mobile View with Child Theme #11218

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I tried activating the main theme to see if that would solve the problem (that messed up widgets a bit) but the problem remains.

    The only other way to identify what’s preventing the mobile menu to appear is to disable all plugins to see if the problem goes away, than reactivate them one by one to see which one is the cause.

    Let me know,

    (sorry about the widget mess again…) 🙁

    in reply to: Registration form conflict with Wordfence plugin #11215

    Paolo
    Site Admin
    Post count: 31211

    Hi again,

    I use none of them… so I wouldn’t really know.

    From my personal experience (and I don’t say it is not questionable) they only take away precious server resources and slow down your website.

    Major down point is that they are extremely strict, while one of the things I like most about wordpress is that is very flexible.

    Thx

    in reply to: Ratings widget doesn't show correct average #11214

    Paolo
    Site Admin
    Post count: 31211

    Hi Greg,

    no I don’t need to clean up any queue.

    I wanted to know if this problem received follow up from us or if you had to fix it on your own.

    Thanks for letting me know. I’ll make sure this doesn’t happen again.


    Paolo
    Site Admin
    Post count: 31211

    thanks for the info

    in reply to: Location indicators not showing #11210

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    now the previous error is back. I’d really need FTP credentials, it is very hard to find all google map API calls through the wordpress theme editor.

    Let us know,

Viewing 15 posts - 26,446 through 26,460 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount