Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #166000

    1. Hi, i’m trying to change the color of start word in every toggle in accordion here http://work.sellerconsult.de/lexikon/ .Now i set in the first toggle starting word to be green, 2nd – yellow, 3rd – red, but all is still black.
    2. And yesterday another accordion here in http://work.sellerconsult.de/leistungen/ the left one , when i’m trying to edit it all toggles disappeared an just showing “undefined”. This was in edit mode, but in the page was normal. So i delete accordion and create new one to change the text in.

    #166203

    Hello pe6ev!

    Please try adding !import to span element http://i.imgur.com/7Sx1MI0.jpg

    Best regards,
    Yigit

    #166557

    Thanks, with “important” now formatting work, but at all editor seems to me a little buggy.

    Can you tell me about the accordion why when i open it, all toggles disapeared and there is only one row left like toggle but inside was written “undefined”.

    #166610

    Hello!

    I cannot see an accordion on the second link you posted. Can you post a screenshot?

    Best regards,
    Yigit

    #166687

    Sorry my fault, in the 2nd link above problem was with “icon list” and all i describe was for “icon list” and the content inside.
    Now i have another problem this time with real accordion here http://work.sellerconsult.de/hilfe/ the hole accordion disapeared with content inside and replace with default one. Very strange like with “icon list”.

    #167006

    Hey,

    Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. You can manually edit the toggles.

    [av_toggle_container initial='0' mode='accordion' sort='' custom_class='']
    [av_toggle title='Toggle 1' tags='']
    You place the content here.
    [/av_toggle]
    [av_toggle title='Toggle 2' tags='']
    You place the content here.
    [/av_toggle]
    [/av_toggle_container]

    Regards,
    Ismael

    #167194

    It’s work for me,but it is not good solution for my client who doesn’t undertand code.
    Can you help with location of the Pages with the content and formating inside, because i search but i can’t find them. Maybe is somewhere in Avia Bilder. I want to make a regular back up of Pages if anything disapeared again.

    • This reply was modified 10 years, 7 months ago by pe6ev.
    #167410

    Hello!

    Looks like you manage to fill in the accordion element. Please increase the wordpress php memory limit. Edit wp-config.php file, add this code:

    define('WP_MEMORY_LIMIT', '128M');

    Cheers!
    Ismael

    #168075

    I made the changes to 128M, now i hope that nothing will disapear. I had question that i didn’t answer me – Where is location of the Pages with the custumized page,content and formating inside, because i search but i can’t find them/ even in database there is now content(text). Maybe is somewhere in Avia Bilder. I want to make a regular back up of Pages if anything disapeared again.

    #168609

    Hello!

    I’d suggest to make a complete database backup with tools like: http://wordpress.org/plugins/backupwordpress/ every day because it doesn’t make much sense to search the database for content. The database backup is easy to handle and you can simple re-import it if something breaks.

    That said the builder data is stored in a post meta field with the key “_aviaLayoutBuilderCleanData” and another field (“_avia_builder_shortcode_tree”) stores the structure of the template.

    Cheers!
    Peter

    #168671

    Yes, i’m using this plugin and makes back up every day with database dump. Thank for the info about page content.

    Cheers!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Color of the text and Accordion issue’ is closed to new replies.