Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1336664
    Gábor Csernáti
    Guest

    Hello there,

    I have a problem with Enfold theme for wordpress and I tried to register as a cutomer to the support forum, but did not receive any email (neither in inbox, nor in spam folder) to continue the registration process.

    The problem is when I’m using the Table content element it works perfectly on desktop, but the content of the first cell is keep repeating in every 3rd line on mobile.

    I’m able to reproduce the bug(?) on any type of page if I’m using the table element in Advanced Layout builder, setting the table styling to “Use the table to display tabular data”, leaving any other settings default, and I’m creating a table with two colums where the first one is Descritprion and the other is Default. Please find the attached link in the Private content section bellow. The cell content which is keeps repeating is “Cél:”.

    I’m running the latest version of Enfold (4.8.7.1) on Wordpres v5.8.3, I haven’t got any table realted quick css, and I tried to debug by disable all plugins with no luck.

    Thank you in advance,
    Gabor

    #1337058

    Hey Gábor,

    Thanks for contacting us!

    We have reset your forum account. Please see private content field below for your credentials.

    Regarding the issue you are having, could you please edit your Table element and go to Advanced > Responsive > Responsive Styling and choose to make whole table scrollable on mobile – https://imgur.com/a/5wlkuSU?

    Best regards,
    Yigit

    #1337089

    Hello Yigit,

    Thank you for your help regarding to my forum account. It works like a charm!

    On the other hand, the solution you offered for the table problem is “working”, but in this case it forces the users to scrolling forth and back horizontally in every row to read the content which would be a shame in 2022, especially within a professional theme like Enfold. So please help me with another solution even if its a quick css tweak or something.

    Thank you,
    Gábor

    #1337194

    Hi,

    Glad to know that your forum account is now working. Regarding the table issue, please provide a link to the thread so that we can review it. We cannot find the thread in your account.

    You can use a different element in place of the current one on mobile view by toggling the elements’ Advanced > Responsive Settings > Element Visibility options. So what you want to happen here is that the table should only display on desktop view and another element for mobile view or for smaller screens.

    Best regards,
    Ismael

    #1364959

    Hi Ismael,

    Thank you for your suggestion, but by this way we would have to redesign all of the pages with tables for mobile viewers. In my opinoin this is not responsive design as promised. I had waited for new theme versions, almost a year passed but the issue still persist.

    Suggest me a real solution, please.

    Here is a summary again:
    If I’m using the avia table element to display tabular data and chosing the description column as first, and default column as second, the content of the first cell keeps repeating before every row in mobile view. Although in desktop view all ok.

    Desktop view as expected
    Mobile view issue

    If I’m using the “highlight” column type it works perfectly .So if yout you could provide a quick css for “highlight” which redesign this class to the same like “description” (every second cell has grey background, all caps, align right, etc) it would be ok.

    Regards,
    Gabor

    #1365113

    Hi Gabor,

    Could you please try adding following code to bottom of Quick CSS in Enfold theme options > General Styling tab?

    
    @media only screen and (max-width: 767px) { 
    .avia-table-1 tr:not(:nth-child(1)) td:nth-of-type(1)::before {
      content: none;
    }
    }
    

    Best regards,
    Yigit

    #1365116

    Hi Yigit,

    This is a perfect solution. Thank you very much!

    Regards,
    Gabor

    #1365117

    Hey,

    Great! You are welcome, Gabor.

    Let us know if you have any other questions and enjoy the rest of your day :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Support registration’ is closed to new replies.