Paolo
Forum Replies Created
-
AuthorPosts
-
You will need to get that page body classes and use one of them.
For example, if you want to add it to all custom pages you can use this:
.sd.page #site-header { display: flex; flex-basis: 61px; flex-shrink: 0; flex-wrap: nowrap; position: fixed; top: 0; width: 100%; z-index: 99999; }If instead you want to add it to a specific page, example the social wall page, you will need something like this:
.sd.page-id-13617 #site-header { display: flex; flex-basis: 61px; flex-shrink: 0; flex-wrap: nowrap; position: fixed; top: 0; width: 100%; z-index: 99999; }To learn how to get classes and IDs please consult this: https://wpgeodirectory.com/docs/customizing-your-style/
Let us know how you went,
Thanks
That’s because you could add a street address or zip, not just a city name and users would expect to get results near that Zip code or street address, not featured listings 1st if they are not the closest.
If you add the location switcher to your menu or any other area of your website and users select the location before searching, the results will be sorted by featured. Because you would be searching WITHIN the location and not NEAR the location. (same as with the autocompleter of the advanced search add-on).
Thank you
This reply has been marked as private.Hi Bjoern,
please see: https://wpgeodirectory.com/docs/customizing-your-style/
Customizing the style of the widgets goes beyond support.
Thanks
This reply has been marked as private.I’ll add that moving this into the profile tab is much more complex and that I’m sorry, but it goes beyond support.
Thanks
Hi,
I know Stiofan blocked their release, because he wanted to rethink how the theme new custom fields are handled.
That required the custom fields part to be rewritted on the core plugin too and TBH I don’t know where we are at with that.
I asked to Stiofan to let us know. He just took off for the day, so he’ll reply possibly tomorrow morning.
Thanks
This reply has been marked as private.3) Yes you can https://wpgeodirectory.com/docs/linking-custom-post-types/
Thanks Kiran! 🙂
Hi Maria,
we are planning to add a reporting system, to export transactions, provide sales stats. However at the moment you can only see invoices on screen one by one, but filtering confirmed transactions.
Thank you
Hi,
something is wrong in your Reading >> Settings, few default WordPress Options are missing.
I think the best thing to do here is to drop the database, reinstall WP and start over.
Not sure what happened, but I don’t think this can be easily fixed any other way.
Let us know how you went,
Thanks
Hi,
you don’t need to make a child theme from the plugin. You are supposed to simply add code to your active theme functions.php file and your active theme should be a child theme, so that if you update the parent theme, you don’t lose your customization.
https://codex.wordpress.org/Child_Themes
Any CSS custom code can be pasted in GeoDirectory >> Design >> Scripts >> Custom CSS, that way will be saved in the database and it will be safe for updates.
https://wpgeodirectory.com/docs/customizing-your-style/
Please also read our support policy: https://wpgeodirectory.com/support-policy/
Customization are beyond support. If you have doubts about how to proceed with them, you should hire a freelance developer to help you out.
Thanks
Great, thanks for letting us know 🙂
-
AuthorPosts