David
Forum Replies Created
-
AuthorPosts
-
It would be a nice feature of GD to have apple maps as an option. I wouldn’t mind paying the $99 per year for my site once completed.
Perfect. Thanks.
I’ll post you the URL when its ready, still a work in progress and a complete mess!
Cheers – d
Thanks for the fast reply. I’ve managed to hide it now with some custom CSS.
.fusion-page-title-bar { display: none !important; }
Strange, prior to updating all of GD yesterday it was fine. Perhaps some conflict with Avada – GD..
Thanks for this. I’m still crunching away at my workaround. This helps tremendously. Will share my results once working/testing!
Cool, I’ll give it a test! Thanks.
Just before i download and install it. Will it integrate with the WP social media login plugin?
Thanks.This looks awesome. I will try this instead of the very clumsy and bloated BuddyPress installation I have been banging my head over!
No probs. Will let you know how I get on and share the code.
If I use a featured image. Then it cannot be displayed on the sidebar of the landing page. Currently I have the logo image at the top of the sidebar, above the social links using the below code in functions.php;
function gd_custom_change_sidebar_content_order() { return array( 'geodir_detail_page_more_info', 'geodir_detail_page_review_rating', 'geodir_social_sharing_buttons', 'geodir_share_this_button', 'geodir_detail_page_google_analytics', 'geodir_edit_post_link' ); } add_filter('geodir_detail_page_sidebar_content', 'gd_custom_change_sidebar_content_order');
If I use a featured image, then I am asking customers to upload their logo twice effectively. One to be the ‘featured’ image, and the other for the Logo.
The other problem is images by default on the landing page are quite large and appear in a slider – which will be useful for application screenshots (I’m building an App comparison site). I want to display the logo on the sidebar and the listings page – separate to the slider images.
It doesn’t matter now; I will just hack the code to make it link to the landing page.
Sorry, I wasn’t very clear with you there.
I meant the actual listings page (set to grid view). Right now I have just the Logo appearing + default ratings, and no default images (removed with the custom code).
I’d like for the logo, once clicked to take the user to the details (landing) page. But it opens up a lightbox currently of the logo image.. I’ve uploaded a screenshot for clarity.
Hope that makes sense!
Thanks.
Well, for anybody’s information. I gave up with UberMenu. It was a ball ache to integrate to say the least!
Does anybody have any experience with a decent menu plugin that works with supreme theme? I’m really struggling to achieve the layout, styling etc.. that i need with the built-in one.
Ta – d
Guust, I wasn’t asking another question. I was just helping the OP with a way round. Without re-designing the template.
for number 2)
Is it possible to take the map off of the listing page and add more listings (approx. 20)? How would I do this?This worked for me;
.sd.search.geodir-page .geodir-listings-sidebar-left, .sd.archive.geodir-page .geodir-listings-sidebar-left, .sd.search.geodir-page .geodir-listings-sidebar-right, .sd.archive.geodir-page .geodir-listings-sidebar-right { display: none; } .sd.search.geodir-page #geodir_content, .sd.archive.geodir-page #geodir_content { flex-basis: 100% !important; width: 100% !important; } a#showMap, a#hideMap { display: none; } .geodir-search input.snear { display:none; }
Thanks Paolo. Well I just spent the whole day getting this plugin to even work. I’ve finally managed it with a few changes in header.php
But I’m now missing my site logo! I’m tempted to just revert back..
-
AuthorPosts