Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter nicolasgreening

    (@nicolasgreening)

    OK so I have installed a new WordPress site in to a new database manually and it is the the same no editor under the appearance menu???

    Thread Starter nicolasgreening

    (@nicolasgreening)

    Hi WPyogi,

    Yes I am logged in as Administrator and Keymaster on BBPress.

    The site is not networked and I haven’t installed any security plugins.

    I have built another site from the same hosting 1 click install and it is the same so I can only guess they have blacked it from there…

    I am just trying to get FTP access so I can install WordPress manualy..

    Forum: Themes and Templates
    In reply to: Flex slider
    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="https://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

    Forum: Themes and Templates
    In reply to: Flex slider
    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)

    Genius Thank you,

    I had not added the functions.php I have now added it renaming the functions as I had done in the index and bingo.

    I have amended the header and the footer now to get rid of some unwanted functions the only thing I can not get right is the footer gradient should be full width?

    Thanks again for your help

    Thread Starter nicolasgreening

    (@nicolasgreening)

    Hi sorry for the delay I was bathing my son…

    https://pastebin.com/28nE2Ygd

    I used twenty ten as my base theme

    Thread Starter nicolasgreening

    (@nicolasgreening)

    Hi Thanks for your reply,

    Please see the index.php pasted below

    https://pastebin.com/ax8McyJi

    Please excuse my programming I am a novice…

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