Question Fashion Webshop - by irish - on WordPress WooCommerce support

This topic has 38 replies, 5 voices, and was last updated 7 years, 7 months ago ago by Eva Kemp

  • Avatar: irish
    irish
    Participant
    May 17, 2016 at 15:42

    Hello there!

    I have some questions about a webshop (See private content):

    1. One the homepage i used the Product Categories widget. I set it on 5 column but it’s not centred. How can i make this, so the images are all over the width?

    2. How can i make easily a child theme?

    Please, contact administrator
    for this information.
    37 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 17, 2016 at 17:57

    Hello,

    1. Add this code in Custom CSS for desktop section:

    .page-id-15252 .row-count-5 .product-category {
        width: 20% !important;
    }

    2. Please read the documentation http://codex.wordpress.org/Child_Themes

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 18, 2016 at 09:12

    Hi Eva,

    Perfect! Only the category: GUILTY. Accessories have 4 items, and now it show only 3 in 1 row. It it possible to this 4 on 1 row?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 18, 2016 at 10:32

    Hello,

    Please use this code in Custom CSS for desktop section:

    .page-id-15252 .sidebar-position-without .product-category, .products-grid .product-category {
        width: 25% !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: irish
    irish
    Participant
    May 19, 2016 at 08:35

    Perfect! Thank you Jack!

    Other questions:

    1. There is a really strange font in the woo commerce breadcrumbs. How can i change this font?
    2. When you look at the shop page and hover a product, you see “add to wishlist+quick view” but because we translate it, we can’t see the quick view words..

    3. Fixed header after scroll: i see only the half of the shopping bag
    4. How can i change the fonts of the submenu of the header?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 19, 2016 at 10:08

    Hello,

    1. You set such font for page heading in Theme Options > Typography http://storage2.static.itmages.com/i/16/0519/h_1463648497_1289971_52ba8114d0.jpeg .
    Change it if you want.

    2. Add this code in Global Custom CSS:

    .footer-product {
        transform: translateY(50px);
        height: 50px;
    }

    3. Use this css code:

    .fixed-header-area .navbar-right .navbar-right {
       width: 250px;
    }

    4. Use this css code:

    .menu .nav-sublist-dropdown ul > li > a {
        font-size: 12px;
        font-family: Arial;
    }

    Change to your values.

    Best regards,
    Jack Richardson.

    Avatar: irish
    irish
    Participant
    May 19, 2016 at 15:28

    Hi Jack,

    Perfect! That works!

    1. A strange issue: on the homepage footer, the grey footer, you see Product Categories. The GUILTY. Mama is opened but the others are closed. I want that categorie also closed but tried everything, really strange.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 19, 2016 at 15:52

    Hello,

    To close the category, edit wp-content/themes/royal/js/etheme.js file. Find and comment out line 1808:
    $this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();

    Best regards,
    Jack Richardson.

    Avatar: irish
    irish
    Participant
    May 20, 2016 at 15:50

    Hi Jack,

    I’m sorry but i can’t edit this because it is opening in my browser. But my other webshops don’t have this so what can i do about this, other than find that line? Where is that line because i don’t see line numbers.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 20, 2016 at 16:41

    Hello,

    Please give us FTP credentials and we’ll edit that file for you.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 23, 2016 at 12:02

    Hi Eva,

    See private content:

    1. http://screencast.com/t/mo57ALQOJuzh : The left image on the homepage is not responsive. It has to be on the same line as the bottom of the other images.

    2. Where can i fill the social media links?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 23, 2016 at 16:53

    Hello,

    1. I’ve changed slider size in the slider settings. Please check it now.

    2. Where the social icons are located and what links you mean?

    As I see product category is missing in the footer now.
    Have you removed it? Please add it back to fix the issue.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 31, 2016 at 09:24

    Hi Eva,

    1. Is it possible to have the category, white background, the same height? : http://screencast.com/t/ADjsGy92ubw

    2. When using the widget “Recently viewed products” it it always showing in 1 column. Is it also possible to show this full width in 4 columns?

    3. See homepage at bottom. I used 3 images next to each other in nivo-slider. How can i remove the navigation bullets?

    4. Is it possible have at the fixed header, all menu items on 1 line. So maybe the logo smaller or something?

    5. Is it possible to have a filter on color, and also see the color. So a red option, black option…? Like other fashion shops

    6. Is it possible to use your Recent Post widget, but show the blog image in stead of the date?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 31, 2016 at 11:49

    Hello,

    1. This is because your first category title has 2 strings. You may try to decrease font size to get it in one row. Add this code in Global Custom CSS:

    .categories-mask h4 {
        font-size: 18px;
    }

    2. Where do you use that widget. Please provide direct link.

    3. Add this code in Global Custom CSS:

    .wpb_gallery .theme-default .nivo-controlNav {
        display: none;
    }

    4. Add this code in Custom CSS for desktop section:

    .fixed-header-area .navbar-right .navbar-right {
        width: 250px;
    }
    .fixed-header-area .header-logo img {
         width: 100%;
    }
    .fixed-header-area .header-logo {
        max-width: 200px;
    }
    .fixed-header-area .menu > li a {
       font-size: 11px !important;
    }

    5. Unfortunately there is no such feature. Sorry.

    6. There is no option to change the date to the blog image. Sorry.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    May 31, 2016 at 18:29

    Hi Eva,

    2. Please watch a product and you’ll see the recent viewed product at the bottom in Footer area 1.

    4. Isn’t there a way to make the cart button smaller? Because the menu items are going to be very very small now 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2016 at 08:09

    Hello,

    2. Please use this code in Custom CSS for desktop:

    .footer-top.footer-top-1 .product_list_widget li {
        width: auto;
        float: left;
    }

    4. Your Cart text is long and the button is big accordingly.
    How do you want to decrease it? We can add you the code to change Cart text font size.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    July 8, 2016 at 09:25

    Hello Eva,

    On the homepage i used your shortcode “Products” in a slider, but the navigations arrows only disappear when i hover it with my mouse. Can the hovers always be showend?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 8, 2016 at 12:04

    Hello,

    Use this css code in Theme Options > Custom CSS > Custom CSS for Desktop section:

    .carousel-area .owl-controls {
        opacity: 1 !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: irish
    irish
    Participant
    July 29, 2016 at 09:39

    Hello!

    1. On the homepage, 2nd row, i’ve used “Products”. Is it possible to show only the product images? So not show all the information under the image? Or maybe only the name and price?

    2. In the header, i’ve on the left the social media icons in a dotted box. And on the right the cart in a dotted box. But those boxes are not on equal height. Is this possible to make?

    3. Submenu’s. Is it possible to have the same font at the main menu? And in black, hover in grey?

    4. Wishlist, where can i set this in “My Account”? Is it possible to show the wishlist when i’m in my account in the left menu? And in the topheader on the right?

    5. Can i add something in the left menu of “My Account”-page. I want to add a page in this menu

    6. How can i remove the Review-option for a product?

    7. Is it possible to have several currencies in the webshop? So people can filter on that?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 29, 2016 at 11:11

    Hello,

    1. You can add this code in Theme Options > Custom CSS > Global Custom CSS:

    .owl-wrapper-outer .product-details {
        display: none;
    }
    .vc_row.wpb_row.vc_row-fluid .ubtn-ctn-center {
        display: none;
    }

    2.

    .header-type-6 .header .blog-description span {
        padding: 8px 15px 0px 15px;
    }
    .header-type-6 .header .blog-description{
        padding-top: 2px;
    }

    3.

    .menu .nav-sublist-dropdown ul > li > a
        color: #000;
    .menu .nav-sublist-dropdown ul > li > a:hover {
        color: #767676;
    }

    Unfortunately, there is no option to change menu item in My Account menu. It displays default WooCommerce My Account menu from My Account page http://prntscr.com/byznel.

    To add Wishlist in the top header on the right, you need to create a custom menu and put the Wishlist http://prntscr.com/byzy9u. Next go to Appearance -> Widgets http://prntscr.com/bz002h

    Also see screenshots http://prntscr.com/byzp8o.

    For several currencies, you can use some 3rd-party plugins, but we don’t guarantee full compatibility with our theme https://wordpress.org/plugins/woocommerce-currency-switcher/screenshots/

    Regards,
    Rose Tyler.

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