• Resolved TxFig

    (@txfig)


    I’m getting close to what I want here… Only 2 more “design/layout” issues to go… ?? Using TilePlus,

    1) I would like to have everything left aligned; right now the only field that isn’t lining up the way I want is the website address.

    2) Apparently there is a built-in limit to how many entries will be displayed on a single screen. I want to remove that limit, and display everything that matches.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    RE: I would like to have everything left aligned; right now the only field that isn’t lining up the way I want is the website address.

    Add either of the following to the theme’s custom CSS area found in the Customizer:

    #cn-tile-plus .cn-card-link {
        left: 5px !important;
    }

    or:

    #cn-tile-plus .cn-card-link {
        position: relative !important;
    }

    RE: Apparently there is a built-in limit to how many entries will be displayed on a single screen. I want to remove that limit, and display everything that matches.

    Yes, the template supports pagination and the feature is on by default. To turn off pagination add enable_pagination=false to the existing [connections] shortcode on the page. Example:

    • [connections enable_pagination=false]

    I hope this helps; please let me know.

    Thread Starter TxFig

    (@txfig)

    2nd part of my question is perfect.

    For the first part, if I use the first code snippet, the URL is placed 1 line below the email address (which I like), but has no left spacing to the boarder at all. If I use the 2nd code snippet, the URL is lined up properly, but appears on the “bottom line”.

    Is there a way to get it lined up, but placed on the next line rather than the bottom?

    Thread Starter TxFig

    (@txfig)

    Never mind – I figured it out. Thanks!

    Plugin Author Steven

    (@shazahm1hotmailcom)

    Great to hear!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘TilePlus – left align website & display all entries’ is closed to new replies.