Unable to import demo data – Classico theme

This topic has 16 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp

  • Avatar: ivava
    ivava
    Participant
    September 2, 2015 at 21:35

    Hi there 🙂 I just purchased your theme , but I’m having problems to install demo xml file it says that it wasn’t istalled…I tried to restart whole cpanel and set up new wordpress again but still, could not even get the theme to upload through WP, FTP worked at the end, not having an issue with the demo content..

    Many many thanks

    Iva

    Please, contact administrator
    for this information.
    15 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 3, 2015 at 10:09

    Hello,

    I’ve installed Classico theme, but slider can’t be imported because ZipArchive extension is not enabled on a server. Please ask your hosting provider to activate it and let us know.

    Regards,
    Eva Kemp.

    Avatar: ivava
    ivava
    Participant
    September 3, 2015 at 12:47

    Thx it has been fixed thank you! Also I would like to ask about the demo data like is on your site with the woocommerce pages shop and categogies …mega menu is it possible to import those? And I’m having one more issue with the whish list ..it doesnt let me to instal it I get this massage …
    Plugin probably has not have a valid header with basic information .

    Thank you very much

    Iva

    Avatar: Eva
    Eva Kemp
    Support staff
    September 3, 2015 at 14:26

    Hello,

    I’ve imported products for you. Please check. You have to create product categories yourself in Products > Categories section as well as menu. Please read our documentation https://www.8theme.com/classico-theme-documentation/ (6.3. Mega Menu).

    I’ve installed Wishlist plugin.

    Regards,
    Eva Kemp.

    Avatar: ivava
    ivava
    Participant
    September 3, 2015 at 14:38

    Thank you very much !

    Iva

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 3, 2015 at 14:39

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: ivava
    ivava
    Participant
    September 4, 2015 at 16:51

    Hiya,
    I’m sorry again…where can I fix the top menu ., please and I can’t see widget whislist to add to the top menu its not even in menue and also the search CSS is out of the row.

    Thank youvery much,
    Iva

    Avatar: ivava
    ivava
    Participant
    September 4, 2015 at 16:53

    I looks like I’m misssing the top bar widget in widgets.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 5, 2015 at 08:01

    Hello,

    You can edit top bar in Appearance > Widgets > “Left Side top bar area” and “Right Side top bar area”.

    Best regards,
    Jack Richardson.

    Avatar: ivava
    ivava
    Participant
    September 5, 2015 at 10:41

    Thank you I did, but could you help me please.
    1. I have two widgets overlapping each other on top left.

    2. Also I added FAQ and Wishlist to my top right but it’s not the same CSS compere to whats on there now the newsletter and loging…and I like it like to have it like your demo here..https://www.8theme.com/demo/classico/variant1/product-category/dresses/..

    3. The search bar in the middle has broken CSS.

    Would you suggest to buy your installation service or can you fix it for me.
    I’m just a bit hopeless with this.

    Thank you very much and I appreciate your patience with people like me , I dont know much about.

    Iva M.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 7, 2015 at 11:24

    Hello,

    1. Please add this code in Theme Options > Typography > Custom CSS > Global Custom CSS:

    .header-type-17 .top-bar {
        height: 80px;
    }

    2. Please use this css code:

    .top-bar .widget_nav_menu .menu > li > a {
       font-family: Verdana,sans-serif;
    }

    3. Add this code in Global Custom CSS:

    .header-type-17 .navbar-header.navbar-right .header-search {
      width: 500px;
    }
    .cart-widget-on .header-wrapper.header-type-17 .header-search form .fa-search::before {
       margin-left: -5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: ivava
    ivava
    Participant
    September 7, 2015 at 13:27

    Ok Thank you thats perfect just now I have the widgets are underneah how can I put them inline, next to each other And also how I achieve this in your demo https://www.8theme.com/demo/classico/variant1/product-category/dresses/ the topright bar ending with logout like that without the socials and the banner above the products (is that the Product Page Banner in template css ..?) and also if I click on product there is error page I must of done something with it how can I fix that.

    Cheers,

    Iva

    Avatar: ivava
    ivava
    Participant
    September 7, 2015 at 15:20

    Ok Thank you thats perfect just now I have the widgets are underneah how can I put them inline, next to each other And also how I achieve this in your demo https://www.8theme.com/demo/classico/variant1/product-category/dresses/ the topright bar ending with logout like that without the socials…also missing the bar infront of FAQ and the banner above the products (something like Category Page Banner – like your demo) and also if I click on product I get 404 error page I must of done something with it how can I fix that.

    Cheers,

    Iva

    Avatar: Eva
    Eva Kemp
    Support staff
    September 7, 2015 at 17:16

    Hello,

    Add this code in Theme Options > Typography > Custom CSS > Global Custom CSS:

    .languages-area .widget.widget-woocommerce-currency-switcher {
      display: inline-block;
    }
    .top-bar .widget_nav_menu .menu-item-4109 .menu > li:before {
        content: "I";
        font-family: "Open Sans",sans-serif;
        display: inline-block;
        width: 1px;
        height: 10px;
        color: #8A8A8A;
        margin: 2px 12px 0px;
    }

    I’ve checked single product page and haven’t got 404 error. Please give us a direct link where you have a problem.

    To upload banner for each category go to Products > Categories > edit a category > Description, and add this code for an image:
    <img src="http://your_path_to_image">

    Regards,
    Eva Kemp.

    Avatar: ivava
    ivava
    Participant
    September 7, 2015 at 18:19

    Thank you, the eror page has just gone! ..don’t know why!? But yeh good 🙂 Thank you only the little line didnt show up I put the code in and still not showing, I’m thinking that I could put the menu under as…maybe display: block; ? but then the line on top is stretched under..:/

    I.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 7, 2015 at 19:44

    Hello,

    I’ve added this code in Global Custom CSS to display vertical line “|” after “logout” link:

    .top-bar li.logout-link a:after {
        content: "I";
        font-family: "Open Sans",sans-serif;
        display: inline-block;
        width: 1px;
        height: 10px;
        color: #8A8A8A;
        margin: 2px 12px 0px;
    }

    Please check.

    Regards,
    Eva Kemp.

  • Viewing 16 results - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.