Simone
Forum Replies Created
-
AuthorPosts
-
Nice, you’re welcome
Hello Danielle,
the “login failed” you’re seeing is not for the user, but for the google analytics statistics. You can see the option in Geodirectory/General and then Google Analytics tab.To make a visitor capable of editing the listing, he should be an owner, to do so he should be claiming the listing and it is possible with the Claim Listings addon available here https://wpgeodirectory.com/addons/claim-manager/ otherwise only the admin can do that.
you can try to set a width in pixel (in the widget ) and then add the following in your style.css
div#sticky_map_geodir_map_v3_listing_map_9.top_banner_section.geodir_map_container.geodir-map-listing-page.geodir-map-full { margin-left:auto; margin-right:auto; }
Hi Ajay, I don’t know whats written in the response #30795 but I guess you checked if the global comment (WordPress)is enabled and the reviews is enabled in the price package you’re using, correct?
Please provide login details in a private reply so we can have a look under the hood, thanks.
Hi, to remove the View all link you can add the following to your style.css inside your child theme’s folder
a.geodir-viewall { display:none; }
but since this is a rule for the widgets, the View All will be removed also elsewhere where you’re using the listing widgets.
Hello, it is possibile by tweaking the css, but one column grid will result in one big block per row.
however add this in your style.css inside your child theme’s folder.geodir_category_list_view li.gridview_onehalf { width:100% !important; }
Hello, set it to be width 100% and you should be fine.
Hello, your home page is set with the page Sfoglia Città as homepage, with no widget in the sidebar . It seems some of the plugins you’re using is disabled because the shortcode for the layout are not displaying anything.
It could be that switching the theme reset the widgets.Yes, you can edit the .po file, you can find how to do it in our documentation page here http://docs.wpgeodirectory.com/translate-core/
You’re welcome, we are here for you 🙂
Hello, when using the GDF theme, there is a widget area called GD Header Right, in it you can drag any widget, in the demo there is the GD > Welcome Login.
To make an user (not admin) capable of editing the listings, you need to enable the claim process (with the claim plugin) and then from fronted an user can claim the listing, you will confirm that, and he’s allowed to edit the listing.
Hi, if you refer to the radio button where an user says if he is a business owner or not, it is mandatory and necessary
hello, you can disable the Social importer from the plugin section
Users, from fronted, cannot delete a listing, only the admin from backend is allowed.
I was not able to change the text under the listing description field. There is no translation in the .po file for this. It there another way to change this?
What strings are you referring to in the specific?
You can change the .po for each gd plugin but you must upload the files in a different folder, in /languages as well but each plugin as its own folder, see here for the documentation
http://docs.wpgeodirectory.com/translating-addons/if I wanted to change “Events” in the menu to “Find Events” how can I know that changing “events” in the .po file will only change “Events” in the top menu and not also change it in the bottom bar of the map or somewhere else in the site?
normally each string/word as its own variable, there is no way to know in advance what other words it will affect.
-
AuthorPosts