Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1156718
    droneaway
    Participant

    I have installed this demo

    Home

    but I can’t find how to add a video to the background header same as the demo

    thanks

    #1156728
    Christian
    Moderator

    Hey there,

    Please see https://community.theme.co/kb/sliders/ for instructions.

    Thanks.

    #1156731
    droneaway
    Participant

    Thanks for the quick reply!

    Also, in the integrity 1 demo there is at the very top right edge a PLUS image that will open a top page with “about” and “location”.

    In the DEMO that is blank. Questions are:

    1) Where can I edit the content of that box?

    2) How can I add that feature also to other demos?

    Thanks

    #1156738
    Friech
    Moderator

    Hi There,

    #2 That is the Header Widget Areas, you can make that up to 4 columns or disabled it on Customizer > Header

    #1 Navigate to Appearance > Widget, and add your desired widgets to the sidebar HEADER 1 to HeADER 4 (depends on how many columns your Header Widget Areas is)

    Hope it helps, Cheers!

    #1156744
    Joao
    Moderator

    Hi There,

    That is the header widget area.

    So you need to go to Appereance > Customizer > Header to activate it.

    And to Appereance > Widgets to add whatever widget you want to add to that area, in case of integrity 1

    You can chose to add to this area text widgets, maps, forms, etc..

    You add the same way to the other stacks.

    Let us know if you have further help.

    Joao

    #1156771
    droneaway
    Participant

    Thanks a lot for the super quick reply!!

    #1156808
    Paul R
    Moderator

    You’re welcome! 🙂

    #1158217
    droneaway
    Participant

    Hi,

    I am trying to work on the header widget area.

    I have 2 questions:

    1) to pull down the top widget there is a small graphic X on the top right. Is there any way to customize that graphic or change it?

    2) In teh customize menu for the widget there is the option to select widget areas 1 2 3 or 4. I can’t understand the difference between these 4 settings. When I seelct 1 I activate it on the top. When I select 2 3 or 4 I can not see any other difference.

    Thanks!!

    Fabio

    #1158284
    Paul R
    Moderator

    Hi Fabio,

    1) You can add this in your child theme’s style.css (wp-content/themes/x-child/style.css)

    
    .x-btn-widgetbar .x-icon-plus-circle:before {
       content: "\f042";
    }
    

    Change \f042 with the unicode of the icon that you want.
    http://fontawesome.io/cheatsheet/

    2. If you select 4, 4 header widgets will be activated under Appearance > Widgets.

    Please see screenshot – http://screencast.com/t/QyvpvWsL4RS

    And this is how it will look like if you add contents to it.

    http://screencast.com/t/4sSsbbWrl

    Hope that helps.

    #1158309
    droneaway
    Participant

    Amazing thanks!!

    Would it be possible to replace the icon with some kind of bigger graphic?

    #1158380
    Friech
    Moderator

    Hi There,

    Yes, you can update the given css code above to:

    .x-btn-widgetbar .x-icon-plus-circle:before {
       content: url('CUSTOM ICON URL HERE');
    }

    But probable you’ll need additional custom CSS to align this custom icon properly.

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1156718 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>