Question webshop furniture - by irish - on WordPress WooCommerce support

This topic has 58 replies, 3 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler

  • Avatar: irish
    irish
    Participant
    December 5, 2016 at 16:14

    Hi there!

    See private content:

    1. I added the Neucha font for the headings but it does not work. Like on the homepage i added a H1 and H2 text but it’s not the hand written font like in the menu. What do i do wrong?

    Thanks!

    Please, contact administrator
    for this information.
    57 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    December 5, 2016 at 17:03

    Hello,

    Please add this code in Global Custom CSS:

    h1, h2 {
        font-family: Neucha;
    }

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    December 6, 2016 at 11:34

    Hi Eva,

    Great, thanks!

    1. See single product page: http://studioxpoos.nl/product/speeltafel-stoeltjes-div-kleuren/
    How can i make the “add to cart” button an other color + the hover color?

    2. See single product page: http://studioxpoos.nl/product/speeltafel-stoeltjes-div-kleuren/
    Is it possible to make the text from the “Add ons” like; “Tafel formaat”/”kleur stoeltje”… a little bit smaller

    3. See single product page: http://studioxpoos.nl/product/speeltafel-stoeltjes-div-kleuren/
    How can i remove the “add to cart” buttons under the related products?

    4. How can i edit the fonts for the menu, when scrolling down? I want the same font as normal.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 6, 2016 at 11:46

    Hello,

    Try to add this code in Custom CSS:
    1.

    .single_add_to_cart_button.etheme-simple-product.button {
        background-color: blue;
    }
    .single-product .single_add_to_cart_button:hover {
        background-color: red !important;
    }

    2.

    .single-product h3.addon-name {
        font-size: 18px;
    }

    3. Could you, please, provide me screenshot for better understanding?
    4.

    .menu > li > a {
        font-family: Neucha;
        font-size: 20px;
        font-weight: 700;
    }

    Regards,
    Rose Tyler.

    Avatar: irish
    irish
    Participant
    December 6, 2016 at 12:01

    Hi Rose,

    Woah that’s quick! Thanks :). Worked all…

    1. See single product page like: http://studioxpoos.nl/product/bed-90×200-lynn-witnaturel/
    i added Cross selling products. Normally they are shown in the sidebar but now they don’t. What do i do wrong?

    2. You give me the CSS for the background color of the Add to cart Button of the single product page. Can you also give me the CSS for the color font? I want that text black of the button 🙂

    3. See shop page: http://studioxpoos.nl/product-categorie/tieners/
    When hovering a product image, the links for quick view and wishlist are showing. But as you can see it’s nog high enough to show the link for the quick vies. What can i do about this?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 6, 2016 at 14:04

    Hello,

    1. As I see, you set only up-sells products http://prnt.sc/dg0ku8 and they display in single product sidebar http://prntscr.com/dg0kzo
    2. Try to add into previous code color:black; http://prnt.sc/dg0g6e
    3.

    .woocommerce-page .footer-product .show-quickly {
        padding: 0;
        width: 10%;
    }

    Regards,
    Rose Tyler.

    Avatar: irish
    irish
    Participant
    December 6, 2016 at 15:44

    Hi Rose,

    thank you again!
    But the css for the quick view don’t work.

    1. How can i edit the color of the topbar?
    2. Where can i remove the translation adds in the header like EN/DU/€
    3. How can i edit the padding between the topbar and header + header and menu? Now i think there’s too much white space
    4. See homepage: where can i remove the Revolution slider code? Can’t find it

    5. I was trying to add product in cart but nothing happend. It’s not working. What do i do wrong?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 6, 2016 at 16:33

    Hello,

    Try to change previous code for quick view to

    .woocommerce-page .footer-product .show-quickly {
        padding: 0;
        width: 23%;
        font-size: 10px;
    }
    .woocommerce-page .footer-product a {
        font-size: 10px !important;
    }

    1. Please add this code in Custom CSS:

    .header-type-7 .top-bar {
        background-color: black;
        color: white;
    }
    .header-type-7 .top-bar a {
        color: white;
    }

    2. To remove translation icons go to Appearance > Widgets > add Text widget with your content to “Left Side top bar area”.
    3.

    .navbar {
        padding: 10px 0;
    }

    4.

    .page-heading-slider {
        display: none;
    }

    5. Please see screenshot http://prntscr.com/dg2l8p

    Regards,
    Rose Tyler.

    Avatar: irish
    irish
    Participant
    December 12, 2016 at 16:17

    Hi Rose!

    Where do i find the Visual Composer license code?

    Avatar: Eva
    Eva Kemp
    Support staff
    December 12, 2016 at 20:43

    Hello,

    You don’t need Visual Composer license. All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them. This plugin works fine without activation and you can always get actual version if you want directly from us. The plugins can be downloaded from this link https://www.8theme.com/download-plugins/ . We update plugins with theme updates from time to time so plugins will be also updated with each next theme update. The option with registering of the plugins has been already added to plugin and this only allows you to get automatic updates and support for this plugin directly from an author if you need. You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from the author. This is how it works for all themes on Themeforest and not only in our case.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    December 19, 2016 at 16:00

    Hello!

    1. See footer: How can i make the text that’s under the title “information” and “Producten’ bigger?
    2. See footer: how can i make the line under the title of the blocks white?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 19, 2016 at 16:20

    Hello,

    1. Try to write font size in text block settings for ul http://prnt.sc/dlc1xs
    2. Please add this code in Custom CSS:

    footer .widget-title {
        border-color: white !important;
    }

    Regards,
    Rose Tyler.

    Avatar: irish
    irish
    Participant
    December 20, 2016 at 10:31

    Hi Rose,

    1. See Topbar; how can i edit the color of the text “login and my account” in white? And some bigger?
    2. Is it also possible to have a link to the wishlisht next to login?
    3. How can i remove the categories in the shop page, those who stand above the product title in the overview? Also the same at the homepage.
    4. In a product page like: http://studioxpoos.nl/product/combiflex-halfhoog-boomhutbed/ I used the social icons. It it possible to make this bigger?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 20, 2016 at 10:56

    Hello,

    1. Please add this code in Custom CSS:

    .header-type-7 .top-bar a {
        color: white;
        font-size: 12px;
    }

    2. You can add Wishlist link in Appearance > Widgets > Side top bar area (add your content in Text widget).
    3. Go to Theme Options > Products Page Layout and disable Show product categories.
    4.

    .single-product .menu-social-icons i {
        width: 34px !important;
        height: 34px !important;
        font-size: 20px;
        line-height: 34px;
    }

    Regards,
    Rose Tyler.

    Avatar: irish
    irish
    Participant
    December 20, 2016 at 11:01

    Hi Rose,

    3: Okay understand but what is the code for “login/logout”? Because that’s not a normal link or something :).

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 20, 2016 at 11:15

    Hello,

    In this case, you can edit \wp-content\themes\royal\headers\parts\top-bar.php file and add Wishlist link there.
    Also, we recommend you to make all changes in the Child Theme.
    https://codex.wordpress.org/Child_Themes

    Regards,
    Rose Tyler.

    Avatar: irish
    irish
    Participant
    January 10, 2017 at 11:35

    Hello!

    Is it possible to remove the categories in the shop? I mean, the orange categorie name that’s above the product name in the overview.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 11:42

    Hello,

    Please add this code in Custom CSS:

    .products-page-cats {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: irish
    irish
    Participant
    January 10, 2017 at 11:51

    Perfect!

    Other question: How can i change the order of categories in shop?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 12:00

    Hello,

    Please see screenshot: http://prntscr.com/dtrcy4

    Regards,
    Rose Tyler.

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