Question Fashion Webshop - by irish - on WordPress WooCommerce support

This topic has 38 replies, 5 voices, and was last updated 9 years, 2 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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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.

    Avatar: irish
    irish
    Participant
    August 7, 2016 at 16:13

    Hello!

    Thank you so much.
    Hopefully the last questions:

    We want to have a header like this: http://missguilty.nl/wp-content/uploads/2016/08/Schermafbeelding-2016-08-07-om-16.58.52.png
    Can you help me with this?

    1. How can i add custom images with links like the preview image, in the header? Link to “login/logout + My Account + Search? So only the images that will be linked.
    2. Now i see the white logo under the menu but i can’t find where to remove it?
    3. I used the plugin you said, work perfect. How can i ass this plugin also in the header next to the cart button? So you have a dropdown for currency, like the preview header i send you.
    4. And every text in the header should be white, now it’s all black like “Cart” and the amount etc…

    4. I asked to make the submenu’s texts all black, but now only the submenu under Guilty Mama is black, the others are still grey

    5. I want the website, woo commerce, in English but now everything is in Dutch. How can i change this?

    6. Is it possible to have all the links in the footer in Black?

    7. On the homepage i added a background color but it’s now showing

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 8, 2016 at 13:37

    Hello,
    1, 3) This requires additional customization which is not for free.
    If you agree to proceed please contact us via form https://www.8theme.com/customization-services/ for further information.
    2) You can remove it in Appearance->Widgets->Left side top bar area.
    4) Please use this code in Global Custom CSS.

    .header-type-8 .navbar-header .top-links ul li a,
    .shop-text {
        color: white;
    }
    .menu .nav-sublist-dropdown ul > li > a {
        color: black;
    }

    5) As I see your site is in English now.
    6) Use this code in Global Custom CSS

    .main-footer.text-color-dark a, .copyright.text-color-dark a {
        color: #222 !important;
    }

    7) Please provide screenshot for our better understanding where exactly you’ve added a background color.
    Regards,
    Robert Hall

    Avatar: irish
    irish
    Participant
    August 8, 2016 at 13:58

    Hello Robert,

    1. I’m sorry but i don’t understand it. I only want to change “newsletter-My Account-Login” in to images… Why can’t i fix this by myself and add more links in this row?

    2. In the header you see under the menu “EN FR GE € $” How can i remove this?

    3. How can i remove the header after scrolling?

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 9, 2016 at 07:18

    Hello,

    1) You can change it by yourself in the \wp-content\themes\royal\headers\parts\top-bar.php and \wp-content\themes\royal\framework\theme-functions.php (line 905-985) files.

    Also we recommended to make all changes in Child Theme.
    https://codex.wordpress.org/Child_Themes

    2) I’ve added an empty Text widget into the Left side top bar area.
    3) Navigate to Theme Options->General and disable the Fixed navigation.

    Regards,
    Robert Hall

    Avatar: irish
    irish
    Participant
    August 9, 2016 at 13:27

    Hello,

    1. Is it possible to have the submenu;s a little more transparent background?
    2. In the bottom of the footer i have social icons, but i can’t get them centred… Really weird. Can you help me?
    3. By the checkout, there is a field called “Company name”. Can this be removed?

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 14:23

    Hello,

    1) Use this code in Global Custom CSS

    .menu .menu-full-width .nav-sublist-dropdown {
        background-color: rgba(255,255,255,0.9);
    }

    2) I’ve added this code in in Global Custom CSS. Please check.

    .social-ic{
        display:inline-block;
        margin: 0;
    }
    .middle-col .wpb_wrapper{
        text-align:center;
    }

    3) Use this code in Global Custom CSS

    #billing_company_field{
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: irish
    irish
    Participant
    August 11, 2016 at 09:40

    Hi Robert!

    Perfect!

    1. Is it possible to make the black header row some smaller? So more -padding at the top and bottom?

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 12:40

    Use this code

    .navbar {
        padding: 12px 0;
    }

    Regards,
    Robert Hall

    Avatar: irish
    irish
    Participant
    September 13, 2016 at 11:38

    Hi hi!

    1. See homepage: When i add 2 or more images under each other, there is an automatically space between it. How can i remove those spaces between the images?
    2. How can i remove the fixed header (when scrolling down)?
    3. The logo is not really sharp when loading, what can i do?
    4. Is it possible to have quicker the mobile-menu button to show? Now when you look at a big Ipad, the menu items are showing in 2 rows. We want them in 1 row or the “hamburger” button 🙂
    5. When hovering over the cart, so the dropdown is showing. You see at a product the text: “attribute_pa_color”. How can i remove “Attribute_pa” so there’s only “Color” left?

    Thank you so much!

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 13, 2016 at 14:38

    Hello,

    1) Please provide screenshot with issue.
    2) You can disable it in Theme Options->General.
    3) Try to upload a new logo image with bigger dimension size.
    4) Please use this code in Global Custom CSS

    .header-type-8 .menu-wrapper .menu-main-container > ul > li > a{
        padding: 21px 5px;
    }

    5) I’ve checked it and didn’t see issue. See screenshot: http://prntscr.com/chirit

    Regards,
    Robert Hall

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