Simone

Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 2,874 total)
  • Author
    Posts
  • in reply to: Need advice on creating curated lists of places #32544

    Simone
    Expired Member
    Post count: 3515
    This reply has been marked as private.
    in reply to: add intro text #32543

    Simone
    Expired Member
    Post count: 3515

    there you go, add this in functions.php inside your child theme

    
    
    add_action( 'geodir_add_listing_page_title', 'geodir_add_listing_page_title_custom',10 );
      function geodir_add_listing_page_title_custom()
        
      {
    	global $wp, $term, $post, $current_term, $wp_query;  $gd_post_type = geodir_get_current_posttype();
      $post_type_info = get_post_type_object( $gd_post_type );
      
      
      echo $post_type_info->labels->name." Listing Submission Form";
      }
    in reply to: Main Page and Blog Page #32541

    Simone
    Expired Member
    Post count: 3515

    Hi, to make it work, simply set the Blog page template to Blog Page (on the right hand side of the edit page.

    To recap: WordPress settings / Reading to latest post, and blog page set with the template Blog Page

    Tried and working, please confirm

    in reply to: Where to see favorites ? #32540

    Simone
    Expired Member
    Post count: 3515

    You can see the favorited listing in the GD > Loginbox widget.
    First enable it going into the Geodirectory Settings / Design / Author and at the bottom you’ll see the option “Show favorite link in user dashboard”

    in reply to: Header.php and Avada fix #32539

    Simone
    Expired Member
    Post count: 3515

    Hi Marsha, you had a wrong syntax on the last row, a not needed “>”

    <?php echo $main_class; ?>” >

    (in bold) I’ve removed it and now it’s ok.

    in reply to: Sorting doesn't seem to work? #32531

    Simone
    Expired Member
    Post count: 3515

    Hi, your website didn’t have the permalink set to %postname%/ , I did it for you, however there is an issue with the plugin SmartPost, disabling that, it will work as expected.

    in reply to: Need advice on creating curated lists of places #32521

    Simone
    Expired Member
    Post count: 3515

    So you basically want a list of custom fields and when clicked they will show the listings with that “feature”? You can include the custom fields in the Advanced search, as a link rather than a checkbox, and when clicked it will list the listings with that custom field, I will set my demo site so you can have a look

    in reply to: Stars on search #32520

    Simone
    Expired Member
    Post count: 3515

    You’re welcome, we are here to help 🙂

    in reply to: Stars on search #32518

    Simone
    Expired Member
    Post count: 3515

    Hi David, you’re good to go now. The multirating was disabled, I’ve enabled it. It won’t show multi ratings unless you set the multi-rating values, but it needs to be enabled in order to show the ratings.

    in reply to: Move comments and make them count as review #32517

    Simone
    Expired Member
    Post count: 3515

    Thanks for letting us know.

    in reply to: Sorting doesn't seem to work? #32477

    Simone
    Expired Member
    Post count: 3515

    Hello Lewis, please post url and login details in a private reply, thanks.

    in reply to: related listings #32476

    Simone
    Expired Member
    Post count: 3515

    Hello Darren, I know it’s not a solution but if you will use the related listing widget you can do as follow:

    – Install Widget Logic plugin (here https://wordpress.org/plugins/widget-logic/)

    – Once installed, you will find a new field at the bottom of each widget, use the GD related listing widget and insert in the widget logic field the following code:

    
    
    global $post, $wp_query, $geodirectory;
    return $post->package_id=="1"; 

    note the number 1, it is the ID for the package you want to show, for example as default, the 1 is for the FREE package. You can find the package id in the Prices page, under the Geodirectory settings

    in reply to: Need advice on creating curated lists of places #32475

    Simone
    Expired Member
    Post count: 3515

    Hello,
    you can create categories (Italian etc) and you can create custom fields for the “features” such as children, pet friendly, etc..
    These fields can be like from different types (multiselect, checkboxes etc…) and, in the frontend, these can be searchable and sortable in the results page.
    For example if you had added a custom select field Pet Friendly you could then filter results that only include pet friendly listings

    in reply to: Genesis Compatibility Pack #32474

    Simone
    Expired Member
    Post count: 3515

    Hi, the theme compatibility is now in the core, so the compatibility pack is not needed. Go to the Theme Compatibility section inside the Geodirectory settings, and you’ll find Genesis in the dropdown menu

    in reply to: Move comments and make them count as review #32473

    Simone
    Expired Member
    Post count: 3515

    Hi, you can try via database, going into the table named wp_geodir_post_review and adding a rating number in the field named overall_rating.
    Im not sure it works but it worth a try.

Viewing 15 posts - 1,186 through 1,200 (of 2,874 total)