Paolo
Forum Replies Created
-
AuthorPosts
-
November 19, 2015 at 9:53 pm in reply to: Using columns on Advanced Search Filter, or using Multi Selector #60919
Hi,
there is a PHP error:
Fatal error: Call to undefined function geodir_payment_checkout_page_id() in /home/content/p3pnexwpnas07_data03/17/2770617/html/wp-content/plugins/geodir_franchise/includes/gdfranchise_functions.php on line 260All your add-ons (except the Franchise manager) are outdated.
Please enter the licence key that you find here: https://wpgeodirectory.com/support/members/kerridawn/ in GeoDirectory >> Auto Updates, instead of the password.
That should trigger the updates notification.
If it doesn’t work, please try updating the the 1st add-on manually via FTP (advance search filters). That should update the update script and make it work.
Let us know how you went,
Thanks
Nope, your admin credentials are not working for me too, please double check them.
Thanks
Hi,
address, country, region and city are mandatory, the zip code is not.
Thanks
Great, thanks for letting us know! 🙂
Hi,
the post code is not a mandatory field. You can even hide it with css.
Let us know if that helps,
Thanks
Hi,
if you mean a method for importing events or places in bulk from outside sources, no that is not possible.
You can only import events or places one by one via their Facebook or Yelp link through the social importer add-on, or import via CSV file that you complete with data.
Thanks
HI,
if I rename your file from
Lara’s Wine List.pdf
to
Lara-s-Wine-List.pdf
Then it works.
Not sure why your server doesn’t let it upload with the original file name, but I suspect the ‘ has something to do with it.
However you’ll need to ask to your server admin to fix this. I’ve tested on our demo too and like Guust the upload was successful, which means the problem is at server level, not the application.
Thanks
Hi,
there is no page called like that. The link to add listing has that text. You can modify text strings used by the plugin via translation file.
https://wpgeodirectory.com/docs/translate-core/
Let us know how you went,
Thanks
Thank you for letting us know,
Thanks
November 19, 2015 at 6:52 pm in reply to: Echo images or gallery of single place outside of loop or in new theme #60899HI,
you can try with this code:
if (geodir_is_page('detail')) { $post_images = geodir_get_images($post->ID, 'thumbnail'); $thumb_image = ''; if (!empty($post_images)) { foreach ($post_images as $image) { $caption = (!empty($image->caption)) ? $image->caption : ''; $thumb_image .= '<a href="' . $image->src . '" title="'.$caption.'">'; $thumb_image .= geodir_show_image($image, 'thumbnail', true, false); $thumb_image .= '</a>'; } } } elseif (geodir_is_page('preview')) { if (isset($post->post_images)) $post->post_images = trim($post->post_images, ","); if (isset($post->post_images) && !empty($post->post_images)) $post_images = explode(",", $post->post_images); $thumb_image = ''; if (!empty($post_images)) { foreach ($post_images as $image) { if ($image != '') { $thumb_image .= '<a href="' . $image . '">'; $thumb_image .= geodir_show_image(array('src' => $image), 'thumbnail', true, false); $thumb_image .= '</a>'; } } } echo $thumb_image;This will output the content of the default Photo tab.
Let us know how you went,
Thanks
Thanks for sharing. 🙂
Hi,
you need to edit header.php in your child theme for that. There are no hooks for that.
Thanks
You are welcome 🙂
You are missing the closing curly braket after
change this :
.map_category {display:none;to :
.map_category {display:none;}Thanks
Hi,
pinpoint only works with the listings map. You can’t use the Home map in the listings page.
Just move the mapfrom the sideebar to the top area.
Yes, that css will remove favorite from everywhere.
Thanks
-
AuthorPosts