Paolo
Forum Replies Created
-
AuthorPosts
-
I don’t know how far it will be, but yes I even want it for a website of mine…
Hi,
all pages design are maanged via GeoDirectory >> Design :
1 home (design settings of home page and /location/)
2 listings (design settings of listings pages)
3 search (design settings of search results)
4 detail (design settings of single listing page)
5 author (design settings of author page)
6 navigation (design settings of navigation)to make the navigation like our demo, just go to appearance menu and create 1 assigned to the theme main menu. Than got to GeoDirectory >> Design >> Navigation and where it says : Show geodirectory navigation in selected menu locations, select the menu you previously created.
To access more design options, given that you are using GDF, you can go to GDF Options in the main WordPress menu and change all kinds of settings.
To make both wordpress and geodirectory seo friendly you need to activate permalinks to do that go to Settings >> Permalinks and select Post name.
To tell why you site looks wrong, I should see it too.
IF you keep having problems, send a link and wp admin credentials in a private reply and we will get you started.
Thx
Hi,
there is a big div in your footer that it is supposed to create a menu.
That div is all over the page, covering most of your website elements and making them unclickable.
Please see image attached for visual details.
Some work has to be done to make our plugin adapt to its template structure.
Stiofan published examples to integrate with X theme and Enfold. By looking at those, any developer could help you integrate our plugin with your chosen theme. Or you could use one of themes that are proved to be compatible out of the box like GDF theme.
Thanks
Hi Greg,
GeoDirectory isn’t an eCommmerce solution, nor we intend to turn it into one.
It is a business directory and all it sells are listings. As far as I know, it provides one of the best payments options available to sell listings, of all business directory wordpress solution.
A woocomerce integration for me, wouldn’t imply using woocommerce to manage the payments of listings, but allowing business owners to integrate a shop within their listings to sell their items to visitors.
For the Stripe Payment Gateway extension, only the post validation on GD is missing. I’m not 100% sure that the recurring payement will be available in this 1st version of it. By september, I believe there is plenty of time to implement it.
Thanks,
The menu not used will not remove the toggle button, if you don’t use the menu you should hide that with CSS.
Add this to your child theme style.css
@media only screen and (max-width: 768px) { .mobile-left, .mobile-right{display:block;} }
Let us know,
Thx
@Vikas can you please also add unique classes or better IDs to the html of the add listing form?
Now every row has an identical class and make’s it impossible to hide with css.
This :
<div class="required_field geodir_form_row clearfix"> <label></label> <input> <span class="geodir_message_note"></span> <span class="geodir_message_error"></span> </div>
Should be :
<div <strong>id="geodir_lat_input"</strong> class="required_field geodir_form_row clearfix"> <label></label> <input> <span class="geodir_message_note"></span> <span class="geodir_message_error"></span> </div>
This way we could use #geodir_lat_input {display :none;}
to fix this problem simply and quickly…
I’ve added this task in the project maanger too.
Thank you,
Hi PSI,
1st of all you are using v1.1.3 of GD.
Please keep the plugin updated, or it will be difficult to provide you proper support.2nd it appears that you modified the html of the map bubble or am I wrong? It seems that your version is still using the old map templates.
Let me know,
Thank you
Yes, you can use the location page. yoursite.com/location it is identical to your home page.
Go to Appearance >> Menu and add a custom link to it.
Thx
Hi,
Could you please provide a link and wp admin credentials in a private reply?
We will have a look at your settings.
Thx
Hi,
you can change that via po/mo file like it would be done to translate any text string.
Here there is a detailed example: https://wpgeodirectory.com/support/topic/listing-process-link/#post-6542
There are also plugins that can be used for that.
Thx
Shouldn’t be larger than 40 miles unless you have few listings…
With a lot of listings, if you make the radius larger than that it could start slowing down your queries.
Thx
Hi,
must be a plugin you added or something has been modified in the templates.
If you check our demo you see none of that.
Instead of having this in your html
<a class="geodir-pcomments" href="http://wpgeo.directory/attractions/united-states/illinois/chicago/landmark/crown-fountain/#comments"><i class="fa fa-comments"></i> No Reviews</a>
you have this:
<a class="geodir-pcomments" href="http://fultonstreetcenter.org/places/united-states/south-carolina/charleston/yoga_studio/mission-yoga/#comments"><i class="fa fa-comments"></i> <fb:comments-count href="http://fultonstreetcenter.org/places/united-states/south-carolina/charleston/yoga_studio/mission-yoga/" xmlns="http://ogp.me/ns/fb#" fb-xfbml-state="rendered" class=" fb_comments_count_zero"><span class="fb_comments_count">0</span></fb:comments-count> Comments </a>
Definitely not a GeoDirectory related problem.
Thx
link pls?
In Settings >> Discussion, enable “Allow people to post comments on new articles”.
Just FYI, it is a wordpress setting. Not GeoDirectory.
Thanks
via css.
@media only screen and (max-width:480px) { .geodir_map_container { display: none; } }
This will hide the map in mobile portrait view.
Other media queries:
http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Thx
-
AuthorPosts