Woocommerce variatsions

Hi Theme.co team

after updated wocommerce + X theme + WP

i have founds few issues can you please help me out?

  1. 4 colums are enabled in theme but shop shows only 2.
  2. Variatsions not showing up

Regards
Erik

Hello Erik,

Thanks for writing in!

1.) Please go to X > Theme Options > WooCommerce > Shop and then set the “Columns” to “4”.

2.) Please also make sure that you have set up the variations correctly. Please review the documentations here:

Hope this helps. Kindly let us know how it goes.

Hi

  1. Shop Columns set to 4.
    source code “

  2. Variatsions are set on the product side, but fromtpage wont show them.
    https://travelaid.ee/tooted/gps-tomtom-go-500/
    shows variatsion for sec and then hides

console:
DevTools failed to parse SourceMap: https://travelaid.ee/wp-content/plugins/cornerstone/assets/dist/js/site/cs-head.js.map
DevTools failed to parse SourceMap: xxxx://travelaid.ee/wp-content/themes/x/framework/dist/js/site/x.js.map
DevTools failed to parse SourceMap: xxxx://travelaid.ee/wp-content/plugins/cornerstone/assets/dist/js/site/cs-body.js.map

Regards
Erik

Hello Erik,

Please ignore the warning messages in the console. It is looking four source maps.You can ignore the source maps error as it is not necessary in loading the page. It will only be used when you are debugging the page. https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

I need to check your site why the columns and the variations is not working. Please provide us access to your site. You can insert your WP credential in a secure note when you reply. To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Thank you in advance.

Hi

This would be super.
Maybe I’m missing some settings.

Regards
Erik

Hi Erik,

Quite weird, based on the code, it ahs 4 columns and the setting is correct. The problem is, the first class is added on every 3rd item which caused this column issue. Would you mind providing your FTP login credentials as well? And yes, variation isn’t displaying, there is no script issue, there is just no data displayed.

And could you try setting up a staging or clone copy of your site where it’s still not updated? I like to use it for comparison. Or, you can restore your site back to when it’s still working and just test the updated on a staging site. Please check this for staging https://theme.co/apex/forum/t/slider-revolution-error-message/48874

Thanks!

Hi

Added ftp above.

I can copy woocommerce plugin folder( ver. 2.3.7) somewhere to ftp. as the page was hacked don’t want to setup it again.
added to /backup/woocommerce.

Is there an option when i copy woocommerce plugin back with ver 2.3.7, will it work with latest theme X woocommerce files?

Regards
Erik

Hello Erik,

I have logged in and have reinstalled a fresh copy of X 6.5.6 in your site.
The variations seem to display now.

Please check your site now.

Hi

Thank You for Super-fast A++ support.

There is some minor settings but i think i can handle.
Custom css is defined on the theme option page > css part?

Regards
Erik

Hi Erik,

Yes, it’s usually added there but there are custom CSS on child theme’s style.css as well. Though, the child is inactive now so there is no active custom CSS as well. Please activate the child theme if you wish to use and modify the custom CSS on it.

Thanks!

Sorry, yes correct child x.
Activated child.

Have forgot this.

Thank you

Regards
Erik

You’re welcome!

Hi Erik,

It’s not used by the theme, and it’s not a PHP Executable, it’s a javascript file php.default.min.js than runs within the browser and on the server. Perhaps your security tool is flagging anything that uses eval() keyword. It’s being used on many programming languages and not just on PHP.

The eval() in javascript is also used to attack visitors, but if they can do that then it only means they already hacked your server as they can inject their own eval() to attach the visitors.

And it’s not eval() the actual problem, it’s the code inserted within it. Even if you see an eval() on that file but the code in it isn’t from the hacker then there should be no security issue. The issue is if they can add eval() with their own attack codes.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.