Paolo
Forum Replies Created
-
AuthorPosts
-
May 15, 2015 at 7:05 pm in reply to: If statements and the business owner and associate property. #39640
I haven’t tested, but this should do the job:
global $post,$current_user;
get_currentuserinfo();
$is_owned = geodir_get_post_meta($post_id,’claimed’,true);
if ($post->post_author == $current_user->ID && $is_owned != ‘0’) { // your function to reorder tabs here }Let us know how you went.
Thanks
Please try this: http://docs.wpgeodirectory.com/faqs/how-can-i-clear-geo-location-settings/
And than setup your geolocation settings to require for users approval before geolocationg you.
Those can be found in GeoDriectory >> Advance search
Either activate : Disable geolocate on first load
or
Ask user if they wish to be geolocated
Thanks
That you can trick with this css.
.geodir-content .geodir_more_info { font-size: 0; } .geodir_more_info span { font-size: 12px; line-height: 17px; margin-right: 3px; }Thanks
There is no need to add cities in advance with GeoDirectory.
Users can add locations on the go while adding listings.
The map doesn’t show the city map if there are no listings. (because in GD logic there aren’t supposed to be locations without listings.)
That is normal behaviour.
The system is unstable because you added a huge database for nothing. You probably need a much bigger server for this.
I strongly suggest to remove all that useless data and keep your database space for real listings instead.
Thanks
Have you tried removing the right banner to see if that’s the culprit?
In my opinion it is. Every time you click on the logo 3 links quickly appear/disappear below the banner.
Prev Next Pause.
See image attached.
Thanks
Hi Lucy,
I just tested that address on your website and it worked.
Please let us know?
Thanks
Hi,
the link should be : http://staging4.acrossba.com/
This css:
div#page div { margin-left: 10px !important; max-width: 90% !important; }Line 114 of this file: http://staging4.acrossba.com/wp-content/micro-themes/active-styles.css?ver=4.2.2
Is responsible for this.
Thanks,
Hi Alexander,
please sync your account here with your Theme Tailors account (make sure both uses the same email address).
Or we won’t be able to provide support for an addon to a Free User.
This topic should have been submitted in the multilocations forum, but you don’t have access to it unless you sync your accounts.
Thank you
Hi,
Buddyress uses the default page sidebar.
Just go into page.php of the child theme and use a conditional tag to make it call your custom sidebar instead of the default sidebar, when needed.
Buddypres conditional tags are:
Profile Page:
if (bp_is_user())Users page:
if (bp_is_directory())Others BP pages:
bp_current_component()Example:
if(bp_current_component('members'))To know the name of the page:
echo bp_current_component();These info are already availble in the Buddypress forums too.
Thank you,
Hi,
There is no option to hide them.
Just add this to your custom css in GeoDirectory > design > sciript :
.geodir-pos_navigation { display: none; }Thanks
Hi,
the GD uploader doesn’t use the default WordPress file uploader.
We use the Plupload library that allows users to reorder images via drag and drop.
If you want to use the same image for more than 1 listing, the only way is via CSV file.
Thanks
Hi Ian,
the archive page already exists.
yoursite.com/places
yoursite.com/your-custom-post-type-nameJust FYI, we provide support to expired memebers only for the core plugin and in website where no othre addons is installed, this is obivously not your case.
If you wish to continue receiving our support, please subscribe again.
Thank you
Just delete the draft posts.
You can use a plugin like this to do it fast: https://wordpress.org/plugins/bulk-delete/
The problem shouldn’t appear again in the future.
Thanks
If you mean an export feature, this is exactly what we are working on right now…
It will be in the next coming version.
You will be able to reimport too and update existing listings.
Thanks
-
AuthorPosts