Plugin Author
Stiofan
(@stiofansisland)
Hi @dandydahlia,
It looks like your theme is adding some special options for the page settings, what theme is it and we can do some testing? There is one other option for using page templates that might work if your theme has a specific page template file that you want. Check under GD > Settings > Design > Details > Page template file override. (please set this back to auto if you can’t find a template that works).
For search you would need our advanced search addon to be able to add custom fields to the search bar.
Thanks,
Stiofan
Thanks so much Stiofan.
Iβm using Kadence
I tried that too and itβs set to auto π€·ββοΈ. Kadence must be adding something?
Hi Stiofan, me again π
The difference looks like it’s in the body class
Wrong one:
<body data-rsssl="1" class="gd_place-template-default single-gd_place postid-13696 logged-in admin-bar wp-custom-logo wp-embed-responsive geodir-page geodir-page-cpt-gd_place geodir-post-cat-177 geodir-page-single footer-on-bottom animate-body-popup social-brand-colors hide-focus-outline link-style-standard has-sidebar content-title-style-normal content-width-normal content-style-boxed content-vertical-padding-show non-transparent-header mobile-non-transparent-header gd-map-none customize-support">
Correct one:
<body data-rsssl="1" class="gd_place-template-default single single-gd_place postid-13645 logged-in admin-bar wp-custom-logo wp-embed-responsive geodir-page geodir-page-cpt-gd_place geodir-post-cat-178 geodir-page-single footer-on-bottom animate-body-popup social-brand-colors link-style-standard content-title-style-hide content-width-fullwidth content-style-unboxed content-vertical-padding-show non-transparent-header mobile-non-transparent-header gd-map-none customize-support">
Main difference =
Correct one has “Single”
Correct one has “content-title-style-hide content-width-fullwidth content-style-unboxed”
Any ideas on how I can (even using a new template) change it?
Thanks so much
Hi @dandydahlia,
I added some compatibility changes to fix single listing layout issues for Kadence theme. It will be available in next update.
Meantime please try this patch https://github.com/AyeCode/geodirectory/commit/ca2a547586844922336bc618fd30108bd3c952e6#diff-265979c50ab915bfd40d4d0d6d45a259d40467e1f61f7ab48ac59e62f9ce3c37 and let us know how it goes.
Regards,
Kiran
Thanks Kiran,
All good! I found the setting hooray!
For anyone else trying to style Geodirectory and Kadence..
Customizer -> Custom Post Types -> Listings Layout π
You can then leave the listings as all default and it will pick up the settings here.
Thanks so much again @kprajapatii and @stiofansisland for your replies. I’ll leave this here incase anyone is googling for the answer too.
I’m loving Geodirectory so far π You’ve done a great job! Thank you
Plugin Author
Stiofan
(@stiofansisland)
Thanks for the tips! π