Joy
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
I get the same result with the above code. I guess either will produce the same.
But there’s a bigger than normal space between the street address and the city/region. Do you notice that?
That didn’t do anything. But this sorta helped. There’s still a bit of a gap between the street address and the city and region. I can see a <br> in the code outside of the css. It’s not critical or anything, but it would be nice if that could be fixed.
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressLocality"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressRegion"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="addressCountry"], .geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="streetAddress"] {display:table:}
Thank you.
But how would I replicate the layout and styling? That’s where I’m a bit stuck on. Can I somehow hook into the styling or would I need to just create it from css?
Oops! It’s okay now!
You can give this a try
.featured-img { background-position: 50% 50% !important; }
You may have to add the additional tags mentioned above to target which pages you want the featured image to be fixed.
Ahh, paolo can you please mark my post as private or delete it? Thank you.
This reply has been marked as private.Sorry, but that doesn’t seem to work.
This is currently how the address is displayed in the map bubble:
Address:
123 Some Street
City
Region
Phone Number: (123) 456-7890This is how I would like it be display:
Address:
123 Some Stree
City, Region
Phone Number: (123) 456-7890I get this error when I try to use this snippet:
The snippet has been deactivated due to an error on line 4:
syntax error, unexpected ‘geodir_before_main_form_fields’ (T_STRING)Oh okay, I think I can figure that out. It’s the locations/me page.
I’m regards to the location enabled widget. Are they only activated when someone chooses a specific location? I was under the impression that they are activated once geolocatiom permission is given. Can you please explain?
Thank you.
Lol, sorry I didn’t paste the link. I believe that this should work.
.single-gd_place .featured-area { display: none!important; }
Here is the link I meant to share with you earlier.
Good. Not sure if that will remove the featured image on every page. Here’s another post that discusses it as well. 🙂
This post explains it well.
https://wpgeodirectory.com/support/topic/remove-featured-image/#post-392192
This should remove it then? But it’s not…
if ( 'gd_hike' == get_post_type() ) { remove_action('geodir_before_main_form_fields' , 'geodir_add_claim_fields_before_main_form', 1); }
Am I doing it wrong? Thank you.
-
AuthorPosts