Giri
Forum Replies Created
-
AuthorPosts
-
March 7, 2017 at 11:40 am in reply to: Supreme Directory – List view: right area, content, left area #365876
Hi sorry to say that we have removed default listing sidebar in supreme.
You can check here. https://github.com/mistergiri/supreme-directory/blob/master/inc/geodirectory-compatibility.php#L99
Listing page uses custom design for supreme. So its not really possible to display that in 3 column layout unless you hire a developer.
Sorry about that.
Thanks
Hi Jamie,
Sorry to disappoint you.
Its not possible with widget logic. You need to write custom code for this job since we don’t have any checking functions for sub categories.
But you can use
geodir_is_page('listing')
function if you are planning to target all category pages.
Thanks
ok thanks
Supreme theme automatically adds the word “Category:” before the title of the archive page. How can I remove that word?
I have checked our SD category pages and I don’t see any word like “Category:”. Can you tell us what are you talking about?
You are welcome.
Hi Belen,
Try this css..uwp-register-now a { display: inline-block; }
If that doesn’t work, then i may need your site url to help you.
Thanks
Sure David.
Let me know when you need assistance.
Thanks
You are welcome.
Hi Belen,
I think you may have to erase tables and reinstall again. Because I recently added a field called is_search_field in userswp core for advanced search addon.
1) Check the checkbox in uninstall tab.
2) Delete the plugin.
3) Now install the plugin again.Hopefully that will fix your problem.
Let me know it doesn’t.
Thanks
You are welcome Jonny.
Hi there,
Admin bar issue most likely caused by your theme. Try switching the theme. If it solves the problem, then contact your theme author.
As for “Anyone can register”, yes you need to enable that to allow registrations.
Check Membership section in this documentation.
https://codex.wordpress.org/Settings_General_ScreenYou can use CSS to hide “New User? Register Now” link
Thanks
Hi David and JustMark.
Refer this thread. I have provided some code there for such feature few months back.
https://wpgeodirectory.com/support/topic/archive-image/
Let me know if you need any help.
Thanks
This reply has been marked as private.Hi Billy,
Try this css.
#geodir_wrapper { max-width: 100% !important; width: 100%; padding: 0 !important; } .geodir-common { max-width: 1040px !important; }
-
AuthorPosts