New Landing How can we help? Cardinal Add SPB section to single directory page, change thumbnail size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #254864
    clallouet
    Member
    Post count: 2

    I am looking to be able to add a SPB section just above the footer on pages that are generated for each directory listing. I have created an SPB section that is placed throughout the site on top of the footer to add a top section to the footer. I would like this to display on every page on the site. The directory page has the map at the bottom as well as author data. I would like to:

    1. Remove author data and lines from above footer
    2. Add SPB section to page just above footer
    3. Change map display size on individual directory pages
    4. Change thumbnail size on directory search results page listing

    Thanks

    #255380
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    .post-info, .author-info-wrap {
        display: none;
    }

    2) If you enable your child theme, copy the footer.php file into the child theme. Within the footer file you can output a SPB section, update the id to match your own SPB section:<?php echo do_shortcode('[spb_section spb_section_id="14795" width="1/1" el_position="first last"]'); ?>

    3) Unfortunatly this is not possible to do.

    4) What is a sample URL for that page?

    Thanks.

    #255389
    clallouet
    Member
    Post count: 2
    This reply has been marked as private.
    #255778
    David Martin – Support
    Moderator
    Post count: 20834

    2) It’s the within the URL when editing a SPB section: http://d.pr/i/1hHQy

    3) You can use CSS to remove the map:

    .single-directory-map {
        display: none;
    }

    4) Please test this CSS:

    .directory-item figure {
        width: 64px;
    }

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register