WPLMS Theme Compatibility

This topic contains 4 replies, has 4 voices, and was last updated by  Giri 6 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #392191

    Jay K.
    Expired Member
    Post count: 8

    Hi there,

    I am trying to build a directory site by using WPLMS theme and had some trouble for the style integration.

    Thanks to your previous help, I understood how to approach for the style. https://wpgeodirectory.com/support/topic/overall-style-conflict-issue/

    But I found diverse subtle style issues and realized that the best way is to build theme compatibility codes, which I am not familiar with.

    So can you help to make your plugin compatiable with WPLMS theme?
    (WPLMS theme is one the best seller theme, and so it would be great for other cases.)

    Thanks

    #392214

    Kor
    Moderator
    Post count: 16516

    Hi Jay,

    Could you tell us a little bit more about the issue you’re facing? Perhaps some links or screenshots?

    Thanks!

    #392303

    Jay K.
    Expired Member
    Post count: 8
    This reply has been marked as private.
    #392353

    Paolo
    Site Admin
    Post count: 31206

    Hi Jay,

    this has been assigned to a developer. He’ll check all points and will let you know asap.

    Thanks

    #392477

    Giri
    Expired Member
    Post count: 3155

    Hi Jay,

    1) and 2)

    Copy GD templates in your theme folder (hopefully you know how to do that. If not look into our docs) and then rename the get_header() and get_footer() functions with

    get_header(vibe_get_footer());
    get_footer(vibe_get_footer());

    3) Could you give me the direct link where you face that issue?

    4) Try this css.

    
    
    footer.geodir-entry-meta {
        clear: none;
        border-top: none;
        padding: 0;
    }
    
    header.geodir-entry-header {
       border-bottom:none; 
    }

    Thanks

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

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

Open Support Ticket