Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1043093

    Hi, I inserted an Enfold chart in a page of my website. In mobile version there is a problem: I can’t see the grey row with title: “solo pernottamento”. I attach screenshots. How I can solve this issue?

    #1043185

    Hey soniavoice,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1043197

    In private the link

    #1043973

    Hi soniavoice,

    Which page can we see the table on?

    Best regards,
    Victoria

    #1044240
    #1045231

    Hi have you got some news?

    #1045665

    Hi soniavoice ,

    Can you try adding this css code in QUick CSS (located in Enfold > General Styling):

    .postid-4561 #after_section_1 .avia-table-1 th, 
    .postid-4561 #after_section_1 .avia-table-1 td {
        display: table-cell;
        min-width: 50%;
        width: 50%;
        padding-left: 17px;
        padding-right: 17px;
    }

    this will affect only the page/post you posted. If you want it to be global, you can do it like:

    #top #after_section_1 .avia-table-1 th, 
    #top #after_section_1 .avia-table-1 td {
        display: table-cell;
        min-width: 50%;
        width: 50%;
        padding-left: 17px;
        padding-right: 17px;
    }

    HOpe it helps.

    Best regards,
    Nikko

    #1045874

    Thanks but something is wrong.
    I attach mobile view screenshot.
    • There is not vertical line to separate sections
    • Titles are repeated two times: in the title section and below

    #1045984

    Hi soniavoice,

    I see, I made some mistake in the code I gave, please replace the code I gave to:

    @media only screen and (max-width:767px) {
      #top #after_section_1 .avia-table-1 tr, 
      #top #after_section_1 .avia-table-1 tr {
        display: table-row;
      }
    
      #top #after_section_1 .avia-table-1 th, 
      #top #after_section_1 .avia-table-1 td {
        display: table-cell;
        min-width: 50%;
        width: 50%;
        padding-left: 17px;
        padding-right: 17px;
        border-right: 1px solid;
      }
    
      #top #after_section_1 .avia-table-1 th:last-child, 
      #top #after_section_1 .avia-table-1 td:last-child {
        border-right: none;
      }
    
      #top #after_section_1 .avia-table-1 td:before {
        display: none;
      }
    }

    Best regards,
    Nikko

    #1045988

    Now it’s seem ok. Thank you very much!

    #1046003

    Hi soniavoice,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘chart on mobile’ is closed to new replies.