Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
Hi German,
te grid don’t fit because the theme is adding a 12px margin left to all widget li elements.
Add this to your custom css:
.widget li { margin-left: 0; }this will hide the comments and favorite links:
.geodir-addinfo { display: none; }In the right sidebar you shouldn’t be using list for events, but grid. Lists are only for main content.
Let us know how you went.
Thanks
Hi Amanda,
you cannot query all CPT at once. If you need to query all listings at once we suggest to use only 1 Custom post type and use categories and subcategories instead.
Quering more than 1 custom post type would require to join database tables and would make your website terribly slow.
Thanks
geodir_create_page exists since v 1.0.0, the only possibility here is that GeoDirectory is somehow not active or the update of the core plugin failed and it is running incomplete.
Let us know if this helps.
Thanks
You are welcome 🙂
@luxasd are you too using a localized version of WP?
I’m trying to find a pattern…Let us know,
ThanksHi,
I’ve just tested translation on a website with 4.3.1 and everything else up to date and it’s working as it should: http://wpgeo.directory/hotels/united-states/new-york/new-york/5-stars/crosby-street-hotel/ I translated “Phone” and changed with “Telephone (testing translation)”.
The only difference I see from our install and yours (see images attached), is the version 4.3.1–en that you have installed of wordpress and this part: This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation.
I’m not 100% sure what that is and if it is the problem and I have to ask to Stiofan to check.
Thanks for your patience,
Hi,
in this case the search form is custom and comes from the theme. You’d need to ask this question to the theme author as we are not 100% familiar with it.
Thanks
You can hide it easily with css:
.geodir-search .snear {display:none;}Thanks
Hi,
that wasn’t enough because the theme has a style for links wrapped in h4 (like the bubble link)
Adding this instead fixed it:
.geodir-bubble_desc h4 a { color: #fff; }Thanks
That is correct…
Let us know how you went,
Thank you!Hi Dylan,
we are not quite there yet. We are just starting to work on the REST API for the Apps.
I’ll get Stiofan to asnwer your question though and see if he can give you any pointers.
Thanks
This reply has been marked as private.If you deactivate MultiLocations you can only have a directory covering 1 location (town or city).
Thanks
Hi,
the link is Yourwebsite.com/location/.
Thanks
-
AuthorPosts