Paolo
Forum Replies Created
-
AuthorPosts
-
February 25, 2015 at 10:09 pm in reply to: "GD Listing Content Section" and Wrong char/word count #32089
link and wp admin credentials pls?
Thx
Yeah I know about it, but 1 plugin less (especially if they do the same thing) is better…
Sould be a 10/15 minutes thing to add it.
For the error he’s getting on google I read:
If you received an error (such as “Your location cannot be determined”), your request may have failed for two reasons:Your request timed out.
We weren’t able to get an accurate location.If you can’t center the map on your location, you might have denied permission for Google Maps to use your location
I see that you disabled : Ask user if they wish to be geolocated.
I enabled it and tested on your website with my tablet and attached is the result that I got. My position is as precise as it gets.
Let me know if enabling that option and granting permission to share the location changes anything.
Thx
The problem was a shortcode added with wrong height. I’m setting this as solved.
Thx
Hi,
go to GD >> Design >> Listings
Disable “Listing right section”.
And where it says: Width of listing content section change to 100.
Let us know,
Thx
Hi,
this should definitely belong in the requests system.
Thx
The search result page doesn’t use the location page as template, but its own template so that go2 or location prefix is not used.
You can see that in our demo or any other GD website.
It appears that the search layout is being ignored by your theme somehow and replacede by the news feed…
How is that created? It seems to be taking over the index no matter what url variable it is used.
Let us know,
We did, but we are still unable to replicate on our end. It’s probably a session problem and Stiofan is looking into it.
We will keep you posted.
Thx
Hi,
I’ve added a task to fine tune the search algorithm in our project manager.
Stiofan will be look into it soon and fix once and for all.
Thanks for your patience,
This reply has been marked as private.This reply has been marked as private.Hi Josh,
1) your accounts are not synced and the account used here didn’t have the same email address used to buy on Theme Tailors. I’ll try to better explain this process both here and on TT.
2) Because of the Theme tailors syncing we don’t allow to change email, or the autoupdate would fail. I’ve change it manually for you to the email used to purchase. If you now sync autoupdates should work.
3) As you can see in our demo http://wpgeo.directory/ excerpt are working as expected. To see why they are not working on your website, we would need to have a look at the website and dashboard. Please provide url and wp admin credentials in a private reply.
As far as reasonable price. In the last 10 months we release over 20 between addons and themes and we don’t intend to stop. We don’t impose limits on website that can be built with them and IMHO (but I’m biased), no other solution is as features rich. I think our price is a bargain…
Thanks
Hi,
I’ll ask to Kiran to see if it’s feasible.
We’ll let you know,
Thanks
Hi,
The register page you have now in the menu is pretty useless.
this is the link for your registration form: http://www.teasttogether.com/?geodir_signup=true&page1=sign_up
You can see it below the My Dashboard widget when logged out where it says: New User? Register Now.
I’ve setup your menu to show the GD links (this is done via GD >> design >> navigation) only for events and including the add listing page.
Let us know if now it’s clearer.
Thx
ok that’s my fault, the Genesis compatibility already removes and re-adds that part with a different function.
Try this :
Point 1 and 4 are useless, so delete them. In your functions.php keep only your customized function my_geodir_action_listings_title (or whatever you called it)
than add this:
remove_action( 'geodir_before_listing', 'gd_genesis_listing_page_title_bar', 10 ); add_action( 'geodir_before_listing', 'my_gd_genesis_listing_page_title_bar', 10 ); function my_gd_genesis_listing_page_title_bar() { my_geodir_action_listings_title(); //change this name in case you called the function differently geodir_action_listings_description(); }The original function could be found in: geodirectorygeodirectory-functionscompatibilityGenesis.php
Let us know if this works,
Thx
-
AuthorPosts