Viewing 15 posts - 1 through 15 (of 22 total)
  • #267667
    muscle
    Member
    Post count: 37

    Hi i find next bugs in theme..

    See :

    1.Why it is not available in the language format :
    neighborhood-sk_SK.mo
    neighborhood-sk_SK.po
    I could add these files to the add to languages/themes and after updating the theme not deleted my language files…

    2.Shopping cart messy sidebar panel / left sidebar is crashed https://muscle.market/kosik/

    3.In responsive in ceckout https://muscle.market/kontrola-objednavky/ is Osobný odber – not responsive.. in other site is OK.. 🙁
    http://screenshot.cz/VA/VAGZS/screenshot_2016-05-16-04-39-11.png

    4.Does not change the color in customize settings, color menu :

    nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a {
    color: #1bbeb4;
    }

    5. In mobile responsive is not showing breadcrumbs

    6. Wishlist is not working : https://muscle.market/wishlist/view/

    8. Recaptcha in responsive mode is not responsive : https://muscle.market/produkt/peak-bcaa-tst-500-g/#tab-reviews (in mobile)

    Thanks for your time and error correction!

    #268234
    muscle
    Member
    Post count: 37
    This reply has been marked as private.
    #269018
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    1- Unfortunately we don’t have translation to all the languages since we depend on the customers that translate them and provide it to us so we can share with the rest of our customers.

    2- The sidebar seems fine to me. Can you explain further?
    https://www.dropbox.com/s/efoq2wcj0wyj6on/Screenshot%202016-05-20%2011.47.45.png?dl=0

    3- It’s displaying fine to me
    https://www.dropbox.com/s/51195aswmnja9jm/Screenshot_2016-05-20-12-11-28.png?dl=0

    4- What specific element are you trying to change the color? Menu items?

    5- That’s on purpose because in longer breadcrumbs it won’t be possible to display it correctly in the mobile due to size restrictions.

    6- Wishlist seems fine to me
    https://www.dropbox.com/s/ycqtewbpu002sjs/Screenshot%202016-05-20%2012.09.35.png?dl=0

    8. What recaptcha? this is what I’m seeing.
    https://www.dropbox.com/s/ctxo53w62dpjo52/Screenshot%202016-05-20%2012.06.54.png?dl=0

    9- Color Icon. What icon color are you trying to change? can you provide a screenshot and url?

    Thanks

    -Rui

    #270264
    muscle
    Member
    Post count: 37
    This reply has been marked as private.
    #270706
    David Martin – Support
    Moderator
    Post count: 20834

    1) You need to install and activate the supplied child theme, you can then add your translation file to the child theme /language/ folder.

    2) Are you referring to this? If so, this is caused by your own modification or 3rd party plugin. – What changes have you made?

    3) I do not see that in Chrome or Firefox + Mac. What OS are you using?

    4) The colors are all set here, this could be being overwritten by a plugin or child theme.

    You can use this CSS:

    nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a {
        color: #0882d3;
    }

    9)

    You can change like this:

    .sf-icon {
        color: #ccc;
    }

    Thanks.

    #272013
    muscle
    Member
    Post count: 37
    This reply has been marked as private.
    #272586
    David Martin – Support
    Moderator
    Post count: 20834

    1) It will indeed work. Please look inside the child theme functions.php file. You will see the line of code that loads the language translation is commented out. You need to remove the // from the code line. Add your FTP details and I can help you further.

    2) This is caused by a modification via the child theme or a plugin. I’ll need your FTP details to help you, I cannot view your child theme folders.

    3) This is what I see:

    http://d.pr/i/hVoT

    4 & 9) I’ll look into this further when you add your FTP details.

    – David.

    #273057
    muscle
    Member
    Post count: 37
    This reply has been marked as private.
    #273748
    David Martin – Support
    Moderator
    Post count: 20834

    You have not created the/language/ folder in your child theme? Crate that, add within that folder your .po and .mo file.

    Then add this to your child theme functions.php:

    load_theme_textdomain('swiftframework', get_stylesheet_directory().'/language');

    Thanks.

    #277175
    muscle
    Member
    Post count: 37
    This reply has been marked as private.
    #277664
    David Martin – Support
    Moderator
    Post count: 20834

    2.

    Can you activate your parent theme.

    Please can you disable all plugins leaving only Swift Framework and WooCommerce active.

    4. You put it here, Theme Options => Custom CSS. I have done this for you and it works.

    nav .menu li.current-menu-ancestor > a, 
    nav .menu li.current-menu-item > a { color: #0882d3; }

    5. As above, I have added it and it works. Theme Options => Custom CSS

    #277666
    muscle
    Member
    Post count: 37
    This reply has been marked as private.
    #277857
    David Martin – Support
    Moderator
    Post count: 20834

    To add it to the child theme, you need to have a child theme CSS stylesheet, which is correctly added to your site.

    I suggest you keep in the Theme Options => Custom CSS.

    Thanks.

    #277979
    muscle
    Member
    Post count: 37
    This reply has been marked as private.
    #278304
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    By default there is no sidebar on the cart/checkout page. How have you added that, did you modify the core theme files?

    – David.

Viewing 15 posts - 1 through 15 (of 22 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