H. Fisherman
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] format date fieldiOS 14.5.1 fixed it.
Problem solved, topic is closed.Forum: Plugins
In reply to: [Contact Form 7] format date fieldYep, probably it is a webkit bug. Back to my question: Is there a workaround to define a format for the date field?
Forum: Plugins
In reply to: [Contact Form 7] format date field@erikyo
Thanks, localization in WordPress is set correctly, everything works fine on smartphones with earlier iOS.Forum: Plugins
In reply to: [Simple Website Banner] How to disable Google Fonts?Ooops …, didn’t expect that it was that simple:
Added the following to my child-theme functions.php
add_action( ‘wp_enqueue_scripts’, function() {
wp_dequeue_style( ‘orchestrated_corona_virus_banner-font’ );
}, 99 );It works.
Forum: Fixing WordPress
In reply to: text-only portfolioSorry for my incomplete post, your imagination is correct. I played with custom post types and taxonomies, probably this is the solution I was looking for. Thanks!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu-toggle shows text in Android 2.3.6Cool, thanks!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu-toggle shows text in Android 2.3.6Sorry, I forgot to answer. The twentythirteendemo looks like this https://imgur.com/G5sWDQe and it seems to be ok.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu-toggle shows text in Android 2.3.6The browser on the android phone is called “Internet”, version number is 2.3.6
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Show entire posts on MobileI changed the original style.css in the original theme folder. I know that this is not recommended, but adjusting media queries in a style.css in a child theme did not work for me. (I do not have much experience as developer, but usually I have no problems adjusting a style.css file …)
Forum: Themes and Templates
In reply to: [Twenty Fourteen] menu-toggle shows text in Android 2.3.6Hi, thanks for your answer. I will look for the browser and version number as soon as possible, it is not my phone.
Despite numerous instructions I could not make a screenshot, but I took a regular shot with my phone last week: https://i.imgur.com/rVpXKMW.png
I marked this topic as resolved. It is not resolved, but I posted a new topic in the plugin forum. Hope that is o.k.
I think it tries to load the admin-ajax.php, which is in the protected wp-admin directory.
My site is offline, I will try to set up an online wp installation for test purpose later.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Show entire posts in mobile view@aliceheavey: it looks as if you don’t use Twenty Fourteen in your blog
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Show entire posts in mobile viewVisiting twentyfourteendemo.wordpress.com with a smartphone results in the same: the featured posts show with their image, non-featured posts show with a thumbnail.
When I use twenty fourteen without featured posts and without images, the smartphone view will only show the post title (and date & author).
I have experimented with a child theme and variations of the media queries in style.css, but it didn’t work. I had to modify the original style.css too, to get the desired result.
Any idea to fix it in the child themes style.css?