Title: nicolasgreening's Replies | WordPress.org

---

# nicolasgreening

  [  ](https://wordpress.org/support/users/nicolasgreening/)

 *   [Profile](https://wordpress.org/support/users/nicolasgreening/)
 *   [Topics Started](https://wordpress.org/support/users/nicolasgreening/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nicolasgreening/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nicolasgreening/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nicolasgreening/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nicolasgreening/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nicolasgreening/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [appearance editor missing 4.1.1](https://wordpress.org/support/topic/appearance-editor-missing-411/)
 *  Thread Starter [nicolasgreening](https://wordpress.org/support/users/nicolasgreening/)
 * (@nicolasgreening)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/appearance-editor-missing-411/#post-5851813)
 * 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???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [appearance editor missing 4.1.1](https://wordpress.org/support/topic/appearance-editor-missing-411/)
 *  Thread Starter [nicolasgreening](https://wordpress.org/support/users/nicolasgreening/)
 * (@nicolasgreening)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/appearance-editor-missing-411/#post-5851802)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Flex slider](https://wordpress.org/support/topic/flex-slider/)
 *  Thread Starter [nicolasgreening](https://wordpress.org/support/users/nicolasgreening/)
 * (@nicolasgreening)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/flex-slider/#post-3710964)
 * 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
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Flex slider](https://wordpress.org/support/topic/flex-slider/)
 *  Thread Starter [nicolasgreening](https://wordpress.org/support/users/nicolasgreening/)
 * (@nicolasgreening)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/flex-slider/#post-3710825)
 * 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
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Creating a custom theme](https://wordpress.org/support/topic/creating-a-custom-theme/)
 *  Thread Starter [nicolasgreening](https://wordpress.org/support/users/nicolasgreening/)
 * (@nicolasgreening)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/creating-a-custom-theme/#post-2687793)
 * 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
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Creating a custom theme](https://wordpress.org/support/topic/creating-a-custom-theme/)
 *  Thread Starter [nicolasgreening](https://wordpress.org/support/users/nicolasgreening/)
 * (@nicolasgreening)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/creating-a-custom-theme/#post-2687685)
 * Hi sorry for the delay I was bathing my son…
 * [http://pastebin.com/28nE2Ygd](http://pastebin.com/28nE2Ygd)
 * I used twenty ten as my base theme
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Creating a custom theme](https://wordpress.org/support/topic/creating-a-custom-theme/)
 *  Thread Starter [nicolasgreening](https://wordpress.org/support/users/nicolasgreening/)
 * (@nicolasgreening)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/creating-a-custom-theme/#post-2687655)
 * Hi Thanks for your reply,
 * Please see the index.php pasted below
 * [http://pastebin.com/ax8McyJi](http://pastebin.com/ax8McyJi)
 * Please excuse my programming I am a novice…

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