-
AuthorPosts
-
January 5, 2021 at 1:55 pm #1270398
Hi, in my website draft:
i’m getting issue on tab section, as the height of the tab, is not containing all the content i put in…
but when i click on tab button link, the tab become higher showing every content…how to fix it?
January 6, 2021 at 6:44 am #1270538Hey DesignProvider,
Thanks for the login details. The tab section seems to behave as it should on my end, it adapts to the content in all the tabs. Could you post a screenshot of the problem, and try to explain it a bit further please?
Best regards,
RikardJanuary 21, 2021 at 5:02 pm #1274459when i refresh page, every time, i see the tab section that is set to be open, not showing all of its content… i attach an image of the issue… even when i open an element of the porfolio clicking, i have not the content showed at all.. to show all the content i have to click again on tab section icon…
January 22, 2021 at 12:58 pm #1274672Hi,
On which page are you getting these results? The page you linked to initially leads to a 404 page now.
Best regards,
RikardJanuary 22, 2021 at 6:22 pm #1274834sorry is in the homepage at the moment…
January 23, 2021 at 1:17 pm #1274970Hi,
Thanks for the update. Could you send us a link to the edit page, so that we can view the actual problem please?
Best regards,
RikardJanuary 25, 2021 at 7:05 pm #1275321http://www.cfrs.it
that’s the main page..the problem is on the #servizi section of the homepage…
i cant see all the content, and when i press on a porfolio entry, i got not the entire content showing up, til i press again on the tab icon…January 25, 2021 at 7:45 pm #1275329in my opinione, the tab section is not gettin hight according to the content, if i choose a porfolio entry wich has a very long text, not the entire text will be showed, cause tab section wont recognize text element total height. can you provide me a css code to fix it?
January 26, 2021 at 12:12 am #1275353i guess the problem is that the tab section, wich is set to obtain automatically content height, is not refreshing his own height, when i open a portfolio entry that is taller than the sectios. if i put the porfolio grid outside the tab section, everything is ok, looks like i cant put a porfolio grid’s into a tab section…
January 26, 2021 at 12:14 am #1275354January 27, 2021 at 4:59 am #1275656Hi,
Thanks for the update. I can’t reproduce the problem which is shown in your screenshot, all the portfolio items are visible on my end. How exactly can we reproduce that problem?
I can see that there is problem when opening individual items though, the preview text gets cut off at the end, and I can reproduce those results on my local installation too. I have reported this problem to our developers.
Best regards,
RikardJanuary 27, 2021 at 4:33 pm #1275825thanks… in google chrome, im still getting the problem… you should go to home and scroll to section “servizi” to see, the porffolio grid is not completely visible… also if you open some portofolio entry, the section wont inherit the high of the ajax element…
if i put portfolio grid off the tab section, everything is ok, should be some conflict between tab section and porfoilio grid entry… (also as you said, i got text goi ng out of margins, when tag is used… can you fix both please?
February 1, 2021 at 2:16 pm #1276823Hi,
on homepage, clicking on “servizi” by main menu, i get the first tab of “tab section” element wich is named “servizi generali”. if i scroll down, i can see, in every device, that the tab is not showing the last part of the last row of entries…
if i click again in the tab title (servizi generali) i get full height and i can see all of the entries of the portfolio… i have no problems in tabs 3 and 5 cause they re not containing porfolio grid elements.
even if i click on the first of entries in first tab, i got the text cut. i need to press again on tab title, to see the entire content.
that happens in every portffolio entry got a long text description, if it’s into a tab section.
can i ask you again if i have to renouce and choose another type of element, or can you fix it… i saw some posts about accordions into tab sections, that were giving same errors, but nothing specific for my issue.. can you help me to solve?February 2, 2021 at 1:08 pm #1277130Hi,
Thank you for the info.
Please try to modify the enfold\config-templatebuilder\avia-shortcodes\tab_section\tab_section.js and look for this code around line 192..
win.on('debouncedresize av-content-el-height-changed', set_slide_height);
.. and attach the “av_resize_finished” to the .on function, or replace it with the following code.
win.on('debouncedresize av-content-el-height-changed av_resize_finished', function () { setTimeout(set_slide_height, 500); });
This should cause the tab section to resize once the portfolio grid columns are fully adjusted. We also added a bit of delay before executing the set_slide_height function.
Best regards,
IsmaelFebruary 4, 2021 at 8:13 pm #1277780Thanks Ismael, i ll try it soon!
February 5, 2021 at 10:39 am #1277934Hi, not working…
that’s what i found in tab_section.js at line 224:
win.on(‘debouncedresize av-content-el-height-changed’, set_slide_height);
set_min_width();
set_slide_height();
get_init_open();
}});
if i simply replace the “win.on(‘debouncedresize av-content-el-height-changed’, set_slide_height);” row with the one you provided, i cant get it fixed… can you fix it by yourself please?
February 8, 2021 at 5:02 am #1278520Hi,
The draft page is no longer accessible. Did you remove it?
We modified the tab_section.js file and did the changes above. We also deactivated the Performance > File Compression settings to regenerate the scripts and stylesheets. The tab section is now resizing itself again once the transition or the layout of the portfolio grid is complete. Please check the screenshot below.
Screenshot: https://imgur.com/udw1l55
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.