• Resolved cazbarr

    (@cazbarr)


    Hi there,

    Is there a limit to how many posts/blogs the carousel setting will show? I’m using this shortcode: [bdp_post_carousel] – I’m using the free edition of Blog Designer Pack and it would seem it is not showing all of my blogs.

    Also, I’m assuming this rotates/carousel’s through the blogs? Only, if so, this is not working either.

    I can’t seem to change the title text colour or font. I’m using the following CSS:
    .bdp-post-title {
    font-size: 25px;
    line-height: 32px;
    color: #f01887;
    }

    Any help gratefully received

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cazbarr

    (@cazbarr)

    Ok, I thought I had solved the title text size by putting in the above CSS so I changed my H2 back to its original size and my title text size has also changed.

    Not having a good time with this!

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @cazbarr

    For your query,

    Is there a limit to how many posts/blogs the carousel setting will show?

    Ans – Yes, you can manage the number of post.
    e.g [bdp_post_carousel limit="20"] – It will show 20 posts

    If you want to show all post then you can try below shortcode
    [bdp_post_carousel limit="-1"]

    I can’t seem to change the title text colour or font.

    Ans – Plugin uses the H2 tag for a post title. Plugin does not apply any additional CSS to it. It inherits from your current theme so It looks like a part of your theme.

    Please use below CSS and add it to WordPress Appearance > Customize > CSS Section and save it.

    .bdp-post-carousel-wrp .bdp-post-title, .bdp-post-carousel-wrp .bdp-post-title a{
    	font-size: 25px;
    	line-height: normal;
    	color: #f01887;
    }
    .bdp-post-categories a {
    	border-bottom: 3px solid #f01887;
    }
    Thread Starter cazbarr

    (@cazbarr)

    Hi there,

    Thank you so much for your help. I have managed to change my text. Also, the shortcode works a dream.

    Thank you again ??

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @cazbarr

    Glad to know that.

    If you liked my plugin and support then please rate it
    https://www.ads-software.com/support/plugin/blog-designer-pack/reviews/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Limit to amount of blogs?’ is closed to new replies.