Guust
Forum Replies Created
-
AuthorPosts
-
Hi Scott, have a look here: https://wpgeodirectory.com/docs/useful-plugins/#social
Neither of these things is possible I am afraid.
Try adding markers (pointers) to your categories. Let us know how you went.
You’re welcome 🙂
I would just add the bottom section at GD > design > detail > Detail bottom section > Yes
and then add the shortcode in text widget there.The template you are looking for is
geodirectory/geodirectory-templates/listing-detail.phpYou’re welcome 🙂
Try something like this for fixed width of content:
#geodir-wrapper { margin: auto; max-width: 1200px; }or for fixed margin left and right
#geodir-wrapper { margin: 0 50px; }I added this to GD > design > scripts > css
.geodir-slides li { margin-left: auto;}Your theme’s ul li CSS was creating the wrong side margin. Please check.
Do you mean the detail or the listings pages for them?
All custom post types use the same template.
https://wpgeodirectory.com/docs/layout/#directoryThis is probably better achieved with adding some code to your functions.php file.
Can you give more detail of what you are trying to achieve?Can you post the URL of your site please, so we can have a check. You can do that in a private reply if you like.
You can try yourself first to customize it, this article should assist: https://wpgeodirectory.com/docs/customizing-your-style/Please explain the problems you are having with relevant URLs, and post your WP admin details in a private reply and we will have a look for you.
You can use a file upload custom file for that. That will add a download link to the PDF file.
https://wpgeodirectory.com/docs/core-place-settings/#fileYou can embed a PDF file using an iframe as well, just like the video field, but the output of that is different across browsers, and does not have pagination etc.
https://wpgeodirectory.com/docs/core-place-settings/#textareaYou might be able to use the shortcodes from the PDF Embedder plugin, using WP custom fields.
Reviewing this document should give you an idea:
https://wpgeodirectory.com/formidable-forms-in-geodirectory-tabs/Can you post the URLs of the pages where we can see that.
Add your WP admin details in a private reply to, so we can check your settings.You can create new custom fields, please see https://wpgeodirectory.com/docs/core-place-settings/#custom
Have a look at https://wpgeodirectory.com/docs/customizing-your-style/
When using your browsers code inspector, you’ll see the map bubble classes when right clicking on a bubble element and then choosing “inspect” from the menu.
-
AuthorPosts