Static Block \"Victoria\" keeps loading…

This topic has 58 replies, 3 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler

  • Avatar: laranz
    Laranz
    Participant
    August 28, 2017 at 04:16

    Hi,

    Use this Custom CSS,

    #basket a[data-items-count="0"] .badge-number { display: none; }

    Let us know,

    Thanks,
    laranz.

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 29, 2017 at 19:59

    Hi.

    Awesome thank you, that worked!

    I now only have 4 questions left I belive before I am satesfied with my website.

    Take a look at this picture here to make it easier to understand what I mean:
    https://prnt.sc/gelq83

    1. I’l like to add a circle behind the number of items in the cart to make it look more appealing. Is there a css code for this you could help me with?

    2. Forget number two it is fixed now.

    3. I’ve changed all the font settings to a font named “Quicksand”, but still there are a few places the font ins’t changed yet. Nuumber 3 is the price for all the products.
    Can you help me with changing the font to Quicksand on these?

    4. I was wondering about these payment and shipping methods pictures. Is there an Pluin for this or is it just to copy and paste the picture into your site?

    I give you our Private Content if you would be so kind and go in to the site and help us set this up!

    Thank you so much
    Hugo

    Please, contact administrator
    for this information.
    Avatar: rfgroupab
    rfgroupab
    Participant
    August 31, 2017 at 22:04

    Hello??

    Avatar: laranz
    Laranz
    Participant
    August 31, 2017 at 23:49

    Hi,

    Sorry for a late in response.

    1. Adjust all these values according to your needs, including, color, padding, margin, height, width,

    .badge-number {
        background-color: red;
        border: 1px solid #e3e3e3;
        border-radius: 50%;
        height: 24px;
        margin-right: -14px;
        padding: 2px;
        width: 24px;
    }

    2. Forgot. 😉

    3. Use this,

    .price, .amount {
        font-family: quicksand;
    }

    4. Exactly where you saw these images?

    Let us know,

    Thanks,
    laranz.

    Avatar: rfgroupab
    rfgroupab
    Participant
    September 3, 2017 at 01:13

    Hi.

    1. Awesome, it looks good!

    1.1 But I would like to change the color of the numbervalue inside the cirkle to white.
    I wrote my detail information so you can go in and change the css for me or if you tell me the code!

    1.2 I would also like to change the font of the numbervalue to a thicker one.

    1.3 And it looks bad on the phone, look at this picture: https://prnt.sc/gg20u7 it is positioned
    outside of the phone frame. Can you change this for me pls?

    4. Never mind, I figured it out!

    5. And another thing im trying to figure our which I find very difficult to find a good answer to but should be a super common quesion is:

    When I add a big picture on my wordpress site, it looks big and good on the Computer. BUT when I look at the phone the picture it is very very small. How do I do to take like a normal size image to not get so shrinked on the phone format?

    The image you see on: https://prnt.sc/gg20u7 is: 2800px x 1719px this is a huuuge image. It takes up my whole screen on the computer but on the phone it is much much smaller. I know this can’t be the right way to make big images on the phone. I would need to have like 10 000px x 10 000px if I’d like it to cover the whole Phone in this way.

    So my question is:
    How do I add an image to my wordpress site that looks big on the phone whitout having to upload a super huge image.

    Thank you!

    Please, contact administrator
    for this information.
    Avatar: laranz
    Laranz
    Participant
    September 4, 2017 at 07:04

    Hi,

    1.1. & 1.2. Use this Custom CSS,

    .badge-number { background-color: #fff; font-weight: bold; }

    1.3

    @media only screen 
      and (min-width: 320px) 
      and (max-width: 480px) {
    .badge-number { margin-right: 10px; padding-left: 7px; }
    }

    1.4 Can you show the actual URL where this happens?

    Let us know,

    Thanks,
    laranz.

    Avatar: rfgroupab
    rfgroupab
    Participant
    September 6, 2017 at 08:22

    Hello

    1.1-1.3
    Thank you!

    1.4

    If you take a look at this image here: https://prnt.sc/ghocvs
    You can see that “BILD1” (1168x624pxl) is alot smaller than “BILD2″(2800x1719pxl) on the PC. But when you look at the phone they are basically the same size even though BILD2 should be ALOT bigger right?

    I would like to add an image to be the same size as “Pic3” (a picture that almost covers the whole phone) but only on the phone then ofcourse. How can I do this?

    These are the urls of the pictures that you asked for.

    BILD1: https://www.roseandflores.com/wp-content/uploads/2015/04/bild.png 1168x624pxl
    BILD2: https://www.roseandflores.com/wp-content/uploads/2015/04/MOBILbildtop2.jpg 2800x1719pxl

    Thank you so much!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 8, 2017 at 09:38

    Hello,

    Sorry for the delay.
    Please try to add this code in Custom css for mobile:

    .bild-banner img {
        min-height: 600px;
    }

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    September 8, 2017 at 23:24

    Hi.

    Okey thank you that workder!

    But then I tried to do the same code to this image: MOBILbildtop2
    Like this:

    .MOBILbildtop2-banner img {
    min-height: 600px;
    }

    And it didn’t work.
    Why?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2017 at 08:51

    Hello,

    I’ve added custom class http://prntscr.com/gjokwu Please check.

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    September 13, 2017 at 05:56

    Hey!

    Okey thanks!

    I’ve now noticed another problem.

    When I go into this page on my phone: https://www.roseandflores.com/return-and-exchange/
    It looks like this: https://prnt.sc/gki59b (on the right side)

    So the text insn’t visible at all and when I press the arrows nothing happens.
    So how can I fix this so the page doens’t look totaly blank?
    I think it is a problem with the elemnt FAQ!

    On the left side is this url: https://www.roseandflores.com/common-questions/
    I don’t want these images to be uneven like this. Can you help me fix so that they are right on top of eachother?

    You have my information down below if you would need it!

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 13, 2017 at 09:01

    Hello,

    1. You added this http://prntscr.com/gkjk7n, so on mobile, you have the current result. I’ve removed this padding, so please check Return & Exchange page now.
    2. On this page you have the similar problem http://prntscr.com/gkjlmk
    I’ve made some changes. Please check.

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    September 15, 2017 at 08:42

    Hi.

    Thank you so much again.

    I need help now and please as fast as possible, I am just about to launch the site.

    But now I have a serious problem. When I go into my checkoutpage the detailinformation is already filled in with a person and my phonenumber and a mail.

    Look here: https://prnt.sc/gle0x8 this is how it looks right after I enter the page. It even does so for my friend who entered it from his computer.

    I contacted my hostingprovider and they cleared the chace but it didn’t help. They said that you should know what to do and help me.

    Please help me out with this. If you can go in to my wordpress and fix it would be great, I added my information below.

    Thanks!

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 15, 2017 at 09:02

    Hello,

    You’re welcome!
    Please do not worry, it is not a bug or problem. The same situation you may see with Storefront theme (official WC theme). These fields are filled automatically by information from your profile that you may see in Dashboard > Users.

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    September 15, 2017 at 13:49

    Hey.

    I dom’t understand. So this won’t show up for other users? If I still want to remove this, how can I do it?

    Regards
    Hugo

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 15, 2017 at 14:06

    Hello,

    For others users, there will be shown their own information or nothing, it depend on if it is his first purchase or they already bought something on your site and have appropriate information on http://prntscr.com/glhs7k As I said before, the same situation persists with default theme so it doesn’t relate to our theme so you may contact woocommerce support to remove this.

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    September 15, 2017 at 14:29

    Okey.

    I had my https://www.roseandflores.com/my-account/ in the trash before. Should I have it activated or in draft, or does that not matter at all?

    And this is what the username is: https://prnt.sc/gli6cf

    That is not what is shown when I enter the checkout, then the name is Anton Kreum ?? 😮

    Regards
    Hugo

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 15, 2017 at 14:44

    These questions relate to woocommerce functionality, not strictly to our theme, so contact woocommerce support to sort out.

    Regards

  • 1 2 3
    Viewing 58 results - 41 through 58 (of 58 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.