Neil Hall

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 83 total)
  • Author
    Posts
  • in reply to: Custom Sidebars #492465

    Neil Hall
    Buyer
    Post count: 83

    Hi Alex

    That is great, Thank you for your great support

    in reply to: Custom Sidebars #492348

    Neil Hall
    Buyer
    Post count: 83

    Hi Kiran

    I have done some initial testing and so far it seems to work. Although most of the custom sidebars have to have the GD widgets put back in.

    Could you tell me what changes you made so that I can document it please.

    Best Regards
    Neil

    in reply to: Custom Sidebars #492132

    Neil Hall
    Buyer
    Post count: 83
    This reply has been marked as private.
    in reply to: Multi-ratings – collapse individual rating stars #492131

    Neil Hall
    Buyer
    Post count: 83

    Hi Stiofan

    That to me seems to be big step backwards. Showing a lot of individual ratings stars on a lot of reviews will really look messy on the detail page.

    Obviously it was something that was previously done in version 1. Is there a fix available that could set it back as it was in version 1?

    Best Regards
    Neil

    in reply to: Custom Sidebars #492116

    Neil Hall
    Buyer
    Post count: 83
    This reply has been marked as private.
    in reply to: GD > Listings Widget – Address format #491989

    Neil Hall
    Buyer
    Post count: 83

    Hi Kor

    That’s Great, worked it out, entered [gd_post_address show=”value” address_template=”%%city%%, %%country%% ” alignment=”left”] in the ‘GD Archive Item’ Page, and then in Places > Settings > Custom Fields > Address > Show in extra output location – I have deleted ‘Listing Page’.

    Many thanks for your help

    in reply to: Multi-ratings – collapse individual rating stars #491985

    Neil Hall
    Buyer
    Post count: 83
    in reply to: Multi-ratings – collapse individual rating stars #491973

    Neil Hall
    Buyer
    Post count: 83
    This reply has been marked as private.
    in reply to: Multi-ratings – collapse individual rating stars #491967

    Neil Hall
    Buyer
    Post count: 83

    Hi Alex

    I do not have access to a V1 site anymore, but I found this video on V1 multi-rating, and if you go to the end of the video you will see the individual ratings are hidden until the ‘More’ button is clicked

    Best Regards
    Neil

    in reply to: Multi-ratings – collapse individual rating stars #491910

    Neil Hall
    Buyer
    Post count: 83

    Hi Kor

    Thank you for responding.

    I have checked all the settings and there is nothing that seems to collapse the individual ratings. I’m currently using version 2.0.0.10 of the GeoDirectory Review Rating Manager.

    Are you sure that this can be done in GeoDirectory V2 currently?

    Best Regards
    Neil

    in reply to: Add Media Button #452133

    Neil Hall
    Buyer
    Post count: 83

    Hi Alex

    I realize the risks of having the Add Media button on the Listing Page and the access by general users to the Media Library.

    I had some code that restricted Users to only see their own files in the Media Library from the frontend, and I would like to test it again. But to do this I need to be able to login as a user, and for the Add Media Button to be visible.

    So how can I show the Add Media Button. Could you point me in the direction of the code?

    Best Regards
    Neil

    in reply to: Listing Detail Page Tab #437591

    Neil Hall
    Buyer
    Post count: 83

    Hi Kiran

    Can you point me towards the correct template so that I can try and change it

    Best Regards
    Neil

    in reply to: Listing Detail Page Tab #437545

    Neil Hall
    Buyer
    Post count: 83

    Hi Alex

    Many thanks for your help. That worked a treat. Well, after a little work changing all of the cpt’s. I also added the following css to Design > Scripts – Custom style css code that then allows me to Display the infomation in different ways depending if its viewed on a Desktop, or mobile device. Maybe this can help someone else.

    
    
    /*Hide registration box on GD login Page*/
    .registration_form_r {display:none}
    
    /*Hide More Info tab in desktop view detail listing*/
    #post_infoTab {display: none !important;}
    /*Mobile Styles */
    @media only screen and (max-width: 767px) {
    /*Hide More Info sidebar on mobile devices*/
    .geodir-company_info.geodir-details-sidebar-listing-info {display: none !important;}
    /*show More Info tab in desktop view detail listing*/
    #post_infoTab {display: block !important;}
    }
    
    /*Hide Map  tab in desktop view detail listing*/
    #post_mapTab {display: none !important;}
    /*Mobile Styles */
    @media only screen and (max-width: 767px) {
    /*Hide sidebar Map on mobile devices*/
    .widget.geodir-widget.widget.geodir-map-listing-page {display: none !important;}
    /*Hide user links on mobile devices*/
    .geodir-company_info.geodir-details-sidebar-user-links {display: none !important;}
    /*Hide sidebar rating on mobile devices*/
    div.geodir-company_info.geodir-details-sidebar-rating {display: none !important;}
    /*show Map tab in desktop view detail listing*/
    #post_mapTab {display: block !important;}
    }
    

    Just one more question.

    Is it possible to have the The ‘Add to favorites’ in the main body of the detail page instead on the sidebar?

    Best Regards
    Neil

    in reply to: Listing Detail Page Tab #437233

    Neil Hall
    Buyer
    Post count: 83

    Hi Kor

    What I would like to display in the tab is the geodir-details-sidebar-listing-info which lists the company information in the sidebar as in the picture companyinfo.jpg

    Then also the geodir-details-sidebar-user-links and the geodir-details-sidebar-rating. if that is also possible.

    Best Regards
    Neil

    in reply to: Review Rating Manager 1.4.0 #405320

    Neil Hall
    Buyer
    Post count: 83

    Hi Kiran and Alex

    You guys are fantastic, your level of support is exceptional.
    I have tested the fix in different modes and it seems to work. The only slight thing I found was that when I post a review in visual mode then the comment box does not refresh. In other words the text is not deleted.

    Best Regards
    Neil

Viewing 15 posts - 16 through 30 (of 83 total)