Widget Error (When Using with shortcode)

Hi, wondering if you can help please as i’m a little bit stuck.

I have created a page which I would like to use the shapely widgets to display content. I have installed a widget to shortcode plugin.

However when I select a parallax widget and set the image to ‘background full’ the image disappears and I am left with a blank white space (with the text and button). If I select, Top, Left, Right, Bottom then the image displays properly.

You can view the working page (set to image display at top) here http://hildonholidaylettings.co.uk/holiday-one/

You can view the non working page at http://hildonholidaylettings.co.uk/holiday-two/

Apart from that, i’m loving the theme, really easy to use and using the widgets to create content is inspired!

Hi Dave,

I hope you are well today and thank you for your question.

You can try displaying it on that page by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


body.page-id-1973 .shapely_home_parallax {
    background: url("http://hildonholidaylettings.co.uk/wp-content/uploads/2016/03/photo-1449168013943-3a15804bb41c-1.jpg");
}

Best Regards,
Movin