Demo Data Installation - by ceofvo - on WordPress WooCommerce support

This topic has 40 replies, 7 voices, and was last updated 8 years, 1 month ago ago by Eva Kemp

  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 8, 2016 at 14:14

    Hello,

    I’ve edited the code for menu items in custom.css file.
    Please clear browser cache and check menu now.

    Best regards,
    Jack Richardson.

    Avatar: daka1788
    Lucy
    Participant
    January 9, 2016 at 14:25

    Hi, I have got 2 problem here.
    1. Install Demo Data botton doesn’t work.
    here is my wpadmin. daka1788(ID AND PASSEWORD are the same)
    2. I am trying to put add revolution slider. But all I have under the Documentation folder that appears to be an zip file is called “offline-documentation” and then I installed it, then it appears a “0” on the web page.

    Please help me to solve the problem

    Thanks

    Lucy

    Please, contact administrator
    for this information.
    Avatar: ceofvo
    ceofvo
    Participant
    January 11, 2016 at 11:50

    I have the following issues, please help resolve urgently

    1. Visual Composer option is not showing to enable me create static blocks using visual composer
    2. How can i add a phone number field to the default contact page on my site
    3. This what my site look like now http://postimg.org/image/46nlbsnel/ i want it look like your demo products page http://postimg.org/image/d9su6967d/
    4. Other menu items now showing on products page http://postimg.org/image/xpeyh0bxt/
    5. How do setup my home page to include this part as in your demo http://postimg.org/image/82lzk7e09/

    Avatar: Eva
    Eva Kemp
    Support staff
    January 11, 2016 at 12:21

    Hello @daka1788,

    You have other topic https://www.8theme.com/topic/problem-with-demo-data-and-slider-installation/#post-107434 where you’ll be replied.
    Please check it.

    Regards,
    Eva Kemp.

    Avatar: ceofvo
    ceofvo
    Participant
    January 11, 2016 at 14:03

    Hello Eva Kemp you omitted my challenges please look into it urgently(see below)

    I have the following issues, please help resolve urgently

    1. Visual Composer option is not showing to enable me create static blocks using visual composer
    2. How can i add a phone number field to the default contact page on my site
    3. This what my site look like now http://postimg.org/image/46nlbsnel/ i want it look like your demo products page http://postimg.org/image/d9su6967d/
    4. Other menu items now showing on products page http://postimg.org/image/xpeyh0bxt/
    5. How do setup my home page to include this part as in your demo http://postimg.org/image/82lzk7e09/

    Avatar: Eva
    Eva Kemp
    Support staff
    January 11, 2016 at 14:26

    Hello @ceofvo,

    1. I’ve enabled VC editor for static blocks in Visual Composer > General Settings > Role Manager.
    2. You have to edit Contact page template in wp-content/themes/legenda/contacts.php and the file wp-content/themes/legenda/framework/theme-functions.php in line 1719 (the section “Send message from contact form”) .
    3. That was fixed. Clear browser cache and check.
    4. I’ve edited the code for current items and added this one:

    .main-nav .menu > li.current-menu-item > a, .main-nav .menu > li.current-menu-parent > a {
       color: white !important;
    }

    You have 3 current items because you added 3 categories for one product:
    http://storage6.static.itmages.com/i/16/0111/h_1452518634_6978894_3bb42c366f.png

    5. Unfortunately single blog post won’t be shown this way, because Visual Composer authors updated Post Grid element and some functions were modified.
    Our demo uses old plugin and theme versions.
    You may try to add Post Grid element in Visual Composer editor in your home page.

    Regards,
    Eva Kemp.

    Avatar: ceofvo
    ceofvo
    Participant
    January 11, 2016 at 15:19

    Hello,

    4. is still the same, kindly review again http://postimg.org/image/ih3b3kugd/

    5. No that is not what i meant, look at my site again the blog post is there but the newsletter is what i didnt get the setup

    Avatar: Eva
    Eva Kemp
    Support staff
    January 11, 2016 at 15:36

    Hello @ceofvo,

    4. I don’t see any issues:
    http://storage1.static.itmages.com/i/16/0111/h_1452522920_6892264_90cb928b4c.png

    Please clear browser cache and check again.

    5. To set Newsletter form you need use this plugin https://wordpress.org/plugins/mailchimp-for-wp/ .

    Regards,
    Eva Kemp.

    Avatar: ceofvo
    ceofvo
    Participant
    January 12, 2016 at 16:32

    5. I have installed the plugin, how do i style it to look like your demo

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 12, 2016 at 16:56

    Hello @ceofvo,

    I’ve made the necessary changes to show newsletter block as on demo site. Please clear browser cache and check your site.

    Best regards,
    Jack Richardson.

    Avatar: ceofvo
    ceofvo
    Participant
    January 12, 2016 at 17:19

    5. No your demo has double boarder and it is styled to align to center

    Also

    a. i want to setup my single product page like your demo with the side bar for offers, promo banner and bar code

    b. I want the products(i.e amount, add to cart button, and title) on the products category page to be aligned to the center as it is on the home page

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    January 12, 2016 at 18:51

    Hello @ceofvo,

    Here is the screenshot http://prntscr.com/9p8t3l how newsletter box is displaying on your site. Clear your browser cache before checking!

    a. Go to Products > Edit product > Linked products and choose Up-Sells http://prntscr.com/9p8wbv. Also you can add needed widgets in Appearance > Widgets > Single Product Page Sidebar.

    b. I’ve added the css code in your custom.css:

    .product-name, .add-to-container {
        text-align: center;
    }

    Regards,
    Eva Kemp.

    Avatar: ceofvo
    ceofvo
    Participant
    January 13, 2016 at 14:38

    Hello,

    Please i want to change the “select options” button text to “BUY NOW” please how do it achieve this

    2. I want to set up my product categories page like this how do i include the color & size filter and also add an image banner for each category like in your demo https://www.8theme.com/demo/legenda/product-category/men/?cols=3

    Avatar: Eva
    Eva Kemp
    Support staff
    January 13, 2016 at 15:24

    Hello @ceofvo,

    1. You can edit the text in wp-content/plugins/woocommerce/includes/class-wc-product-variable.php in line 46.

    2. To create color, size filters you need create attributes in Products > Attributes and them to your variable products. Please read the documentation:
    https://docs.woothemes.com/document/variable-product/
    To add image banner go to Products > Categories > edit a category and add image in “Category Header” section.

    Regards,
    Eva Kemp.

    Avatar: ceofvo
    ceofvo
    Participant
    January 14, 2016 at 17:10

    Hello,

    Please i have a problem with my home page how do the remove the space and “home” title between the menu bar and slider

    Avatar: Eva
    Eva Kemp
    Support staff
    January 14, 2016 at 19:25

    Hello @ceofvo,

    I’ve disabled page title in home page editor:
    http://storage8.static.itmages.com/i/16/0114/h_1452795658_3996658_d1c83e5d1f.png

    and added slider in “Show revolution slider instead of breadcrumbs and page title” section instead of “Revolution Slider” element in Visual Composer editor:
    http://storage6.static.itmages.com/i/16/0114/h_1452795851_1048349_7835c6322a.png

    Now clear browser cache and check the site.

    Regards,
    Eva Kemp.

    Avatar: ceofvo
    ceofvo
    Participant
    January 18, 2016 at 09:30

    Hello, thanks for your assistance thus far, I have the following challenge

    1. I want to remove the pointer and the hidden top panel area http://postimg.org/image/9b7hc73md/

    2. The mobile view of the slider is not responsive at all compare your demo site https://www.8theme.com/demo/legenda/home-page-6/ with mine and help resolve

    3. For the shop sidebar the price filter is not showing on “men” and “kids” product category but showing on others please help resolve.

    Thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 18, 2016 at 13:55

    Hello @ceofvo,

    1. I’ve disabled hidden top panel in Theme Options > Header > Enable hidden top panel > Off.

    2. I’ve disabled Custom Grid Size option for mobile in Revolution Slider settings. Please check the slider now.

    3. Price filter isn’t shown because for Men category you have similar prices for all products – ₦8,000.00. Price filter is displayed only when different prices are set and there is possibility to filter prices.

    Best regards,
    Jack Richardson.

    Avatar: ceofvo
    ceofvo
    Participant
    January 29, 2016 at 09:57

    Hello, kindly assist to resolve the following issues

    1. There is an alignment problem with my site on internet explorer and opera browsers see here http://postimg.org/image/t0t7pnudz/

    2. Before user select size on each product the add to cart button is visible whereas the add to cart button should show only after the size has been choosen.

    Thank you for your assistance so far

    Reagrds

    Avatar: Eva
    Eva Kemp
    Support staff
    February 1, 2016 at 18:57

    Hello @ceofvo,

    1. I’ve added this code in custom.css file:

    .vc_row.vc_row-flex > .vc_column_container {
        display: block !important;
    }

    Clear browser cache and check site in IE.

    2. There is the same issue with default Woocommerce theme Storefront. Activate it in Appearance > Themes and check yourself.
    Contact Woocommerce support team regarding this issue.

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 40 results - 21 through 40 (of 40 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.