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

    Hi,
    I’m using the avia layout builder after installing the Theme. It looks quite easy to add Full Screen Slider and Text Blocks onto a WordPress page. But when I create a Full Screen Slider then I can’t put a Text Block onto the pictures. Is there a way to get individually positioned text boxes (one or many) on top of Avia Layout Builder Media Elements?
    Thanks for an advice.

    #296409

    Hey Userreq!

    For the fullscreen slider there isn’t any way to add additional elements on top of it.

    You can have a color section with an image or video background which can then have elements on top of it: https://vimeo.com/channels/aviathemes/86284134

    And you can set the minimum height on it to 100% which gives it the fullscreen sizing but not the fullscreen slideshow unfortunately.

    Cheers!
    Devin

    #296427

    Hi Davin,

    Thanks for the hint. I tried it our and experimented with all combinations I could select in the avia layout builder.

    I can add Content Elements like Text Blocks inside of the Color Section, but the background of the Text Blocks is transparent. This makes is very hard to read. I can add from the Layout Elements different Columns into the Color Section but not another Color Section and the Columns don’t have an edit function to set the background color. Isn’t there a way to set text blocks or columns on top of a Color Section which has a different background color?

    Thanks & cheers.

    #296689

    Hi!

    Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text block elements a custom CSS class then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .avia_textblock { background-color: rgba(255,255,255,0.5); padding: 10px; }

    Best regards,
    Yigit

    #297913

    Hi Yigit

    Thanks for your feedback.
    I did add the proposed text from the Website to the functions.php file.
    – I added the line at the top – but it did not work
    – I added the line after the header – but it did not work
    – I added the line at the bottom – but it did not work

    The error message was always “Fatal error: Call to undefined function add_theme_support() in /home/usabilit/www/wanderverein-laufen.usability.ch/wp/wp-includes/functions.php on line 4202” … only the page number differed depending on where I did place the PHP text which I did copy from your website.

    I reserched as well on the internet where I found a comment like: the line needs to be between the <?php and ?> I did add the line before the ?> see below.

    add_theme_support(‘avia_template_builder_custom_css’);
    ?>
    The error message is not coming any more but I can’t find the place where I can add the Custom CSS Class.
    How do I start the shortcode/template builder?

    … after several attempts and failures … it still does not work after several additional attempts … you can find the last version of the changed php file here
    //wanderverein-laufen.usability.ch/wp/wp-includes/functions.php

    Must it be so difficult? Can you give me a clear advice “for wordpress for dummys” which works?
    Thanks and regards
    Urs

    #297949

    Hey!

    In your functions.php file, *not* the wordpress functions file, but the theme functions.php file you will add that line. If its the parent theme (enfold alone) it will be just after if(isset($avia_config['use_child_theme_functions_only'])) return; .If its a child theme then add it after the opening php line like I have in this child theme demo: https://github.com/DevinVinson/enfold-child-starter/blob/master/functions.php#L37

    Regards,
    Devin

    #490652

    Dear Kriesi Support,

    Found this related solution in order to place static content above the slider:
    https://kriesi.at/support/topic/wp-enfold-layerslider-how-to-put-static-content-above-the-slider/

    My question is where to put the code mentioned by Josue there?

    Kind regards / Mit freundlichem Grüss,
    Peter

    #490725

    Hi Peter!

    This is a year old thread. You can now edit columns and give them negative top margins to place content over content. Please make sure that you are using the latest version of Enfold which is currently 3.3 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

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