Simone
Forum Replies Created
-
AuthorPosts
-
Hello,
have you created at least a category int his post type?Please post your url and login details so we can have a look, thanks.
Hello Mike, I’m afraid but it’s not possible to calculate an average of the multi-rating values. Do you want to move this thread to the Jobs section so maybe someone could help you out with some custom code?
Hello, could you please post your url and login details?
Thanks,
S.Damn, it was late, I meant in the Prices, not Analytics, sorry 🙂
There isn’t a “best use” for an hook, it just come handy if you need to edit something, and you can edit it without touching the core files.
You can use hooks in your functions.php and you can choose the hook based on the location you want to edit, for example, if you want to edit or change or add something just after the social sharing buttons, on the sidebar, you take the hook geodir_after_social_sharing_buttons and you can add an action like this:add_action('geodir_after_social_sharing_buttons' , 'custom_text', 10); function custom_text() { echo "some text"; }
Hooks are a WordPress-thing, it’s not GD-related, GD offers its own hooks, but you can find many tutorials or example on the web, like here
http://wpcandy.com/teaches/how-to-use-wordpress-hooks/Hello, if you have the Custom Post Type addon, you can edit the labels going in the CPT Settings, and clicking the “edit” button.
Otherwise, you can use the .po file and translate the strings, you can follow the documentation hereHello, here you can read about hooks and how to use them
http://docs.wpgeodirectory.com/category/dev/core-docs/New hooks are for signup form submit link, new user from link, add listing, my listings & my favorites listings in GeoDirectory user dashboard widget.
(so you can edit/add functions in these new spots)
Hello, not sure what you mean…
the rating is displayed in a row, below the title..
or do you want to display your listing in grid (4 per row) ?or?…
Hello Robert,
for the category, I believe there is no function, but GD is using WordPress codex using get_taxonomies etc..
you can find the code in the geodirectory_template_actions.php file around row 746The breadcrumbs is using the function geodir_breadcrumb
February 2, 2015 at 1:00 pm in reply to: After upgrading to 1.3.6 the enfold compatibility plugin does not activate #29486Buddy press beta is planned today, not yet released.
February 2, 2015 at 12:50 pm in reply to: After upgrading to 1.3.6 the enfold compatibility plugin does not activate #29482Hello, please read this announcement
https://wpgeodirectory.com/support/topic/important-release-of-1-3-6/February 2, 2015 at 11:38 am in reply to: Adding mutliple rating categories to existing listings #29467Hello Ray, actually is not possible to have a “top ten” based on the rating, and as you can see, the only solution is to have them sorted by rating
No, you set it in the Google analytics settings in GD.
Hello, the Return url is supposed to be the url that people see after the pay with Paypal
February 1, 2015 at 12:38 am in reply to: Adding mutliple rating categories to existing listings #29354Hello, multirating will appear in the normal “review” tab, inside a listing, so users can rate the golf courses with multiple ratings.
To do that, you need to first enable the Multirating from the MultiRating settings, and then you need to create the ratings, (in your case “pace of play, etc..”). Once you create these fields, you can enable the multirating for all the CPT/categories. All these options are in the MultiRating settings. -
AuthorPosts