nicolasgreening
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: appearance editor missing 4.1.1OK 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
In reply to: appearance editor missing 4.1.1Hi 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 sliderThe 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.jpgForum: Themes and Templates
In reply to: Flex sliderSorry 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
In reply to: Creating a custom themeGenius 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
In reply to: Creating a custom themeHi sorry for the delay I was bathing my son…
I used twenty ten as my base theme
Forum: Themes and Templates
In reply to: Creating a custom themeHi Thanks for your reply,
Please see the index.php pasted below
Please excuse my programming I am a novice…