Okay
  Public Ticket #1360011
Support
Closed

Comments

  •  2
    carlevans94 started the conversation

    Hi, I have just purchased the theme and looking for some initial help.

    I have not installed a demo as i know what look I am going for.

    Could you please help with these aspects... (Thanks)

    Header

    1. I would like to have the Menu names visible upon page load as opposed to having to click on the '3 horizontal lines'. I would like to just use the Standard Menu for this too. 

    2. I would like to change the Header fonts to a google font "Permanent Marker".

    Body Text

    3. I would like to use Google Font 'Exo' for the paragraph text.

    Embedding Video

    4. I would like to embed Youtube and Vimeo videos into the site but i would like the interface to be that of the original youtube site for example as opposed to the video element that is offered. 

    Border

    5. I am curious as to if you can alter the border or width of the overall site content or if that is not a good idea.

    Thank you so much.

    Carl.

  • [deleted] replied

    Hi Carl,

    1— You just need to go to Laborator > Theme Options > Header and Menu > Standard Menu and select this option Show menu links only when clicking menu bar. We mentioned that on this article Menu Types > Standard Menu of our documentation site.

    2 and 3– Please read Typography documentation articles, or this exact article Adding a Google Font.

    4— Sorry but this option is not available for the moment. You can choose a different skin if you go to Laborator > Theme Options > Other SettingsVideo & Audio Settings.   

    5— Hmm it's better to leave as it is, but if you want to change the container size then please add this CSS code on your Custom CSS area:

    /* Body: Large Screens */
    @media (min-width: 1400px) {
        .container {
            width: 1370px;
            max-width: 1370px;    
        }
        
        .vc-container .vc-parent-row.row-stretch_row>.vc_row,
        .vc-container .vc-parent-row.row-default {
            width: 1370px;
            max-width: 1370px;    
        }    
    }
    /* Body: Large Screens */
    @media (min-width: 1600px) {
        .container {
            width: 1570px;
            max-width: 1570px;    
        }
        
        .vc-container .vc-parent-row.row-stretch_row>.vc_row,
        .vc-container .vc-parent-row.row-default {
            width: 1570px;
            max-width: 1570px;    
        }
    }

    Have a great day!

  •  2
    carlevans94 replied

    Great thanks, 

    And can you explain how visual elements such as these work https://demo.kaliumtheme.com/agency/
    where the text is almost like a video. I would like to incorporate something similar.

    Or even something like this... https://marekmati.com/

  • [deleted] replied

    Hi Carl,

    The auto-type text on the Agency demo is made by using Auto-type element of WPBakery Page Builder, to learn more how to use that element please read this article Using Auto Type element on our theme documentation site.

    The other link that you send to us was made by some modifications that user made through a plugin or by coding the theme.

    Have a great day!