Viewing 6 posts - 1 through 6 (of 6 total)
  • #290251
    thecmann1
    Member
    Post count: 5

    I have a few issues that I’m trying to resolve:

    1. -1- On the accounts page the login and register forms have some style issues. The register form has a grey background, the login has no background and the login fields have a border and no padding. I have attached a screen shot
    2. -2- The “Select Options” text at the bottom of the product thumbnails has a grey background and is causing the whishlist button to wrap to the next line. It seems like it is wrapped in a div with the “gridlist-buttonwrap” class which is causing the problem. I have also attached a screenshot for this.
    3. -3- How do I disable the list and grid view buttons? I just want to keep it in grid view permanently
    4. -4- Although I don’t want to use the list view, I thought I would report that it has some issues: 1. Overall it just looks odd and the spacing is weird. 2. It shows the second product thumbnail and when hovering over a product it shows no thumbnail. 3. The “Select Options” and wishlist button spacing is weird and there is a white line running all the way through it. 4. The name and price are underneath the thumbnail but I think it would make more sense to go next to it.
    5. -5- On the products page the cart popup is displayed underneath the sort dropdown box. I already fixed this myself by changing the dropdown box form z-index to 1 but thought I would report it anyway.
    6. -6- The maintenance mode logo cannot be changed. Some people have reported this already but it still doesn’t work for me so I’m reporting it again. I did fix this myself by simply replacing the image with my own using FTP.
    7. -7- The favicon in maintenance mode is incorrect
    Attachments:
    You must be logged in to view attached files.
    #290495
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this custom css code:-

     .woocommerce form.register {
      border: 1px solid #eee !important;
        padding: 20px !important;
        background: #f7f7f7 !important;
    }

    2- Please use this custom css code:-

    .woocommerce ul.products li.product .product_type_variable {
        margin-top: 8px !important;
        background: transparent !important;
        color: #fff !important;
    }
    
    .woocommerce ul.products li.product .gridlist-buttonwrap{
    width:50% !important;
    float:left !important; 
    }

    3- Please use this custom css code:-

    .gridlist-toggle{
    display:none !important;
    }

    Thanks
    Mohammad

    #290516
    thecmann1
    Member
    Post count: 5

    Thanks. Do you have a solution for #7? The favicon I set isn’t used in maintenance mode.

    #290524
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please create a page for maintenance. Now choose this page at Admin > Theme Options > General Options > Enable Maintenance > Choose custom page here. You can choose Custom Maintenance Mode Page below this option.
    Thanks
    Mohammad

    #290527
    thecmann1
    Member
    Post count: 5

    OK thanks, I thought there might be a way to fix this using the built in page.

    #290529
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok 🙂 .
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register