robertosalemi
Forum Replies Created
-
I see the HTML code generated in the page…
Into link, the tag src is empty…
For example:
<a href="https://scontent-mrs1-1.cdninstagram.com/vp/36cd812ef8d7f779fc90ee61a5709481/5B090199/t51.2885-15/e35/26870567_265436177326308_8944581796956209152_n.jpg" target="_blank" title="Volcano is the Yellow of sulphur crystals outlining the fumaroles" class="fancybox" rel="fancybox"><img src="" alt="Volcano is the Yellow of sulphur crystals outlining the fumaroles" title="Volcano is the Yellow of sulphur crystals outlining the fumaroles"></a> <img src="" alt="Volcano is the Yellow of sulphur crystals outlining the fumaroles" title="Volcano is the Yellow of sulphur crystals outlining the fumaroles"> </a>Forum: Plugins
In reply to: [WP Booking System - Booking Calendar] Import external iCal calendarHi,
just I’m using the iCal feed to export my calendar.Thanks a lot,
Roberto.Forum: Plugins
In reply to: [Contact Form 7] Get value of input radio into same pageOk, I will try it!
Forum: Plugins
In reply to: [Contact Form 7] Multiple attachments configured by userOk, thanks!
Forum: Plugins
In reply to: [Contact Form 7] Get value of input radio into same pageUhm, sorry but I don’t understand.
How can I send the value of “linguaggio” as input type hidden of CF7?
Thanks.
Hi,
i’m sorry, I resolved.I had not setted the preview image to the gallery.
Thanks.
Hi richard,
sorry for my question.In “The Show Again Tab” section, I set
Use Show Again Tab > NoThanks a lot.
Forum: Plugins
In reply to: [Arconix Portfolio] Compatibility with FancyboxOk, thanks for your rapid support.
But If I would integrate whatever effect similar to lightbox or fancybox, which one plugin is compatible with the your plugin?
Forum: Plugins
In reply to: [Arconix Portfolio] Compatibility with FancyboxIn page of my site, the filter by Features not works!
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Template in my languageThanks again! 😉
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Template in my languageGrazie,
it works fine, thanks a lor for your support.Last question: what is /g replace?
Thanks.
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Template in my languageHi josephhawes,
thanks for your support.I have a problem:
1) in my functions.php I add:function wpb_adding_scripts() { wp_register_script('my_script', get_template_directory_uri() . '/js/my_script.js', array('jquery'),'1.1', true); wp_enqueue_script('my_script'); } add_action('init', wpb_adding_scripts);in my file my_script.js:
jQuery(document).ready(function() { alert('ciao'); var an_html = jQuery('#auction-nudge-feedback').html(); //Translations... an_html = an_html.replace(/in USA/g, '*in Italia*'); jQuery('#auction-nudge-feedback').html(an_html); });The message ‘ciao’ is displayed, but not replace runs.
Why?
Thanks a lot!
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Template in my languageHi,
thanks for your support.I addes my script js in a custom file js in my theme.
And now? 🙂
Forum: Plugins
In reply to: [Auction Nudge - Your eBay Listings] Template in my languageHi,
i would translate this page: link.So I add my JS code:
<script type="text/javascript"> function auction_nudge_loaded() { //Get HTML var an_html = $('div#auction-nudge-feedback.auction-nudge').html(); //Used in multiple themes an_html = an_html.replace(/Positive Feedback/gi, 'Feedback Positivi'); an_html = an_html.replace(/months/gi, 'mesi'); an_html = an_html.replace(/Buyer/gi, 'Acquirente'); an_html = an_html.replace(/When/gi, 'Data acquisto'); $('div#auction-nudge-feedback.auction-nudge').html(an_html); } </script>But the traslantionnot be applied.
Where is the error?
Thanks.
Forum: Plugins
In reply to: [WP-ViperGB] Error on "Sign in" pageHi,
I resolved my problem generated with a incompatibility with another plugin, but now i don’t remember which was the plugin.Thanks.