Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #239325

    Hi!
    There are few sliders I can use in the advanced layout, but it looks, like only easy slider can be used at 2\3 column. And there is now option for more layers, like in WP-slider… Do I miss something?

    More questions:
    How can I add padding area at the top in special header and text block?
    How can I hide part of the text, that will open with clicking on “read more”? There is such an option in WP text editor…

    Thank you!
    Sorry for tho foolish questions…

    #240221

    Hi Tanya2105!

    No, you are not missing anything. It is not posibble to add layers to easy slider.
    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .av-special-heading { margin-top: 90px; }
    .avia_textblock { margin-top: 50px; }

    You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg

    Regards,
    Yigit

    #241650

    Hi!
    Thank you for the replay!
    1. Where to add this code if I want different settings for padding in different pages?
    2. I’ve read about the “read more button” at WP, but there is no such a button at Enfold text-block editor in page builder…
    3. than can I use WP-slider with layers I’ve created in page builder in 2\3 column?
    have a good weekend!

    #241721

    Hi!

    1.) If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.

    .page-id-2251 #header_main .av-special-heading { margin-top: 90px; }
    

    2.) You can manually type it right before the paragraph or sentence that you want to use as excerpt. Refer to this link: http://codex.wordpress.org/Customizing_the_Read_More

    3.) No, sorry but you can’t use layer sliders inside column layouts.

    Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes

    Refer to this link for more info: http://kriesi.at/documentation/enfold/

    Best regards,
    Ismael

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