-
AuthorPosts
-
November 16, 2017 at 10:38 pm #877804
Hello Support,
just updated my website to WP4.9 and also updated Enfold a few days ago so I cant really tell what is responsible for this.On Chrome I only have 1 problem, on Firefox the same plus one more:
Problem Firefox: The Portfolio Grid container slides over the container that is underneath the Grid when in the same 1/1 Container or over when in a separate 1/1 Container. This only happens in FF not in Chrome and no matter the content under the Grid.
Problem FF and Chrome: My site is multilingual DE/EN/ES and on my Homepage I have a Portfolio Grid that, when you click on a item, opens in the very nice Ajax style. On the main language (german) Homepage all works fine but on the other two languages the thumbs under the main image have the same size as the main image and not the generated thumbnail size. I also notice that when you mouse over the items of the Grid, on the german page a circle shows but und the other two languages it does not. The homepages of all languages are identical. The strange thing is, I have the same Portfolio Grid with the same content on my “Clients” page and there it works correctly both in Chrome and FF.
I post a link to the page in question in the Privat Content
Thanks,
GregorNovember 18, 2017 at 11:14 am #878479Hey gregorh,
I have checked in both Firefox and Chrome and the links you gave looks good. Can you give us screenshot on how it looks on your end.
Best regards,
NikkoNovember 30, 2017 at 4:10 pm #883482Hello Nikko, sorry I missed your reply to my problem.
Here is a screenshot of the english homepage (https://webdesign4pros.com/en/) when I click on any of the portfolio items (only english and spanish homepages) the item images show as “List” and not as “Gallery” or “Slideshow” no matter how it is set in the translation of the original (german) portfolio items (all items, in all languages, are set to be “gallery” style.)
The second Problem can be seen here:
SOLVED!!!!Thanks,
Gregor- This reply was modified 6 years, 11 months ago by gregorh.
November 30, 2017 at 5:10 pm #883500Hello Nikko, OK second problem I solved, it was a css problem.
Main problem is still unsolved and it must have todo with the pages being “Home” pages of translated languages.
I used ENFOLDS Template system to copy the english home page content to a normal (sub)page and it works without problem.Homepage:
Same content but not on homepage:
Thanks!
November 30, 2017 at 5:38 pm #883516Another update:
Comparing the above two pages that have the exact same content, I noticed that on the Home-Page (/en )this part is missing in the source code:<span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 158px; width: 232px;"><span class="image-overlay-inside"></span></span>
That is why -when I mouse over the items- the little overlay with the black arrow does not appear, not sure what it has todo with the view of the items images…
regards,
GregorDecember 5, 2017 at 12:17 am #884881Hi Gregor,
We apologize for the delayed response. Can we ask for a temporary admin access? so we can check further, just post the details in private content.
Best regards,
NikkoDecember 5, 2017 at 1:28 am #884896Hello Nikko, thanks please find the detail in the privat section.
Thanks!
GregorDecember 7, 2017 at 4:24 am #885888Hi,
The overlay is not working because the portfolio grid is outside the wrap_all or main container. We added the following script in the functions.php file to fix the issue.
function ava_custom_script_fix(){ ?> <script> (function($){ function a1() { var grid = $('body').children('.av-submenu-container, .avia-section, .av-layout-grid-container, .av-tab-section-container, #footer'); $(grid).appendTo('#wrap_all #main'); } a1(); function a2() { var child = $('.avia-section, .av-layout-grid-container').find('.avia-section, .av-layout-grid-container, #footer, .av-submenu-container'), parent = child.parents('.avia-section, .av-layout-grid-container'); child.insertAfter(parent); } a2(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_fix');
Best regards,
IsmaelDecember 7, 2017 at 11:07 am #886015Hello, good morning Ismael,
fantastic, works perfect now!! Thanks a lot!!
Can you explain why – if the page is a homepage (and only in secondary language) – the portfolio grid is OUTSIDE the wrap_all or main container while the EXACT SAME PAGE (copied 100% with your layout template tool) as normal page seams to be inside the wrap_all/main container??
Strange isn’t it??Best regards and thanks again for finding the error.
GregorDecember 9, 2017 at 5:30 pm #886910Hi,
Thank you for the update. This is a glitch in the advance layout builder. We’re still not sure what’s causing the issue but our devs are working on it. The script above should fix the issue temporarily.
Best regards,
IsmaelDecember 9, 2017 at 5:31 pm #886911 -
AuthorPosts
- You must be logged in to reply to this topic.