Place Page On Mobile – Keep profile open

This topic contains 3 replies, has 3 voices, and was last updated by  John 5 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #438779

    John
    Expired Member
    Post count: 20

    Hi,

    This is when page is viewed on mobile. On a place page, there is a drop down for the profile that expands and then shows photos, reviews, directions, etc. (see attached).

    -Is there an option or a way to keep this always open and in view so a user does not need to expand it, such as in attached photo?
    -If this is not possible, then as a last resort is it possible to change the word profile to something else without getting into custom work?

    Thanks for any help and insight

    #438795

    Alex Rollin
    Moderator
    Post count: 27815

    Hi,

    have you tried the setting at:

    GeoDirectory – Design – Detail – Show as list

    #438797

    Kor
    Moderator
    Post count: 16516

    Hi John,

    Try inserting the custom CSS code below into GD > Design > Scripts > Custom Style CSS and see if it works.

    
    
    @media only screen and (max-width: 600px) {
        #gd-tabs .geodir-tab-head {
        display: block!important;
    }
    }
    #438808

    John
    Expired Member
    Post count: 20

    You guys are great.
    What Kor suggested was exactly what I was after for smaller screens and Alex’s suggestion with the list now has me thinking what way to go. Decisions, Decisions, Decisions.

    Thanks guys for the super fast help…much appreciated.

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

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

Open Support Ticket