Okay
  Public Ticket #2965912
Import Demo error
Closed

Comments

  • paulmanesco1 started the conversation

    Dear Neuron Team,

    Please note there is an error while trying to import Demo Content on Amartha Theme :
    "An error occurred while fetching file from: https://neuronthemes.com/amartha/demo-importer/content.xml!
    Reason: 503 - Service Unavailable."

    Please also see attached picture.

    My WP version : 5.8.3

    Regards,
    Paul

  •  867
    Neuron replied

    Hi,

    It seems like your server is blocking the request to our server (503 error), if you access directly the URL you can find the content.xml file.

    https://neuronthemes.com/amartha/demo-importer/main-demo.xml

    So there are two solutions.

    1) Contact the hosting provider and explain the issue (503 issue in importing).

    2) Save the file from main-demo.xml and go to Dashboard > Tools Import and import the file manually(XML file).

    Or you can provide me with your wp-admin, and I'll import the demo data for you.

    Feel free to ask for anything you need.

    Kind Regards


  •   paulmanesco1 replied privately
  •  867
    Neuron replied

    Hi Paul,

    I've just imported the demo data on your site, can you please take a look at it?

    Feel free to ask for anything you need.

    Kind Regards


  • paulmanesco1 replied

    Thank you for your help.

    I have also managed to get the images from your demo inside my theme.

    Thanks again.
    Ticket closed.

    Paul

  •  867
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

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

    Kind Regards,
    NeuronThemes


  • paulmanesco1 replied

    Hi,

    Yes, I will surely give a 5-star comment at the end of my theme integration.
    I am still having some issues with the Amartha theme menu:
    1/ In Customize/Header/Layout, selecting Light or Dark Skin does not change anything (it looks like the Dark logo is never selected). I can manage this overriding the theme css file
    2/ More annoying, the hamburger menu icon is not displayed while on mobile. 

    If you can help with this second point, it would be great. You still have the admin access in a PM sent previously,

    Cheers,

    Paul

  •  867
    Neuron replied

    Hi,

    1) How to edit the Header template?

    In the theme you can either use the header that comes as default where you can upload the logo from Customizer and manage it from there or via Elementor where you can create headers and assign them to different pages, so please hover onto button Edit with Elementor and see if there appears a header template. https://prnt.sc/ppaaad

    Click onto the template and the editor for that template will be opened where you can easily edit it.

    - Video Tutorials about header builder.

    2) I've added the following code at Appearance > Customize > Additional CSS, now the hamburger icon is alright.

    .m-nav-menu--mobile-icon svg {
        filter: invert(1);
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • paulmanesco1 replied

    Dear Neuron Team,

    Many thanks for your answer, it worked like a charm.

    One other question : is there a simple way to rearange information on this product page : https://26-01.fr/produit/alors-ca-gaze/
    I would like to have the price displayed just above the "Add to cart" button, not above the short description.
    Have a nice day,

    Paul

  •  867
    Neuron replied

    Hi Paul,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .woocommerce .o-product .flex-row-reverse .m-product-summary {
        display: flex;
        flex-direction: column;
    }
    .woocommerce .o-product .flex-row-reverse .m-product-summary .price {
        order: 3;
    }
    .woocommerce .o-product .flex-row-reverse .m-product-summary .woocommerce-product-details__short-description {
        order: 2;
    }
    .woocommerce .o-product .flex-row-reverse .m-product-summary .cart{
        order: 3;
    } 
    .woocommerce .o-product .flex-row-reverse .m-product-summary .product_meta{
        order: 4;
    }
    .woocommerce .o-product .flex-row-reverse .m-product-summary .m-social-media{
        order: 6;
    }

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

    Kind Regards,
    NeuronThemes


  • paulmanesco1 replied

    Hi,

    Just gave you 5 stars comment on ThemeForest.
    Thanks again for your much appreciated help.

    Paul

  •  867
    Neuron replied

    Thanks a lotsmile.png