Okay
  Public Ticket #1966430
Portfolio Page
Closed

Comments

  • avoleoo started the conversation

    How can I import images from my wordpress portfolio to page without having to pick each image from the media gallery. Is there a way to do that? 

  • avoleoo replied

    I have a portfolio with over 50 pieces, just trying to understand a way to import everything without having to add each piece to the page in settings.

  •  675
    Neuron replied

    I'm scared that's the only way to do via our media gallery element, we knew that would be a harsh when adding many images, but we could not do it other way. The architecture of element is built on that way, so we could have options onto it too.

    You can have the simple image gallery element, if you don't use most of the options from the media gallery. With that one you'll be able to select the images easily.

    Kind Regards


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

  • avoleoo replied

    Managed to import images, great, thank you !

    Now i have a titletoo close to the top on moble version. How can i adjust that?

  •  675
    Neuron replied

    Hey,

    Simply add the following style in Appearance > Customize > Additional CSS.

    @media (max-width: 768px) {
        .o-hero .o-hero__content {
            margin-top: 30px !important;
        }
    }

    You can increase the 30 pixel value to any value you need.

    Feel free to ask for anything you need.

    If you like our theme, please leave us a rate with 5 stars, that would help us a lot.

    Kind Regards


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

  • avoleoo replied

    Yes, it did fixed the issue, there are some more issues on mobile version that i could fix with padding.

  • avoleoo replied

    Is there a way to insert custom code in the page? Lets say I would like to add newsletter section for people to subscribe.

  •  675
    Neuron replied

    Well, there's in a HTML element where you can place custom HTML or JavaScript, I believe you can do with that one, or add there a shortcode of a plugin.

    Kind Regards


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

  • avoleoo replied

    Where do you guys place a google analytics code in this theme?

  •  675
    Neuron replied

    Actually ThemeForest new restrictions does not allow to have a place where we can embed new scripts, so you need a third-party plugin which will allow you to have custom scripts in header or footer.

    https://wordpress.org/plugins/insert-headers-and-footers/

    Feel free to ask for anything you need.

    Kind Regards


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

  • avoleoo replied

    Thank you

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


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

  • avoleoo replied

    Allright, I am finished with the first stage of the site and it is live now. However, I am having an issue with page speeds. Please take a look if you see any issue. I have also installed caching plugin ( WP Super Cache )


    Thank you.

  •  675
    Neuron replied

    Hi,

    I would not worry much about the google test, they have set new rules that belongs only to their tools, please test the website with the following tool:

    https://tools.pingdom.com

    Also, I would suggest you three things how to increase the speed of your website.

    1) Compress images to lower resolutions and smaller image sizes.

    2) Use a cacher(we use w3 total cacher). https://wordpress.org/plugins/w3-total-cache/

    - Right after install go to general settings and enable page cache.

    3) Install autoptimize to combine all CSS files in one file and all JS file sin one file, just like we do in our demo.

    https://wordpress.org/plugins/autoptimize/

    Kind Regards


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