• Hi hope fully some one can help me??

    please excuse my terminology as I am a novice.
    I created a site for my brother to replace his current site. He uses 1&1 to host the site and the old site was hosted on windows so we added a new package and installed WordPress (one click) once the site was setup I transferred the domain over but this didn’t point the domain at the new site but create a new root folder and 1&1 say that if you use the one click setup you can not move them so I had to create a new WordPress install in the root folder. (this I did manually)

    I use WP clone to move the site over but somewhere along the line the Flex slider on the homepage does not display the page feature images and if I look at the source the path is pointing to a path that is not available to that site.

    The working version of the site is http://s459343352.websitehome.co.uk/
    and the broken site is rgcmotors.com

    This theme is from elegant themes but I am no-longer a memeber.

    thank

    Nick

Viewing 3 replies - 1 through 3 (of 3 total)
  • Slider seems to be working for me on the home page?

    Thread Starter nicolasgreening

    (@nicolasgreening)

    Sorry the slider works but the images do not display? I am on the move at the moment but I will paste the code an what it is doing later.

    Thanks

    Nick

    Thread Starter nicolasgreening

    (@nicolasgreening)

    The feture code is

    <li class="slide">
    					<a>">
    					<p class="flex-caption"><b><?php echo $info[$i]['title']?></b></p>
    						<?php
    							$width = apply_filters( 'slider_image_width', 960 );
    							$height = apply_filters( 'slider_image_height', 360 );
    							$title = get_the_title();
    							$thumbnail = get_thumbnail($width,$height,'',$title,$title,false,'Featured');
    							$thumb = $thumbnail["thumb"];
    
    							print_thumbnail($thumb, $thumbnail["use_timthumb"], $title, $width, $height, '');
    						?>
    						<span class="overlay"></span>
    					</a>
    
    The code on the home apage is 	
    
    <ul class="slides">
    						<li class="slide">
    					<a href="http://www.rgcmotors.com/servicing/">
    					<p class="flex-caption"><b>Servicing</b></p>
    						<img src="/homepages/24/d459343338/htdocs/app459343352/wp-content/uploads/et_temp/IMG_0619-2481996_960x360.jpg" alt='Servicing' width='960' height='360' />						<span class="overlay"></span>
    					</a>
    				 <!-- end .slide -->

    [Remember to wrap code in backticks]
    But the img path is worng and should be http:\\www.rgcmotors.com\wp-content/uploads/et_temp/IMG_05971-2364995_960x360.jpg

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

The topic ‘Flex slider’ is closed to new replies.