FragranceOnline theme is a 3 column Free WP theme with an eye catching and ideal color combination of purple, dark pink and white.
Note: FragranceOnline Theme is Designed By: ElegantWPThemes.com & made free by Cheap Perfume & SEO Newcastle – Footer links to the designer and sponsor of theme are mandatory while using this Theme. (Only for WP 2.6.3+)
How do I get the thumbnail images to appear? All the read me file says is
image = thumbnail for the post (114×153)
What do I type in for the value?
My site the thumbnail image cannot publish .
What can i do ????
The theme is elegant but the support is extremely poor.
For people who cannot get the tabs work, my experience is these:
1. The image folder which will save all the tab images should be saved in a folder that is the same level as wp-admin, wp-content, i.e. root folder. example:
custom field name: image
custom field value: images/p.jpg
2. Your cache folder inside the 3070 folder (this is the theme name when unzip) should be writable by the system.
I hope that it can save you some time on this theme.
But now my question is: I cannot get the slider to work.
I have set the custom field to “slider” and the value as the image path, it does not show anything…
can you guys please help me on that?
FragranceOnline v1.1 is now released and compatible up to WP v2.8.
Your bug has not been fixed yet. The slide.phpstill ignore what is picked in admin page. Here are thecode that will fix.
Please tell your programmer to fix the theme issue:
<?php
$my_query = new WP_Query(’showposts=10&category_name=’);//new WP_Query(’showposts=’. 8);
$fas = 1;
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID;
if(get_post_custom_values(“slider”)){
$img = get_post_custom_values(“slider”);
$img = trim($img[0]);
//$img = str_replace(“http://localhost/wp2-7/”, “”, $img[0]);
}else{
//Actually there is no default.jpg, only default2.gif…Please fix
//$img = get_bloginfo(‘template_directory’) . “/images/default.jpg”;
$img = get_bloginfo(‘template_directory’) . “/images/default2.gif”;
}
?>
Hello!
How do I setup the Adsense box?
where I canfind more instructions on how to use the template?
thank you!
Benjamin
When the theme is activated a new menu option will appear on the left hand side at the bottom ‘configure theme’ select this and enter your adsense publisher ID.
There is a way to replace the Blog Title with an image banner (logo)?
How do I replace the AdSense Box on the Right to a Logo or still graphic?