Paolo
Forum Replies Created
-
AuthorPosts
-
That is correct.
Thank youAsk for support to your hosting provider and ask them to disable varnish to start. If they can’t you’ll have to move to a compatible hosting provider.
Let us know,
Thanks
hi,
the problem is probably due to PHP sessions not handled correctly by the website or server side cache broking them.
We’d need FTP credentials to be able to confirm this.
Yes GeoDirectory is MultiSite compatible since a long time now. Just need to be activated per website and not network activated (both core and add-ons).
Let us know,
Thanks
I didn’t change anything, there was no such code in there, I just added it exactly as provided by the other member…
// Formatting address in GD sidebar add_filter('geodir_show_post_address', 'geodir_change_address_order' , 100 , 2) ; function geodir_change_address_order($html , $vars) { global $post, $preview, $wpdb; $field_icon=''; if (strpos($field_icon,'http') !== false) {$field_icon_af = '';} elseif($field_icon==''){$field_icon_af = '<i class="fa fa-home"></i>';} else{$field_icon_af = $field_icon; $field_icon='';} if(!$preview) { $html = '<p class="" style="clear:both;" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">'; $html .= '<span class="geodir-i-location" style="'.$field_icon.'">'.$field_icon_af; $html .= ' '; $html .= '</span>'; //print_r($_POST); if($post->post_address){ $html .= 'Address:<br><span itemprop="streetAddress">'.$post->post_address.'</span><br />';} if($post->post_zip){ $html .= '<span itemprop="postalCode">'.$post->post_zip.'</span> ';} if($post->post_city){ $html .= '<span itemprop="addressLocality">'.$post->post_city.'</span><br />';} if($post->post_region){ $html .= '<span itemprop="addressRegion">'.$post->post_region.', </span> ';} if($post->post_country){ $html .= '<span itemprop="addressCountry">'.$post->post_country.'</span><br>';} $html .= '</p>'; } return $html ;Thanks
This reply has been marked as private.Just FYI, message from the developers:
Now for single payment, it will use event charge.succeeded and for recurring payments it will use invoice.payment_succeeded event to manage successfull payments and manage invoices.
Also issue fixed that send notification without have any invoice or listing details.It will be in the next version.
Thanks,
Hi,
I’m getting this error:
Error 502 Guru Meditation: XID: 2008022601 Varnish cache serverI believe your problems are mostly server related.
let us know,
p.s. varnish is not compatible with GD, that could be the cause of the problems with multilocations.
Hi,
you’ll definitely need events add-on, you could use the default custom post type (Places) for teachers by just renaming it. You’d need the custom post type add-on to rename it via options, but it can be done without it via translation file.
You’ll also need the prices payment manager to created featured events or teachers and also to be able to link events to any other Custom post type you decide to use for teachers.
If the location is for more than 1 location, you will also need the location manager.
Everything you described can be done out of the box.
Let us know if this helps.
Thanks
Ok, I got you now, the HTML field is to add html code.
It isn’t a visual editor that will add html to the text.
The only fields that have tinyMCE integrated as an option are the listings description and the events registration (must be enabled in GD >> Design >> Listings >> Add lsiting settings).
If you want to have a description field above the tabs, you could hide the profile tab (unset it from old array and don’t set it again). Then use the same hook you used for that custom field to output
the_content()and use a custom fields for the 1st tab instead.
Let us know if this helps.
Thanks
Hi,
the code was not present in your active theme functions.php file. I’ve added it exactly as provided by @chrisat15 and it worked.
Thanks
Hi,
there is no picture attached and the link is for a preview that only admin can see.
Please provide the attachment and the credentials to access your dashboard in a private reply and we’ll look into it.
Thanks
Please see also : https://wpgeodirectory.com/support/topic/mobile-homepage-widget/page/2/#post-115806
Thanks
Hi Robert,
sorry we should have looked into this while fixing the review problem on bp profiles, it’s my fault.
The developer is checking this too now …
He’ll let us know asap.
Thanks
You are welcome 🙂
hi,
you need to set permalinks as %/postname/%, please see:
https://wpgeodirectory.com/docs/basic-installation/#postnames
Thanks
-
AuthorPosts