Giri
Forum Replies Created
-
AuthorPosts
-
August 10, 2016 at 2:31 pm in reply to: Updating Listing Address Details – Address and Map Problems #244615This reply has been marked as private.
I have tested in my local. I see only one alert. It could be your cache issue. Could you clear your GD booster cache, test it and let me know if you still have that problem?
can you post your ftp details? I’ll take a look
I’m glad it works. I’ll mark this as resolved.
Thanks
Please test now.
Hi there,
I hope you are talking about buddypress registration page instead of GD login page that looks like /gd-login/
If thats the case then you can override that template by creating a file in this location.
themefolder/buddypress/members/index-register.php
If you need more help in overriding the BP template, refer this page
https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
Thanks
Hi there,
I have fixed that issue. Please post your ftp details. I’ll apply the changes.
Thanks
Hi Elad, Those alert colors settings are added for buddypress alert boxes. Can you tell us where exactly its not working? So we can fix that.
If possible give us screenshot or give login details and steps to reproduce this problem in your website.
Thanks
Great Frank. I’ll mark this topic as resolved.
Hello Craig, I have fixed some issues in supreme. will fix the rest and apply it on your site tomorrow.
Thanks
August 9, 2016 at 8:08 am in reply to: How to display the custom post's title on the top section? #243631I have added some code for you. From next version of supreme theme you can use this code in code snippets to display the title
add_action('sd_detail_header_wrap_inner', 'sd_detail_display_banner_title'); function sd_detail_display_banner_title() { if (is_singular() && $location = do_shortcode('[gd_current_location_name]')) { ?> <h1 class="entry-title"><?php echo $location; ?></h1> <?php } else { ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php } }
August 9, 2016 at 7:59 am in reply to: How to display the custom post's title on the top section? #243629The reason we don’t display title there is because we already have a title after the banner. Displaying duplicate title might affect SEO.
Applied the fix.
ThanksAugust 9, 2016 at 4:56 am in reply to: How to display the custom post's title on the top section? #243598Can you post your site url admin details?
I’ll take a look.
Thanks
Hello Ernest, Today I was working on this plugin. Still some more tasks pending. I’m making it compatible with all themes. If everything goes as planned, it will be ready tomorrow. Thanks
-
AuthorPosts