Viewing 30 posts - 1 through 30 (of 31 total)
  • Author
    Posts
  • #833903

    HELLO:

    wordpress backend post page do not show good in mobile phone or small screem

    As you can see this , I’m enclose this picture.

    Best regards,
    Zeng

    #833905

    copy this link to web browser DO NOT click it here directly from your site here.

    #834594

    Hi,

    This is default WordPress functionality and not specific to our theme. We’d be happy to help you out with any problems you might have with our theme.

    Best regards,
    Rikard

    #834597

    Hello
    But I use other themes it is OK, it show very good,but enfold is not good. I think it is the CSS problem with enfold.
    can you find out it ?

    #834972

    Hi,

    I highly doubt it, though if you want us to check then send admin login details in private. We would need to change the theme to verify as well so please acknowledge that we are allowed to switch theme in order to test.

    Best regards,
    Rikard

    #837287

    please check it

    #837288

    here is the link

    #837754

    Hi,

    Thanks, though your screenshot returns a 404 error so I don’t have anything to compare with. Please upload it again so that we can have access to it.

    Best regards,
    Rikard

    #838108

    Hello,
    Thanks ,

    Now
    you have login, you can compare with any themes just you like !!

    http://182.61.57.181/wp-admin/edit.php this page show in small screen like mobile phone, is not show good,

    when your mouse hover it , it will show Edit | Quick Edit | Trash | View, but as you see , Edit | Quick Edit | Trash | View do not display good !

    you can see that by yourself.

    if you change it to another theme , you can find that is ok !

    #839698

    Hi,

    Thank you for the update.

    The site is almost blank and the screenshots no longer exist. I’m sorry but I have no idea where to check. Please provide a new screenshot so that we can see it.

    Best regards,
    Ismael

    #839714

    Hello

    Why don’t you visit your own Enfold theme demo site?
    and this site http://182.61.57.181/wp-admin/edit.php is ok ,

    #839738

    Hi,

    Why don’t you visit your own Enfold theme demo site?

    Which demo? I’m sorry but we are not sure what the issue is. The previous screenshots that you provided no longer exist so we don’t know what we’re looking for.

    Best regards,
    Ismael

    #839744

    Hello
    Why don’t you visit your own Enfold theme demo site?
    http://kriesi.at/themedemo/?theme=enfold-overview

    when your mouse hover it , it will show Edit | Quick Edit | Trash | View, but as you see , Edit | Quick Edit | Trash | View do not display good !

    www. yoursite. com/wp-admin/edit.php
    https://www.imzeng.com/123.jpg

    #839750

    Hello,
    I have to visit http://kriesi.at/ via VPN. If I do not have VPN, I can not open http://kriesi.at/
    so if you have a VPN , you can try to http://182.61.57.181/wp-admin/edit.php
    and you can test my problem https://www.imzeng.com/123.jpg

    when your mouse hover it , it will show Edit | Quick Edit | Trash | View, but as you see , Edit | Quick Edit | Trash | View do not display good !

    #839755

    I mean that this only caused when using small screen like mobile phone.

    #839860

    Hi Zeng,

    This is WordPress admin css, it is the same for all instances and is not governed by our theme.
    You can address this question to the general WordPress forum.

    Best regards,
    Victoria

    #839861

    Hello Victoria,

    But after I change the theme to other, it will be OK !

    #839863

    So why it will be display well when using other themes ?

    #840269

    Hi,

    Thank you for the update. And we are very sorry for the confusion.

    I’ve checked the stylesheets and scripts but I can’t find what’s causing the issue. Maybe, you can try WP Mobile app if you want to edit the site on your mobile phone.

    // https://wordpress.org/mobile/
    // https://apps.wordpress.com/mobile/

    Best regards,
    Ismael

    #1000712

    HELLO

    It has been more than a year, is very hard to fixed this problem ?

    Best regards

    Zeng

    #1001179

    Hi,

    Your screenshots do not work any more. It is hard to understand the issue however, If you select one column from the “Screen Options” on the top right it might be easier to use the backend on the mobile phones.

    Best regards,
    Vinay

    #1001466

    HELLO
    Vinay

    HERE is an image to show [posts] and [pages] pages in wordpress backend that do not show good in mobile phone or small screen.
    POSTS
    pages
    AS you see
    Which it will be good looking when I use any other theme.(the left example)
    but when I using your ENFOLD theme, it will not show good in small screen.(the right example)

    #1001469
    #1001569

    Hi,

    Thank you for sharing the screenshots. I’m unable to access your site please add the below code to your child theme functions.php file this should fix the post titles in the backed for you :)

    add_action('admin_head', 'custom_admin');
    
    function custom_admin() {
      echo '<style>
        @media screen and (max-width: 782px) {
    .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
        min-width: 100vw!important;
        
    }}
      </style>';
    }

    Best regards,
    Vinay

    #1001644

    HELLO
    Vinay
    Thanks for your help.
    Here is the image to show problems http://www.imzeng.org/bg.png

    As you can see that the background color do not full with.

    How can it be fixed ?
    Best regards,

    #1001646

    HELLO
    Vinay
    Here it is still have 2 problems after using your code,
    there it is have a text “image” up the post title no mater the post have Featured Image or none Featured Image.
    http://www.imzeng.org/img.jpg

    another problem is the background color.
    As you can see that the background color do not full with.
    http://www.imzeng.org/bg.png
    How can it be fixed ?
    Best regards,

    #1001653

    HELLO

    I found out one more problem,
    Has a downward arrow sign that Exceeding the screen display range.
    http://www.imzeng.org/es.jpg
    When click this [ downward arrow ] it will show some info. such as like Comments\ Last Modified …
    but these info do not show good looking.
    Can,t these will be fixed?
    Best regards,

    #1002127

    Hi,

    Thanks for the update.

    We adjusted the code a bit. Please try it again.

    add_action('admin_head', 'custom_admin');
    
    function custom_admin() {
      echo '<style>
        @media screen and (max-width: 782px) {
    .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
        display: table-cell !important;
        width: auto!important;
    }
    
    .wp-list-table .column-primary .toggle-row {
        display: none;
    }}
      </style>';
    }

    This should fix the column alignment and remove the toggle-row button because it’s not needed anymore.

    Best regards,
    Ismael

    #1002202

    Hello
    Thanks for your help,
    I found that it is still have some bugs.
    After removed the toggle-row button, it is still have some info Out of display range.(Finger press the screen slide to the left,when you using iphone )
    And the page [Media Library] , it should be have the info. to show the images [Uploaded to] what post.!
    http://www.imzeng.org/im2.jpg

    Best regards,
    ZENG

    #1002215

    HELLO
    HERE is the good example when using other themes. http://www.imzeng.org/im3.jpg

    I think that when click toggle-row button to show these info. is the wordpress official functions.
    An theme should be contain good css to Cooperate it.
    And this is the important bug of the ENFOLD theme i think. it have confused me long time.

    Best regards,
    ZENG

    • This reply was modified 6 years, 3 months ago by Zeng.
Viewing 30 posts - 1 through 30 (of 31 total)
  • You must be logged in to reply to this topic.