Address in Listings Shortcode on One Line

This topic contains 24 replies, has 3 voices, and was last updated by  Chris 3 years, 12 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #541503

    Chris
    Full Member
    Post count: 18
    This reply has been marked as private.
    #541514

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #541515

    Chris
    Full Member
    Post count: 18
    This reply has been marked as private.
    #541624

    Alex Rollin
    Moderator
    Post count: 27815

    I can see what you mean, there. However, this is not a common issue and leads me to believe it must be a plugin conflict on your site.

    Can we enable and disable the plugins and themes to check for a conflict?

    Please share FTP, or try this for yourself:

    https://wpgeodirectory.com/docs-v2/faq/troubleshooting/#conflict-test

    #541667

    Chris
    Full Member
    Post count: 18

    With the website being live, we don’t have the option at this time to disable and enable plugins. Also, even if we did, I’m not sure that helps as all of the plugins on the website are essential and couldn’t be deleted anyway.

    Thoughts on where the conflict might be without disabling them all?

    #541705

    Alex Rollin
    Moderator
    Post count: 27815

    Oh, then make a staging site, that’s better anyways.

    Is WP bakery rendering short codes from other plugins?

    #541734

    Chris
    Full Member
    Post count: 18
    This reply has been marked as private.
    #541740

    Chris
    Full Member
    Post count: 18
    This reply has been marked as private.
    #541769

    Alex Rollin
    Moderator
    Post count: 27815

    OK, then please try the conflict test to identify the issue on your live site.

    We can’t debug without FTP.

    Text blocks add br tags, amongst other things. This CSS will hide them, but, you may need to adjust it to meet your needs. You can also go into the archive item and remove all linefeeds/carriage retrns.

    
    
    
    .geodir-listings br {
        display: none!important;
    }
    

    That will work for GD Listings, other fixes may be needed, so, it would be better to setup a staging site where we can find and fix the actual issue, an issue that is specific to your site.

    #541982

    Chris
    Full Member
    Post count: 18

    That did help with the listings and we were able to use the following for archives and search pages.

    .type-gd_place br {
        display: none!important;
    }

    We will have to circle back around to conflict testing when we get a chance to create a staging site. Thanks for the help!

Viewing 10 posts - 16 through 25 (of 25 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket