Giri
Forum Replies Created
-
AuthorPosts
-
August 19, 2016 at 12:08 pm in reply to: Remove link from company logo and make it show the whole image – Supreme theme #249602This reply has been marked as private.
Sandeep, alter this part in my code.
if (isset($tab_array['special_offers'])) { $new_tab_array['special_offers'] = $tab_array['special_offers'];// set in new array unset($tab_array['special_offers']);//unset in old one }
to
if (isset($tab_array['special_offers'])) { $new_tab_array['special_offers'] = $tab_array['special_offers'];// set in new array $new_tab_array['special_offers']['heading_text'] = 'Coupon Code'; unset($tab_array['special_offers']);//unset in old one }
Sandeep, check my last reply.
You can use child theme for that.
If you have no technical skills and have no idea how to use child theme, then use code snippets plugin to add the code
You are welcome 🙂
If you would like to reorder tabs refer this answer.
https://wpgeodirectory.com/support/topic/documentation-for-list-manager/#post-239264
You mean you want to reorder tabs? can you give me more detail?
You need to use “Pages” for that purpose instead of “Posts”
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Erin,
It looks like you have disabled the frontend Edit links.
Please uncheck this setting.
Geodirectory > Design > Detail Tab > Disable User Links section
Let us know how that goes.
Thanks
This reply has been marked as private.Erin, you might have customised the colors. Please check whoop color settings.
This reply has been marked as private.Hi there, I have checked your site. All settings looks fine.
You site uses 3rd party social auth plugins. GD had been tested only with WordPress social login.
Have you tried by deactivating third party plugins one by one?
If you have done all those, please post your FTP details. I’ll have a deeper look.
Thanks
-
AuthorPosts