Frontend changes / fixes

This topic contains 10 replies, has 3 voices, and was last updated by  Paolo 7 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #251128

    Peter Koester
    Expired Member
    Post count: 4

    Hello,
    I hope that you can provide some useful hints and tricks for a non-coding user of GD. Some very basic knowledge of coding is available though – thanks!

    Installed versions:

    WP 4.6
    GD 1.6.5
    GD Booster 1.2.1
    GD Ajax Duplicate 1.1.5
    GD Custom Post Types 1.2.9
    GD Events 1.3.7
    GD Location Manager 1.4.9
    GD Marker Cluster 1.2.6
    GD Payment Manager 1.4.2
    GD Re-Captcha 1.0.9
    GD Social Importer 1.2.1
    GD Claim Manager 1.2.7 (not in use ATM)
    Beaver Builder Lite 1.8.4 (active, but not used yet)

    Issues:
    1. How to hide the author image+name on details pages of both Places and Events
    1b. Activating the claim manager and choosing “display author = NO” and “activate claim listing = NO” still displays the “claim this” name+image with no function (I just want nothing beside the place or event title)

    2. How to hide the Send To Friend link at the top of the place or event page (between Write A Review and the social share icons)
    2b. I already deactivated the Send To Friend-Link in the right column of the details page (below the map) via the Price Manager, but it’s still being displayed in the top area as described in 2.

    3. Is there a way to hide the Favorite function in the right column (heart+”Favorite”)?

    4. Where to change the display order of the places or events fields?

    5. Where to change the text of the button “Set address on map”?

    6. Can the popular categories on GD-Home and Frontpage be aligned as center?

    7. When listing the places or events, the map on the right side does not support mouse scroll zoom. Can that be activated for this map as well?

    Mobile specific issues:

    8. When adding a longer text as title and subtitle on GD-Home, the mobile version has not enough space to display it properly. Can that be changed easily for smaller displays?

    #251129

    Peter Koester
    Expired Member
    Post count: 4
    This reply has been marked as private.
    #251247

    Paolo
    Site Admin
    Post count: 31206

    1) Add this to GeoDirectory >> Design >> Scripts >> Custom CSS:

    
    
    .sd .sd-detail-author {
        display: none;
    }

    2) add this custom css:

    
    
    
    .sd-detail-cta .b_sendtofriend {
        display: none;
    }
    
    .sd-detail-cta .geodir_email {
        color: #fff;
        width: 120px;
    }
    
    .sd-detail-cta .geodir_email .fa-envelope {
        color: #757575;
    }

    3) https://wpgeodirectory.com/docs/faqs/how-do-i-disable-favorites/

    4) For the add listing form in GeoDirectory >> Place settings or Event Settings and re-order by drag and drop. If you mean the front end, please explain what you want to change nd we wil give you pointers.

    5) Via translation file: https://wpgeodirectory.com/docs/translate-core/

    6) It would if you had 5 categories. With 4 you need this CSS:

    
    
    .sd.home .featured-area .geodir-pcat-show, .sd.sd-location .featured-area .geodir-pcat-show {
        width: 23.4%;
    }

    7) Open supreme-directory/inc/geodirectory-compatibility.php and add scrollwheel=true to line 129

    from:

    echo do_shortcode('[gd_listing_map width=100% autozoom=true]');

    to: echo do_shortcode(‘[gd_listing_map width=100% autozoom=true scrollwheel=true]’);

    (note down this change as you will ahve to apply it after every update of the child theme)

    8) I don’t see a problem with what you have right now, everything can be fixed with some css, but we would need to see the problem.

    9) If you can’t update that is normally because the license keys are not activated or your server is running an old version of OpenSSL and cannot communicate with our server. If you can’t use auto updates you can do that via FTP or using a plugin like this: https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

    Let us know how you went,

    Thanks

    #251303

    Peter Koester
    Expired Member
    Post count: 4
    This reply has been marked as private.
    #251352

    Paolo
    Site Admin
    Post count: 31206

    2) that’s needed only if you want to hide the envelope

    4) of course

    7) Marker cluster only works for the home map, it’s useless and slows down the page loading for the listings map where only few markers are fetched.

    8) I flagged this for the developers and they’ll let you know asap.

    9) No you can’t, openssl is a PHP module and it’s needed, it must be updated to a most recent version.

    Thanks

    #251353

    Paolo
    Site Admin
    Post count: 31206

    @giri can you please check point 8?

    Thanks

    #251538

    Giri
    Expired Member
    Post count: 3155

    Paolo, looks like stiofan’s ios fix styles causing this problem.

    https://github.com/mistergiri/supreme-directory/commit/ebb22ad0cd392877b3a61584f0eea9877ef3a82e#diff-da232d78aa810382f2dcdceae308ff8eR1632

    I’ll inform stiofan.

    Thanks

    #251757

    Giri
    Expired Member
    Post count: 3155

    Can you try applying this CSS code for point 8?

    
    
    @media all and (max-width: 668px) {
        .sd.sd-location .featured-area {
            display: block;
            height: auto;
            padding: 100px 0 30px;
        }
    }

    Let me know how that goes.

    Thanks

    #251945

    Peter Koester
    Expired Member
    Post count: 4

    @giri: looks good on Android (Chrome) now. Will look after it on other phones later on. Thanks for the moment!

    #251965

    Peter Koester
    Expired Member
    Post count: 4

    Additionally to point 8:

    Is there an easy way to hide the upper area completely (Title, subtitle, popular categories, featured image) only on this page?

    This would mean that the map would be shown directly under the main menu.

    How would I enlarge the map vertically to approx. full hight of the browser window?

    #252053

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    yes it is feasible, but it would require several CSS changes (we are going beyond support here).

    The map widget will only accept values in PX for the height.

    Thanks

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

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

Open Support Ticket