Giri
Forum Replies Created
-
AuthorPosts
-
No problem Guust 🙂
1) To make Event Index page work, you need to add some widgets to “Event Index Content” widget area.
Refer the “Event Index Page” part on this page https://wpgeodirectory.com/docs/whoop-theme-overview/
2) Not sure whats wrong with your icons. I’ll take a look
3) I think marker cluster only support home page. I’ll ask stiofan about it.
4) If you are talking about your email folder, then you should configure SPF and DKIM keys for your domain. DKIM stands for Domain Key Identified Mail. SPF stands for Sender Policy Framework. Both of them makes your mails legitimate. So it won’t be sent to spam folder. Please contact your hosting support to configure them.
5) cannabizconnections.com uses whoop theme version 1.0.2 where as findcannabiz uses 1.0.4. So please update your theme.
In that case, I think its better if you hire a developer from here.
Because its not that simple. We have created custom callback function (geodir_comment_whoop) to format whoop comments. if you need that option, you have to create a callback function too. If you are not a developer then its wise to hire a developer.
That option already available in whoop. Please enable this setting.
whoop options -> Review settings -> Limit 1 Review / User / Post
Add this in Whoop Options -> Quick CSS
@media only screen and (max-width: 767px) { .site-logo { display: none; } }
I was wondering if this is also possible here?
Can you explain, what are you trying to do?
This reply has been marked as private.This reply has been marked as private.Looks like it was a bug with page_id and stiofan fixed it last week. I have applied the patch in your website. Seems to be working fine now.
Thanks
This reply has been marked as private.yes you can create a directory called “geodirectory” in whoop child theme and place your custom templates there. You can copy your listing-detail template from modern. However I think you may have to style that page to make it compatible with whoop theme.
On the whoop listing page, can I add more that one review comment in the listing?
You can’t add more than 1 review without modifying whoop theme code. If that is necessary, please edit this file
wp-content/themes/geodirectory_whoop/geodirectory/listing-listview.php
check line number 272.
December 21, 2015 at 7:45 am in reply to: List view on Listing page not displaying full width #64648Hello Trex, that part is intentional. Your template missing the address part. Which is why your page looks weird.
This is how its supposed to look like
https://wpgeodirectory.com/docs/wp-content/uploads/sites/3/2015/06/events-listing-1024×555.png
@jkirker, Sorry for the late reply. I was off on sat and sun.
Since we are overriding filetrs added by whoop, You have to place them in a ‘init’ action like this.
function override_whoop_filters() { remove_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend'); add_filter('geodir_detail_page_tab_list_extend', 'jkirker_geodir_detail_page_tab_list_extend'); } add_action('init', 'override_whoop_filters');
Hello there,
Listing detail page use this template.
wp-content/plugins/geodirectory/geodirectory-templates/listing-detail.php
Whoop customize that template using the hooks provided by Geodirectory. So if you want to customize detail page template you have to remove filters added by whoop and then add your custom filters.
If it is too technical, you should hire a developer from here.
listing-eventdetail.php only applicable for Events addon.
Fixed
-
AuthorPosts