Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29020

    Hi!

    I builded some contents with the Default Editor, and then switched to Advanced Editor to create a Fullwidth Easy Slider. When I switched back to Default Editor to edit some text (because when you generate columns with shortcodes, you can’t edit the text inside when in Advanced Editor, unless you generate a column with a Text Block inside :S): the content was just gone! I switch back to Advanced and the contents were still here, and show properly on webpage.

    However, I defenitly prefer to use shortcodes instead of graphic interface, and, in an autosave, I found out that the Advanced Editor generated the following code for my portfolio project:

    [av_slideshow_full size='no scaling' stretch='' animation='fade' autoplay='true' interval='5' src='' attachment='' position='top left' repeat='no-repeat' attach='scroll']
    [av_slide_full id='2738' attachment='' title='' caption_pos='caption_bottom' link='' link_target=''][/av_slide_full]
    [/av_slideshow_full]
    [av_textblock]
    <h3>Reina Sofía</h3>
    [/av_textblock]
    [av_two_third first]
    Hil maximax imilluptate volento exerum si consenienet magnihi llitecepe laborep erorem fuga. Et fugiam arum is everferio quame voluptinvel eum ad qui nam aceped que dictibusam ipsande rspicip icipiendit as excerspiet lam fugia pelesed millorro omnim eaqui quod est plibearum fugiaep ellorum quatur.
    [/av_two_third]
    [av_one_third]
    Mapa
    [/av_one_third]
    [av_hr class='invisible' height='20' shadow='no-shadow' position='center']
    [av_portfolio columns='4' items='16' contents='title' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='no']

    So I pasted this code on a new entry to check how it looked like: the slider doesn’t appear full width but boxed; I switched to Advanced Editor and saved again, and now it shows full width with contents below, http://devargas.com.es/temp/advanced-editor.jpg buuut, we are back to the begining of this topic, the content is gone from Default Editor.

    I think I found out a topic which seemed similar to my issue https://kriesi.at/support/topic/avia-layout-builder-text-content-doesnt-appear and checked the memory: using 52Mb out of 128Mb so it’s not a problem of memory. I also disabled all the plugins, but it’s not a conflict issue.

    I’m using the last WordPress 3.6, downloaded your theme again this morning and updated parent theme, as I saw you made some fix lately.

    So, how can I make contents appears when switching from one editor to the other, and/or how can I generate a fullwidth slider from short codes instead of using the Advanced Editor?

    The site is curently under construction but if you would like to access it, I can provide you a subscriber user account in a private message. Thank you in advance, looking forward to hear from you.

    Anne-Sophie

    #139464

    Hi,

    You can’t use the Advance Layout Editor and the Default Editor simultaneously. You need to pick which one you want to use. Although, you can switch the Advance Layout Editor to debug mode. The actual shortcode will be rendered below the Advance Layout Editor.

    To 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. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:

    [av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_promobox]

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Contents don't appear when switching back from advanced to normal editor’ is closed to new replies.