Giri
Forum Replies Created
-
AuthorPosts
-
We don’t have separate demo for list manager. But you can use the whoop demo to check.
You are welcome 🙂
Hi,
Can you try applying this css?
.home .showFilters { display: none !important; }
Hi wonderbc,
Can you link me to the page where you have problem? You problem may be different.
This plugin was original made for whoop. But moved as a standalone plugin to make it compatible with all themes.
This documentation is still relevant.
https://wpgeodirectory.com/docs/geodirectory-lists-overview/
May 25, 2017 at 10:02 am in reply to: My Listings not showing with boddypress loging dashboard #379984This reply has been marked as private.This reply has been marked as private.Everything in your code is correct except this part.
$class[] = "gd-package-id-".$post->package_id;
It should be
$class[] = "gd-package-id-".$_REQUEST['package_id'];
Please make sure you are using the correct quotes in code while copy and pasting.
May 24, 2017 at 2:20 pm in reply to: My Listings not showing with boddypress loging dashboard #379866This reply has been marked as private.May 24, 2017 at 1:49 pm in reply to: My Listings not showing with boddypress loging dashboard #379862Nevermind, its working. You used 4 w. I just noticed that.
Yes thats fine.
May 24, 2017 at 1:43 pm in reply to: My Listings not showing with boddypress loging dashboard #379859Hi there,
your website not workingI hope you are talking about the listings page that looks like /places/
If thats the case you can use this hook to target only the listings page.
https://github.com/mistergiri/geodirectory/blob/master/geodirectory-templates/geodir-listing.php#L29
As for the category you can use the shortcode to call.
https://wpgeodirectory.com/docs/core-shortcodes/#ctp-cats
The whole category output code can be found in geodir_cpt_categories_output function.
Hope that helps
You mean below title of the detail page?
Can you post your site url too? So I can see your current layout
Try applying this code.
@media screen and (max-width: 699px) { .home section#text-3 { margin: 0; height: 0; } }
-
AuthorPosts