Background Image(s) - will not show on old pages

Hey guys, and thanks for all the help you have been giving me so far.
I have run in some minor issue.

When im adding a background image to my pages (old once) the image will not show.
If i add a new page, then adding a background image, the image will show.

How can i get the background image to work on old published pages?

i saw a few other posts, and i tried with some CSS, but i cant see the image still.

Kind regards

Hi Niklas,

It might be because of structure of the page template. Can you compare the page template of the old page and new page?

If those pages - old and new are using same page template, we might need to check it directly. Please share the specific page URL where it is not working so we can investigate further. Background images might not work also if there’s a javascript error on the console.

yeah so i use the same template on all pages. And it works only if i add a new page.
i will provide logins in a secure note :slight_smile:

as i wanna have this background image for my old and new pages

Hi Niklas,

Thank you for the credentials, upon taking some time to investigate the issue, it seems its the casino shortcode is causing that background issue. No, it’s not only happening to old pages, but it also happen to new pages if you have the casino shortcode in it.

I understand that shortcode is essential to your page, but we can not provide support for issues caused by 3rd party plugins, what I advice is to apply the background-image via custom CSS, you can add this to the page’s CSS area.

.page-template-template-blank-4-php .x-main {
	background-color: transparent;
	background-image: url(/wp-content/uploads/2019/10/background.gif);
}

Cheers!

you guys are amazing!!!
Thanks alot + i LOVE the new update how you can drag the collums left and right in size!

good job guys.

you can closed this thread

You’re must welcome,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.