marcolo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [YITH Proteo] product page with slider?Grazie Francesco,
ho risolto inserendo nei campi aggiuntivi del singolo prodoto l’id dello slider in header_slider.
saluti
marcoForum: Plugins
In reply to: [PDF Invoices Italian Add-on for WooCommerce] Ricevuta obbligatoriaSalve,
succede anche a me che il codice fiscale non risulta obbligatorio.Forum: Plugins
In reply to: [flowpaper] disable the download functioni’m interested in too.
there is any way to hide or disable download button and sharing button?
Forum: Plugins
In reply to: [Category Checklist Tree] Plugin Not Working in Admin Menus, Any Fix Please?same problem, please solve this! thanks
i’ve the same problem, please solve asap this problem.
Forum: Plugins
In reply to: [WP Super Popup] [Plugin: WP Super Popup] text link to close the popuphi,
here my solution:first do you make your popup by the editor
then rename the file uploads/smp_popup.html in something else .php
into the new file .php you have to insert the next code in the head section to grab the url in the parent frame:
<script type="text/javascript"> function myurl() { var parentUrl = parent.location.href; return parentUrl; } </script>then insert in the place you want the link to close the popup (in this case is a image link):
<script type="text/javascript"> document.write("<a href=" + myurl() + " target=\"_top\"><img title=\"Enter into the website\" src=\"/wp-content/uploads/2011/07/enter_website.png\" alt=\"Enter into the website\" width=\"225\" height=\"80\" /></a>") </script>at last, you have to insert the complete url in the admin panel, to load the new page.php instead of the default html page.
ciao
marco