• Resolved kolyvahy

    (@kolyvahy)


    hi,
    Is it possible to show 6 articles at least. My page automatically loads four articles with the masonry layout. Since i’ve chosen 3 columns, I have 3 articles on the 1st row and only have one article on the second row. I’d like to have 3 on the 1st row as well as 3 on the 2nd row.
    thanks

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

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

    (@pluginandplay)

    Hi @kolyvahy

    Yes, It is possible. You just need to add shortcode limit parameter. e.g [bdp_masonry limit="6"]

    Please try above shortcode parameter. It will work for you.

    Thread Starter kolyvahy

    (@kolyvahy)

    Awesome! it worked! I have one last question, is it possible to change the font of the text body only (not the title). THanks!

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @kolyvahy

    Glad to know that you liked the plugin.

    Blog Designer Pack plugin inherits font family which is used by your theme. You can change the post short description font by below CSS snippet.

    Kindly add below CSS snippet to WordPress Appearance > Theme > Customizer > Custom CSS and save it.

    .bdp-post-short-content{
    	font-family: sans-serif;
    }

    You can change the font family with your desire one.

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @kolyvahy

    Any update on this please?

    Does it work for you?

    Thread Starter kolyvahy

    (@kolyvahy)

    Hi,
    Yes it did the job perfectly! Really love how simple it is to customize everything.
    1. I also wanted to align the category to the left and change its color but didn’t work. I used :
    .bdp-post-categories {
    text-align: left;
    color: grey
    }

    2. I also wanted to reduce the space between category and title. Is there any way I could do that?

    Lastly, if I purchase the pro version, will I be able to make my category pages look the same?
    Thanks a lot

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @kolyvahy

    Please try below CSS snippet. It will work for you.

    
    .bdp-post-masonry.bdp-design-1 .bdp-post-categories {
    	margin-bottom:0;
    }
    .bdp-post-categories a{
    	text-decoration: none !important;
    	color: gray;
    }
    .bdp-post-masonry.bdp-design-1 .bdp-post-grid-content{
    	text-align: left;
    }
    

    For your query,
    1) Will I be able to make my category pages look the same?
    Ans – Yes, I will help you in that.

    Thread Starter kolyvahy

    (@kolyvahy)

    Awesome! Just bought the pro version ?? As mentioned above, I’d like my category pages to have the same look. May you help me with this?

    Also, when I activated the plugin (pro), seems like the CSS snippet above didn’t work anymore. I’m trying to have my website look like this one once I adjust the orientation of my featured images: https://nicolemason.co/.

    -Can I also reduce the space between the image and the category text?
    -Is it possible to customize the font of the category and remove the underline?
    -Is it possible to have a “hover” color for the title, meaning title color changes when the mouse goes over it?
    -Lastly, as soon as I added pagination, it showed me 9 blog posts despite having put limit=”8″.

    Thanks again!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Masonry layout’ is closed to new replies.