Forum Replies Created
-
AuthorPosts
-
Since the videos are playing I’m not going to worry too much about it. I saw it in chrome.
Hi again
I just checked the inspector and am seeing 237 warnings like this: [Violation] Permissions policy violation: encrypted-media is not allowed in this document.
I can’t see what it is referencing and my videos are playing just fine.
Do you know what this is about?
thanks
Nancy-
This reply was modified 10 months, 1 week ago by
Munford.
Great thanks. I removed the audio and compressed it and it seems faster now.
yes thanks that was it.
thanks
can you also tell me how to take it out of the menu also so I can understand what’s going on?-
This reply was modified 11 months, 1 week ago by
Munford.
I fixed it by using ‘archivo-black’ in the code
yes, the heading use archivo black, but when I used it in the css for the image captions, it didn’t work so I changed it to Arial Black.
I still see the wrong fonts on mobile on the landing page. Also on another iphone that just loaded the page for the first time.
Is there anything else I can do to force that font?
thanks for taking a look
Nancythanks so much that worked with the animation –
I will check the fonts again.
Is there an issue using my uploaded google font Archivo Black?
It didn’t work when I tried it before.thanks
I have tried clearing the cache/data history in firefox, chrome and safari but still seeing it wrong.
I will try again / wait.,.The animation is wrong on PC, and the inspector is not finding a fade but an ‘avia_hotspot_appear’ (I don’t understand animation code that well but that looks wrong to me.)
HI MIke
thanks for your reply.
I am still seeing the wrong font on the image captions mobile – see here: https://imgur.com/a/t94qlbE.
All my image hotspot elements are set to ‘simple fade in’ already, but that’s not the behavior I am seeing.not sure what is wrong there.
Any ideas?
NancyHI again
thanks for taking a look.
My client decided not to use the map on the site.
I’ll let you know if we need it again.
best
Nancyi just took another look and it’s still not accepting my maps api key.
info belowFebruary 12, 2024 at 10:25 am in reply to: target single page h2 h3 headings on mobile text-align #1434069thanks – that worked
you can close thisThis reply has been marked as private.you can close this
This reply has been marked as private.OK thanks for the info. I made a workaround that seems OK
when I set it up that way, it looks fine on pc, but on my iphone I see the small image and another play button that has to be clicked before it plays.
I now added an element below just for mobile that doesn’t open in a light box and that works OK but I see a doubled play button if I pause it.thanks that worked!
great that worked, thanks.
I tried that before also – no change.
thanks Ismael –
I found the code – what should I replace that with?
also can that be put in my child theme?-
This reply was modified 1 year, 1 month ago by
Munford.
January 28, 2024 at 6:36 pm in reply to: target single page h2 h3 headings on mobile text-align #1432289I took it off temporarily since it was effecting the mobile footer and other pages h3 headings. New code is here:
@media only screen and (max-width: 767px) { h3 { text-align: center!important; } h2 { text-align: center!important; } .page-id-503 h2, h3 { text-align: left!important; }}
Check it now on the pages below
It looks like on the mobile that all the h3 are left aligned on all pages, instead of just on page 503-
This reply was modified 1 year, 2 months ago by
Munford.
HI
I am now seeing in the string translations that there is an “english” widget that is actually in danish, so maybe the widget was made in the wrong language? When I check the widgets I dont’ see anything wrong. Not sure what the problem is. I have now changed the layout of the danish page I wanted to hide the widget on, so that it doesnt’ have a footer.
yes I worked out the column widths, but that code helps, thanks!
perfect! thanks
-
This reply was modified 1 year, 3 months ago by
Munford.
thanks Nikko, I’ll give that a try.
December 7, 2023 at 9:32 am in reply to: code for woocommerce categories & checkout field labels #1427422fantastic! it worked perfectly.
thanks so much!December 6, 2023 at 5:39 pm in reply to: FIXED: product images on overview page changed size #1427367you can close this thanks.
December 6, 2023 at 9:49 am in reply to: code for woocommerce categories & checkout field labels #1427313thanks!
That gave me the text “Category: Beni Ouarain” (for example) above the photo.
I removed the “Category” text since I just want the category name, but I need to move it above the title.
Can that be done?If I use this code:
add_action( 'woocommerce_before_single_product_summary', 'enfold_customization_woocommerce_extra_text', 1); function enfold_customization_woocommerce_extra_text(){ echo 'category goes here';
it puts the text above the title which is what I want but your code puts it above the photo.
Aso: Any suggestions for the checkout field labels?
best
Nancy -
This reply was modified 10 months, 1 week ago by
-
AuthorPosts