Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #458343

    I am currently using enfold 3.0.8. Is there a possibility to use AVIA in blogs and posts?

    #458347

    Hi ultramixer!

    You can update Enfold to the latest version 3.2 to have that functionality – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    Or you can use this code – http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
    P.S.: Updating the theme is recommended.

    Best regards,
    Yigit

    #458419

    Thanks, I see.

    I didn’t found this AVIA activation for blog/posts in the revision history and I didn’t wanted to update without reason since we have made some minor changes and we don’t have a child theme :( I don’t know of a good practice to get child theme into an existing and used installation :(

    #458424

    Hi!

    Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
    What kind of changes have you made? Have you made any changes on theme files? If so, can you please let us know which files you have modified?

    Cheers!
    Yigit

    #458428

    It not really much. We needed more alternate colors and so we have overwritten this:

    $avia_config[‘color_sets’] = array(
    ‘header_color’ => ‘Logo Area’,
    ‘main_color’ => ‘Main Content’,
    ‘alternate_color’ => ‘Alternate Content (gelb)’,
    ‘alternate_color2’ => ‘Alternate Content 2 (beige 1)’,
    ‘alternate_color3’ => ‘Alternate Content 3 (beige 2)’,
    ‘footer_color’ => ‘Footer’,
    ‘socket_color’ => ‘Socket’
    );

    If you would have the possiobility to have more than one alternate color, so I would not need any changes anymore :)

    #459600

    Hey!

    You can move functions.php file to your child theme :)

    Regards,
    Yigit

    #511337

    Well, I just tried to do this. This caused bigger problems than I though. You are writing in your codumentation “Now you’ll need to re-set your menu options and any other WordPress theme specific options that are tied to which theme you are using. Even though you are technically still using the same parent theme (with the same options), WordPress sees using a child theme as different than the parent.” … this is a bigger task :( I cannot do this on a live page. Any idea how to do this programmatically?

    #511926

    Hi,

    I’m not sure what you mean by that? Do you mean the theme settings? If so you can export/import settings when activating the child theme. Please try to explain a bit further.

    Regards,
    Rikard

    #513931

    I manged it by a third party child theme plugin… Never mind.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘AVIA in blog and posts’ is closed to new replies.