Doesn't work with MultiMag theme

This topic contains 8 replies, has 2 voices, and was last updated by  Rahul Malik 9 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #34975

    Rahul Malik
    Expired Member
    Post count: 7

    I am using MultiMag theme on a client’s website and when I installed free geodirectory plugin, after which I get whole bunch of error codes on the site (see attached screenshot). I thought geodirectory is suppose to be compatible with any theme out of the box. How can I fix this?

    #34981

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    it is impossible to make a plugin that works with every theme. There are a lot of themes out there, which do not follow wordpress standards and best practices.

    In your case, they are all WARNINGS only. They should be logged in server error logs and not printed on screen, because they don’t really prevent the application from working.

    Add this to your theme functions.php and they will disappear.

    
    
    error_reporting(E_ERROR);
    

    Thanks

    #34992

    Rahul Malik
    Expired Member
    Post count: 7

    It worked. Thanks. If they are warnings does it mean a problem might be there which might surface itself in future?

    #34995

    Paolo
    Site Admin
    Post count: 31206

    In a case like yours, no. They will never prevent the plugin from working.

    Thanks

    #35002

    Rahul Malik
    Expired Member
    Post count: 7

    Thanks. However one more problem, the layout of the directory is completely messed up in list/grid and details view (see attached images). Specially tabbed feature in detail view I understand not all plugins are 100% theme compatibles but the layout looks completely out of sync with MultiMAG theme. Will you be able to provide a theme compatibility plugin for these theme?

    #35006

    Paolo
    Site Admin
    Post count: 31206

    just add

    
    
    #geodir_wrapper {overflow:hidden;}
    

    You could add other css I’m sure to make it look better, but I’d need to see a link to tell you more.

    We created compatibility for highly requested theme and this is not one of them.

    Thanks

    #35010

    Rahul Malik
    Expired Member
    Post count: 7
    This reply has been marked as private.
    #35103

    Paolo
    Site Admin
    Post count: 31206

    that is my fault, the correct css was:

    
    
    
    #geodir-wrapper {overflow:hidden;}

    with a dash and not an underscore.

    After that you will see that the only thing to solve is the grid view 2 columns, I haven’t look deeper, but listview and all other grids work fine, so if you don’t want to dig into the problem you can simply avoid using the grid 2 columns.

    Thanks

    #35135

    Rahul Malik
    Expired Member
    Post count: 7

    Thanks, that worked. However, in detailed view page the tabs are completely out of place and even in list/grid view layout is not within template framework.

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

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

Open Support Ticket