Travel webshop - by irish - on WordPress WooCommerce support

This topic has 35 replies, 5 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler

  • Avatar: irish
    irish
    Participant
    August 1, 2017 at 14:54

    Hello!

    New webshop, new questions :).
    See private content for acces

    1. I added at theme options a Custom font called “Milkshake”, but unfortunately i can’t find it at the typography options. What do i do wrong?

    Please, contact administrator
    for this information.
    34 Answers
    Avatar: irish
    irish
    Participant
    August 1, 2017 at 15:28

    Sorry,other question;

    1. How can i make more tabs in the single product page? Do i have to install a plugin or something?
    2. Why can i not get my logo in the header bigger?
    3. And there is a lot of space above and under the logo (header) how can i reduce this?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 2, 2017 at 14:02

    Hello,

    1) You may try some plugin (there are many plugins to implement this option) or add more tabs by custom development https://docs.woocommerce.com/document/editing-product-data-tabs/

    2) Because logo block has 16% width of the header to display menu and cart, search etc. In your case, you can try to increase with a little bit. Add the following code in custom CSS

    @media only screen and (min-width: 992px){
    .header-wrapper.header-double-menu .header-logo {
        width: 20%;}
    }

    3) Either remove empty space from your image http://prntscr.com/g3fdya and upload image without empty space or remove header paddings

    @media only screen and (min-width: 992px){
    .header-wrapper header > .container .container-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }}

    Regards

    Avatar: irish
    irish
    Participant
    August 3, 2017 at 12:29

    Hi!

    Perfect, thank you!

    1. See header; how can i change the color of the icons for cart, wishlist, and search?

    Avatar: amzy
    Amzy Leel
    Participant
    August 3, 2017 at 13:07

    See header; how can i change the color of the icons for cart, wishlist, and search?
    – add following code in, 8theme options >> styling >> custom css >> global custom css

    .navbar-header .search-btn, .navbar-header .et-wishlist-widget a, .navbar-header .shopping-cart-widget a { color: #f00; }

    change the colour code to the color you want.

    Avatar: irish
    irish
    Participant
    August 3, 2017 at 13:11

    Hi Amzy!

    Thank you but unfortunately the code does not work 🙁

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2017 at 09:39

    Hello,

    I’ve changed the code. Please check.

    Regards

    Avatar: irish
    irish
    Participant
    August 8, 2017 at 13:43

    Hi!

    Yes works, thanks!

    1. How can i change the color AND size of the font, of the fixes header?
    2. Where can i change the background color of the copyright area?
    3. How can i make buttons with custom color in this theme?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 9, 2017 at 10:02

    Hello,

    1) Use the following custom

    .fixed-header.header-color-dark .menu li a {
        color: #3b6b86;
        font-size: 14px;
    }

    2) Theme Options > Styling > Copyrights
    3) It depends on what button you want to change. One of the existing buttons (add to cart, checkout) or add new button. In the first case, you can do this only by custom styles, in the second case you can use VC elements http://prntscr.com/g68u9v Check which one suits your needs.

    Regards

    Avatar: irish
    irish
    Participant
    October 24, 2017 at 12:52

    Hello agents!

    1. See http://talenreis.com/spaans-leren/ . I used on this page the post-shortcode. How can i remove here the category + date. I just want to show the title. I want this on the whole website

    2. Same page and shortcode: When clicking on the image, it’s not linking to the blog. Only when i click on the title. Can we change this?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 25, 2017 at 10:19

    Hello,

    1) Just don’t choose taxonomies at the element settings http://prntscr.com/h1qpmo if you don’t want to show them.
    2) There is no such option in this element settings, unfortunately. But you may use another element – Post Grid http://prntscr.com/h1qr8j and choose one of the existing designs or create your own using Grid Builder (https://vc.wpbakery.com/video-academy/grid-builder/) and create image + title layout and add the link for your image http://prntscr.com/h1qsq7

    Regards

    Avatar: irish
    irish
    Participant
    November 1, 2017 at 12:07

    Hello!

    1. See homepage: under the text “ELK SOORT VAKANTIE…” i used Tabs. Those tabs have now a pink background. I want to remove that background but i really can’t find it anywhere..
    Can you help me with this please?

    2. Woocommerce is now in English. But i want to have it in Dutch. How can i change the language of Woocommerce? Site language is already on Dutch.

    Hopefully you can help me with this 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 1, 2017 at 13:21

    Hello,

    1. Please provide screenshot.
    2. You already have ready Woocommerce translation, but you need to translate necessary strings, visible on the frontend, in our theme http://prntscr.com/h4sc8g

    Regards

    Avatar: irish
    irish
    Participant
    November 1, 2017 at 16:39

    Hi rose!

    1. http://villapparte.com/wp-content/uploads/2017/11/Schermafbeelding-2017-11-01-om-16.38.13.png
    2. Ah oke. Thought it was easier to change languages in woocommerce 🙂

    Avatar: laranz
    Laranz
    Participant
    November 2, 2017 at 03:08

    Hi,

    1. I didn’t see any pink background tabs in your home page, is that from some other page? Can you provide a link to that particular page?

    2. You can easily do that via “Loco Translate” plugin.

    Let us know,

    Thanks,
    laranz.

    Avatar: irish
    irish
    Participant
    November 7, 2017 at 14:26

    Hi Agents!

    1. Under every blog page like; http://talenreis.com/spaans-leren-in-barcelona/ you’ll see the text “Comments are closed”. How can i remove this?
    2. Where are the reviews on the product page?; for example; http://talenreis.com/product/enforex/
    3. At product page, you’ll see a left and right arrow to go to the next product. how can i remove this?

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 7, 2017 at 15:06

    Hello,

    1. Please use this code:

    .no-comments {
        display: none;
    }

    2. Make sure that reviews are enabled http://prntscr.com/h7c9gr.
    3. Theme Options > E-Commerce > Single Product Page > Show Next/Previous product navigation.
    Please kindly open up new tickets for additional questions.

    Regards

    Avatar: irish
    irish
    Participant
    November 7, 2017 at 15:30

    Hi Rose!

    1. When i add that CSS, it is possible to leave a reaction haha. We don’t want that, and all settings are enabled. See http://talenreis.com/spaans-leren-in-het-buitenland/
    And on this page the text is still visible: http://talenreis.com/engels-leren-in-het-buitenland/

    2. Yes i did, nothing to see in product page…

    3. Thanks :). Stupid question :s

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 7, 2017 at 15:39

    Hello,

    1. Please read this topic https://www.8theme.com/topic/xstore-news-page/
    2. Please try to disable all 3-rd party plugins and then check reviews tab.
    3. You’re welcome!

    Regards

    Avatar: irish
    irish
    Participant
    November 7, 2017 at 16:14

    hi!

    1. Very helpfull and the works. Only the text “Comments closed” is still visible 🙁
    2. Okay!

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