Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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?

    #1270538

    Hey 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,
    Rikard

    #1274459

    when 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…

    https://www.cfrs.it/wp-content/uploads/2021/01/Immagine.jpg

    #1274672

    Hi,

    On which page are you getting these results? The page you linked to initially leads to a 404 page now.

    Best regards,
    Rikard

    #1274834

    sorry is in the homepage at the moment…

    #1274970

    Hi,

    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,
    Rikard

    #1275321

    http://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…

    #1275329

    in 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?

    #1275353

    i 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…

    #1275354
    #1275656

    Hi,

    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,
    Rikard

    #1275825

    thanks… 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?

    #1276823

    Hi,
    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?

    #1277130

    Hi,

    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,
    Ismael

    #1277780

    Thanks Ismael, i ll try it soon!

    #1277934

    Hi, 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?

    #1278520

    Hi,

    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

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.