Graham Watkins

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Compatibility problem #255206

    Graham Watkins
    Expired Member
    Post count: 18

    Cool, that looks to be working. Thanks Stiofan.

    If you get another customer who uses Directory+ from AIT Themes, first pity them on a poor theme choice, then let then have the following remedial steps to get Geodirectory working properly – it’s a list of the changes you’ve suggested and the CSS changes I’ve made.

    Add the following to the CSS
    body .clearfix{ height:inherit; visibility:inherit; }
    .geodir_category_list_view li .geodir-post-img .geodir_thumbnail, #geodir-post-gallery a .geodir_thumbnail { background-size: contain !important; }
    main#geodir-main-content.home-page { float: left; }
    main.home-page { width: 63%; }
    .directory .right-bck { border-left: none; }
    .geodir-cat-list-tax { display: table !important; }
    .geodir_textarea {
    border-width: 1px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    }
    #propertyform .geodir_form_row { overflow: visible; }

    Add to functions.php
    // Add extra class to GeoDirectory homepage
    add_filter(‘body_class’, ‘gd_detal_body_class’);
    function gd_detal_body_class($classes) {
    if (function_exists(‘geodir_is_page’) && geodir_is_page(‘detail’)) {
    $classes[] = ‘right-sidebar’;
    }
    return $classes;
    }

    Disable jQuery selectbox
    /wp-content/themes/directory2/design/js/script.js?ver=4.6
    initSelectBox(); change to: //initSelectBox();

    in reply to: Compatibility problem #253773

    Graham Watkins
    Expired Member
    Post count: 18

    That seems to have solved that problem, thanks. Now only one problem to resolve – http://geodev.capechamber.auric-consulting.com/add-listing/?listing_type=gd_company. The drop down lists aren’t showing properly. Any ideas?

    in reply to: Compatibility problem #253307

    Graham Watkins
    Expired Member
    Post count: 18

    Hi Siofan, please try what you think might work. It’s a theme thing so I have no preference provided things work. Graham

    in reply to: Compatibility problem #253100

    Graham Watkins
    Expired Member
    Post count: 18
    This reply has been marked as private.
    in reply to: Change label #252528

    Graham Watkins
    Expired Member
    Post count: 18

    I finally managed to get these instructions work…
    https://wpgeodirectory.com/support/topic/changing-labels-on-add-listing-page/#post-218159
    https://wpgeodirectory.com/docs/translate-core/
    I managed to change the labels I needed to change and work in English GB. You can close this call.

    in reply to: Theme compatibility #251672

    Graham Watkins
    Expired Member
    Post count: 18

    BLANK

    in reply to: Theme compatibility #251054

    Graham Watkins
    Expired Member
    Post count: 18

    BLANK

    in reply to: Theme compatibility #248934

    Graham Watkins
    Expired Member
    Post count: 18

    Now that I’ve looked at the site, did you simply play with the widgets. I hadn’t noticed that GeoDirectory works by placing widgets in different places in different sidebars.

    in reply to: Theme compatibility #248893

    Graham Watkins
    Expired Member
    Post count: 18

    That’s great, thanks. I need to know what you did as I’ll need to replicate the actions you took on the live site once I’ve done more testing. Can you let me know what you did?
    Don’t worry about the CSS. AIT Themes’ theme look good at the start but they choose to build their themes ‘the AIT way’ which is different to all the standard ways other themes are build so there is always some strange shit going on.

    in reply to: Theme compatibility #248222

    Graham Watkins
    Expired Member
    Post count: 18
    This reply has been marked as private.
    in reply to: Limit number of listings #244634

    Graham Watkins
    Expired Member
    Post count: 18

    Not having this as a feature of GeoDirectory is very disappointing, it really should be a core feature.

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