Home › Forums › WoodMart support forum › Reacuring problem with repeating random background images
Reacuring problem with repeating random background images
- This topic has 6 replies, 2 voices, and was last updated 10 hours, 24 minutes ago by
Luke Nielsen.
-
AuthorPosts
-
May 7, 2025 at 8:45 am #658766
mindeParticipantHi, we have had a reacuring problem with repeating random background images. We have added CSS to eliminate the problem and that works most of the time. Can you tell me where in the theam I can find the default settings for “/wp-admin/admin.php?page=xts_theme_settings&tab=general_styles_section”. I think there is something with the default setting here that may fix the problem.
Attachments:
You must be logged in to view attached files.May 7, 2025 at 9:59 am #658791
Luke NielsenKeymasterHello,
It’s difficult to check that issue without access. Is there any chance that you could give me access to the dashboard area so I can check the settings there?
Looking forward to collaborating with you!
Kind Regards
May 7, 2025 at 11:56 am #658839
mindeParticipantHi, this is a bug that has happend on a lot of the hundreds of pages we have installed Woodmart on. You will not see it now on that page, but it appears from time to time on a lot of our pages. We use a CSS hack to fix it wich works most of the time. We have sent this problem in before. What could be usefull for us is to know where in the theme-files the backgrounds for pages is set (‘/wp-admin/admin.php?page=xts_theme_settings’). Can you help me?
footer.footer-container.color-scheme-dark{
background-image: none !important;
}May 7, 2025 at 12:34 pm #658846
mindeParticipantThis is a variant of the fix we use:
/* Bakground-image fix v6 */
body .wd-page-wrapper,
.page div.main-page-wrapper,
footer,
.page-title-default .color-scheme-light,
.page-title-default .color-scheme-dark,
body.blog div.main-page-wrapper{
background-image: none;
background-repeat: no-repeat;
}footer.footer-container.color-scheme-dark{
background-image: none !important;
}May 7, 2025 at 12:37 pm #658849
mindeParticipantBut I would like to somehow fix the underlying problem. That is why it would br usefull for us is to know where in the PHP theme-files the backgrounds for pages is set (‘/wp-admin/admin.php?page=xts_theme_settings’). So the defaults could be changed via the child-theme ex. background-image: none; no-repeat etc.
May 7, 2025 at 12:39 pm #658850
mindeParticipanttheme settings -> Styles and colors -> Pages background
May 7, 2025 at 2:55 pm #658891
Luke NielsenKeymasterHello,
Yep, in Theme settings -> Styles and colors -> Pages background.
Footer – https://prnt.sc/TG8Y61JhYEUI
Do you have a cache plugin? If so, did you try to clear it when the issue appeared? The same with the server cache.
I await your response.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register