Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1231155

    Hi,

    I need to investigate a bug. Can you tell me where the property blog_global_style is saved ?

    Thanks in advance

    #1231248

    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

    #1231303

    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/

    #1231337

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.