• Resolved akyan

    (@akyan)


    I typed the following code where I want to have the image, title w/ link, content, and button with link show up below…

    [bdp_post_carousel category=”events 2023″ design=”design-1″ show_author=”false” show_category=”false” show_date=”false” show_content=”true” content_words_limit=”40″ show_read_more=”true”]

    Everything shows up in the shortcode generator but not in the live version when I copy and pasted the code.

    In the live version, the content doesn’t show up at all. I put in… show_content=”true” … but it doesn’t seem to work.

    Can anyone help? What am I missing there?

    Thanks in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hello @akyan

    Thanks for contacting us and sorry for the delay.

    Below is the updated shortcode,

    [bdp_post_carousel category=”CATEGORY SLUG OR ID WILL COME HERE” design=”design-1″ show_author=”false” show_category=”false” show_date=”false” show_content=”true” content_words_limit=”40″ show_read_more=”true”]

    Also there is a custom CSS written where you used display:none for content. Below is the not correct CSS. It should be display:block. Kindly update it.

    .bdp-post-short-content{display:none} —  It should be ‘.bdp-post-short-content{display:block}’

    Please let me know if there is anything.

    Thread Starter akyan

    (@akyan)

    Hi pluginplay,

    Thank you for the updated shortcode and the corrected CSS.

    I pasted the updated shortcode but it only shows content for 3 of the posts and not for all of the posts. Should I be applying ?‘.bdp-post-short-content’ to the all the first post paragraphs.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show content not showing when set to true’ is closed to new replies.