alphonix
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] SecurityIt’s a good idea i think, also because https get errors with file_get_contents function.
Forum: Plugins
In reply to: [Woocommerce Role Pricing] Role pricing do not work with ajax requestI found, it’s because in your function you put a condition :
if($post==null)
Why put this condition to apply correct price ?
Which option, admin acces to your demo doesn’t works right now.
And i don’t see option in the free demo which provide this.
Is it working with Polyland ?
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] Suggest new option !Sorry about my english, it may i didn’t explain it good.
But i need to upload this image but not be appear without selection.
Here you are my example :
I have a “Mascara”, i have 3 differents colors: blue, green, black like variations.My main image is black. My gallery get common image “Mascara closed”.
I don’t want show blue or green variation in the loading of page, and don’t want to select by default a color.
I want only show Mascara blue or green if i click on the attribute not before because else i had too much pictures in the first loading and under the black version.
But do as you want.
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Variation not synchronize correctlyForum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Variation not synchronize correctlyI always figured out about this problem…
If i desactivate Default Attributes in the Meta list and i try to edit english product with variation i got this error :
Argument #1 is not an array in wp-content\plugins\woo-poly-integration\src\Hyyan\WPI\Product\Meta.php on line 268
- This reply was modified 8 years ago by alphonix.
I get the same message Unique! when it should delete old variation.
I find a little solution by myself but it’s not very clean to do this..
Activate “Translate Categories” option to got categories translations and when you need to change picture (thumbnail) of category of UK version you need to Disactivate it before otherwise picture is change for FR version too. After you can re-Activate it, and you got category picture different for each languages.
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] FATAL errorNow, it’s works with Ploylang, thx you
Now my theme is break, it’s not a big deal, just a class to add on woosvi_strap div.
But i saw a more important problem, it overwrite my flex slider on my thumbnail pictures.
Example of my theme : https://8theme.com/demo/legenda/shop/bacaro-grape-2002-4/
Forum: Plugins
In reply to: get_terms() orderby term meta?Thanks very much for this solution, the official documentation is very bad about that.
- This reply was modified 8 years, 4 months ago by alphonix.
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] FATAL errorYes i used Polylang.
What can i do ?
Thanks you very much
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] FATAL errorThanks to your fast help.
But I don’t want use WPML plugins, is it mandatory to use your plugin ?
Alphonix
Forum: Plugins
In reply to: [Shortcodes by Angie Makes] Google Maps not workingHello,
You need to set your Google API KEY, this plugin do not allow you to set it.
In my case i set it in wp-config.php and modify this plugin a little bit.
Good luck
- This reply was modified 8 years, 6 months ago by alphonix.
Forum: Plugins
In reply to: [Simple Ads Manager] 403 Ajax errorI found finally alone the problem, some security plugin like Sucuri Security allow you to protecte wp-content folder.
This Security plugin generate .htaccess in the wp-content with :
<Files *.php>
deny from all
</Files>That was the problem !
I resolve it with an other .htaccecs in wp-content/plugins/simple-ads-manager/ where i put :
<FilesMatch “sam-ajax.php|sam-ajax-loader.php”>
Allow from all
</FilesMatch>I was thinking about desactive this plugin to test, but protection .htaccess was not clear when you uninstall or delete the plugin.
I hope my messages will help someone else.
Forum: Plugins
In reply to: [Simple Ads Manager] 403 Ajax errorDon’t want to create multiple account
For the ajax call sam-ajax.php, the POST is : action
sam_maintenanceDo you help you to know the problem ?