• Resolved ingusap

    (@ingusap)


    Hi,

    I have few questions:
    1. how does the home slider and grid fetch the image content from the blog? (i am writing my own css for the blog);
    2. My homepage slider width is wider than the screen itself – it doesnt matter if i put it in another div container, it overflows it.

    Thank you!

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

    (@pluginandplay)

    Hi @ingusap

    For your query,

    1) How does the home slider and grid fetch the image content from the blog?

    Ans – Plugin takes the post image from “Featured Image” section of post. This is a WordPress built-in option.

    You can find it at the right side section when add / edit any post.

    2) My homepage slider width is wider than the screen itself.

    Ans – Can you please provide me the web page URL on which you had set up the plugin? So I can take a look at it and try to understand the scenario.

    Thread Starter ingusap

    (@ingusap)

    So,
    I changed my slider, but still wish to use the grid.

    I seem to have found the problem and it’s with the margin -15px, but cant overwrite it with css (margin: 0px !important;).

    And second problem with the grid is – i cant seem to be able to have all the boxes the same height.

    Thread Starter ingusap

    (@ingusap)

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @ingusap

    Thanks for the web page link.

    Equal height feature is not available within lite version. But you can still manage it with equal size of image, post title and content or custom CSS.

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @ingusap

    Sorry, I forgot to provide the custom CSS.

    Here is the Custom CSS for equal height.

    .bdp-post-grid-main.bdp-design-2{display: flex;}
    .bdp-post-grid-main.bdp-design-2 .bdp-post-grid-content{height:100%;}
    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @ingusap

    Any update on this please?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog post content’ is closed to new replies.