if (!empty($_SERVER['HTTP_USER_AGENT']) && strpos($_SERVER['HTTP_USER_AGENT'], 'IEMobile/9.0')) {
add_action('wp_footer', function () {
echo '<style>@media screen and (max-width:766px){.menu-toggle:before {content:"Menu"}} ' .
'.fa-search:before {content:"Go"} ' .
'@media screen and (max-width:320px){#top-search input[type="text"] {width:200px}} ' .
'</style>';
});
}
This is in code for 2 reasons: it needs to be loaded after all the CSS files loaded by the parent theme, so I’ve put in in the footer, and b) as it is very short, putting it inline is probably faster than linking to another file.
The first 2 rules change the special symbols to plain text and the 3rd rule reduces the width of the search box. This is needed because with the extra width of the word ‘Go’, the original size does not fit on a viewport width of 320.
This is a bit of a kludge, but it works. Any more elegant solutions would be appreciated. I suppose after a few years WP7 will be history, but it’s still around at the moment (at least one – my phone).
I get the following message if I want to send from the form:
Failed to send your message. Please try later or contact the administrator by another method.
Please help!?
https://www.ads-software.com/plugins/contact-form-7/
]]>When I downloaded wordpress app in my WP7 I could publish from the cel, but some versions ago I can’t do it anymore.
I write the text, insert photos, choose a category… but, when I finish doing all that stuff, I can only press the “record” botton and this botton neither records nor publishes anything, so I only use the app to view the blog and the statistics.
It’s sure I’m not seeing anything. Would anybody tell me what?
]]>We’ve used Jetpack to help mobilize our website, but this slideshow plugin seems to conflict with the menu feature. If I have the slideshow activated, the “menu” at the top left of the page (at least on Windows Phone) doesn’t expand and just isn’t accessible. If I disable the header slideshow, I can access the menu. Now, the slideshow is actually too big for the mobile theme, but since the photos were about the right size for me, I was leaving it.
Can you think of a way to either disable the header slideshow when the site is running as jetpack mobile support, or to adjust the layout so that it’s not conflicting with the menu?
Let me know if you need any other information. The website is https://bcpipers.org
Thanks!
https://www.ads-software.com/extend/plugins/header-slideshow/
]]>I’ll have it checked on WP7 as well, but is this known? I’ll look at it with another browser app.
https://www.ads-software.com/extend/plugins/jetpack/
]]>