YITH ajax sorting and other minor issues

This topic has 10 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 10, 2015 at 15:13

    Hi!

    A couple of question for an otherwise great theme 🙂

    1. I noticed that the YITH ajax sorting widget does not work great with WooPress. Is there anyway to make it work, since I prefer this function (with our page reload) to the standard woocommerce widget for sorting by attributes. Also, if I use the drop-down version of the woocommerce widget, the styling looks bad (to tight, not all text visible). Is there any solution to using the YITH widget, or to at least fix the styling of the drop down if using the standard woocommerce widget?

    2. Is there any way to replace the cart icon and/or change its color from red? I have also noticed that a few items, like read more and required field markings also are red even though I have change the main color to a brown color.

    3. Do you have any plans on making a header design where the logo is in the middle and you have half pf the menu items to the left and the other half to the right. This would look great 🙂 Maybe there is a way to fix this now with some special coding for my site?

    4. I just downloaded the theme again and installed it, and the version no still says 1.2.1, not 1.3, as on the download page. How come?

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 10, 2015 at 15:36

    Hello,

    1. Please add this code in custom.css file to fix the issue with Woocommerce Layered Nav widget:

    select.dropdown_layered_nav_color {
      width: 100%;
      margin-top: 10px;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    2. To modify cart icon you need use some image editor as the icon is placed in this file:
    wp-content/themes/woopress/images/sprite/icons.png. As I see “Read More” button has brown color when hovering it.

    3. We’ll take your suggestion into account and try to implement such feature in future updates.

    4. Please provide us with FTP credentials. Did you make any changes in original theme files, style.css, for example?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 10, 2015 at 15:54

    Hi!

    Thank you for the input. I will check the added code with the woocommerce layer nav widget. However it will still be reloading the page, correct? No way to use ajax with the sorting?

    4. I did not make any changes, except to the custom.css file, so it is quite strange that is says 1.2.1.

    thanks for the quick reply 🙂

    Please, contact administrator
    for this information.
    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 10, 2015 at 22:46

    Hi again!

    1. I checked the code added to the custom.css, and now the drop down menu look nice 🙂 However, I am still wondering if there is no way to get an ajax function working, so that the page do not have to reload when you use sorting by attributes. This would look nicer.

    2. I did find the icons.png, and made the shoppingbag black, and now it is working, thanks. Can I change the icon as well to something else if I want?

    3. When I press the quick look link, the spinning wheel (waiting icon before the quick look starts) is black on a white square. Is it possible to change this. It would look nicer if it was white or black without any square behind.

    4. I was checking out your royal theme, and was wondering how I can get the same top bar header with social media icons, newsletter sign-up and sign in /register links with floating windows (like the the demon for commerce/minimal).

    5. Did you find the reson why it says I have 1.2.1 of the theme, even though I just downloaded and installed the latest version?

    Avatar: Eva
    Eva Kemp
    Support staff
    March 11, 2015 at 12:57

    Hello,

    1. Sorry, but there is a conflict with that plugin. You may try to disable “Ajax “Add to Cart”” option in Theme Options > Single Product page and check it again.

    2. Yes, you can, the same file needs to be edited.

    3. You can even disable it in Theme Options > Single Product page > Ajax “Add to Cart” > Off.

    4. You can use header type with top bar in Theme Options > Header, for example header type 1, 2, 3, 4, 5 or others and add [share] shortcode in Text widget and place it in “Place in header top bar” area in Appearance > Widgets.

    5. May we reupdate the theme for you?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 11, 2015 at 14:58

    Hi!

    It is ok for you to re-update the theme for me. All I have made changes to is the custom.css and the icons.png, and those I can upload again. All images, text and such will stay, correct?

    3. It is not the add to cart animation I would like to disable, this I like, it is the spinning animation than I use quick-look. Is it the same place to turn it off? I would prefer not to have it turned of but without the with rectangle behind it.

    4. Regarding the header top bar, then I get the sharing icons, correct, but what about adding the links for account/log in/sign up there, and also sign up for newsletter?

    Another question: I use mail chimp for email and I have set up the newsletter function and added it to the footer, but the fiend and button does not stretch all the way out to the edge of the footer column. I would like to have it on one row, and all the way out. If this is not possible I would like to have the field all the way out, and the button under, aligned left. Is this possible? Maybe I need to contact mailchipm?

    Thanks again

    Daniel

    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 12, 2015 at 13:56

    Hi again.

    Did you have any information for me regarding updating the theme, and the other followup questions I had?

    Best regards
    Daniel

    Avatar: Eva
    Eva Kemp
    Support staff
    March 12, 2015 at 15:27

    Hello,

    I’ve reupdated the theme and now the version is 1.3.
    3. Please add this code in custom.css file for the loader:

    #floatingCirclesG {
      background: transparent url(images/loading.gif) no-repeat center center !important;
    }

    4. Unfortunately there is no option to add links to “Sign In”/”Register” section. Sorry.

    5. Concerning the newsletter field in the footer, use this code in custom.css:

    .mailchimp-inline input#mc4wp_email {
        width: 100% !important;
    }
    .mailchimp-inline input[type="submit"] {
        float: left;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nic_and_mel
    nic_and_mel
    Participant
    March 12, 2015 at 16:56

    Thank you for all the help 🙂

    Best regards
    Daniel

    Avatar: Eva
    Eva Kemp
    Support staff
    March 12, 2015 at 17:52

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘YITH ajax sorting and other minor issues’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.