Hi there,
could you please give me some details regarding the problems with GeneratePress? What’s not working? I haven’t tested that theme yet..
Cheers
Hi,
Thank you for your answer.
When I go to the dashboard of my WordPress the only thing I see is error message as follows:
Theme not yet ready
It seems like your theme is not yet ready for WooCommerce Germanized. Please check your theme’s styles. Some things might look weird – WooCommerce Germanized can only offer basic styles. See making your theme compatible or check out our Theme VendiPro for 100% compatibility.
Then, when I go to your website to see how to make my theme compatible I see only advice to add styles to my theme and that I need HTML / CSS knowledge to do that and a tip to use Google chrome developer tools.
That is fine, I do have decent knowledge of HTML / CSS, however there’s a single example of style that needs to be added and no matter how many styles I add the error message is still there and I have no clue if the theme is not yet compatible or is 100% compatible with your plugin.
If I need to buy the plugin to get support to do that, let me know.
But the missing of documentation to make my theme compatible with your product for me is a big disadvantage.
Hi there,
generally this message should not considered as an error message but a warning which means you should make sure, that all the legal options are shown within your theme because we haven’t tested it yet. You can “mark” your theme as compatible by adding the following to your style.css header:
wc_gzd_compatible: true
Example:
/*
Theme Name: MyTheme
Version: 1.5.3
wc_gzd_compatible: true
*/
Cheers
Hi,
Thanks for your reply. Much appreciated.
Is there a guide I can follow to make my theme more compatible?
Thanks!
Hi,
not really – as I said it depends mostly on your theme. You should check the options in Germanized and see whether they are displayed correctly within your theme. Furthermore you should temporarily activate a default Theme like TwentySeventeen to see how the options should actually be displayed..
Cheers
Got you,
Good advice, haven’t thought about it.
Thanks!