Okay
  Public Ticket #1965016
Cannot see the Demo
Closed

Comments

  • Igor started the conversation

    Hello,

    There is a bug with the contact form: Not able to improt “Contact form 1”: wrong type of wpcf7_contact_form

    PS.
    There is a couple of the general questions. How can I set up the default settings generally? How can I change menu font size? How can I set up the arrow hidden board from the right with blogs and tags from the demo (there is none right now)?

    Looking forward for your reply,

    Ingvar

  •  1,822
    Support replied

    Hi Ingvar,

    Make sure you installed Contact Form 7 plugin first.

    Otherwise you can simply copy-and-paste the contact form 7 code from the live demo:

    http://clapat.ro/themes/satelite/documentation/getting-started.html

    See' Configuring Contact Form 7' plugin

    All theme's settings are in Appearance -> customizer  and each page, blog post and portfolio item has its own options.

    We do not recommended in general to change the font family or size since it may require changing the margins, borders, paddings.

    The theme is fine tuned for the current font, but if you need to change it you can use Easy Goggle Fonts plugin.

    Coming back to your questions:

    - menu font size

    is it for fullscreen or classic menu?

    - blog sidebar

    add your widgets in Appearance -> Widgets

    https://d.pr/free/i/a27k1I

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Igor replied

    Hello,

    Yes, thank you for your reply. It really helps me.

    It's general menu on the website, not the fullscreen one. I mean generally, if I understand correctly there is an issue of the Showcase Template. For example. there is the button View Case (Click and hold) in the portfolio Showcase Tamplate. So if i want to add one more button right under this View Case (Click and hold) its impossible to do even with the plugin, because its theme right? Same for menu, I cant change nothing?

    Best Regards,

    Ingvar

  •  1,822
    Support replied

    Hi Ingvar,

    - font size for classic menu:

    @media all and (min-width: 1025px) {

        .flexnav li a {    

           font-size:12px;
           line-height:20px;

        }

        .flexnav li ul li a {         

             font-size: 13px;

        }

    }

    for top level (first) and second level (second) menu items in customizer -> additional CSS

    Change the values for 12 and 13px

    So you can add / remove menu items but you cannot add extra elements or content in the fullscreen Showcase Slider (by design)

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Igor replied

    Okey, thank you! That was helpful!