-
AuthorPosts
-
February 7, 2021 at 11:58 pm #1278508
See https://fullclarity.com/products/construction-for-netsuite/
The Tab Section near the bottom of the page works fine on my laptop but not on my Android tablet nor my Android cellphone.
On both devices, the contents of the first tab appears when the page first paints but when clicking to a new tab, the tab content is blank — and when clicking on the first tab again, it is also blank.
I added some code to Quick CSS that I found in another support ticket…
@media only screen and (max-width: 989px) {
#top .flex_column_table {
display: table !important;
table-layout: fixed;
width: 100%;
}
}…but it didn’t help.
– Dick
February 9, 2021 at 4:52 am #1278889Hi Dick,
First off, could you try updating the theme to the latest version (4.7.6.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please include admin WordPress login details in private, so that we can have a closer look at the backend of your site.
Best regards,
RikardFebruary 11, 2021 at 1:37 am #1279635The problem does NOT manifest under Enfold v4.7.6.4
View http://enfold.solidvapor.net/tab-section-test-page/ (a standalone Tab Section) and http://enfold.solidvapor.net/file-storage-for-netsuite/ (a Tab Section embedded at the bottom of the page) on an Android device.
Obviously, the ball is back in my court to determine whether there is something at my v4.7.6.1 site that is causing the problem of if the problem is with v4.7.6.1 itself. I will let you know what I learn.
– Dick
February 12, 2021 at 12:59 am #1279877It appears that the problem is not within the site that caused the problem but rather a difference between Enfold v4.7.6.1 and v4.7.6.4
When I reverted my test site from v4.7.6.4 (which did not manifest the problem) back to v4.7.6.1 the problem reappeared.
– Dick
February 13, 2021 at 4:14 am #1280215Hi Dick,
Great, I’m glad that you managed to find the cause of the problem. I see that you are still running the old version on the first site you linked to though?
Best regards,
RikardFebruary 13, 2021 at 4:17 pm #1280264I am planning to upgrade that site to v4.7.6.4 over the weekend.
February 16, 2021 at 6:50 am #1280720 -
AuthorPosts
- You must be logged in to reply to this topic.