Forum Replies Created
-
AuthorPosts
-
I would like to place the code in one of my footer widgets. Thank you.
Hi Rikard
Thank you for taking the time to look into this.Please see below code –
Step 2: Include the JavaScript SDK on your page once, ideally right after the opening body tag.<div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2&appId=myappid&autoLogAppEvents=1"></script>
Step 3: Place this code wherever you want the plugin to appear on your page.
<div class="fb-group" data-href="https://www.facebook.com/groups/mygroup/" data-width="280" data-show-social-context="true" data-show-metadata="true"></div>
Much appreciated.
Thank you Basilis, appreciated
Excellent, nice find, thanks for the tip 👍
- This reply was modified 7 years, 4 months ago by waveshaper.
Hey Imagestudios, using Contact Form 7 with Google reCAPTCHA, works great, just style it. Temporary solution :).
Hi Ismael
Beautiful, thank you, thank you!
It is working now.
Excellent support!
You can close this thread if you like.
CheersHi Ismael
If you hover over the main menu item “Metal Detectors” you will see the drop-down menu item “New Products and Specials” even though I hid it for desktop and allowed it only to display on Mobile/Tablet through CSS.
This happens in Chrome,Opera and IE. In Firefox it is hidden but the drop-down menu border still shows up.
Do you see this on your side?CSS I used is –
`@media only screen and (min-width: 769px) {
.only_mobile { display: none !important;opacity:0!important; }
}@media only screen and (max-width: 768px) {
.only_desktop { display: none !important;opacity:0!important; }}Thanks
Hi Ismael
I had to remove it as I saw no replies, I placed it there again no, please check as soon as possible.
In firefox it is hidden except for a dark bottom border. In Chrome it is not hidden at all.
Thank you for your time.Hi Jordan
Thank you so much for the quick response.
Let me try that out.
CheersHi Ismael
Thank you for taking the time to look into this.You will see I added a drop-down menu for the 2nd main menu item, I wish to add drop-down menus for all product categories but only to be visible on mobile/tablet views.
Please see in Chrome Browser, even though I hid the drop-down menu item for desktop, there still appears a drop-down menu “box” without text.
I wish to hide the drop-down menus for desktop and only show them on mobile/tablet views.
thanks- This reply was modified 7 years, 4 months ago by waveshaper.
Hi Victoria
Ok, first let me add some.
What I would like to do is hide the sub-menus from desktop view and only display them on mobile, is that possible?
What is the correct way to achieve that?
Is the only way to do it to add a custom class and e.g.@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}`As when I apply the above CSS, the dropdown still appears on desktop, no text in the dropdown menu but a colored block appears.
Thanks a mill- This reply was modified 7 years, 4 months ago by waveshaper.
Hi Victoria
Thank you for looking into this.
The site loads fine on my side.
Please check again.@integraing
Hey, yes the zoom feature you can enable in the Enfold Theme Options. Theme Options – Shop. Just switch to the WooCommerce Gallery option instead of Enfold Gallery option.
Cheers- This reply was modified 7 years, 6 months ago by waveshaper.
@mensmaximus
Thanks a mill, silly me. I see the option in the Enfold Theme Options now. Still it requires some customization as the lightbox on smaller images does not work. Would be great to have the main product image zoomable and the smaller images below to click on and open in a lightbox effect.
Cheers@mensmaximus
Thank you so much for this fix, it helped a lot. and steps to remove it.
Would be awesome if you could provide a workaround to add a product zoom feature for the latest Enfold release, or perhaps just use a plugin?
CheersHey @integraing
Just updated to the latest Enfold (Great work guys, thanks!) and WordPress versions.
Everything works fine, except no Zoom function in gallery :(.
Perhaps @mensmaximus has a workaround for the latest release as well.
Cheers- This reply was modified 7 years, 6 months ago by waveshaper.
Hi Rikard, thank you, you may close this topic.
If I have any further queries regarding this, I will open a new one.
CheersHi Victoria
Thank you for the helpful CSS.
That fixed it, I will have to adjust some other CSS as well though.
Much appreciated.
Cheers,My sites are running beautifully with @mensmaximus fix. Latest WordPress, WooCommerce and Enfold. Try out his fix, it works. there might be some CSS changes to make but otherwise it works great.
Solved, thanks to @mensmaximus. It was the image sizes, some were different sizes than others. Simply made them all the same size and cleared my cache.
April 28, 2017 at 4:59 pm in reply to: Clicking on Product Thumbnail Does Not Open Correct Thumbnail WooCommerce #784703@mensmaximus You are right! It is the image sizes, plus I was using LiteSpeed Cache plugin which I disabled, uploaded new size images and it works.
Thank you for all your assistance and expertise, it REALLY helps a lot.
Keep up the excellent work man.
CheersApril 28, 2017 at 1:16 pm in reply to: Clicking on Product Thumbnail Does Not Open Correct Thumbnail WooCommerce #784528Cheers, I will certainly not! Thanks for the heads up :)
April 28, 2017 at 1:08 pm in reply to: Clicking on Product Thumbnail Does Not Open Correct Thumbnail WooCommerce #784522@mensmaximus Thank you for taking the time.
Strange, its the same with a number of the products, and only after the update.
Perhaps rebuild images? The images I uploaded are 450px X 450px and the main image is 900 X 900.
I will further investigate and reply to this thread tagging you if that is ok.
Cheers
- This reply was modified 7 years, 7 months ago by waveshaper.
April 28, 2017 at 12:51 pm in reply to: Clicking on Product Thumbnail Does Not Open Correct Thumbnail WooCommerce #784504@mensmaximus thank you so much for clearing this up, hopefully the next enfold release will fix this.
Well currently I am running all the latest versions, Enfold, WooCommerce and WordPress.
Situation I have is the spaces between my thumbnails, I created a separate post for this but have had no replies.
What do you think? Have you come across a situation like this , see product gallery –
Single Product Layout Gallery
No rush, when you have a moment.
Appreciate it.
Thanks- This reply was modified 7 years, 6 months ago by waveshaper.
April 28, 2017 at 9:44 am in reply to: Remove Product Quantity on WooCommerce Category Layout #784374@sarah Hi Sarah, thank you so much for your input, have a beautiful day.
April 28, 2017 at 9:43 am in reply to: Remove Product Quantity on WooCommerce Category Layout #784372@mensmaximus Brilliant! this is what I was looking for, I also prefer the correct way, removing it properly. Much appreciated, keep up the excellent work.
April 27, 2017 at 10:58 pm in reply to: Remove Product Quantity on WooCommerce Category Layout #784245This styling worked for the font size –
`.woocommerce-loop-product__title, .woocommerce-loop-category__title {
font-size: 20px;
text-align:center;
}but still, not the quantity.
April 27, 2017 at 10:18 pm in reply to: Remove Product Quantity on WooCommerce Category Layout #784230Hi Basilis
Thank you for looking into this.
I added the above styling to my child-theme CSS but it has no effect.
I tried
ul.products .quantity { display: none!important; }
as well and still no change.
I did clear the cache.
Also, how can i change the font-size and center the text for the categories?
Thanks- This reply was modified 7 years, 7 months ago by waveshaper.
Hi Mensmaximus, thank you for the clear input. I myself am staying with Woo 2.6.14 on most of my sites. Used your fix with one of my sites and it works beautifully, cheers.
ThanksHey Jean
Phew, thanks for informing me, I also still have image issues with my sites, so reverted back to before the WC 3.0 update.
Will rather await the enfold template update and then update WC.
Appreciated,
Conrad -
AuthorPosts