Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #364136

    Hi everybody,

    i’m taking my website for a ‘refresh’ and wanting to change some things.
    I’m now working for over a year with the Enfold theme, and the last updates bring some new cool stuff; great!
    But I’m struggling to get a homepage that looks similar to the page that’s found in the ‘demo’ pages.

    It’s this page > http://kriesi.at/themes/enfold/homepage/transparent-header/

    I was doubting if I could see how that works by importing the demo-material; but wasn’t sure if that’s a good idea on a ‘live’ website.
    Maybe you guys can advice how this works?

    I’m guessing it has something to do with the images I provide for the ‘full size’ images?
    What is the current ‘normal’ setting for putting ‘large’ images out there?
    Or is is a setting for that slider…

    Hope you guys can help?
    Thanks in advance, Danny

    #364153

    Hi,
    you can creat your page by “Header visibility and transparency”
    http://imgur.com/aEBGrZ0

    #364154

    Hi begrafiks,

    thanks for your reply, I already found that part.
    But the confusing part for me is getting the images in the ‘correct’ size to fill up nicely the page as shown in the link above.
    I can’t figure out how to do that…

    #364686

    Hi!

    Please add Fullscreen Slider to the top of your page.
    You can copy that pages shortcodes from here – http://pastebin.com/ZJN9e9vK
    and paste it to your page after turning on debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    Regards,
    Yigit

    #364711

    Hoi Ygit,

    thanks for your reply!
    But I don’t understand what’s the difference between the ‘normal fullscreen slider’ from the Avia builder; or the code you have provided.
    And even after the link, I don’t understand where/how to add the code.
    I’m so used to using the Avia builder that I really don’t have a clue to start, that’s why I asked if I could import that demo into my live website; but I don’t wanna mess it up.

    Regards, Danny

    #364718

    Hi!

    Shortcode i posted will duplicate demo page you posted ( http://kriesi.at/themes/enfold/homepage/transparent-header/ ). Enabling debugging mode lets you add shortcodes to section right below Avia Builder. If you do not want to duplicate the page, you can simply add Fullscreen Slider element to your page and adjust its settings.

    Best regards,
    Yigit

    #364800

    Hi!

    Ah, I now understand; sorry for that!
    Yes, then I add the code and revert back out of the debugging mode and then the slider is there just like the page from the demo!
    (right?)
    But now to the point, i don’t use a parent/child setup; where can I enter that code from the backend?

    Best regards, and thanks for your time to answer these questions from me!
    Danny

    #365176

    Hi!

    You can add the code on Appearance > Editor > Theme Functions (functions.php) file. Please refer to this link: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Ismael

    #365541

    Hi Ismael,

    I got – with your help – the things going, debugger on; editing the file, pasting the data in the debug-window.
    But then… That page did I update and then wanting to preview it, I got a blanc page…

    Did I do something wrong?
    Regards Danny

    #365546

    Hey!

    You would like to duplicate this page – http://kriesi.at/themes/enfold/homepage/transparent-header/ is that correct?
    If so, please create a temporary admin login and post it here privately so we can look into it

    Regards,
    Yigit

    #365577
    This reply has been marked as private.
    #365597

    Hi!

    Can you please post the link to your website? :)

    Cheers!
    Yigit

    #365606
    This reply has been marked as private.
    #365612

    Hey!

    I have created a private page called “Test page”. Please review your page now

    Regards,
    Yigit

    #365613
    This reply has been marked as private.
    #365643

    Hey!

    One image is813x738px and other one is 974x615px. You can upload images more or less square and it should work fine.
    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

    #365883
    This reply has been marked as private.
    #365994

    Hey!

    I have added this code to Functions.php file in Appearance > Editor

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

    Please find it and remove it

    Regards,
    Yigit

    #366141

    Hey,

    thanks, I found it; all great!
    What a great support for this theme, thanks again!

    Kind regards, Danny

    #366144

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Re-creating a homepage with 'full size images'’ is closed to new replies.