Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #959832

    Dear Enfold Team

    I am getting a little bit desperate here:
    This morning I SSL-secured a major clients website (a large company) and now NO product pages are showing any portfolio featured images.
    Please see attached screenprint with one (of many) in private content with login-data.

    My customers site has got a lot of product pages – major things like robots etc.
    Each single product is presented in a portfolio item.
    Every category of product is presented on pages with product overviews – fx robots being one category.
    This product overview on these pages is basicly a portfolio grid showing all the products (within a given product category, like robots),
    and from this portfolio grid you can link to each product (portfolio item) for further info.

    Since I SSL-secured the website no featured images show up – only title + excerpt of each product. (again – pls. ref. to private for image)

    This is really bad!

    When I inspect the images the correct links are there with https-url – but they don’t show up the portfolio grid.
    I also tried make a new portfolio to show in a portfolio grid by category – same result: No image – only title and excerpt.

    Please help!
    login-data in private content.

    #960329

    Hey Carsten,
    The issue was this script in your functions.php:

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    	?>
    	<script type="text/javascript">
    		(function($) {	
    			$(document).ready( function() {
    				var video = $('.avia_video').mediaelementplayer();
    				var paused = video.paused;
    
    				if (paused === true) {
    					console.log('started');
    				} else {
    					console.log('prevented');
    				}
    			});
    		})(jQuery);
    	</script>
    	<?php
    }

    I comment it out and now your images show.

    Best regards,
    Mike

    #960352

    Hey Mike

    THANKS. What a relief :-)

    I can’t thank you enough – really appreciate it!!!

    A few other issues (such as missing Google maps and full width submenu not sticky) also now works again ;-)

    I can’t find that code in my local childtheme functions.php – strange since I only update by FTP – what was the intention with that code?

    All the best
    Carsten

    #960573

    Hi,
    It looks like it is to pause a video, if you didn’t add it then you probably don’t need it, but someone added it.
    Glad all is working for you now, shall we close this then?

    Best regards,
    Mike

    #960692

    Hi Mike

    Yes you may close the thread
    – and may I ad that I deeply appreciate your always in-depth and dedicated approach to support threads.
    Thanks :-)

    Very best regards

    #960708

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio featured images not showing after SSL-secure – only title and excerpt’ is closed to new replies.