Giri
Forum Replies Created
-
AuthorPosts
-
Hi Joy,
I installed a plugin called code snippet and added some code there.
add_action('init', 'sort_map_geodir_detail_sidebar', 10); function sort_map_geodir_detail_sidebar() { remove_action('geodir_detail_sidebar_inside', 'sd_map_in_detail_page_sidebar', 2); } add_filter('geodir_detail_page_sidebar_content', 'sort_map_detail_page_sitebar_content', 99); function sort_map_detail_page_sitebar_content($arr){ $arr[] = "sd_map_in_detail_page_sidebar"; return $arr; }
Let me know if that fixes your issue.
Thanks
ok, can you post your login details? I’ll take a look.
Thanks
This reply has been marked as private.August 31, 2017 at 11:04 am in reply to: Homepage display issue – Border alignment – left and right body page space gone #393727Thanks for letting us know.
This reply has been marked as private.Hi Matt,
I’m unable to reproduce both of your bugs. I’m guessing this is because i’m using a 13 inch mac. I have assigned this to stiofan.
Thanks
You are welcome 🙂
This reply has been marked as private.Can you give me login credentials for that user ibar? I’ll check whats wrong
Thanks
This reply has been marked as private.You are welcome.
Hi scott,
This code
.sd.location .featured-area { display: none; }
Should be
.sd.sd-location .featured-area { display: none; }
Thanks
Hi Jay,
1) and 2)
Copy GD templates in your theme folder (hopefully you know how to do that. If not look into our docs) and then rename the get_header() and get_footer() functions with
get_header(vibe_get_footer());
get_footer(vibe_get_footer());3) Could you give me the direct link where you face that issue?
4) Try this css.
footer.geodir-entry-meta { clear: none; border-top: none; padding: 0; } header.geodir-entry-header { border-bottom:none; }
Thanks
Please post your site url. I need to inspect the code to give you css. I hope you wanna center from the search box.
-
AuthorPosts