Alex Rollin
Forum Replies Created
-
AuthorPosts
-
October 18, 2017 at 12:13 pm in reply to: Can't load URL: The domain of this URL isn't included in the app's domains. #401317
Hello,
I have been able to reproduce the problem on a test site. I will ask a developer to take a look.
Thank you for your patience.
As you might already know, Facebook Platform is evolving rapidly. We are grateful for your report and the opportunity to address the issue.
October 18, 2017 at 11:38 am in reply to: Details Page Sidebar – How to remove unwanted Empty space? #401314Hello!
Many elements in GeoDirectory have set minimum heights in order to allow for a minimum number of required fields, specifically the fields that ship with the plugin.
The sidebar listing details block is one of these, and has a min-height of 370px. The height is set to auto, but it doesn’t behave as expected if fields are rendered as images.
You can try this as a start, but your customization with images means you might need to tune it to meet your needs.
.geodir-company_info.geodir-details-sidebar-listing-info { height: auto; min-height: auto; }
Hiding the box under certain conditions, for example if the fields are not filled in, would be a customization beyond the support we can provide here. That said, a search through the forums may help you find ways to do this based on other similar examples.
Hello!
Please make a private reply with your site URL and WP Admin details in case we need to take a look.
This is most likely a WordPress related issue, not having to do with GD specifically.
That said, have you done anything to the site recently? Deleted users, worked directly on t he DB, moved the site to a new URL, or enabled any plugins that work with login, users, or user registration?
If BuddyPress is a recent addition, you might want to check with their community for support.
Hello!
Review image upload size is governed by the settings for GD Images
Visit:
Dashboard -> GD -> General -> General -> Max upload file size(in mb)
Let us know how that works for you
Hello!
Have you checked out https://userswp.io/features-list/ ?
That is included with the plugin. Check it out and let us know if that works for you.
You can also search the forum here to find solutions from others. Here’s one I found:
https://wpgeodirectory.com/support/topic/login-and-logout-modifications/
October 18, 2017 at 9:43 am in reply to: Can't load URL: The domain of this URL isn't included in the app's domains. #401300Hello!
Were you able to “Add Platform -> Website”
You add your domain there, first, and then you can proceed to add it to your app.
Hello!
Have you seen the Dashboard settings for the BuddyPress integration?
There are several options to change the behavior.
From what you say, it seems like you should choose to choose
GeoDirectory -> BuddyPress Integration -> Redirect GD dashboard my listing link to BuddyPress profile
GeoDirectory does not merge or remove BuddyPress pages, and BuddyPress doesn’t remove or change GeoDirectory pages. The integration allows you to change some functionality so that the two plugins work better together.
The Add On documentation pages goes into the details. The plugin integration is designed to focus on the use of BuddyPess profiles instead of the author pages.
https://wpgeodirectory.com/downloads/buddypress-integration/
Let us know if that works for you
Hello,
Here is a Google search about many methods for exporting from phpmyadmin to CSV.
GoeDirectory supports import through CSV.
Which one looks square?
Can we take a look at the page URL?
Make a private reply with your site URL and admin login in case we need to take a look at wp-admin
Hello!
The Advanced Search Filters add on does integrate with Custom Post Types.
Here’s the basic documentation to get it setup:
https://wpgeodirectory.com/docs/category/addons/search-filters/
Hello!
Unfortunately, no, I’m sorry to say that GeoDirectory does not include any tools for working directly with a database or phpMyAdmin for import.
Hello!
Do you have both BuddyPress and the BuddyPress Integration plugin installed and activated?
Please check your GD Permalinks setting and the WordPress permalinks settings.
https://wpgeodirectory.com/docs/category/getting-started/
Let us know how that works for you
Here is an image that shows how to configure the categories as a checkbox.
https://wpgeodirectory.com/support/wp-content/uploads/sites/11/2015/10/Capture11.jpg
Let us know how it works for you.
October 17, 2017 at 4:54 am in reply to: Queries about custom field setting and option value in different languages #401061Hello,
1. WPML is a separate plugin used to translate custom fields.
2. The hover text is a customization. You can try a third party plugin or hire a developer to implement the customization for you.
3. There are many options available for how to use your custom fields. Here are a couple links to help you get started:
Setup your Places the way you want:
https://wpgeodirectory.com/docs/core-place-settings/
Add styling to a custom field:
How about:
.featured-area: :before {
opacity: 0.1;
} -
AuthorPosts