Bugs with Customizr theme

This topic contains 11 replies, has 3 voices, and was last updated by  Guust 9 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #26569

    Toni
    Free User
    Post count: 8

    Hi,

    I have a WP (v4.1) running with Customizr (v3.2.10) theme (and all the other plugins have been disabled). The Geodirectory views have some problems. It looks like the content is going on footer and there is at least some broken html tags showing at some places. Have a look on http://huvimestari.fi/elamyksia/places/

    Cheers,
    Toni

    #26571

    Toni
    Free User
    Post count: 8

    Geodirectory version is 1.3.3

    #26637

    Paolo
    Site Admin
    Post count: 31206

    Hi Toni,

    please add this to your custom css:

    
    
    footer {
        clear: both;
    }

    let us know if you find anything else.

    Thx

    #26638

    Toni
    Free User
    Post count: 8

    Thanks,

    Now it looks way better. There’s still that EDIT buttons/links which still have some problems. You might see it from the webpage but I also attach couple of screenshots, as meanwhile I might play and test with other themes too.

    #26643

    Paolo
    Site Admin
    Post count: 31206

    To be honest with you. That seems to be some broken theme feature trying to add an edit button where it shouldn’t…

    #26644

    Toni
    Free User
    Post count: 8

    Ehm.. so.. the problem is Customizr’s and neither of us can fix it easily?

    #26647

    Paolo
    Site Admin
    Post count: 31206

    There shouldn’t be an edit button there and I think it is added only for the logged in admin (or post author) because I don’t see it.

    The theme is using a hook to add it and it seems to be doing it wrong, because the code comes our broken.

    Not really something we can fix.

    #26648

    Toni
    Free User
    Post count: 8

    Ok,

    I tried to logout and now there is not EDIT button but still extra “>. See the attachment. Still from the same reason, I guess?

    If I can disable login from other users I would like to do it, so that extra button would not be a problem. But if it bothers I probably need to be in contact with Customizr developer.

    #26653

    Paolo
    Site Admin
    Post count: 31206

    It’s also duplicating the title as far as I can see…

    #26929

    Paolo
    Site Admin
    Post count: 31206

    OK we looked into it for you.

    add this in your theme’s functions.php file and it should solve this problem.

    
    
    //Remove the Customizr title
    remove_filter( ‘the_title’ , array( $this , ‘tc_content_heading_title’ ) , 0 );
    //Remove edit link
    remove_filter( ‘the_title’ , array( $this , ‘tc_add_edit_link_after_title’ ), 2 );

    Let us know,

    Thx

    #27649

    Toni
    Free User
    Post count: 8

    I added those two functions to Customizr’s function.php but nothing changed :/

    #27655

    Guust
    Moderator
    Post count: 29970

    It should have changed on the detail page only.
    See here as well: https://wpgeodirectory.com/support/topic/listing-titles-show-twice-and-other-2-problems/#post-27160

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