Install Issues - by ScottyWatty - on WordPress WooCommerce support

This topic has 47 replies, 3 voices, and was last updated 5 years, 11 months ago ago by Olga Barlow

  • Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 11, 2018 at 17:30

    Thank you. I have no idea how to do a custom WP Bakery Grid Builder but I would prefer those items not to hover and be static buttons as people just arent going to see that.

    this page is much better but how can i make the titles larger and a different color in the icon boxes?

    Where do I add that custom css? i tried in the Extra Class name and Element ID section but that did not work.

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 11, 2018 at 18:35

    Also some issues in mobile. Check out the homepage slider. It looks super funny and also took forever to load. Suggestions?

    The Service Plan page tables are getting cut off in mobile.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2018 at 16:27

    Hello,

    Sorry for the delay in answering.

    In this case, select http://prntscr.com/lu291j > http://prntscr.com/lu2958
    If you prefer to have “Buttons on hover bottom” in settings of the Products element, you need to use this custom css code:

    .footer-product {
        opacity: 1;
        transform: translateY(0);
    }

    to make buttons visible from the start.
    Please add this code in Custom css for page http://prntscr.com/lu2bh8

    This code http://prntscr.com/lu2ckt you can add in Theme Options > Custom css > Global custom css or in Custom css for page http://prntscr.com/lu2bh8

    Please create separate topics for different questions to prevent misunderstanding.
    Thanks in advance.

    Regards

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 12, 2018 at 16:45

    Thank you. How do I make the view (eye icon) a button too. Also, when you click one of the time clocks on the Our Time CLocks page, it gets a weird error. What am I doing wrong?

    Did you see the mobile issues I mentioned?

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 12, 2018 at 16:48

    one more – Suggestions for the tables here to make them look better?
    https://www.wirelesstimeclock.com/wordpress/index.php/service-plans/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2018 at 17:04

    Dear @ScottyWatty,

    How do I make the view (eye icon) a button too.

    http://prntscr.com/lu2yf7 it is a button. Isn’t it?

    Also, when you click one of the time clocks on the Our Time CLocks page, it gets a weird error. What am I doing wrong?

    – please create a new topic https://www.8theme.com/forums/xstore-wordpress-support-forum/ provide page URL and screenshot of the problem.

    Did you see the mobile issues I mentioned?

    – Sorry, but I am a bit confused. Please create a new topic, describe the problem in more details and provide page URL.

    one more – Suggestions for the tables here to make them look better?

    – Please create a new topic for this question to prevent misunderstanding.

    Regards

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 12, 2018 at 19:19

    that is hardly a button. I’d like a button that says Learn More

    Tables – see this screenshot and you will see it does not look good.
    http://prntscr.com/lu4vjw

    I cannot send URLs of screenshots on my mobile. How do you suggest I show you that error if you won’t look at it from your own mobile?

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 12, 2018 at 19:20

    also how can i make the buttons on the Our Timeclocks page we have been discussing show up better? They are almost transparent and you can barely see them.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2018 at 16:18

    Hello,

    To create a new topic please go to this page https://www.8theme.com/forums/xstore-wordpress-support-forum/ and click on “Submit new topic” button.

    that is hardly a button. I’d like a button that says Learn More

    also how can i make the buttons on the Our Timeclocks page we have been discussing show up better? They are almost transparent and you can barely see them.

    – is this what you are looking for http://prntscr.com/luip9l ?
    If so, please add this code in Custom css for page:

    .footer-product .show-quickly {
        font-size: 14px;
        width: 50%;
        background-color: blue !important;
        color:  white !important;
    }
    .footer-product .show-quickly:before {
        margin-right: 4px;
    }
    .footer-product .button {
        width: 50%;
        float:  right;
        padding: 10px 0;
        background-color: blue !important;
        color:  white !important;
    }

    Tables – see this screenshot and you will see it does not look good.

    – add this code in Custom css for page:

    table td {
        padding: 5px !important;
        text-align: center !important;
    }

    http://prntscr.com/luiu78

    I cannot send URLs of screenshots on my mobile. How do you suggest I show you that error if you won’t look at it from your own mobile?

    – you can upload the image into media library on your site and provide URL.

    The Service Plan page tables are getting cut off in mobile.

    – you can try a solution from this article https://www.w3schools.com/howto/howto_css_table_responsive.asp

    Also some issues in mobile. Check out the homepage slider. It looks super funny and also took forever to load. Suggestions?

    – have you followed these screenshots http://prntscr.com/luix5l ?
    “Some promo words” can be removed in settings of [8THEME] Slider item http://prntscr.com/luixyf

    Regards

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 13, 2018 at 20:21
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2018 at 09:21

    1) Please add this code in Custom css for page:

    @media only screen and (max-width: 480px) {
        .swiper-entry.et-slider {
            height: 140px !important; 
        }
        .et-slider .slider-item {
            background-size: cover;
        }
    }

    2) http://prntscr.com/lut5bj

    Regards

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 16, 2018 at 15:03

    That has to go on every page that menu is on?
    What about the slider issue?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 17, 2018 at 10:31

    Sorry for the delay due to the weekends.

    This http://prntscr.com/lut5bj – for this page – https://www.wirelesstimeclock.com/wordpress/wp-content/uploads/2018/12/Screenshot_20181213-111438_Chrome.jpg

    Mobile Issues
    – Home sliders – https://www.wirelesstimeclock.com/wordpress/wp-content/uploads/2018/12/Screenshot_20181213-111341_Chrome.jpg

    http://prntscr.com/lvxz8j for your Home page

    If you have any question, please describe them in more details for better understanding. Thanks in advance.

    Regards

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 17, 2018 at 19:35

    On checkout I disabled the option for PayPal Credit but it is still showing up.
    Also, shipping is always free, so how can i disable the calculate shipping?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 18, 2018 at 08:43

    On checkout I disabled the option for PayPal Credit but it is still showing up.

    – please check if you have the same situation with default WC theme – Storefront. We are able to help only in case problem relates to our theme.

    Also, shipping is always free, so how can i disable the calculate shipping?

    http://prntscr.com/lwdiy8

    Regards

    Avatar: ScottyWatty
    ScottyWatty
    Participant
    December 18, 2018 at 17:17

    I’m not sure what you mean by default WC theme. I am using your theme.
    http://prntscr.com/lwl79q

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 18, 2018 at 18:57

    Hello,

    The point is that option you are talking about is not our theme option and our theme should not affect it. So, you need to check if this work with the official WooCommerce theme Storefront. If it does ot work even with the official theme then you need to contact with WC plugin support. If it does not work with our theme only then create the new topic for this issue and provide us with Dashboard and FTP access to your site, provide screenshot of the problem for better understanding.

    Also, I would be very grateful if you could create different topics for the different problems to avoid misunderstanding.

    Regards

  • 1 2
    Viewing 47 results - 31 through 47 (of 47 total)

You must be logged in to reply to this topic.Log in/Sign up

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.