Home › Forums › Theme support › Skyline Theme Changes
This topic contains 14 replies, has 2 voices, and was last updated by 7Theme Support 9 years, 5 months ago.
-
AuthorPosts
-
Website: http://dpcomgroup.com/
Theme: Skyline1. Is it possible to add a search bar in the header (right justified in the black headline section)?
2. In the grids (featured and recent), how to I add commas to prices? (Which PHP file and where). See example on homepage with recent properties. $4500 monthly instead of $4,500 monthly
3. On Property Search (http://dpcomgroup.com/property-search/) is it possible to center the search section, currently left justified?
4. When editing an object (http://dpcomgroup.com/wp-admin/post-new.php?post_type=estate), labels do not work. When I click on one, ie. Sold and click save, it reverts back to black. If this did work, what would it do on the site? It would be nice to have labels that show a banner on the listing. Currently I edit the featured item of an object to add a “Leased” banner, etc. See http://dpcomgroup.com/estate/olympia-plaza/
5. On the team page (http://dpcomgroup.com/feature/team/), how do I make the pictures clickable to go to the bio page (http://dpcomgroup.com/team/daniel-m-perich-ccim-2/). Currently I created them as an additional drop down from the header so that this pages are visible.
6. On an object page (http://dpcomgroup.com/estate/olympia-plaza/) how do I switch the address to be number, street, city, county, zip. 1535 N 9th Street, Stroudsburg, Monroe County, 18360 instead of 1535 N 9th Street , 18360 Stroudsburg , Monroe County
7. Is there a way to have the main image area on an object page (http://dpcomgroup.com/estate/olympia-plaza/) be able to be click through the additional images? Similar to the homepage slider with arrow to click through but without animation.
8. Can we add email address to listing agent’s information on the objects page?
I am familiar with the PHP files, I just could not figure the above out. If possible, let me know the file name and line. Thank you for your help.
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.
Thank you for the response.
1. I added the search bar with the code. Is there a way to customize the search result page? Currently when you search, you get 1 result per page. Is there a way to show 12 results per page, similar to a grid of Objects?
2. I was able to add coding to all other areas (on Object pages). Also, if I add commas in pricing manually, the price in Property Search gives no results when searching without using commas.
3. When I added this coding to the Extra CSS Content, it does not center the search box.
4. What will the labels do when they are active?
Thanks!
Hi,
1. This is up to the WordPress settings, please go to WordPress admin -> Settings -> Reading -> “Blog pages show at most” and change it to a number of your choice.
2. Oh, sorry, you are right, we’ve tested it and its not working. We will make an update for this problem and upload it as soon as possible.
3. Found this in your source code:
#reseach_header {align:center;}
We gave you the code “text-align:center“, please change this than its working 🙂
4. They will show only a “overlay” in the listing with “Featured” or “Sold” in the top right corner of the entries.
Is there a way to add the property or page to an email we receive from a customer? When they use the contact form on an object page, it only gives us Name, Email, Comments but I don’t know which property they are contacting us about. Thank you.
Hm, without some changes in the code its not possible. But if you give us 1-2 days, we can make an update for this.
Ok great. Will I have to do anything on my end or will the update automatically fix it? Thank you.
I will let you know as soon the update is done, because I’m not sure yet how we solve it.
Do you have an update for this issue? Thank you.
Hi,
at the moment we make the final tests, then we upload the update
Ok, update is ready, new version is 1.05 and we are uploading it right now.
Thanks so much. How do I update our theme and do so without overriding our customizing? Thanks.
Ok, if you want you can upload only these 2 files:
“functions.php” in the root of the theme
“ajax.php” in the folder “7league/”
Just replace these files with an FTP software
Perfect. Link in the contact email and now passed the mobile-friendly Google test. Thank you very much for your help and quick assistance.
You’re welcome!
-
AuthorPosts
You must be logged in to reply to this topic.