Paolo
Forum Replies Created
-
AuthorPosts
-
thanks, we will!
We really want GD to be the undisputed champ of the world of all directory softwares… 🙂
I suspected it was me…
Thanks for allowing me to correct it.
P
Hi Semperteneo,
I’m sorry about that 🙁 , I only hope it wasn’t one of us giving that info (or even me… which is possible).
Could you pls tell me where you found it? So I’ll make sure ppl aren’t misled by any wrong information… accidentally left in the forum?
Thx
Hi Sam,
there wasn’t any widget to pull listings in your home page. I added it and it works.
I also moved the text from the bottom section to the content section, because in the bottom section wasn’t looking good.
Let us know if you need anything else…
Thx
Hi Dnosker,
the search widget not looking right in mobile brought up an issue we had not notice before.
Child theme stylesheet is loaded before plugins. This is an error in GD core and addons. Their stylesheet should be loaded before the child theme stylesheet.
There is also a wee problem in our avada child theme css:
#sliders-container .geodir-search input[type="text"], #main .geodir-search input[type="text"] { margin: 0 3% 0 0; padding: 10px; width: 32.4%; }
this is too specific it’s overriding the plugin media queries
.geodir-search input[type="text"], #main .geodir-search input[type="text"] { margin: 0 3% 0 0; padding: 10px; width: 32.4%; }
We are correcting both things and we should release an update soon to fix this.
Thanks for your patience,
You can use 1 slider per page. Because the container have the same class .flexlisder, the js of both will use the 1st div with that class and will ignore the second.
Thx
Yup, I’ve seen it! 🙂
Hi semperteneo,
you can’t use GD that way.
You can assign GD home to be the home page of you website, or disable that and use whatever you prefer in your website home page and use the yoursite.com/location page as the directory home.
Hope this help.
Thx
Hi Caleb,
if you want to see this happening, please post a request here: https://wpgeodirectory.com/requests/
If many users vote for it, it will be prioritized.
Thx
I alerted developers I know in the forum that you are looking for help… 🙂
Thank you j007w!
Hi again,
close enough:
remove_action( 'geodir_details_main_content', 'geodir_action_details_slider',30);
Thx
Hi,
only templates can be moved, but you don’t really need to move them to modify them. Because you can use hooks and actions.
geodiretoy_template_actions.php isn’t a template, is the file where the templates actions are declared.
You can find examples of how to modify things within a template using hooks and actions search on the forum add_action and/or remove_action and or do_action.
example: https://wpgeodirectory.com/support/topic/removing-the-share-buttons-from-listing-sidebar/
Templates can be found in geodirectory/geodirectory_templates and have to be moved inside a geodirectory folder within your child theme to be modified.
Thanks
Hi j007w,
I guess you are using the customizer to manage your widgets? If yes, you should be using the Appearance >> Widgets dashboard page instead.
Everything will be clearer…
Let us know
Hi,
all widgets area are empty (see image attached) and there are no listings in the database.
Nothing will show until you add widgets in the various section or you install dummy data. That will do most things for you.
Terms and condtions are added in GeoDirectory >> Design >> Listings.
Thx
-
AuthorPosts