userwhosme
Forum Replies Created
-
@dnesscarkey Thanks! It definitely only works for https. Thing is, I have it set to force website requests to https in my hosting account settings. I guess I’ll have to check why that doesn’t happen with http links… Thanks once again! ??
@dnesscarkey the URL is https://137festival.lt/partneriams ??
Hi,
Thank you for the answer!
I don’t see this option though – here is how my Product price settings look like now
Thank you!
So I just fixed it! Wow! ??
I went to the
functions.php
of my child theme (for reasons completely unrelated to this problem) and found the below code added to it. I most definitely did *not* add it myself, so I guess I’ll have to investigate this now.function fb_pixel() { echo "!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '292005885392961'); fbq('track', 'PageView'); </script> <noscript><img height='1' width='1' style='display:none' src='https://www.facebook.com/tr?id=292005885392961&ev=PageView&noscript=1' /></noscript> <!-- End Facebook Pixel Code -->"; } add_action( 'wp_head', 'fb_pixel' );
So yeah, just like @dcka said, there was indeed a missing
<
somewhere. All I had to do was add it and the problem was fixed!Definitely one of the funnier stories in my web development experience so far, hehe ??
@mikedmoore @dcka Thank you both for your help!
Hi,
Thanks for the reply.
I tried your suggestions but unfortunately they didn’t seem to work. I tried uninstalling and reinstalling the plugin but that didn’t seem to help either. It looks like the issue remains even when the Facebook for WooCommerce plug-in is completely deleted (yes, I’ve cleared the cache after deleting the plugin). Is there anything else I could try?
Thank you ??
Hi @rur165,
Thanks so much!
This might be a bit of a silly question, but if I use the plugin you linked, where should the CSS for the
.variations .value select
be defined? And what should the scope for the jQuery snipped be? I defined the CSS in the styles.css of my child theme and put the jQuery as a snippet that runs everywhere in the website and got a fatal error for using an undefined function. How do I properly use the CSS and the jQuery?Hi,
Thanks for the reply!
That’s not really what I’m looking for. What I’m looking for is to make it so when no attribute is selected and the default “Choose an Option” text is displayed *as the text of the dropdown*, it should be grey, but when an attribute is selected, it should be in black.
In other words, when no attribute is selected, the dropdown text should look like this, but when an option for the attribute is selected, it should look the same, except the attribute value text that’s shown instead of “Choose an option”, should be in black.
Is there any way I could do that? Thanks a lot!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist item counter in top bar menu of website@yithemes It’s working now!!! Thank you so much for all the help! ??
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist item counter in top bar menu of websiteForum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist item counter in top bar menu of website@yithemes Oh, I can see the replies now! I didn’t know about the moderation, oops, I’m new here! ?? Sorry about the confusion.
I tried the code in the article and it worked, but only in the body of the page, not in the top bar menu link, which is where I want the counter to appear. I put the shortcode in the menu item’s Navigation Label like this:
Wishlist <?php echo do_shortcode('[yith_wcwl_items_count]'); ?>
, am I doing something wrong?Sincerely,
userwhosme- This reply was modified 3 years, 9 months ago by userwhosme.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist item counter in top bar menu of website@yithemes Hi, you’ve seemingly replied to this topic a little more than an hour and 30 minutes ago (“Last reply from: YITHEMES / Last activity: 1 hour, 35 minutes ago”) but unfortunately, I cannot see your reply ??