Simone
Forum Replies Created
-
AuthorPosts
-
Hi, I believe the 100% width of the map is filling the container created by the wide layout of avada, so It won’t go from edge to edge
Hello, are your listings in, at least, one category?
This reply has been marked as private.Hi, to add locations outside the default city, you must install the multilocation addon (aka Geodir Location Manager)
This reply has been marked as private.Hello, if you click the Arrow, it will slide properly, working on my side
Hello Hervé, we need FTP to enable the debug and check the issue, also please post your url and login in a private reply each time you open a thread, we have a lot of posts and we can’t browse the history looking for login details already posted in other threads, thanks
Hello Lee, I think GD will be a perfect choice for what you need.
You can exclude all the fields except phone for the Free package, and include the fields you want in the Paid package. People will be in a map and can be reviewed etc..
You can also integrate Buddypress so you will have a community behind that (and it works flawlessly with GD).Hi, so in the Listing page.. Some time ago I wrote a code to add a content section in that page so you can drag a widget, in your case a widget for the featured listings, and below you will have the other listings sorted by A-Z, will it work? Following you’ll find the code, add it in the functions.php file inside your child theme’s folder and then you will find a new widget area GD Listing Content Section
function 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>
A virtual page is used to display certain templates (such the add listing page, or the location page) and it’s created by Geodirectory.
If you need anything else, we will happy to help 🙂
Enjoy GeoDirectory!Hi Hervé could you check now? I can see fine and profile page works fine, I’ve run the GD Tools, all your virtual pages were missing
Hello Hervé, you can post login and password in a private reply, and we will be happy to help you out
Hi, related listings can be enabled-deactivated only on a post-type basis. What you want will require custom modifications
I still can see the mobiloud error (attached) are you using any cache plugin or CDN ? On WPengine perhaps?
Hi, I have checked and I see an error due to the plugin mobiloud which is most likely having conflicts with the jQuery in the backend
-
AuthorPosts