Modula galleries no long appear on iPhone.
I am using the free version of Modula.
Here is a page with a Modula gallery: https://gregh57.sg-host.com/gallery/
And here is the test page that Modula support put up in response to a different inquery: https://support.georgeciobanu.com/captions/
Neither of these appear on my iPhone.
I have turned off all plugins on my site and changed my theme to a default theme. That did not make a difference at all.
It seems others are having this issue. I have not seen a solution here.
Any ideas?
]]>Image:
https://drive.google.com/file/d/1O_beBENY6jTJYTftjh14Wsz1Em37d8-t/view?usp=sharing
function set_posts_per_page( $query ) {
$iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone");
$ipad = strpos($_SERVER['HTTP_USER_AGENT'],"iPad");
if(wp_is_mobile())
{
if ($iphone == true)
{
$query->set( 'posts_per_page', 24 );
}
else if ( $ipad == true)
{
$query->set( 'posts_per_page', 22 );
}
else{
$query->set( 'posts_per_page', 10 );
}
}
else{
$query->set( 'posts_per_page', 24 );
}
}
add_action( 'pre_get_posts', 'set_posts_per_page' );
how to check moiles orientation with wp_is_mobile().
]]>Each PM (Project management system) now has a mobile application, e.g.
? Trello
? Asana
? Basecamp
? Microsoft Planner
And even simpler:
? Microsoft To-Do
? Google Tasks
? Todoist
? Remember The Milk
? Any.do
It is difficult to work with WP Project Manager without a mobile application.
—————————————————————–
What do you think?
Would this be useful for you?
]]>On my iphone, when I go to the events calendar from the menu and look at January 27 or 28 or 29, I get some back slashes and asterisks showing above the blue Export Month’s Events – how do I get hide those?
Also, when I first select Jan 27, then click Jan 28, the first selection, January 27th, doesn’t close – shouldn’t that happen?
Thanks — if there’s a “how to” about this, please send it link it.
]]>Any suggestions for how I can fix this problem? Thanks!
]]>thank you
]]>