Tagged: table
-
AuthorPosts
-
June 20, 2015 at 12:12 pm #462200
Hi there,
I have an issue with the enfold table short code. It appears perfectly well on computer :
http://shop.lyribox.com/apres-un-reve-g-faure-sheetmusic-translation-accompaniment/
But if you look at it with your mobile then you will see that the first column just disappear…!
Any idea why and how to resolve this ?
Vincent
ps:Thank you so much again for your great work, I recommend enfold to everyone I know! Just love it!
June 22, 2015 at 10:11 am #462521Hey vincentbruggeman!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Best regards,
RikardJune 22, 2015 at 12:52 pm #462690This reply has been marked as private.June 23, 2015 at 11:47 am #463283Hey!
look in your custom.css or Quick CSS field if you have implemented this code:@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: none; }}
change it to this:
@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: block; }}
If you don’t have it, then just add the last one into Quick CSS field or custom.css.
Cheers!
AndyJune 24, 2015 at 11:37 am #463919Hey Andy,
Thank you for this, It is much better however the order of the td/tr is not the most optimized one !
However it is much better than the original !
ie:
http://shop.lyribox.com/apres-un-reve-g-faure-sheetmusic-translation-accompaniment/June 25, 2015 at 10:50 am #464524Hey Andy,
A small question, I have an issue with the search button in my home page
http://www.lyriboxmusicstore.com
Could you have a look ? I don’t know why it is appearing like this ! Thanks for your help !
Vincent
June 29, 2015 at 1:38 pm #465830Hey!
glad it’s much better for you now.
I can’t see any issues with the order. What exactly do you mean? please use screenshots showing what you want to achieve (imgur, dropbox).
I can’t see an issue with your search button neither. Please show us what you mean using screenshots.Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.