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

    #878479

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

    #883482

    Hello 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.)

    null

    The second Problem can be seen here:
    SOLVED!!!!

    Thanks,
    Gregor

    • This reply was modified 6 years, 11 months ago by gregorh.
    #883500

    Hello 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:
    English home page

    Same content but not on homepage:
    Same content but not a home page

    Thanks!

    #883516

    Another 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,
    Gregor

    #884881

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

    #884896

    Hello Nikko, thanks please find the detail in the privat section.

    Thanks!
    Gregor

    #885888

    Hi,

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

    #886015

    Hello, 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.
    Gregor

    #886910

    Hi,

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

    #886911

    Hi,

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

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