Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274090
    Nina M
    Participant

    Hi, I have a few tweaks/issues I am hoping you can help with:

    1. I recently added a widget to my footer that shows ‘recently viewed products’ and I would like to remove the pricing from it (see attached photo).

    2. When I add a product to the cart a bar appears that says ‘item has been added to your cart’ and has a light blue background. I would like to customize the color of that – making it a white background with a 1 px outline around it. Possible?

    3. From the cart page: I would love to add a ‘continue shopping’ button to the left of the buttons that are already there. That button would link back to the main store page.

    4. My biggest challenge- tonight I changed the edit on one of my products from the standard WP to ‘Edit with Cornerstone’ it got really wonky and out of sorts. I ended up trashing the product (but not deleting it) and then later restoring it. It now seems to be working fine BUT on the essential grid (http://www.miachocolates.com/the-mia-store) the spacing of the skin on the grid is all messed up on this chocolate only – and since the skin is set the same for every grid item I have no idea why it’s doing this or how to fix it.

    I know this is a lot – I am so grateful for any help/direction you can give.

    Nina Medeiros

    #1274093
    Nina M
    Participant
    This reply has been marked as private.
    #1274254
    Christopher
    Moderator

    Hi there,

    #1 I can not find footer on your site, please provide us with URL of page in question.

    #2 Please add following code in Customize -> Custom -> Global CSS :

    .x-alert-info, .buddypress #message.info, .bbp-template-notice.info {
        background-color: #000;
        border-color: #b3d1ef;
        color: #fff;
    }

    #3 Please check this thread : https://community.theme.co/forums/topic/wocommerce-continue-shopping-button/#post-1227767

    #4 Please see the attachment, grid is displaying fine on my end.

    Hope it helps.

    #1274611
    Nina M
    Participant

    Ok I had a major problem when adding to the functions file –

    Here’s how I did it –

    I went into my file manager (through go daddy) I downloaded the functions file in my child theme and then I pasted the code you gave me at the bottom and uploaded (and overwrite) the old functions file. (I also saved a copy of the old.) It destroyed a lot of the formatting of my site. So I then went back, deleted the edited file and replaced it (in the child theme functions file) with the original – but the site is not responding. Can you help me! I’m panicking –

    #1274620
    Nina M
    Participant

    never mind – i figured it out 🙂 Thank you!

    #1274621
    Christian
    Moderator

    Glad you’ve sorted it out.

    #1274634
    Nina M
    Participant

    Ok – one more thing -I was able to manipulate the color of #2 edit by using the code you gave me – but I would like to add transparency (or reduce the opacity of it) is that possible?

    See attached image – so I want the same color – just maybe 1/2 or 2/3 of the transparency

    #1274710
    Christian
    Moderator

    For a transparent background, you need rgba color value instead of hex so your background-color must be

    background-color: rgba(189,160,203, 0.4);

    You can convert hex values in http://www.webpagefx.com/web-design/hex-to-rgb/. The a in rgba is the alpha or transparency.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1274090 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>