Forum Replies Created
-
AuthorPosts
-
rtibbs4Participant
Thank you.
Thanks, Randy
rtibbs4ParticipantHi,
Is there a recommended image size for the slider?
Thanks.
Thanks, Randy
rtibbs4ParticipantHi,
tried this this agentpresspro and it has no affect. Just place in functions.. correct?
Thanks, Randy
rtibbs4ParticipantThanks. I figured it out.
Thanks, Randy
rtibbs4ParticipantThanks, where do I put this?
Thanks, Randy
rtibbs4ParticipantSo this is what I have for the new template page. It looks a bit thin to me. Will this create a full width page with the header, footer and curren theme colors etc?? Where do i need to put this> Thanks again.
<?php
/**
* This file adds the IDX Landing template to the AgentPress Pro Theme.
*
* @author StudioPress
* @package AgentPress Pro
* @subpackage Customizations
*//*
Template Name: IDX Landing
*///* Add custom body class to the head
add_filter( 'body_class', 'agentpress_add_body_class' );
function agentpress_add_body_class( $classes ) {$classes[] = 'agentpress-pro-landing';
return $classes;}
//* Force full width content layout
add_filter( 'genesis_site_layout', '__genesis_return_full_width_content' );//* Run the Genesis loop
genesis();
Thanks, Randy
rtibbs4ParticipantOK, I think I have that. Remove the "remove header, footer etc...
Where do I save my new template?
Thanks, Randy
rtibbs4ParticipantHi Brad,
page_landing doesn't have a header or footer. Any suggestions?
Thanks again.
Thanks, Randy
rtibbs4ParticipantOK, it was that simple.
Sometimes I over think things.
Thanks for your help.
Thanks, Randy
rtibbs4ParticipantHi Brad,
Embarrassed to ask. What do you mean re-save?
I did change from another theme to agentpress pro.
They are currently set at /%category%/%postname%
Thanks, Randy
rtibbs4ParticipantThanks, I changed the image size. Made it taller and the re-size or stretch shows more of the overall image.
Thanks, Randy
rtibbs4ParticipantHey,
You can do it by using the hidden field option when building the form then clicking the post / page for the default value. You then can add that field in the subject for receiving the inquiry so you immediately know where it is coming from...
Got it from support and ninjaforms.
Thanks, Randy
rtibbs4ParticipantThanks again Ginger.
I have to remember I need to be more specific as the only item I can't figure out is how the ninja form on the demo references the current listing address or title. Without it you have someone contacting you about a property but you don't know which one without them referencing it which they don't always do.
......ahhhh. So, as I look at the form on a different listing address it doesn't reference the title of the listing it is simply a drop down with all of the properties listed which the customer has to choose... we would have to fill in and keep updated as properties are added and removed. That's a bummer as I think many people will simply fill the form in and quickly send it which will always reference the first property listed making it very confusing. Sorry, venting. I don't see how this will work for us. I'll ask ninja form if there is a way to automatically reference the title.
Thanks, Randy
rtibbs4ParticipantYeah baby! That works!
Strange, I pasted the new code and got the white screen from hell! Tried it a couple times. I pasted your previous code and it was fine as it was previously, then I made the changes to copy the second code... WORKS!
Thank you sooo much!
Thanks, Randy
rtibbs4ParticipantAgain, thanks but I don't see how that gets me to displaying the featured listings on the home page
-
randomly
But great way to add additional detail for the listings.
.
Thanks, Randy
rtibbs4ParticipantThanks again,
If I can't figure out how to do it in the functions file I will most likely use the plugin but my current objective is to change it in the functions file.
Thanks, Randy
rtibbs4ParticipantHi,
I saw that option but the plugin also has the details like, bedrooms, baths, MLS# built into the plugin and we will be changing those because it doesn't fit with commercial real estate so I was thinking that could get more indepth with having to change them in the functions file and also in the plugin and then making sure it matches up.
I was hoping to simply change the the function file for this.
Thanks for your help though, I appreciate it.
Thanks, Randy
rtibbs4ParticipantI have changed the sort order of my Gallery photos within my Listings post but the change does not take effect on the home page Featured Listings display. Anyway to change this on the home page?
Did you figure out how to change the sort order for the featured listings on the home page? I am trying to sort randomly.
Thanks, Randy
rtibbs4ParticipantSo, this didn't work and I am thinking it is because I am looking for random on the home page listings which are Featured Listings? do you think that would make a difference?
And yes, thanks for the heads up on the functions file, I've been to the white screen of hell:)
Thanks, Randy
rtibbs4ParticipantSo appreciate this. I am glad I checked back because must have neglected to get email updates to this thread. I have to remember to check out Carries tips.
Thanks again
Thanks, Randy
-
AuthorPosts