Home › Forums › Theme support › Skyline Theme Changes › Reply To: Skyline Theme Changes
Hi,
1. Yes, but you have to change the header.php file, add after line 75 this code
<?php echo do_shortcode("[search]"); ?>
But it’s unstyled, you have to style it with css…
2. You can add the commas directly there where you set the price for the property, just insert 4,500 or 4.500 instead of 4500
3. Yes, its possible. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
#reseach_header {
text-align:center;
}
4. The Labels are only planned features, we add this in one of the next updates. Sorry, we forgot to remove it from the code, normally its not visible.
5. Please open the file “team-entry.php” and replace line 20 with this code:
<div class="team_entry_img"><a href="<?php echo get_permalink(); ?>"><img src="<?php echo $large_image_url[0]; ?>" alt="" /></a></div>
6. Please open the file “estate-single-default.php” and change line 56 – 75 to this:
<p class='object_details_line'>
<?php
if(get_the_term_list( get_the_ID(), 'estatecountry', "", "" )!="")
{
echo strip_tags(get_the_term_list( get_the_ID(), 'estatecountry', "", " » " ));
}
?>
<?php
if(get_the_term_list( get_the_ID(), 'estatecity', "", "" )!="")
{
echo strip_tags(get_the_term_list( get_the_ID(), 'estatecity', "", " " ));
}
?>
<?php if($eadress) { echo ", ".$eadress; } ?>
<?php echo "» ".$ezip; ?>
<span class='price_span'>
<?php if($epricec) { echo $epricec; } ?>
<?php if($eprice) { echo number_format($eprice,0,".",","); } ?>
<?php if($epricetype) { echo $epricetype; } ?>
</span>
</p>
7. Yes, you can set up a slider like on the homepage, this kind of slider you can add to every page / post / custom post type. Please take a look at the options box below the editor when you edit your properties.
8. No, I’m sorry, we dont have included this to protect the mails for spam.