• Resolved nhecker68

    (@nhecker68)


    I can see the images as thumbnails only. When I click on the photo i can see a black picture only.

    Can you help me?

    Best Regards
    Nadja

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter nhecker68

    (@nhecker68)

    http://neu.baubetrieb-robert-mueller.de/unsere-leistungen/

    • This reply was modified 7 years, 6 months ago by nhecker68.
    Plugin Author WebHunt Infotech

    (@webhuntinfotech)

    hi,

    First open ultimate-gallery-master-lite-shortcode.php file in any text editor.

    and past below code on line number 77

    <?php echo $UGML_Custom_CSS; ?>

    and save changes

    now go to your gallery and past below css rule in gallery custom css editor

    img {
        position: relative !important;
    }

    and update your gallery.

    Thank You

    Plugin Author WebHunt Infotech

    (@webhuntinfotech)

    Hello @nhecker68,

    Please let us know is above solution work for you or not??

    Thanks

    Thread Starter nhecker68

    (@nhecker68)

    Sorry. I was on vacation. It doesnt work. I’ve never had this problem before.
    Here is a part of the php file as I have changed it:

    	
    		<?php echo '#'.$parentId; ?> .searchClassName,
    		<?php echo '#'.$parentId; ?> .searchNotFound,
    		<?php echo '#'.$parentId; ?> .centerWhite,
    		<?php echo '#'.$parentId; ?> .centerDark,
    		<?php echo '#'.$parentId; ?> .gallery1DecHeader,
    		<?php echo '#'.$parentId; ?> .gallery1DescP
    		{
    			font-family:<?php echo $UGML_Font_Style; ?> !important;
    		}
    	<?php echo $UGML_Custom_CSS; ?>
    	</style>
    	<?php
    
    	include("dcmlpage.php");
    
        return ob_get_clean();
    	endwhile;
    

    and so on.

    Sorry, my english is not so god, but i think, i understand. What can i do ?

    By Nadja

    Thread Starter nhecker68

    (@nhecker68)

    Hello,
    sorry, My ftp connection did not work and the file is not saved correctly. I have repeat this and it works.

    Thank you very much!

    Plugin Author WebHunt Infotech

    (@webhuntinfotech)

    You are most welcome.

    Let us know for further assistance.

    Thank You

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images are not displayed’ is closed to new replies.