Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #350560

    hello
    i have a website done already with the enfold theme in the wordpress
    and i would like to create a page using your beautiful enfold “coming soon” demo
    and so some changes over that demo file,
    as it shows up at: http://kriesi.at/themedemo/?theme=enfold-overview
    in the website you say one can import that demo file with a single click
    but the thruth is i don’t know how to do it
    i would really appreciate your help
    with gratitude
    kalid

    #350765

    Hey Kalid!

    Please go to Enfold theme options > Demo Import and import needed demo with a single click – http://i.imgur.com/D2saPvV.png

    Regards,
    Yigit

    #352833

    Hello Yigit,
    Thank you for your reply
    the thing is i don´t want that Importing the dummy data will overwrite my current Theme Option settings.
    Can i import the demo import for a specific page only? for instance wwww.inamazonia.com/comingsoon
    instead of my original http://www.inamazonia.com, so i dont overwrite anything?
    Please give me some more guidance on this subject.
    Best Regards
    Kalid

    #353138

    Hi!

    Please post the link to page you would like to import from demo site and we can provide you shortcodes.

    Regards,
    Yigit

    #353190
    This reply has been marked as private.
    #353339

    Hi!

    Please review your page now. I have added the shortcodes for you and enabled debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ )

    Regards,
    Yigit

    #354110

    Hi
    Grrreeeaaaatttt help, thank you much.
    I have been working on the page and im almost there.
    One thing i can’t figure out by myself is how to change the background picture, what is the size i should upload the new images i want to try? and if i want to go back to the original one, where is it?
    Another thing is, there is this new thing that you can choose a tooltip once you mouse over an icon. Is it possible also to have that same tooltip box when you mouse over a text?
    In this case i want to put diferrent years (for instance 2010, 2011, 2012 and so son) and would like to mouse over each year and see a different tooltip box. Till now i could only do it with icons as you can see at http://www.inamazonia.com/comingsoon-2/
    Thank you
    Kalid

    #354207

    Hey!

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Regarding the tooltip, use this on functions.php:

    function avf_text_tooltip() { ?>
    <script>
    (function($){
        $(window).load(function() {
        	//creates text icon tooltip
        	new $.AviaTooltip({'class': "avia-tooltip avia-text-tooltip", data: "avia-text-tooltip", delay:0, scope: "body"});
        });
    })(jQuery);
    </script>
    <?php
    }

    Then add a text like this:

    <a class="avia-text-tooltip" href="#" data-avia-text-tooltip="TOOL TIP HERE">Tooltip</a>
    

    You can add the tooltip content on the data-avia-text-tooltip attribute. We’ll close this thread now.

    Cheers!
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘how to import DEMO FILE?’ is closed to new replies.