Community Forums › Forums › Archived Forums › General Discussion › Agentpress listings now showing up right
Tagged: Agentpress, css, listings
- This topic has 15 replies, 3 voices, and was last updated 11 years, 11 months ago by
AnitaC.
-
AuthorPosts
-
May 3, 2013 at 10:10 am #39106
kduffey
MemberI've integrated the Agentpress listings in to the Executive theme and I'm having an issue with the alignment of listings.
Please see the example here: http://demo8.29doors.com/listings/
The horizontal alignment is off.
May 3, 2013 at 1:51 pm #39155AnitaC
KeymasterI only see one home listed there. Where exactly is it out of alignment? What browser are you using.
Need help with customization or troubleshooting? Reach out to me.
May 4, 2013 at 5:36 pm #39308kduffey
MemberI removed the other listing b/c it wasn't looking right. I set up a test site here: http://testexec.29doors.com/listings/
Can you have a look there and you'll see that the horizontal alignment is off.
I've looked at it in both Safari and Chrome and see the same thing.
May 5, 2013 at 10:48 pm #39487cblaser
MemberAny update on this or have you had any luck? I'm having the same issue.
May 6, 2013 at 1:35 am #39489kduffey
MemberI continue to have the same issue. I'm guessing it is possibly conflicting css with the executive theme.
Pulling the exact listing theme and css code from Agent Press into Executive theme works except for the alignment issue as I described above.
Again, you can see the issue here:
http://testexec.29doors.com/listings/
May 6, 2013 at 11:26 am #39574cblaser
MemberAdd this to your style.css file.
.featured-listings .listing {
margin: 0;
}Worked for me! Thanks to Jennifer at StudioPress support for the help. 🙂
May 6, 2013 at 11:48 am #39576kduffey
Membercblaser: I added it and it did not change it for me.
See here: http://testexec.29doors.com/listings/
May 8, 2013 at 6:47 pm #39994kduffey
MemberDoes anybody else have any thoughts on how to solve this? I'm really looking for a solution here.
May 8, 2013 at 7:22 pm #39998AnitaC
KeymasterWhat area are those in... what widget area?
Need help with customization or troubleshooting? Reach out to me.
May 8, 2013 at 7:30 pm #40001AnitaC
KeymasterIt looks like the widget area you are trying to hold multiple widgets in is not correctly coded. The widgets need to float left and right and there's a particular way to code it in there. It's better for me to see on a LIVE production of the site than the test you are showing.
Need help with customization or troubleshooting? Reach out to me.
May 8, 2013 at 7:45 pm #40003kduffey
Memberanitac:
I've copied over the archive-listings.php file essentially from Agent Press to use on the Executive theme. I didn't custom build a widget area. I attempted to bring over the code from Agent Press.
May 8, 2013 at 7:52 pm #40006AnitaC
KeymasterThere needs to be a "container" for those. Can you drag another widget over to this link so I can take a look at them - http://demo8.29doors.com/listings/.
Need help with customization or troubleshooting? Reach out to me.
May 9, 2013 at 5:31 am #40054kduffey
Memberanitac, I copied the archive-listing.php file from the Agentpress theme to use here. They both power the site.com/listings page. One works and the other doesn't.
On exec theme, the alignment is off: http://testexec.29doors.com/listings/
On agentpress, the alignment is not off: http://demo4.29doors.com/listings/
So it's not really a widget area. It's the php code that is pulling the listings to display on this page.
May 9, 2013 at 5:52 am #40055AnitaC
KeymasterYou copied that over but that is for a full archive page of listings. You cannot use that on the home page so it will look like widget areas lined up evenly in a horizonal manner. The area needs to be "widgetized"
forso you can place 3 Featured Property widgets inside the one container - and they will be aligned horizontally.The Agentpress theme demo is set up with a sidebar identified as Properties. That area can house 3 Featured Properties. The styling in CSS then tells the Properties sidebar area that - all 3 should be aligned horizontally (i.e., float left, float left, float right).
The Agentpress plugin does not come with any styling. You must do that yourself. If you need further assistance, you can reach me offline which would be better than responding and creating multiple pages here.
Need help with customization or troubleshooting? Reach out to me.
May 9, 2013 at 5:54 am #40057kduffey
Memberanitac, the page I'm showing you isn't the home page, it's the full archive page. I know the home page is widgetized and uses the 3 featured propertiies. That's not what I'm working on. I just have a bare bones test site for trying to get it to work.
Can you send me a private message for the best way to contact you? I can chat via phone.
May 9, 2013 at 6:02 am #40058AnitaC
KeymasterYou can contact me on my website. I see that it works using the Agentpress theme because the Properties widget area is styled in the Style.css for it to line up. You are now trying to use the plugin with another theme that is not styled with a Properties sidebar, so therefore they won't line up.
Need help with customization or troubleshooting? Reach out to me.
-
AuthorPosts
- The topic ‘Agentpress listings now showing up right’ is closed to new replies.