I can confirm that there is no style for the detailpage also! Not sure if this was already the case in earlier versions. But if you’re creating your own custom theme it should not be a problem because its likely you will modify all the templates and styles yourself to match your theme.
Hy Jbleroy
I think, i have an idea what it can be.
Is it possible to post the code of the file “contenc-single.php”?
Kind Regards
Robert
I couldn’t find “content-single.php” but I did find “single.php” which I think is the equivalent of what you asked me. Here’s a pastebin of it: http://pastebin.com/EUeqchr7
Thank you for providing help.
Hey there,
We add very little CSS to our pages and use as many default HTML / WP elements so the themes can apply their own styling. However, what you pasted in your screenshot is definitely not correct and looks like a conflict. Could you please try if the error still occurs with only this plugin activated with a default WordPress theme (e.g. twentyfifteen). I understand this can be a bit of a hassle but it’s the only way we can be sure it’s a bug in this plugin.
Kind Regards,
Barry Kooij
It does work on the default WordPress theme, I wanted to know if you had any idea how it was possible to fix that with the CarShire theme I’m using, sorry for the misunderstanding.
Okay, that makes sense. Sounds like for some reason the CarShire theme is overwriting our styling.
I’ll try to contact them to see if we can work together on this 🙂
Hy Leroy
Sorry for the late answer to your posting – i’m on Holiday 🙂
Have checked the “single.php” but i’m not shure, it’s the right file.
Is it possible, you install a plugin like “What’s the File” (it’s also from Never5 :-)) and you find it e.g. here:
https://wordpress.org/plugins/what-the-file/
After installing you see on the right site of your homepage (logged in as Admin) a button “What the File” and if you open this, you see the “php”-File for this site.
Can you open a Site with cars from “wp-car-manager” and look, which site generated this? Is it the “single.php”???
@barry:
It look’s like the same problem i have with the PRO-Version of Minamaze (but not with the FREE-Version) like here: https://wordpress.org/support/topic/problem-with-plugin-minamaze-pro-1
Unfortunately it is single.php as seen here: https://i.imgur.com/E9YIaoW.png
I’m not shure i can help you. But if there a little chance, i’m gladly to help.
Now – 2 Question to you:
– is the Website online?
– can you give me the link for this website?
Why? –> i will analyse the Site “carsdetails” with Chrome – possibly i see, what the Theme make when creating the site – and if we have luck i find a turnaround …
The website is indeed online and I can give you a link to a car we’ve set up here: http://garage-carrosserie-aplemont.com/vehicule/renault-r19/
Thank you so much for trying to help us.
HyLeroy
Thank’s for the Link. But if i open it, there’s a Message as follows 🙁
Mode Maintenance
Excusez-nous pour la gêne occasionnée.
Notre site web est actuellement en maintenance.
Merci de votre compréhension.
So, only registered Users can see the Site behind this Message … 🙁
Oh, my bad, I thought I had disabled it. It should be fine now!
I believe this is resolved so I’m marking this as resolved. Please do let me know if it’s not resolved so I help you 🙂
No it’s not, the layout still doesn’t match what it’s supposed to be unfortunately, even after the update.
You just need to add your own css for styling the tables etc. etc.
How hard could it be?
It’s just a few minutes work to make the things match your theme! 😀
Look @ the classes in your browser source there are just a few…
If you want to remove the block with the big image and post date! Please note i did not test this so let me know it this is where you are after…
.post-image { display: none; }