Okay
  Public Ticket #2325940
Elementor plugin gives this error
Closed

Comments

  • Addy started the conversation

    I get an error when I try to install elementor plugin:



    Warning: require(/home/slay2584ttdg/public_html/wp-content/plugins/elementor/includes/plugin.php): failed to open stream: No such file or directory in /home/slay2584ttdg/public_html/wp-content/plugins/elementor/elementor.php on line 54

  •  675
    Neuron replied

    Hi Addy,

    This seems like permission issue. Can you please install it manually and see if that works, the URL for downloading elementor:

    - https://wordpress.org/plugins/elementor

    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.

  • Addy replied

    That worked. Thanks. Wish i had thought of that.


  • Addy replied

    I broke one of your pages trying to edit it. I want to use the projects page. I deleted your projects in the projects sections and started adding mine, but I don't think that was correct. is there a way to restore your original page?


    http://addysmith.com/projects-page/projects-wide/projects-wide-grid/

  • Addy replied

    And what is the correct way to swap your images/projects for mine?


  • Addy replied

    I figured out how to add posts and pull those into the gallery but where can I add "PORTFOLIO" and "PRODUCT" items. I see you provide a dropdown to pull those but I am not sure where to add them in the dashboard. I really want it to be more of a portfolio and less of a post function.

  •  675
    Neuron replied

    Hi Addy,

    I am very sorry for the late reply, I hope for understanding in these times, I hope you and your family are safe.

    How Portfolio Items and other post types works?

    The images that are displayed on the portfolio element are portfolio items, they are linked through categories to the portfolio element. The images that are displayed for the portfolio item are placed on featured image of each portfolio item.

    The following example shows a posts element in which are attached 'Apps', 'Development' and 'Editing' categories, which means all the portfolio items that have assigned one of these categories will be directly displayed on that page.

    http://prntscr.com/mygdot

    There is also the Metro Layout Type in which the posts are manually added via query field, the reason why they are manually added there is because of their columns flexibility.

    http://prntscr.com/mygeai

    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.

  • Addy replied

    Thank you.  And I hope you are yours are safe as well.

    I ended up just using posts however is there a way to remove the sidebar on these pages. I really do not want this to look like a blog, more a portfolio. Is there a way to edit these pages, I couldn't;t find them in the PAGES menu.


    https://addysmith.com/category/print-design/

  •  675
    Neuron replied

    Hi Addy,

    I am sorry for the late reply, I really hope for an understanding in these times.

    Unfortunately, you can not edit the archive pages directly. You can create pages that represents the categories and will be directed via the plugin.

    https://wordpress.org/plugins/redirection/

    To remove that, you can add the Custom CSS in Appearance > Customize > Additonal CSS.

    .category .l-blog-wrapper .row .col-lg-4 {
      display: none !important;
    } .category .l-blog-wrapper .row .col-lg-8 {
      width: 100% !important;
    } .category .l-blog-wrapper .l-blog-wrapper__posts-holder .selector {
      flex: 0 0 33.333% !important;
      max-width: 33.333% !important;
    }

    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.