Okay
  Public Ticket #1923984
using the template
Closed

Comments

  •  1
    gvigna started the conversation

    H, 

    is the first time I buy a template from you, or in general for wordpress. I'm trying to figure out how to use the template pages, for exemple I would like to use side portfolio 3 for my works, but I don't understand how?

    maybe I'm doing something wrong?

    Thanks

    Giulia

  •  675
    Neuron replied

    Hi Giulia,

    Actually that video is of the theme Airtifact from VanKarWai not Bifrost from our team. To make the side portfolio make sure to install and activate the plugin the required plugin Advanced Custom Fields, you can do that in Appearance > Install Plugins. 

    When you edit the portfolio item, below you'll see its settings. Simply change the type to Side Portfolio and new options will appear. http://prntscr.com/mun1gi

    Feel free to ask for anything you need.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   gvigna replied privately
  •   Neuron replied privately
  •  1
    gvigna replied

    ok, yes. also neuron core is activated, so I'm going to deactivate all the other plugin. what should I do after?refresh?

  •  675
    Neuron replied

    Yes, simply deactivate the plugins that are not required or recommended by our theme and refresh your dashboard, after that I'm sure the Portfolio Post Type will appear in your dashboard.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   gvigna replied privately
  •   Neuron replied privately
  •  1
    gvigna replied

    aaaaa I'm getting crazy, I mean, I see what I'd like in the portfolio, but then when I go to the menu, (Appereances-Menu) I don't see it, how do I add a portfolio page to the menu? 


    also, I'm using the fullscreen showcase cover how do I add a video background?

  •   Neuron replied privately
  •   gvigna replied privately
  •   Neuron replied privately
  •   gvigna replied privately
  •   Neuron replied privately
  •  1
    gvigna replied

    yay! thanks!

    I'll leave the 5 star right away, what if I'd like to hide the menu from the homepage, but leave it everywhere else?


    Thank you

    Giulia

  •  675
    Neuron replied

    Thank you that really helps us, feel free to ask for anything you need.

    Well, you can assign different headers on different pages by creating them with Elementor, but that would be too much work, with a simple custom CSS, you'll be able to hide the first child of the menu.

    .home.page-template ul li:first-child {
        display: none !important;
    }

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    gvigna replied

    Thanks, where do I have to put it?

    also I'm trying to add a toggle, I'm in elementor modifying a page, but I can't see it?

  •  1
    gvigna replied

    yay! found the togglee!!

  •  675
    Neuron replied

    No worries, I have already inserted it at the right place in Appearance > Customize > Additional CSS.

    Glad to know that you've found itsmile.png


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    gvigna replied

    Thank you, although I can still see the menu in the homepage.
    I'd like to have it everywhere but not in the homepage. (Video1)

  •  675
    Neuron replied

    Hmm, I thought you asked only to hide the menu item 'Home' on the menu, what actually do you want t hide? The whole header or what?

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   gvigna replied privately
  •  675
    Neuron replied

    Okay then simply add the following style.

    .home.page-template .l-primary-header--default-wrapper {     
        display: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   gvigna replied privately
  •  1
    gvigna replied

    or, in alternative, could the whole video be clickable? and send you to a specific page?

  •  675
    Neuron replied

    Well by default you can't make the video clickable, but you can use the new feature of Elementor which is the custom positioning. http://prntscr.com/mv57w7 You can also drag & drop the element right after selecting the position absolute or fixed.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    gvigna replied

    sorry all done

  •  1
    gvigna replied

    One other thing, when I click on the hamburger menu on the mobile, I can't see the menu items because they are black on black, do you know how can I change that?


  •  675
    Neuron replied

    Hi,

    Since you have created the menu with elementor, you can edit it on the options of the nav menu element. Edit the header with elementor, select the mobile. http://prntscr.com/o4ja03 - http://prntscr.com/o4ja8i

    If that doesn't work please add the following style.

    .m-nav-menu--mobile nav > ul > li > a {
        color: #fff !important;
    }

    Feel free to ask for anything you need.


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.