Details page photo

This topic contains 4 replies, has 2 voices, and was last updated by  rmccmktg 7 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #278729

    rmccmktg
    Free User
    Post count: 203

    Each listing for my doctors CPT will only have 1 photo. In fact, any CPT will ever only have 1 photo. So I’d like to remove the slideshow arrows and have the image float left. Here’s a page http://rmcc.bwwtest.com/physicians/denver/david-j-andorsky-m-d-medical-oncologist/

    How do I do this?

    I also do not want the map to show up on the doctors detail page. How do I turn this off?

    Thanks!

    #278805

    Kor
    Moderator
    Post count: 16516

    Hi Kim,

    Try using the custom CSS to remove the slideshow arrows and have the image float left.

    
    
    .geodir-control-nav,
    .geodir-direction-nav,
    .geodir-slides .clone {   
        display: none;
    }
    
    .geodir_flexslider .geodir-slides img {
        float:left;
    }

    Also, if you want to disable the Map Tab, go to Gd > Design > Detail and remove “Map” from “Exclude selected tabs from detail page” option as shown in this screenshot http://prntscr.com/cqsz0j

    Thanks!

    #279355

    rmccmktg
    Free User
    Post count: 203

    Kor, I only want the map to show on the LOCATIONS detail pages. Just not on the Physicians Detail page. When I do what you listed above it removes it from every detail page.

    How can I hide the map on the Physicians Detail Page?

    Thanks@

    #279356

    rmccmktg
    Free User
    Post count: 203

    The CSS you gave me partially helps. But here is a link to what I need the page layout to look like for the Physicians and Advanced Practice Provider detail pages. https://www.rockymountaincancercenters.com/providers/david-andorsky/

    I really do not want the slideshow to show up on the detail pages – any of them. I can just put the provider photo in the profile area to get the layout I want. So how do I turn off the slideshow?

    Thanks!

    #279391

    rmccmktg
    Free User
    Post count: 203

    I figured out with CSS how to display none on the slideshow 😉

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

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

Open Support Ticket