Forum Replies Created
-
AuthorPosts
-
Many Thanks
Regards
ColinHi
For anyone else who needs to do this, I managed to change the animation by using this online tool and copying the settings
Regards
ColinHi Mike
Ah yes, sorry, I didn’t fully read your post. That works perfectly much appreciated !
Many Thanks
Regards
ColinHi Mike
I already have that plugin installed. It doesn’t matter what image size I select the image in the posts is always cropped which make it long and thin. I don’t want the image to be cropped I want it to be the original proportions.
Many Thanks
Regards
ColinHi Victoria
I am still developing the site but the link is below.
Many Thanks
Regards
ColinIt’s OK I have found it now. I see it has been moved to the Layouts panel.
Kind Regards
ColinHi
I have updated to version 4.5.5 for the site I am currently building but the “Don’t display image on single post” checkbox is missing? Do I need to revert back to a previous version to get this back again ?
Many Thanks
Regards
Colin-
This reply was modified 6 years, 6 months ago by
waveseven.
Hi Jodan
Yes that was the adjustment for mobile. @media only screen and (max-width: 767px)
I have now managed to fix it by adding the following
#menu-item-shop.cart_dropdown{
z-index: 10000 !important;
}this now makes the shopping cart clickable on the monile
Many Thanks
Regards
ColinHi Victoria
That css puts the basket icon in the correct position on the mobile. If I remove it the cart icon moves to the top but I still cannot click on it. I have added a z-index but it’s still not clickable on a mobile.
ul.cart_dropdown {
margin-top: 34px !important;
margin-right: 0 !important;
position: relative;
z-index: 9000;
}Many Thanks
Regards
ColinHi Mike
Thanks for the update. I tried that and it almost worked, except even though I have put “max-width: 105px !important;” – on lines that break it almost setting those with a minimum width of 105px as well as a max width of 105px .
Many Thanks
Regards
ColinHi Mike
Login Below
Many Thanks
Regards
ColinHi Mike
Thanks for your reply. I added the code above but that didn’t do the trick. The issue we have is that I can add the html code <br /> e.g. Cable<br />Management where we want the navigation line to break but If my client then amends anything on the navigation and saves it, ALL of the occurances of <br /> disappear.
Many Thanks
Regards
ColinHi Basillis
Details below
Many Thanks
Regards
ColinFebruary 11, 2019 at 11:28 am in reply to: Close mobile menu or refresh page by clicking on active navigation item #1065386Hi Victoria
I have now fixed this issue as all is working fine.
Many Thanks
Regards
ColinFebruary 8, 2019 at 3:31 pm in reply to: Close mobile menu or refresh page by clicking on active navigation item #1064595Hi Victoria
Even if I remove the plugin which is adding that JavaScript code to the page. It still will not work.
I would just like to remove #top from the active menu item, or make the burger menu close on click of the navigation of the active page.
Many Thanks
Regards
ColinJanuary 31, 2019 at 4:33 pm in reply to: Change woocommerce shop tile to product category title #1061044Hi Nikko
I have the product category displaying on the title however when I filter the products and go to page 2 it changes to shop But if I remove /shop/ from the URL it works OK
Many Thanks
Regards
ColinHi Victoria
Yes, it’s not this website that I need to do it for but a website that I have not built yet. This was just an example to go from that to this layout
Many Thanks
Regards
ColinHi Victoria
Well I’ve not actually built the site I want to do this on. But I have another site with a hotspot image on it which is the link below
Many Thanks
Regards
ColinDecember 19, 2018 at 2:59 pm in reply to: Add image caption to images on single product page #1047208Yes thanks for your help, you can close this issue
Regards
ColinDecember 19, 2018 at 10:09 am in reply to: Add image caption to images on single product page #1047122Hi Mike
I’m not sure whether it is complete. I got the code from here
But it’s working OK for me. (although not so good in Firefox on a Mac)
Many Thanks
Regards
ColinDecember 18, 2018 at 2:59 pm in reply to: Add image caption to images on single product page #1046896Hi Mike
I think I may have sorted it now with a bit of CSS. and it doesn’t seem to shift down the page anymore. Fingers crossed
Many Thanks
Regards
ColinDecember 18, 2018 at 10:17 am in reply to: Add image caption to images on single product page #1046777Hi Mike
Thanks for your reply
I’m not using a plug-in for the product images just the standard Woocommerce product page with Woocommerce 3 gallery as set-up in the Enfold settings See image here
I tried adding the code above but nothing appeared, except if I change the shop option to “Default Enfold Gallery” and then it shows 1 caption for the main image. My client wants the caption to change when the image changes, so he can reference the product code for each image.
I’m not sure why nothing works
The only thing I can get to work is the following code. which puts the caption above the image. When you click on each image the caption changes but the image moves down the page a bit further each time you click the next image.
add_filter('woocommerce_single_product_image_thumbnail_html', 'thumb_add_caption', 10, 4 ); function thumb_add_caption( $html, $id, $parent, $class) { $attachment = get_post( $id ); $img_cap = "<div class=\"img-cap\"><span class=\"cap-text\">{$attachment->post_excerpt}</span></div>$html"; return $img_cap; }
Many Thanks
Regards
ColinDecember 17, 2018 at 9:00 pm in reply to: Add image caption to images on single product page #1046537Hi Victoria
I had already tried that option and it didn’t do anything.
Many Thanks
Regards
ColinDecember 17, 2018 at 2:28 pm in reply to: Add image caption to images on single product page #1046304Hi Mike
Link to site build page in private content
Many Thanks
Regards
ColinHi Victoria
Thanks for your reply. I have managed to work it out now and get it to look how I would like. I had to make the html inside the widget area as simple as possible and it all seemed to work.
Many Thanks
Regards
ColinDecember 17, 2018 at 11:32 am in reply to: Add image caption to images on single product page #1046243Hi Mike
Thanks for your reply. That is very close to what we need. however, we are using the Woocommerce 3.0 Product Galley for this site but the CSS only seems to work with the Enfold gallery. We don’t want to change to the Enfold Gallery but if we do the descriptions show on the main image and the first thumbnail image See sample
Many Thanks
Regards
ColinSeptember 24, 2018 at 12:30 pm in reply to: Remove Cookie consent bar if navigate to another page #1013574Hi Nikko
OK no problem, thanks for looking into this.
Regards
ColinSeptember 24, 2018 at 11:58 am in reply to: Remove Cookie consent bar if navigate to another page #1013565Hi Nikko
Yes it disappears if you click the OK button only. But on other cookie policy plug-ins I have used it would disappear automatically if you navigated to another page on the site. Effectively by the customer doing that, they are agreeing to the cookie policy without click the OK button. Is this possible?
Many Thanks
Regards
ColinSeptember 23, 2018 at 8:20 pm in reply to: Remove Cookie consent bar if navigate to another page #1013407Hi Nikko
The link is below. It is a development site.
Many Thanks
Regards
ColinSeptember 16, 2018 at 11:08 am in reply to: Get sidebar content to appear on mobile device at the top #1010347Hi Victoria
Ah, that is exactly what I have done, so that should be OK.
Many Thanks
Regards
Colin -
This reply was modified 6 years, 6 months ago by
-
AuthorPosts