Dear,
I read that the Dazzling css (at least the custom css you can add through the personalization screen) is stored in the DB. I need to be able to load, in a page outside wordpress (an iframe that will be loaded in the wordpress site), all the stored custom css and standard Dazzling css. How can I get all the Dazzling css without loading the Dazzling theme?
Hey there,
I hope you are well today and thank you for your question.
Your request is a strange one, And is technically outside the scope of support, seeing that you want to use it “outside” of WordPress, I don’t believe its possible either.
The style sheet will need to be enqueued in the function.php to work.
Best regards,
Support.
In some cases it is interesting to put some parts of pages in an iframe (the parts that have a negative impact on SEO). By putting them into an iframe and specifying the iframed page that it should not be indexed, you can do very nice things. But I need to be able to use for the iframed page the same css than the parent page. Can you tell me how the css file is generated? How the custom css is called from the DB to be used as css? I can call the function.php file, but I have no idea how the custom css is requested from the DB.
Hey there,
Thank you for sharing that.
I can direct you to the possible files you’ll need to look at but in terms of detailed information this would be best aimed at the developer, as modifications to theme files isn’t covered in the scope of support.
The files are the function.php line 227
And the customizer.php file located in inc/customizer.php
You can search the file for css.
I hope this helps.
Best regards,
Support.