perdittmann
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Make videos keyboard accessibleThanks for checking! I had another go at it myself, and I noticed that if I changed
<div class="play"></div>to<button class="play">, it appears to work, autoplay and all.The button is focusable by keyboard, and because we can use the browser’s default functionality, there’s even no need for additional JS. And – as far as I can tell – it doesn’t interfere with the plugin doing its thing.
Might this be the solution?
Forum: Themes and Templates
In reply to: [Sullivan] Theme issuesI would be really interested in what you come up with!
My child theme was working okay, until recently the issues arose that we have talked about. For now, it appears to be working, but this feels like the next disaster is just lurking around the corner …
Forum: Themes and Templates
In reply to: [Sullivan] Theme issuesI second that. I like this theme a lot, and it is hard to come by a non-bloated Woocommerce-compatible theme …
I had to address similar issues on my site, this is how I tackled them (this is rather quick & dirty, the main objective was to get things working for the moment, probably while sadly looking for a replacement theme):
/sullivan/functions-woocommerce.php, line 825:
change<div class="widget_shopping_cart_content"></div>to
<div class="widget_shopping_cart_content"><?php woocommerce_mini_cart(); ?></div>
/sullivan/assets/css/woocommerce-style.css, after line 2840 (.shop_table.cart td.actions > .coupon ~ .button {), addposition: static;
(So that the “Update cart” button is properly displayed again)also /sullivan/assets/css/woocommerce-style.css,line 2414:
delete / comment out the following
.shop_table.cart .cart_item .product-remove {
display: none;
}The latter looks a bit funky (at least in my child theme), and maybe the former already suffices (set the number of items to zero, update cart).
As to the fixed width issues you talked about, I didn’t encounter those yet. But maybe that’s something I tackled in my child theme already anyway, I don’t recall.
Hope these help!
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] Support for Faroese language?Thank you for your kind support. It is good to know why I got stuck, and how to remedy that.
For the moment, I settled on an alternative solution (the not exactly complex site structure allowed me to code a language switcher myself). But should the site grow in the future, I am glad to know a tool that’ll work for me.Forum: Plugins
In reply to: [Falang multilanguage for WordPress] Support for Faroese language?Okay, that’s great! In that list, right above “Finnish” is “Faroese” (Føroyskt in Faroese, I am sorry for the confusion).
How do I make it appear in the “Add new language” dropdown list? What does “use your own sef” mean?
I don’t need a separate image, it’s all there – image and everything, it’s just not in the dropdown.Thanks for your support. I tried as you proposed, unfortunately that didn’t solve my issue. I have created a ticket on your website.