Simone
Forum Replies Created
-
AuthorPosts
-
Hello, please provide url of your website so we can check. It is possible that some of the widget are not looking great on the bottom.
To add a Content section area infor the Listing page, use the following code in your functions.php .
This is a custom modification that I made it months agofunction listing_content_init() { register_sidebar( array( 'name' => 'GD Listing Content Section ', 'id' => 'listing_content', 'before_widget' => '<div>', 'after_widget' => '</div>', 'before_title' => '<h2">', 'after_title' => '</h2>', ) ); } add_action( 'widgets_init', 'listing_content_init' ); add_action( 'geodir_main_content_open', 'geodir_listings_map_before', 10 ); function geodir_listings_map_before() { ?> <?php if ( is_active_sidebar( 'listing_content' ) ) : ?> <div> <?php dynamic_sidebar( 'listing_content' ); ?> </div>
You can add the GD – Dashboard widget and it will let users know about their listings, and their favorited listings (and it also allow user to add listings).
Once you will add the Dashboard widget, you can choose what to show going to Geodirectory/Design and then in the Navigation tab. You will find the section “USER DASHBOARD POST TYPE NAVIGATION SETTINGS”.
About the password, you can use their party plugin as said earlier, Geodirectory doesn’t provide an edit profile page, unless you don’t want to show the wp-admin area. Bare in mind, people will only see their profile, they won’t see anything else, only administrators will see everything in the backend.Hi Yvette,
that comes from the Woo Commerce plugin, and it is the account page for Woo Commerce.
Why do you want an account page for users? To let them change their password?..
If you want to make the account page visibile to users, you can use third party plugin such as Profile Builder, or you can enable the Dashboard going in Geodirectory/General/ and then “Allow user to see wp-admin area”
While, for future registrations, you can enable “Allow user to choose own password” in the same pageHi, this is a custom modification.
Take a look here, Ive made some time a go a similar thing for WhatsApp,Create your own embed code here
https://vk.com/dev/Likeand paste the code replacing the one for whatsapp, all is explained here
https://wpgeodirectory.com/support/topic/share-buttons/#post-29165These fields does not come with a description.
You can edit the .po and add your own text.Adding a text below the boxes will require some custom modifications
Actually there is nothing to fix, that is the way it works, recurring events cannot occur the same day
Hi, this particular situation is not possibile, one recurrent event is not possible to assign in the same day. What you can do is to create two standalone events with a different time for the same day
ahah we wrote at the same time 🙂
you can translate “based on” using the .po file inside geodir_review_rating_manager/geodir-reviewrating-languages
(place the .po inside /wp-content/languages/geodir_reviewratings
Ok, hold on, just checked and this was already fixed on march.
add this to your shortcode marker_cluster=1 and it will work.
This parameter is missing from the documentation, It will be updated soonhello, this is a good question. It seems the shortcode for the home map doesn’t have the same catcher the widget is using, so the cluster is not working. I will notify the dev team and se what they suggest.
Hello, not actually possible, but this feature will be most likely available in the next release
Hi, the Special Offers tab is translatable in the Place settings (or any other post type you’re using), expand the Special Offers field and change the label.
For the “based on”, are you using any cache plugin?
May 7, 2015 at 12:52 pm in reply to: Can't edit listing options as they're set to default and won't change? #38925You’re welcome 🙂
This is happening because in the map widget you checked the STICKY option, if you disable it, the map will stay in place and will not be following the screen as you scroll down
-
AuthorPosts