In continue of post #54543 - by adierel - on WordPress WooCommerce support

This topic has 13 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: adierel
    adierel
    Participant
    April 3, 2015 at 22:03

    hey again
    so a few issues that I noticed after all the changes:
    1. after adding the cart icon – I wanted to make the “cart” text visible so I had turned it grey – but it is aligned to the left and is covering the icon of the cart. how can I take it a bit to the right?
    http://screencast.com/t/JoQe6KRI39
    2. can you delete this icon from the mobile version – because it appears twice after scrolling)
    3. on mobile the assigned menu isn’t ok because there is no sub menu (which is very important in my case)
    4. on mobile version the custom tab on the single product’s page isn’t positioned in the right place
    5. in the footer this line is twice: All contents copyright 2014 ChuChick
    although in the widgets panel it appears once.
    6. in the single product page ex: https://www.chuchick.com/shop/shliekes-dress/
    the additional products should be lower in about 35 px http://screencast.com/t/6vFppHPGGIj
    as you can see now it is touching the custom tab

    thanks so much again:)

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 4, 2015 at 09:09

    Hello,

    1. Please add this code in custom.css:

    .fixed-header .cart-summ a {
      color: grey !important;
      padding-right: 45px !important;
    }

    2. Use this code:

    @media (max-width: 767px) {.fixed-header .shopping-cart-widget {
      display: none;
    }}

    3. Could you please show a screenshot what menu you’re talking about?

    4. Add this code in custom.css:

    .tabs.accordion {
        position: relative !important;
    }

    5. In Footer Copyright area in Appearance > Widgets you have 2 Text blocks.
    Please remove one of them.

    6. Use the code provided in the 4th answer.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: adierel
    adierel
    Participant
    April 4, 2015 at 14:43

    hey eva!
    1.2. ok
    3. the assigned menu for mobile version is “top menu”
    and as you can see on desktop version it has sub menu
    but on mobile there is no sub menu http://screencast.com/t/lMx2Gittf
    4. the custom tab on mobile looks like this: http://screencast.com/t/KsnKB2QUVQ
    it is narrow+long and you cant read it at all
    5.ok
    6. with this code there is that bid gap again – can you provide me with a code that gives the additional products section a padding/margin from the top? will that fix this issue
    7. in the home page there are suppose to be 4 products (all are available in the inventory- but only 3 are appearing) http://screencast.com/t/8BL3wTsfTkx

    thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    April 4, 2015 at 15:20

    Hello,

    3. I’ve added this code in custom.css section:

    .et-mobile-menu li .open-child::after {
       background-image: url("http://www.chuchick.com/wp-content/themes/legenda/images/small-plus.png");
    }

    Now “plus” icon is shown to open drop down menu.

    4. I’ve added this code in custom.css block:

    @media (max-width: 768px) {.tabs.accordion {
      width: 100%;
    }}

    Please check tabs on a mobile device now.

    6. I’ve edited the code. Please check the tabs now.

    7. You marked the product as hidden. I’ve changed the settings:
    https://s3.amazonaws.com/fvd-data/notes/168674/1428156163-8CTCd9/screen.png
    Now it’s displayed on the home page. Please clear browser cache and check.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: adierel
    adierel
    Participant
    April 4, 2015 at 20:50

    hey eva
    3. great!
    4. the custom tab in mobile looks good before you click on it- but when you do click on it nothing happens(no text opens up)
    6. before you choose a size all looks good but the moment that you choose a size a click on the red button, the custom tabs goes over the add to cart button – so ypu basically cant add to cart
    http://screencast.com/t/0iD8tOEaxitb
    ex page: https://www.chuchick.com/shop/soft-sole-red-and-flowers/
    same problem with mobile version when you turn the phone (horizontal view)
    7. great!
    8. i am having issues with the site and getting ssl error. talked to host and they told me to check with this site https://www.whynopadlock.com/check.php
    this is the error I am getting
    http://screencast.com/t/I6wU0MdR5io
    this is only from the last 24 hours. can some of the modifications that we did in the site be causing this and what can we do?

    thanks!

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 6, 2015 at 13:08

    3.I have changed tabs location in content-single-product.php within Child Theme and removed/edited css code for them. Please check your site now.
    8. You are using custom.css plugin. Please watch how to use default theme custom.css.You simply transfer your cod eto the custom.css and uninstall this plugin.

    With best regards
    Brian Johnson

    Avatar: adierel
    adierel
    Participant
    April 9, 2015 at 07:15

    hey
    thanks again!
    8. do I transfer the code to default custom css (after creating one in the child theme. becayse I had tried this and every change that we have made (with the codes that you gave me didn’t take place (I had also erased the css from the plugin.so what should I do?
    9. i want to delete the search bar from the header http://screencast.com/t/mtxiteQcX
    in the entire site and instead i’d like to put a picture about 50*50 px and that this picture will be a link.

    thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    April 9, 2015 at 08:05

    Hello,

    8. You need move the code to style.css of the child theme. If you’re using custom.css of the parent theme, that’s fine, changes won’t be lost after the theme update.

    9. In this case you need edit header.php file and add your image with link instead of search form.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: adierel
    adierel
    Participant
    April 9, 2015 at 08:27

    hey eva,
    can you help me out with #9?

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 9, 2015 at 08:39

    This is an addtional customization that lays beyound the scope of our support. The code for the header search form within header.php is`
     
    `
    You may remove/replace/edit it in child theme and we can only advice you the location of code or files in case you wish to edit them.

    With best regards
    Brian Johnson

    Avatar: adierel
    adierel
    Participant
    April 19, 2015 at 07:36

    Hey guys!
    thanks for all the great help:))
    there are a number of additional things I would like to fix
    1. I have noticed that in explorer and firefox there is a problem with the top language widget – i have a banner that doesn’t show up in explorer+firefox
    this is how it looks in chrome: http://screencast.com/t/n2WLihihb2U
    this is how it looks in ie+firefox: http://screencast.com/t/9gN8Hy7Dzaa
    2. I want to add another product category to the top menu “Sale” but I want this category to be in red or another color- how do i achieve this?
    3. when I make my browser smaller to see how it would look like in laptop there is a point the the third row falls down but instead I’d like for there to be rows of 2 and not 2 and then 1
    (i have also checked this on laptop and thats how it really shows): http://screencast.com/t/GJCr8EQGj

    here is a site that displays it the way i like: http://www.biggies.co.il/boys.html

    thanks!
    Adi

    Avatar: adierel
    adierel
    Participant
    April 19, 2015 at 19:16

    in addition to what I wrote above,
    there is another issue
    after the page (doesn’t matter which one) is fully loaded (only in chrome),
    there is a huge white gap over the header section: http://screencast.com/t/DyXR3I7D
    please watch till the end of the loading, this is really weird – how to solve this?

    thanks!
    Adi

    Avatar: Eva
    Eva Kemp
    Support staff
    April 19, 2015 at 20:52

    Hello,

    1. Sorry, but I see only languages icons at the top as in Chrome so in Firefox and there are no any widgets in “Place in header top bar” area in Appearance > Widgets.

    2. You can change color only for one menu item in Appearance > Menus, open the menu tab of your item and below “CSS Classes (optional)” write your css class (for example: my_class).
    You can enable CSS classes at the top of admin panel, just click “Screen Options”
    Then you should edit custom.css file, add the code:
    .my_class a {color: red !important;} and write your color value.

    3. Your link isn’t working. Could you please show a screenshot?

    4. The big white space above the header is present only with your child theme. If you activate parent theme there is no such issue. So you should check your modifications in the child theme.

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 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.