Also none of the featured images are loading on the page
H,
1. it seems that in your case adding the code below in the wp-admin / Appearance / Customize / Additional CSS panel should make WPAdverts look better with your theme
.adverts-single-box, .adverts-grid {
color: white;
}
.adverts-contact-box input[type=text], .adverts-contact-box textarea {
border: 1px solid silver;
}
2. I am not sure what do you mean by images are not loading the gallery on the page you linked to seems fine?
Thanks for the response, but That did not change the entry text within the form. Im trying to change the entry text from the silver to black.
The featured images on the rest of the page don’t load, only seems to happen on a advert page.
1. The text in the form is already black, what you seem to be missing is border for the fields.
I am checking your CSS and you have there the following code
.adverts-contact-box input[type=text], .adverts-contact-box textarea {
color: black
border: 1px solid
black;
}
you are missing a semicolon (;) after the first black and this invalidates the whole CSS rule.
2. i am not sure why the images are not loading, if your theme has an option to do that try disabling lazy loading in your theme and see if it helps.
If that will not help you can try asking the theme support if some additional scripts need to be loaded in order to have the lazy-loading working.
I am looking at the page source and there nor in the developer console does not seem to be an error which would suggest that some script on the “advert” Custom Post Type pages is not loaded.
Thanks for the CSS fix.
Here is the response from the theme developer:
We can replicate this issue on our side, but this problem was not from JNews,
[24-Dec-2021 03:12:00 UTC] PHP Deprecated: Required parameter $instance follows optional parameter $current_id in C:\xampp\htdocs\wp\wp-content\plugins\wpadverts\includes\class-widget-categories.php on line 417
You can contact the plugin author for this issue.
Hi,
thanks for the details, please send me a message via the contact form at https://wpadverts.com/contact/ i will send you back an updated file, hopefully, it will resolve the issue.