Problem after updating to woo 2.5 - by colibry

This topic has 18 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson

  • Avatar: colibry
    colibry
    Participant
    January 18, 2016 at 20:07

    Hello Authors, after i have update woocommerce to 2.5 my price have some strange code around and i can’t find weare is located.
    /*
    89.00 lei 49.00 lei
    inc. Tva
    În stoc
    /*]]>*/

    Second problem:

    I still can’t find a right setup for the menu columns to be like on the https://www.8theme.com/demo/legenda/?et_styles=1-2-1-0-5-0-12-0-12
    Need: FOLII TELEFOANE
    FOLII TABLETE
    to be like Shop in your demo.

    Thanks for grate support.

    Please, contact administrator
    for this information.
    17 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 19, 2016 at 08:27

    Hello,

    Do you mean you want to add images to drop down menu?
    As I see you created full width menu with columns. What exactly do you want to add?

    Regarding the price, I’ve activated default Woocommerce theme Storefront and the same issue persists there too. So it’s not the theme issue, but the plugin.
    Try to reupload Woocommerce plugin via FTP.

    Best regards,
    Jack Richardson.

    Avatar: colibry
    colibry
    Participant
    January 19, 2016 at 12:13

    Hello Jack, thanks for your help.
    I was find the problem was minify JS from w3 cache plugin.

    About menu like you see i have setup but is like a mess, on your demo you have more close all that columns. the image is not a problem to add, i was tested and its work. But first i need all that sub-menu to be positioned well and not with all that space. Like you see the last column is moved down.

    I hope you understand me.

    thanks.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 19, 2016 at 17:28

    Hello,

    I’ve added et-col2 class for submenu items of “Folii Telefoane” item:
    http://storage2.static.itmages.com/i/16/0119/h_1453220786_3510423_eb5f77c0df.png

    Please check drop down menu of this parent item.

    Best regards,
    Jack Richardson.

    Avatar: colibry
    colibry
    Participant
    January 19, 2016 at 21:17

    Yes its perfect now. If i will add an image it will move all the menu columns to the left right? the padding betwin columns it will decrease?

    Thank you verry much.

    Verry useful help.

    Avatar: Eva
    Eva Kemp
    Support staff
    January 20, 2016 at 13:52

    Hello,

    No, menu columns won’t be moved to the left if you add an image. You can set column width for image too using classed from et-col1 to et-col12 as described in the documentation:
    https://www.8theme.com/demo/docs/legenda/index.html#!/primary_menu

    Regards,
    Eva Kemp.

    Avatar: colibry
    colibry
    Participant
    January 20, 2016 at 14:26

    Then if i need an image like in the demo for my menu Folie Telefoane, what et-col need to set for that image?
    Thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    January 20, 2016 at 14:50

    Hello,

    In Shop menu we used et-col5 class for the image.

    Regards,
    Eva Kemp.

    Avatar: colibry
    colibry
    Participant
    January 24, 2016 at 15:26

    You have meet this problem in the past?

    1. When i set the header version with search box, the search function is not working give me no results found.
    2. When is set the click on zoom the pop-up search is working. (but for the results can ai set to give me just what i search not other products to? ex. if search S6 Edge it give me first result S6 Edge products and down lot of other products from the same category, i don’t want to make my client confuse.)
    Thanks.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 25, 2016 at 13:23

    Hello,

    1. I’ve reuploaded theme files. Please check header type with search box now.
    2. It shows all results where search phrase persists, not only in product title name.

    Best regards,
    Jack Richardson.

    Avatar: colibry
    colibry
    Participant
    January 25, 2016 at 13:47

    1. Now its working thanks.
    2. Can i set a filter or you plan in the future to make this filter for products only? Or you recomand me a best plugin/solution for woocommerce search in products/tags? For e-comerce website this is vital a good search function.
    3. How can i increase the height of search bar and results flyout?

    Thats it for now,
    Thank you verry much for this premium support.

    Grate Team.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 26, 2016 at 11:14

    Hello,

    2. All available theme search settings can be found in Theme Options > Search. Unfortunately there are no additional search filters. In this case you can try to use 3-rd party plugin.

    3. Use this css code in custom.css to increase search bar height:

    .search .et-mega-search form input[type="text"] {
       height: 35px !important;
    }

    Set the value to your needs.

    As for the results layout please clarify what exactly you want to change, show us a screenshot for better understanding. Thank you.

    Best regards,
    Jack Richardson.

    Avatar: colibry
    colibry
    Participant
    January 26, 2016 at 11:51

    Thanks, the width: on search was solved the width results to.

    You recomand me some 3-rd party plugin for better search in products? And easy to integrate with your theme.

    How i can increase the number of results? Now are 3.

    You are making custom changes for extra cost?

    I need my header part with logo, search, favorites, my account, cart to look like this :
    http://www.emag.ro/
    How much can cost me?

    Thank you.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 26, 2016 at 17:15

    Hello,

    You recomand me some 3-rd party plugin for better search in products? And easy to integrate with your theme.

    In my previous post I said that our theme doesn’t have such search filter options that’s why you need to try some 3-rd party plugin to achieve what you want. Please note we don’t give guaranty for full theme compatibility with all 3-rd party plugins you are using.

    How i can increase the number of results? Now are 3.

    To change number of result items you need to edit the wp-content/themes/legenda/framework/theme-functions.php file in line 1824, change code
    $args['count'] = intval($_REQUEST['count']);
    to
    $args['count'] = 6;

    Set the value to your needs.

    You are making custom changes for extra cost?
    I need my header part with logo, search, favorites, my account, cart to look like this :
    http://www.emag.ro/

    We provide basic support for our themes. Sorry but we don’t make additional customizations.

    Best regards,
    Jack Richardson.

    Avatar: colibry
    colibry
    Participant
    January 26, 2016 at 17:29

    Thanks the count for search was working.
    I was understand about 3-rd party i was just want to know if you know some clients that are using some 3-rd plugin for search and is working well with your theme and have good results for a big shop. thanks.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 26, 2016 at 18:01

    Hello,

    Unfortunately we don’t have such information, sorry.

    Best regards,
    Jack Richardson.

    Avatar: colibry
    colibry
    Participant
    January 26, 2016 at 19:24

    About that error in backend what you can say ?
    Uncaught ReferenceError: vc is not defined. admin.js:253
    https://smartprotection.ro/_smart/wp-content/themes/legenda/framework/js/admin.js?ver=4.4.1

    Thanks.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 2, 2016 at 13:23

    Hello,

    Please sorry for such long delay.

    About that error in backend what you can say ?
    Uncaught ReferenceError: vc is not defined. admin.js:253
    https://smartprotection.ro/_smart/wp-content/themes/legenda/framework/js/admin.js?ver=4.4.1

    Please update the theme to the latest version 2.11.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.

    Don’t forget to create back up of your files and database before starting update process!

    Best regards,
    Jack Richardson.

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