• Hello!

    I’m trying to use the plugin to show my custom posts.

    I would like the slider to show a title plus an image from an ACF field. The field is called listing_image. Is there a way for me to pull that into the slider?

    Also my homepage already shows 7 posts, I would like the slider to show posts 8 and after. Is that doable in this plugin?

    Thanks in advance!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, you can display title from ACF by providing field key but image is not supported yet.

    for posts after 7, you can set order to Ascending and orderby to date.

    Regards

    Thread Starter giantqtipz

    (@giantqtipz)

    Hello!

    Thanks for the response. We will be posting a lot of content, and ideally we only show posts that come after #7. Is there a parameter for the shortcode that can achieve this?

    And I tried the ascending order but it wasn’t working for me.

    Is this correct? <?php echo do_shortcode("[wcp-carousel id='83' orderby='date' order='ascending']")?>

    Thanks again!

    • This reply was modified 6 years, 4 months ago by giantqtipz.
    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Please set order=’ASC’

    Thread Starter giantqtipz

    (@giantqtipz)

    Hi Rameez,

    Thanks again for your help.

    I have a few side questions — are you planning to build a feature that allows users to decide which post # to show? Is this a premium feature?

    And is there a way to increase the height of the column? The clickable area at least — I tried using padding — but the clickable area remains small.

    Thanks again!

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, yes we’re planning to add feature to provide IDs in next release. Can you please provide url to have a look into clickable area issue?

    Thread Starter giantqtipz

    (@giantqtipz)

    Hi Rameez — it’s at the bottom of https://www.palessie.com

    I’m trying to get the individual boxes to be larger.

    I added .wcp-content-wrap { padding: 40% 0; }

    Ideally though the title and date centered in the middle, not on top — while also making the whole box clickable, not just the title and date. Hope that makes sense.

    Thanks again

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, how about if you try some other template? There are many with full clickable functionality.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Use ACF Field for Image, and only show posts after count 8?’ is closed to new replies.