andrearuffini
Forum Replies Created
-
+1
Forum: Plugins
In reply to: [GDPR] Contact Form 7 Checkbox integration+1
I also have the same problem.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] internal image with priority vs externalHi @marceljm,
in the new version I can’t find how to prioritize the internal image.
Can you please guide me?Thank you,
AndreaForum: Plugins
In reply to: [Featured Image from URL (FIFU)] internal image with priority vs externalThank you @marceljm,
This is a very good news!
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] internal image with priority vs externalthe 1 global toggle to change the internal or external priority is exactly what I am searching for to solve my issue.
Andrea
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] internal image with priority vs externalHi @marceljm,
well I have bought a service which gives me access to a database of stones pictures. The pictures are accessible only via url. Thanks to you plugin I have simplified the access to the pictures that now are usable as featured images instead of separate pictures.
Now some of the pictures are not so good or so explainatory then the ones I own and I need to overwrite the external ones with the ones I upload. At the same time I need to have the external ones written into the database because I update them with a wp all import procedure and not one to one. There are over 780 items into the database.
Ok, I can do it in my custom template using a custom field with the uploaded image but there are some plugins (as one I use to build collections of stones) that use the featured image and it’s annoying to code over all of them every time there is an update.
I hope there is a way to do this with your plugin.Thanks,
AndreaForum: Plugins
In reply to: [IM8 qTranslate WooCommerce] Short description does not store textI resolved the problem by putting this line of code into my themes functions.php file.
add_filter( 'wp_default_editor', create_function('', 'return "html";') );It seems that it would accept changes when default mode is Text (instead of visual).
Now I can’t switch between those two modes, but it works.Forum: Plugins
In reply to: [PrestaShop Integration] 2 problems with javascript ignition in headerResolved
Forum: Plugins
In reply to: [PrestaShop Integration] 2 problems with javascript ignition in headerok, resolved…
… it was a code snippet left on another integration trial…Now everything works well!
Andrea
Forum: Plugins
In reply to: [PrestaShop Integration] 2 problems with javascript ignition in headerok, I have found the error: in the configuration page in the field “PrestaShop path:” I have written “../” because I have wordpress in a subdirectory called blog.
I tried to find the way to write an absolute path but with no success.
What’s the right way to insert the absolute path?
Best Regards,
AndreaForum: Plugins
In reply to: [PrestaShop Integration] 2 problems with javascript ignition in headerok, I have found a little more info to solve the problem:
– in the root and the single post the js and css loaded are the prestashop ones and the wordpress one are not loaded;
– in the category listing js and css are the wordpress ones and the prestashop ones are not loaded.Is it possible to load in both cases the prestashop and the wordpress js+css at the same time?
Andrea
Forum: Plugins
In reply to: [PrestaShop Integration] 2 problems with javascript ignition in headerThank you François,
I have deregistered jQuery but I have still a difference between the root and the single post js+css (http://store.marioscrafts.com/blog/ and http://store.marioscrafts.com/blog/design-mostra-marios-ancora-ospite-di/ ) and the category listing js+css (http://store.marioscrafts.com/blog/category/blog/ – which seems to be the right one).
How can I have the same js+css in both?
Regards,
Andrea