Shopping Cart Popup Tweaks? - by talonhead

This topic has 161 replies, 5 voices, and was last updated 8 years, 3 months ago ago by Robert Hall

  • Avatar: talonhead
    talonhead
    Participant
    July 15, 2016 at 14:26

    Worked like a charm. In List View and Mobile, the Wishlist and Info icons are pretty offset. See vid.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 15, 2016 at 17:03

    Hello,

    Add this code in Custom CSS for desktop section:

    .products-list .product .product-image-wrapper .footer-product {
       right: 8px !important;
    }

    and this code in Custom CSS for mobile section:

    .products-list .product .product-image-wrapper .footer-product {
       right: 75px !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: talonhead
    talonhead
    Participant
    July 25, 2016 at 09:26

    Well I see the new update came out to fix the cart…but along with it came this:

    An empty shopping cart page shows me: http://prntscr.com/bx64j1

    Thoughts?

    Avatar: Eva
    Eva Kemp
    Support staff
    July 25, 2016 at 09:37

    Hello,

    Please provide correct FTP credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    July 25, 2016 at 09:41

    Sure Eva.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 25, 2016 at 10:05

    Hello,

    I’ve edited the file wp-content/themes/classico-child/woocommerce/cart/cart-empty.php.
    Please check the page now.

    Regards,
    Eva Kemp.

    Avatar: talonhead
    talonhead
    Participant
    July 25, 2016 at 10:13

    Great. Took care of that. Thank you!

    Is there something we can do about the layout of these items in Mobile view? The “default sorting” box and the Grid and List view buttons look “off”.

    http://prntscr.com/bx6l8j

    Any ideas on that?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 25, 2016 at 10:19

    Hello @talonhead,

    To get better look try to add this code in Global Custom CSS.

    .filter-wrap .view-switcher{
        width: initial;
    }

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    July 25, 2016 at 10:47

    It got a little better. Thanks for that. What about removing the sorting box entirely in Mobile only, then move the Grid and List buttons down inline with the pagination buttons and align the Grid and List buttons to the left? That’s an idea?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 25, 2016 at 10:53

    I’ve added this code in Custom CSS for mobile. Please check.

     .filter-wrap .woocommerce-ordering{
         display:none;
     }

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    July 25, 2016 at 11:11

    Good deal Robert. We’ll give that a try for a bit.

    Any reason why Screets shows up on Mobile when I have it disabled in the Options? Heard of that issue before?

    http://prntscr.com/bx7akt

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 25, 2016 at 11:27

    I’ve added the following code in Custom CSS for mobile. Please check.

     #schat-widget{
           display:none;   
     }

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    July 31, 2016 at 14:14

    I need to make “Contact Us” in the Top Bar a link with the same stylings as the rest of the text in the Top Bar (newsletter, my account, etc). How is that done please?

    http://prntscr.com/bzsymo

    Thank you!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 31, 2016 at 14:45

    Hello,

    Add this code in Global Custom CSS:

    .languages-area span {
        font-size: 13px;
        text-transform: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: talonhead
    talonhead
    Participant
    July 31, 2016 at 14:50

    Great…but it needs to be a link as mentioned previously.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 10:15

    Hello,

    You can add your link into the href="" attribute in Appearance -> Widgets -> Left side top bar area. See screenshot: http://prntscr.com/c04rhw

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    August 1, 2016 at 11:07

    Great. That’s where I thought it would be added. But I don’t know what the code is to do such a task….especially when it comes to hover over stylings and such…the way it needs to be to match everything else up there.

    Also if you look closely, the font is different weight too than the rest of the links in the top bar.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 11:36

    I’ve added this code in Global Custom CSS. Please check.

    .languages-area a{
        font-family: Montserrat;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        transition: all 0.2s ease-in-out;
    }

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    August 1, 2016 at 11:40

    Again, that’s great. But I don’t know how to link it to the proper page. I see you also added the href to the text area.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 11:53

    You should add link to page into the href attribute, for example href="http://my-link".

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    August 1, 2016 at 11:58

    THAT’S what I need. Thank you Robert.

    I recently run into this little surprise last night when I added a product featured image to the site.

    This is what happened to the scaling. See Private.

    Look at the shirt as opposed to the plate. What happened? Looking at image info, it’s telling me all the correct numbers…it just doesn’t look that way.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 13:27

    I’ve resaved this image. Please check the product now.

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    August 1, 2016 at 14:41

    What does that mean exactly in this case? “re-saved the image”? I see it took care of it…but I don’t know how.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 16:01

    I’ve removed previous image and upload it again.

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    August 1, 2016 at 16:09

    So what caused the issue with the image being scaled weird? As you well know. I’ve uploaded a ton of pics without issue with scaling.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2016 at 16:17

    I don’t know what was there. Next time try to replace the image again, as I did it.

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    August 2, 2016 at 14:41

    Alrighty. I’ll keep that in mind. Thanks for that tid bit.

    On Mobile, can the gap between the company logo and first slider be decreased? See screenshot.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 2, 2016 at 15:01

    I’ve added an extra class called .home-intro to the home slider in slider settings and added the following code in Custom CSS for mobile landscape and Custom CSS for mobile. Please check.

     .home-intro{
         display:none;
     }

    Regards,
    Robert Hall

    Avatar: talonhead
    talonhead
    Participant
    August 2, 2016 at 15:51

    I don’t understand completely how what you just said changed the gap in Mobile, but it looks good. Many thanks!

    I don’t see the the class you added in slider settings of Resolution Slider?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 2, 2016 at 15:55

    See screenshot: http://prntscr.com/c0ox8n

    Regards,
    Robert Hall

  • 1 2 3 4 5 6
    Viewing 150 results - 121 through 150 (of 161 total)

The issue related to '‘Shopping Cart Popup Tweaks?’' 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.