Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello!
What you are describing could be caused by a mismatch for import columns.
A couple things to check first:
Have you set your default location and updated all your plugins?
Did you setup your map options?For your import, did you first add listings, and then perform an export?
With your export, you would then use the same column headings and order for your import.Let us know how that goes
Hello!
Thanks for being patient, looking forward to seeing your site!
Hello!
Yes! I am sorry we have not made our documentation clearer even as the list view has become more popular.
When you follow the instructions for reordering tabs, yes, it does indeed change the order of the detail page list, too. The tabs are really just a different set of css/js applied to a list.
So, yes, the place to start is with a CPT and the tab/list order. Get that setup in the right order first.
The instructions here have samples for different CPTs and more: https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
I mentioned that you can add a custom tab in the backend. https://wpgeodirectory.com/docs/core-place-settings/#fieldset (and then a snippet for the same with a sample of how to add custom content: https://wpgeodirectory.com/add-a-new-tab-in-the-listing-detail-page/ )
I think that it might be easier to get your re-ordered tabs/list setup first, and then add your facebook comments into the new tab order after it is all setup in the order that you want.
To take another step back, rather than doing any of this on your live site or even your production (nonpublic site) you could make a temporary CPT on your staging site to work through the proof of concept, and, when it is ready, switch it over to work with the right CPT on your live site.
Hello!
Do you already have Payment/Pricing Manager installed? -> https://wpgeodirectory.com/downloads/pricing-manager/
And already installed WP Invoicing? -> https://wpinvoicing.com/
If so, then you are ready for this -> https://wpinvoicing.com/docs/setting-up-eu-vat/
If you have any questions please post to the WP Invoicing forum -> https://wpinvoicing.com/support/
Thanks!
Hello!
Have you already done this part? This is the place to start with all your tabs.
https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
Start with that part and let us know how it goes.
October 27, 2017 at 6:59 pm in reply to: change my default url structure of the geodirectory plugin #402949Hello!
The GD plugin doesn’t support adding additional information or listing data into the URL, it would be a customization.
Thanks!
Hello!
We provide the page for re-ordering your tabs here:
https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
You can just drop that in and re-order it as needed.
Your custom tab just gets inserted into the list of tabs in the order you need.
You can add a tab in the backend, as it says here, if you want to get rid of some of your custom code that is hard to manage: https://wpgeodirectory.com/add-a-new-tab-in-the-listing-detail-page/
Let us know how it works out for you.
Hello!
You can search by anything including ZIP codes in the location field. If you have a directory for one country only, that should work well. For a worldwide directory, the system might interpret ZIP codes as belonging to more than one country, and will make a choice, which might be now what the visitor had in mind.
Have a look here:
https://wpgeodirectory.com/docs/core-design/#how
https://wpgeodirectory.com/docs/core-general/#searchThere are some shortcodes available for the Multilocations plugin that might be worth looking at to create a list of popular locations:
https://wpgeodirectory.com/docs/location-manager-shortcodes/
For highlighting listings we recommend you use the “Featured” property of the listing package, part of the Payment and Package Manager addon:
https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/
Featured can put a custom graphic, and allow you to set your sort to return featured listings first.
“Featured” is available as property for several core shortcodes, too:
Hello!
Please sign in to the forum with the account you used to purchase the Multirating plugin.
GD > Multiratings > General tab > Disable mandatory rating star
Thanks!
Hello!
Using inspector to hide elements is a multistep process also.
Open Inspector (Right click on element, Select Hide Element)
In CSS area, inspector will write the code for you (watch closely!)
Go to the CSS area, copy, and paste into you GD -> Design -> ScriptsIf it works in inspector, but not when you paste into GD, try clearing site and browser cache.
Thanks!
Hello!
There are a number of options in GD->Design->Search that control classes and features present on the search page. Try some of those out to see if they create the desired effect.
Let us know if that solves the problem
Hello!
We do have the GD Dashboard. Have you seen it?
https://wpgeodirectory.com/downloads/gd-dashboard/
It is for the backend, but you could start there if you are looking to create something.
Thanks!
Hello!
keep English and add Spanish, Portuguese, etc
Yes
Thanks!
Hello!
Her’s a way to do something similar with CSS
https://stackoverflow.com/questions/10933837/line-break-like-br-using-only-css
Something like this (not tested)
`.geodir-i-location {
display:inline;
}
.geodir-i-location:after {
content:”\a”;
white-space: pre;
}’You may find some others by searching through the forum:
https://wpgeodirectory.com/support/reply/260977/
Let us know how it goes!
Hello!
You can remove text by editing the translation files.
Adjusting the uploads area may have unintended consequences for usability.
Try this and adjust to your needs:
#upload-msg { display: block; clear: both; }
For further CSS customization please consider using chrome dev tools. Check out the screen shot attached.
Open Inspector (Right click on element, Select inspect)
In code view, hover cursor over html to identify the element.
When identified, right click and select Copy -> Copy selector
Go to the CSS area and click the plus sign to add a new entry for the selector
Edit CSS to suit your needsYou can also select “hide element” and inspector will write the CSS for hiding the element for you.
After that you copy it out and paste as needed. -
AuthorPosts