ckourounis
Forum Replies Created
-
Do we have to include the first currency? I only want the product to be available in the second currency.
Forum: Plugins
In reply to: [Firelight Lightbox] Mobile Popup Is Not DisplayingHi Ravan,
I figured out what the issue was. We had this exact issue and conversation 1 year and 3 months ago on a different website hehehehe. I knew this was such a familiar issue!
https://www.ads-software.com/support/topic/ios-mobile-buttons-wont-open-popup/#post-8314964
The issue is with the X Theme / X Pro Theme. This code fixed the issue.
jQuery( function($) { $(window).load( function() { $('.x-btn').off('touchend touchstart'); } ); } );
Forum: Plugins
In reply to: [Firelight Lightbox] Mobile Popup Is Not DisplayingYes the popup works and the image shows. But I tested the button connected to the inline code and it still doesn’t popup.
- This reply was modified 6 years, 9 months ago by ckourounis.
Forum: Plugins
In reply to: [Firelight Lightbox] Mobile Popup Is Not DisplayingDo you mean something like this:
<a href="#fancyboxID-1">Click Me!</a> <img src="https://better-skin.ca/wp-content/uploads/2018/01/jerry-tan.jpg" />
- This reply was modified 6 years, 9 months ago by ckourounis.
Forum: Plugins
In reply to: [Firelight Lightbox] Mobile Popup Is Not DisplayingI remember using this plugin 3 years ago and the same issue happened. I tested all of the buttons just now and if I click the very right edge of all links, the popup works. For some reason when I add the fancybox-inline class, the entire button doesn’t work.
Also, can i have more then 1 tag linking/opening the same #fancyboxID-1?
- This reply was modified 6 years, 9 months ago by ckourounis.
Forum: Plugins
In reply to: [Firelight Lightbox] Mobile Popup Is Not DisplayingHi Ravan,
I tried on all pages, even the ones that don’t have the flexslider. I do notice that sometimes if I click on the edge of the button, it will popup. But the issue is still there.
Here is a page without the slider. https://better-skin.ca/contact-us/
- This reply was modified 6 years, 9 months ago by ckourounis.
- This reply was modified 6 years, 9 months ago by ckourounis.
Forum: Plugins
In reply to: [Calculated Fields Form] Multiplying A Value With A RangeOhh sorry it goes into “Set Equation” field. Wow that’s a very complex equation. Thank you for all of the help. I’m rating the plugin 5 stars for how technical it can allow us to set an equation and because of the great support ??
- This reply was modified 7 years, 1 month ago by ckourounis.
Forum: Plugins
In reply to: [Calculated Fields Form] Multiplying A Value With A RangeThank you for the information. I can implement the code on my own. I have changed the values in the dropdown as you mentioned, but where do I put the code you provided? Does it go in any particular file?
(function(){ var f2 = fieldname2, f3 = (new String(fieldname3)).split('-'); if(f3.length == 1) { return PREC(f2*f3,2) } else { return PREC(f2*f3[0],2)+'-'+PREC(f2*f3[1],2) } })()
- This reply was modified 7 years, 1 month ago by ckourounis.
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] How to configure on my websitePlease post the fix so everyone going through support can see how the issue is resolved.
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Error sending form CF7Please post the fix so everyone going through support can see how the issue is resolved.
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] contact form 7 issuePlease post the fix so everyone going through support can see how the issue is resolved.
I went ahead and swapped out fancybox to fancybox-inline. I just had some hesitation because there were several buttons throughout the website that were set to fancybox.
Also, here are a few examples where it is suggested to use “fancybox” for inline content. It was mainly for embedding the Contact Form 7 plugin.
https://fivera.net/contact-form-7-in-popup-window-wordpress-tutorial/
https://www.wordpresscircle.com/how-to-add-contact-form-7-in-popup-window/
https://wordpress.stackexchange.com/questions/107525/using-contact-form-7-with-easy-fancybox
Hey RavanH, I didn’t see the option “Force FancyBox to treat all media linked with class=”fancybox” as images?”. I looked throughout Settings > Media
Is this something new that was introduced? I have been using “fancybox” while putting it in a div for a few months now.