• Hello, I installed WP on the hosting ISP and I have a problem with the functional preview image .. Everywhere should be the preview does not display an image but empty space … If I redid this for either good or bad hosting everything went fine .. I’m trying to set the server to make it work but I do not know where to look for the error ….

    www: garageart.cz

    Please if someone thought what it might be, I would really glad ..

    Sincerely Kony

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,
    the path of the image is wrong.Pls check it again as the image is not being loaded.

    Thread Starter Kony.cz

    (@konycz)

    Thank you for the quick reply. I also think it’s because of your path, but I have no idea where and what to edit or search ….. Could you please advise me any detail … path on the server is / home / davidhabrdle / public_html / garageart /

    thank you

    currently the path being generated for one of your thumbnails is this:

    http://garageart.cz/wp-content/themes/dt-chocolate/thumb.php?src=/wp-content/uploads/2013/06/image8-1024×764.jpg&w=47&h=47&zc=1

    and for the corresponding full image is this:

    http://garageart.cz/wp-content/uploads/2013/06/image8-1024×764.jpg

    the path for the thumbnail seems to be wrong

    You can use similar path as for your big image for the thumbnails also.
    Or you might have to edit the files where the path is coded.

    Thread Starter Kony.cz

    (@konycz)

    Well, this would all like to do, but I have no idea where you how to set up ….I’m a complete beginner, and I just need to work on this existing hosting

    Thread Starter Kony.cz

    (@konycz)

    If I could give here a listing of files, which are responsible for it and you could look at it, I’d love …

    are you using a plugin for that slideshow.
    If yes then you have to check the plugin files.

    Thread Starter Kony.cz

    (@konycz)

    used directly Homepage – Supersized Slider

    Thread Starter Kony.cz

    (@konycz)

    <?php
    /* Template Name: Homepage - Supersized Slider */
    ?>
    <?php get_header(); ?>
    <?php get_sidebar(); ?>
    <div id="prevthumb"></div>
    <div id="nextthumb"></div>
    
    <!--Arrow Navigation-->
    <a id="prevslide" class="load-item"></a>
    <a id="nextslide" class="load-item"></a>
    
    <div id="thumb-tray" class="load-item">
    	<div id="thumb-back"></div>
    	<div id="thumb-forward"></div>
    </div>
    
    <!--Time Bar-->
    <!--<div id="progress-back" class="load-item">
    	<div id="progress-bar"></div>
    </div>-->
    
    <?php if( !$dt_options['dt_hide_over_mask'] ): ?>
    	<div id="big-mask"></div>
    <?php endif; ?>
    
    <!--Control Bar-->
    <div id="controls-wrapper" class="load-item">
    	<div id="controls">
    
    		<!--Slide counter-->
    		<div id="slidecounter">
    			<span class="slidenumber"></span> / <span class="totalslides"></span>
    		</div>
    
    		<!--Slide captions displayed here-->
    		<div id="slidecaption"></div>
    
    		<!--Thumb Tray button-->
    		<div class="but-play">
    			<a id="play-button"></a>
    			<a id="tray-button"></a>
    		</div>
    
    		<!--Navigation-->
    		<ul id="slide-list"></ul>
    
    	</div>
    </div>
    <?php get_footer(); ?>

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.
    Try http://themeforest.net/user/Dream-Theme

    yeah i can have a look at it…or you can use pastebin.com/ also…

    The wordpress.org support forums are meant for the core application, themes and plugins that are distributed on wordpress.org. We do not support themes downloaded from elsewhere.

    Ok.point noted @esmi.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘The problem with thumbnail images’ is closed to new replies.