Hi,
I need to investigate a bug. Can you tell me where the property blog_global_style is saved ?
Thanks in advance
Hey wared,
It is saved in the options table when setting in the Theme Options.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Thanks for your response.
I don’t get any result with the request :
SELECT * FROM wp_options WHERE option_name LIKE '%blog_global_style%'
I’m trying to debug the bug explained here > https://kriesi.at/support/topic/business-blog-default-but-elegant-blog-in-front/
Hi wared,
It is used like this:
$blog_style = avia_get_option( 'single_post_style', 'single-big' );
You can explore this file:
/includes/loop-index.php
The class can be there from another style, it does not mean that the style of your blog will change immediately. Also, you have several languages. Are you sure you did not change it for some other language?
Best regards,
Victoria