Support Forum
Yeah I tried disabling all plugins apart from SP with the same results.
Also tried quite a few WP themes and it seems anything other than the basic WP themes I get the same result.
Spoke to the WP-theme owner and he is not able to help on 3rd party plugins not on WP repo.
To me it seems that I am not going to be able to use the Reboot theme, which is a shame, it was part of the free theme with my membership purchase, so not really lost any money..
I appreciate your help Ike, going to stick with the SP-default theme for the moment until I can find a WP-theme that will work and that I and my users like. Just one of those things I guess.
I understand but we'd rather see you up and running, and able to use something you've purchased from us and should rightly be able to use!
It's unfortunate that your theme developer is most unhelpful.. It's also hard to judge how knowledgeable somebody is when it comes to WP and things like CSS so I'll just go over the easiest way to put this right - or at least test a fix.
First locate your main.min.css file which I've done through the browser inspector, and open it. You will find it here:
wp-content / themes / dt-the7 / css / main.min.css
Then locate the lines:
figure, form { margin: 0px; } * { padding: 0px; margin: 0px; }
These rules need to be removed but It's probably best just to comment them out rather than deleting so they can be put back if need be. So add a /* before and a */ after the code i.e:
/* figure, form { margin: 0px; } * { padding: 0px; margin: 0px; } */
Please note the 'figure, form' and the star rules might not be together so you might need to search for each individually and comment them out separately.
As I said, we'd much rather see things fixed as long as you are happy to experiment a bit..
It's worth noting that this could potentially have a knock on effect on parts of the WP theme although that will be unknown until the rules are removed..
Unfortunately the reasoning behind the rules i.e what they are for, is only something the theme developer can help with, as I said this is really their territory. All we're doing here is pinpointing the problem.
You should then be able to ask them firstly why the rules are there and if removing them will cause any adverse effects.
It's really poor customer service in behalf of the theme developers especially considering I found it on themeforest with quite a price tag!
Why it's happening with other themes I can't explain which is what lead me to believe it might be coming from a plugin possibly minifying the themes CSS.
Either that or the other themes you tried were from the same developer?
Anyway - Glad you are up and running, would be interested to hear what they say. Keep us updated if their are any developments!
1 Guest(s)