h3 title tags hidden

This topic contains 11 replies, has 5 voices, and was last updated by  David Sirius 6 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #403467

    lionel Carter
    Expired Member
    Post count: 4

    Using the shortcode instead of widget,

    My headings are all cut off. I tried deleting the overflow hidden from the 2 css files and it still shows up hidden.

    https://blackcyberstreet.com/

    #403496

    Kor
    Moderator
    Post count: 16516

    Hi Lionel,

    It’s the line height that is causing this issue. Kindly insert the custom CSS code below into Gd > Design > Scripts > Custom Style CSS to fix it.

    
    
    .geodir_category_list_view li.geodir-gridview h3 {
        line-height: 50px!important;
    }

    Thanks!

    #403994

    lionel Carter
    Expired Member
    Post count: 4

    I did,

    Nothing changed.

    #404044

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    Someone will look into this as soon as possible.

    Please make a private reply with your URL and admin credentials so we proceed to take a look at your settings.

    Thanks!

    #404351

    lionel Carter
    Expired Member
    Post count: 4
    This reply has been marked as private.
    #404423

    Kor
    Moderator
    Post count: 16516

    Hi Lionel,

    Looks like we are working behind a cache. Could you please grant me full “administrative” access to your Website? Or probably clear any cache plugin or server cache you had there?

    Thanks!

    #404483

    lionel Carter
    Expired Member
    Post count: 4

    It is a multisite install, you were an administrator, just made you a super administrator.

    I just installed wp cache and tried to clear cache and nothing happened.

    #404488

    Kor
    Moderator
    Post count: 16516

    Hi lionel,

    Not sure what’s going on. I’ll get a developer to check on this.

    Thanks!

    #404551

    Kiran
    Moderator
    Post count: 7069

    Hi lionel,

    The home page is custimized via Thrive Architect. Thrive Architect has one option that strips the inline style from head section. So the custom style saved at GeoDirectory > Design > Scripts > CSS not reflected for the home page.
    I have added following script in GeoDirectory > Design > Scripts > Footer script code and now h3 title looks fine.

    
    
    <style>
    .geodir_category_list_view li.geodir-gridview h3 {
        line-height: normal !important;
    }
    </style>

    Thanks,
    Kiran

    #404564

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    Just adding a bit here to say that in the future, for additional GD CSS, it will probably be a good idea to try them in the footer like that, too.

    #404591

    lionel Carter
    Expired Member
    Post count: 4

    Thank you all so much for your help with this issue!

    #408020

    David Sirius
    Expired Member
    Post count: 163

    Hi Carter,

    I saw that Kiran mentioned that your website was built with Thrive Architect. I’m using Thrive Architect as well, but cannot get it work with the GD plugin. Basically, once I activate the GD plugin I cannot edit my theme anymore via Thrive Architect.

    Have you managed to edit your theme with Thrive Architect while the GD plugin is installed/activated?

    I would very much appreciate to hear how you solved the issue (if at all)!

    Many thanks
    David

Viewing 12 posts - 1 through 12 (of 12 total)

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

Open Support Ticket