Guust
Forum Replies Created
-
AuthorPosts
-
Thanks for letting us know, good to see you got a solution in the end.
You’re welcome 🙂
I can see all 3 widgets you added to the GD Listings Right section.
They hang on the edge because your theme is using a 100% wide layout, without any margin.Adding this CSS will fix the 2 column of the popular post widget:
.geodir_category_list_view li.gridview_onehalf { width: calc(50% - 5px); }You want the target of that link to open a new window. Let’s ask Paolo, he might have a solution.
That is a known bug and should be fixed in the next version. In the meantime, the translation file can be used to fix the issue.
https://wpgeodirectory.com/support/topic/change-geodirectory-checkout-heading-on-gd-checkout-page/1. At WP > Pages, make sure the template you use is the default template, not the full width template.
At WP > Appearance > Widgets, look for the “GD Page Details” widget area.2. You will need MO files for each language.
This is how to translate:
https://wpgeodirectory.com/docs/translate-core/
https://wpgeodirectory.com/docs/translating-addons/There are some starter language files here:
https://wpgeodirectory.com/docs/getting-translation-files/Rename the category if you like, that is probably the simplest.
Every CPT needs at least one category.Use the CSS I posted and the CSS inspector as a guide to fix the 3 or 4 or 5 columns the same way.
I have done the gridview_onethird so you should be able to see how it works.Added more CSS at GD > design > scripts to fix the bottom section on the detail page.
The article at https://wpgeodirectory.com/docs/customizing-your-style/ gives you the principles of changing the CSS, not a solution for every possibility; that is not possible.
1. You can change Social to Facebook using the translation file of the addon:
https://wpgeodirectory.com/docs/translating-addons/2. You cannot change the package list to some other table or it will not work anymore, but you can style the package list with CSS.
3. You can de-activate the “Time” field in your Place Settings:
https://wpgeodirectory.com/docs/core-place-settings/#is-active4. You can change “Listing title” in the core language file:
https://wpgeodirectory.com/docs/translate-core/5. You cannot remove the description, it is a compulsory field.
But have a look here for a solution: https://wpgeodirectory.com/support/topic/make-listing-description-optional/#post-55624You can add extra fields to your listings but they will not be searchable. GD does not have functionality for protected content, but here are some suggestions for additional plugins:
Buddypress
s2member or another membership plugin
newsletter pluginI can move your topic to the jobs forum if you like, if you want more specific help with any of these things.
February 10, 2016 at 12:56 pm in reply to: Updating from 1.3.9 to 1.4.3 results in 404s for Location pages #120470Thanks for letting us know.
Remember that you can only hide the country and region in the URL if you only allow listings in one region: https://wpgeodirectory.com/docs/core-permalinks/#location
Thanks for helping out 🙂
We cannot access the site for the moment, URL is not resolving.
“GD Home Top Section” is not the sidebar, but the section up the top of the location pages.
https://wpgeodirectory.com/docs/layout/#directoryTo enable the sidebars, go to GD > design > home
https://wpgeodirectory.com/docs/core-design/#homeGD > design > Listings
That is the Listings/category template.
So you can add the widgets to the GD Listings section.See also https://wpgeodirectory.com/docs/layout/#directory
https://wpgeodirectory.com/docs/core-design/#listingsThis reply has been marked as private. -
AuthorPosts