Forum Replies Created
-
AuthorPosts
-
Hi Victoria
Details below
I found the previous post. It was one of my posts started 3 years ago https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax/
So problem solved !
Many Thanks
Regards
ColinHi Victoria
Sorry for the delay in getting back to you, I have been on vacation.
Yes that works perfectly with a bit of tweeking
thank you
Hi Nikko
Ah yes that is perfect. Thank you.
Regards
ColinHi Günter
Yes that is brilliant thank you and thank you for your fast response. Much appreciated.
Regards
ColinHi Günter
Login below in private content
Many Thanks
Regards
ColinHi Günter
Thanks for that. I tried it on our development server first and it fixed the issue with the image in the footer and it works now with both the “merge CSS” enabled or disabled. :-)
However, it hasn’t sorted the content sliders issue, they are still missing.
Many Thanks
Regards
ColinHi Rikard
Yes that was what I was saying. If I have file compression on “merge CSS” then the footer disappears. If I have “merge CSS” disabled then it appears again.
I’ve updated to the latest version to see if this fixed this issue but it just created another iissue in that the content slider doesn’t work anymore. I will put that in a separate post though.
Many Thanks
Regards
ColinMany 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 5 years, 8 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
Colin -
AuthorPosts