Forum Replies Created
-
AuthorPosts
-
Hi 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
ColinSeptember 16, 2018 at 9:21 am in reply to: Get sidebar content to appear on mobile device at the top #1010318Hi Basilis
I have managed to fake it by adding the widget area to the “archive-product.php” page in my child theme and then hiding it on desktops and showing it on mobile devices. However, I realise editing the “archive-product.php” page isn’t the best way to do this.
I was just wondering if anyone knows of how to add this to the top of the “archive-product.php” page by some code in the functions.php file? Which would be better than editing the “archive-product.php” page ?
Many Thanks
Regards
ColinSeptember 14, 2018 at 8:33 am in reply to: Get sidebar content to appear on mobile device at the top #1009818Hi Rikard
link below…
Many Thanks
Regards
ColinHi Victoria
Thanks for your reply. I think you must have click ed it just as I worked it out. What I did was change the CSS to the following and then it worked OK.
.sort-param.sort-param-sort, .sort-param.sort-param-count{ float: none; display: inline-block; }
Many Thanks
Regards
ColinSeptember 11, 2018 at 10:56 am in reply to: Insert Social Share icons on WooCommerce Product page #1008312Hi Jordan
Thanks for your reply, yes one of those types of plug-ins would work fine.
In the end I used this one which allowed me to put the icons in the place where the customer wanted them
Thanks for your help
Regards
ColinHi Vinay
That is perfect thank you. ;-). Brilliant.
Regards
ColinHi Vinay
This is the link, http://wave7dev.co.uk/eurotest/product/pedag-viva-high/
as you can see the tabs appear at the bottom across the page but I want them to replace the standard tabs
Many Thanks
Regards
ColinHi Dude
That almost worked. It removed the original tabs but the new accordion is still at the bottom of the page. I would like it to replace the original tabs.
Many Thanks
Regards
ColinHi
I’ve been using Enfold for a while now and love it. I don’t use anything else now :-) Here is a site I did a couple of years ago which I think is a little bit different and fun. Hope you like it http://www.wherekidsplay.co.uk
Many Thanks
Regards
ColinAugust 24, 2018 at 12:16 pm in reply to: Different sized images in 2 column Masonry Gallery #1001166hi again
I’ve managed to fix this now. Although I only had two images in the masonry grid, one was 1/3 width and the other was 2/3 width, so I needed to use the following settings :
Image Number = 2
Columns = 3and it works fine now
Regards
Colin-
This reply was modified 6 years, 11 months ago by
waveseven.
-
This reply was modified 6 years, 11 months ago by
-
AuthorPosts