Giri
Forum Replies Created
-
AuthorPosts
-
Hey Guys,
The author page displays correctly.
Its supposed to display like this.
https://www.dropbox.com/s/wlidu0jskwp8wc8/Screenshot%202017-04-18%2016.38.40.png?dl=0
In your screenshot, looks like that user marked a Place post type as favorite. So its only displaying “Places” link under Favorites.
If you want to link directly to the favorite and listing pages, then please use the my dashboard widget.
Hope that helps.
Thanks
I have clicked “Purge SG cache” option in your admin bar. I see checkbox now in register page. I also see different layout after clearing the cache.
Please take a look.
Thanks
Thanks Phoebe,
But those credentials not working.
Can you verify once again?
Thanks
Can you share your site login details?
Thanks
This reply has been marked as private.Hi there,
address part starts here.
https://github.com/mistergiri/supreme-directory/blob/master/inc/geodirectory-compatibility.php#L896
If you want to modify only the address part, you can use this filter
https://github.com/mistergiri/supreme-directory/blob/master/inc/geodirectory-compatibility.php#L909
Thanks
Hi Yukie,
You cannot use multiple plugins that use google map api calls without custom coding.
Web 2.0 Directory plugin and Geodirectory plugin both uses map api. Google maps won’t work when there is multiple calls to google maps api on the same page.
Hope that helps
Thanks
This reply has been marked as private.Do you have ftp details?
I’ll do that for you
Hi there,
Supreme uses a body class called
sd
for adding custom styles. So it overrides the Directory Starter styles using that super class.
The settings you see in Customiser is from the parent theme Directory Starter.
It would be really hard to make SD comply with DS settings without rewriting some part. But I can give you custom styles which you can use in Custom Styles to override the styles.
Example: the following code overrides listing page content background. Change colour according to
your needs.post-type-archive.sd #geodir_content { background-color: #333333 !important; }
Hi Don,
It was a bug. I have fixed and uploaded the latest version in your site.
Thanks
You are welcome 🙂
Hey Guys,
Full width buddypress page is not possible out of box.
So clone this file
wp-content/themes/geodirectory_framework/full-width.php
and then name it buddypress.php
That would solve your issue.
If you make a child theme and do that process, you don’t have to do that process everytime you update the theme.
Thanks
Erin,
checked your child theme header.php code.
Looks like this
<h2 class='site-description'> <?php //bloginfo( 'description' ); ?> </h2>
It should look like this
<h2 class='site-description'> <?php bloginfo( 'description' ); ?> </h2>
Thanks
Cleared GD booster cache?
-
AuthorPosts