Holiday webshop - by irish - on WordPress WooCommerce support

This topic has 19 replies, 4 voices, and was last updated 6 years, 12 months ago ago by Rose Tyler

  • Avatar: irish
    irish
    Participant
    August 22, 2017 at 12:38

    Hi,

    Time for another webshop ;)!
    See private content.

    1. Can you help me to set up the header like your example: https://www.8theme.com/demo/xstore/engineer/ ?
    1a. How to remove cart icon? It’s going to build like a shop, but you can’t buy anything
    1b. Is it possible to move the search icon, just icon, in stead of the cart icon?

    Please, contact administrator
    for this information.
    18 Answers
    Avatar: irish
    irish
    Participant
    August 22, 2017 at 19:57

    Hi!

    Sorry but i have some question left that i could not fix…

    1. See breadcrumbs-> Where is the title and what is that blue part? Can i remove that?

    Single product page
    2. Is it possible to have the title in the same line as the product-image (top of it)?
    3. How can i edit the title font; color and size?
    4. “See wishlist” is now blue-> how can i edit this color?
    5. How can i edit the social icons color?

    6. Fixed header -> how can i reduce size of logo AND menu-font?
    7. Fixed header -> can we make it a little bit transparent?

    8. See http://villapparte.com/vakantiehuizen/villa-zandvoort/; Can we reduce space between the bullet points?

    My earlier questions;
    8. The header is not right, not as your demo’s. How can i get the 2 text blocks on the right of the logo?
    9. Is it possible to move the search icon, just icon, in stead of the cart icon?
    10. Is it possible to make the header a little bit transparent?

    Sorry for all the question and thank you in advance!

    Avatar: laranz
    Laranz
    Participant
    August 23, 2017 at 06:43

    Hi,

    1. You meant the top bar or the content right side of Logo? Also the crendential fails so I couldn’t able to adjust the value.

    You can adjust the header type in 8theme Options -> Header Type -> Header Type -> and choose Variant standard.

    1a. & 1b. Use the child theme, and in the child theme create the file like this headers/standard.php and copy the code from parent theme headers/standard.php and do the editing like your needed.

    2.

    1. I didn’t understand the question, can you be more specific, you can share us a screenshot, so that we can understand better.

    2. Use this Custom CSS in 8Theme Options -> Stylings -> Custom CSS,

    .single-product .product_title {
        left: -100%;
        position: absolute;
    }

    3. Use this Custom CSS, something like this, you can adjust the value according to your needs.

    .single-product .product_title {
    color: #ff0000;
    font-family: Arial;
    font-size: 22px;
    }

    4. “See wishlist” Can you show us the website URL, that this string appears, so that I can give you Custom CSS.

    5. Use this Custom CSS,

    .etheme_widget_socials i { color: #ff0000; }

    6. Fixed menu font size,

    .fixed-header .menu a { font-size: 12px; }

    7. 8Theme Options -> General -> Header Settings, there you can edit the background color of the fixed header.

    8. 8Theme Options -> General -> Header Settings -> Header Custom HTML: and paste this content https://gist.github.com/laranz/6b7b0cf9ffbe751426fee43144062233

    9. Already answered in point #2.
    10. You mean the menu and logo area? when you open up the website, in that case transparent is not possible.

    Let us know,

    Thanks,
    laranz.

    Avatar: irish
    irish
    Participant
    August 23, 2017 at 14:02

    Hello Larenz!

    New here :)?

    1. No i mean the BREADCRUMBS. The theme also called this like breadcrumbs. You’ll see it on every page. There is a blue part on it… really strange
    1. a + b ; sorry but i really don’t know how. If i did, i would not ask you for help ;).

    2. The product title does not have to go left, but more up. To the top. So the text is on the same level as the top of the product-image
    3. Works
    4. Single product page: http://villapparte.com/vakantiehuizen/de-oase/
    5. I meant only in the single product page
    6. Does not work
    7. Yes i know but that’s not my question ;). Can i make it a LITTLE bit transparent?
    8.

    Please, contact administrator
    for this information.
    Avatar: laranz
    Laranz
    Participant
    August 24, 2017 at 11:36

    Hi,

    Can you double check the Login, I can’t able to login to the website. It is under construction.

    Let us know,

    Thanks,
    laranz.

    Avatar: irish
    irish
    Participant
    August 25, 2017 at 07:40

    I’m sorry Laranz, but are you serious?
    Did you try with /wp-admin behind the url? That’s the login page to WordPress ;). Under construction doesn’t matter

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2017 at 12:37

    Hello,

    1. Could you please provide a screenshot?
    2.

    .single-product .product_title {
        margin-top: 0px;
    }

    4.

    .yith-wcwl-add-to-wishlist a {
        color: red;
    }

    5.

    .single-product .menu-social-icons i {
        color: red;
    }
    .single-product .menu-social-icons i:hover {
        color: black;
    }

    6. https://www.8theme.com/topic/color-changing-questions/#post-170831
    7.

    .fixed-header {
        opacity: 0.9 !important;
    }

    Regards

    Avatar: irish
    irish
    Participant
    August 25, 2017 at 13:24

    Hi Rose!

    2 and 4 does not work. I’m sorry!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2017 at 13:32

    2,4. Please add !important;, for example, http://prntscr.com/gcw7ge

    Regards

    Avatar: irish
    irish
    Participant
    September 11, 2017 at 16:43

    Hello!

    See: http://villapparte.com/niederlande/
    Is it possible to have on this page the same layout as the “shop-page” (http://villapparte.com/vakantiehuis-zoeken/)

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2017 at 07:29

    Hello,

    As I see, you display products from category on the page http://prntscr.com/gk3b0c, but you already have category pages http://prntscr.com/gk3bt3 > http://prntscr.com/gk3bw9

    Regards

    Avatar: irish
    irish
    Participant
    September 12, 2017 at 08:23

    Hi Rose,

    I’m sorry but i mean the layout of the grid. The normal “shop-page” has a “list”-layout. Can i make that also on the other pages where i just want to show 1 categorie?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2017 at 12:19

    I’ve added Products element on the page http://prntscr.com/gk6mz2. Please check now.

    Regards

    Avatar: irish
    irish
    Participant
    October 5, 2017 at 13:34

    Hello!

    1. When you hover the wishlist in the header, the background is transparent. Can we have that in normal white?
    1a. And can we have an other color of the button?

    2. Where can i remove all the symbols in right copyright area? The widget is empty

    3. What is the space under the copyright area?

    4. Is it possible to have 3 related products (now it’s 4)

    5. When you are at a page, for example “blog”, the menu-item is white in fixed header. How can i change that color?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2017 at 13:41

    Hello,

    At first please update theme and plugins to latest versions.

    Regards

    Avatar: irish
    irish
    Participant
    October 17, 2017 at 10:56

    Hi Rose

    I update everything 🙂

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 17, 2017 at 12:25

    Hello,

    1. Go to Theme Options > Styling > Content > Container Background Color > Choose white.
    1a. Use the following custom CSS

    .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist {
        background-color: #e0a29d;
        border-color: #e0a29d;
    }
    
    .et-wishlist-widget .wishlist-dropdown .buttons .btn-view-wishlist:hover {
        background-color: #debab7 !important;
        border-color: #debab7 !important;
    }

    2. On your site copyrights are created using Static Block http://prntscr.com/gygj8n . Go to Stati Blocks and edit Footer static block to change the content.

    3. This is the padding-bottom of the footer because you used footer widget area to display static block. Set it 0 http://prntscr.com/gygkct

    4. We don’t have such option in our theme at present.

    5. Change the custom in your Custom CSS http://prntscr.com/gyglnp

    Regards

    Avatar: irish
    irish
    Participant
    October 23, 2017 at 09:21

    Hi!

    I think after the update, the whole product page is messed up: http://villapparte.com/vakantiehuizen/de-zevende-hemel/

    See the tabs. Also the white space goes all to the bottom of the page.

    Hopefully you can help me

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 23, 2017 at 10:06

    Hello,

    Try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and then check.

    Regards

  • Viewing 19 results - 1 through 19 (of 19 total)

The issue related to '‘Holiday webshop’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.