Travel webshop - by irish - on WordPress WooCommerce support

This topic has 35 replies, 5 voices, and was last updated 6 years, 7 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!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 7, 2017 at 16:18

    Hello,

    1. Please check now http://prntscr.com/h7ddmi
    Please kindly open up new tickets for additional questions.

    Regards

    Avatar: irish
    irish
    Participant
    March 6, 2018 at 11:02

    Hello!

    I have a question about the search option in the header. When i click on the search icon, there opens a search field. But that field goes to the right and is too big.
    How can we fix this?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 7, 2018 at 09:18

    Hello,

    Please see screenshots – https://prnt.sc/inye55 https://prnt.sc/inyei5

    Regards

    Avatar: irish
    irish
    Participant
    March 15, 2018 at 09:13

    Good morning!

    1. See header menu. The menu-items are not clickable. Only when you click right under it. What’s wrong?
    2. See psingle product page; how can we remove the tab “extra information”?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 10:11

    Hello,

    1. Change this custom css code http://prntscr.com/irgt30 to width: auto;
    2. Please read this article
    https://docs.woocommerce.com/document/editing-product-data-tabs/#section-5 (add the code in functions.php file of child theme).

    Regards

    Avatar: irish
    irish
    Participant
    March 15, 2018 at 16:32

    Thanks you so much Rose!

    Last question what we really can’t find; see the search-icon in header. When you click on it, and after that you click on the “X” to close. The icon disappeared. Can you have a look at this?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 17:12

    Hello,

    You’re welcome!
    Please add this code in Custom css:

    .header-search .fa:before {
        color: #ee7a00;
    }

    Regards

    Avatar: irish
    irish
    Participant
    March 15, 2018 at 17:59

    Yes, that works perfectly!

    Okay, i;m sorry for all the questions but we have a meeting with the clients and some thing we can not find.

    1. Footer: Bullet points: the space between the lines is very narrow. Can we make the space the same as the normal text?
    2. Hopefully you can help us with this. It looks like we have a lot of problems caused by Windows, not with the browser. For example, and the biggest problem see the print screens of the product page in Windows: https://talenreis.com/wp-content/uploads/2018/03/image001.jpg
    About this page: https://talenreis.com/product/enforex-madrid-calc/

    The tabs on Apple looks good and are responsive. The tabs on Windows are full width and messed up.

    Any idea what this can be?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 16, 2018 at 10:39

    1.

    footer li {
        margin-bottom: 1.43em;
    }

    2. We are theme support and we can help you with issues related strictly to our theme. These fields created by some 3-rd party plugin that doesn’t come bundled with our theme.

    Regards

    Avatar: irish
    irish
    Participant
    March 26, 2018 at 09:39

    Hi Rose!

    1. The contact item in the header is not clickable…
    2. Do you know if it is possible to zoom out, the whole webshop? Because on a Windows screen everything looks really big. It’s strange. When we set it up like 80%, it’s looks normal.
    3. How can we edit size of logo in fixed header?

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