Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #504312

    Dear Support Team,

    I would like to import the demo data „Startup Business” to my already existing website.
    Of course, I don’t won’t my theme settings to be overwritten.

    Therefore, I searched the forum and found this helpful thread: https://kriesi.at/support/topic/import-new-single-page-demo-without-overwriting-current-theme-option-settings/?login_error

    I followed the instruction and enabled debugging mode in my functions php (I don’t use a child theme).

    However, I feel uncomfortable about the next step and hope you can give me guidance.

    The thread mentions, that I will have to copy this code http://pastebin.com/W9kzHTaV and paste it into the section below the Avia Layout builder.

    Here come my questions:

    1. As I don’t want to import just a one page demo, but a demo with much more pages, I wonder if this short code applies to my situation?

    2. If this code applies to my use case, on which page do I have to paste that short code, then? On every single already existing page? Or do I have to create a new page, paste it there and what happens next?

    3. My motivation to import the data actually is to understand, how some of the pages have been built. I do not necessarily need to import demo data. So, I would be more than happy to just see which elements have been used for creating certain pages. Is there perhaps a simple solution somewhere I just don’t know?

    Thank you very much!

    Replies in English or German are equally welcome!

    Best
    Sandra

    #504561

    Hey LepsienArtFoundation,

    I’m sure I understand exactly what you mean by your questions, the shortcode in the other thread will import the whole page which the other user asked for. Maybe you can could try it in a new page to see what happens? That way you would see what elements are being used without being worried about messing up one of your existing page.

    Thanks,
    Rikard

    #505319

    Hi Rikard,

    Ok, I see, thanks for your explanation. That would be a good solution for my question how to see the underlying elements.

    However, I’m interested in the demo “Startup Business”, especially in the page “Our story”. At the very end of that page you find a slider combined with a coloured field next to it. I’d love to know how this has been done. Both elements are seamlessly connected with each other. Neither I understand how that works, nor I can figure out which elements can be combined that way.

    May I ask you to either give me a hint which elements I have to choose or provide me the code of that page, so I can try to paste it in a new page as discussed above?

    That would be great!

    Thanks a lot,
    Sandra

    #505839

    Hi Sandra,

    It’s done with a Grid Row element, here’s the shortcode for it:

    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='contact']
    [av_cell_two_third vertical_align='top' padding='0px' padding_sync='true' background_color='#4ecac2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_slideshow size='featured_large' animation='slide' autoplay='true' interval='3' control_layout='av-control-minimal']
    [av_slide id='494'][/av_slide]
    [av_slide id='489'][/av_slide]
    [av_slide id='484'][/av_slide]
    [av_slide id='501'][/av_slide]
    [av_slide id='500'][/av_slide]
    [/av_slideshow]
    
    [/av_cell_two_third][av_cell_one_third vertical_align='middle' padding='30px' padding_sync='true' background_color='#4ecac2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_textblock size='' font_color='custom' color='#ffffff']
    <p style="text-align: center;">Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum feliis pretium. <strong>Integer tincidunt</strong>.</p>
    [/av_textblock]
    
    [av_hr class='invisible' height='15' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='10px' custom_margin_bottom='10px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_button label='Contact us now!' link='page,21' link_target='' size='x-large' position='center' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue805' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff']
    
    [/av_cell_one_third]
    [/av_layout_row]

    Best regards,
    Rikard

    #506852

    Dear Rikard,
    haven’t worked with that element so far. Thank you very much for your help!

    Best
    Sandra

    #506936

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

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