DarrylR
Forum Replies Created
-
Hi, aldolat,
Thanks for the reply. I almost have it working using the following CSS:
.widget ul.pis-ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget ul.pis-ul li {
border-bottom: 1px solid #e5e5e5;
}
.widget ul.pis-ul li > p {
margin-bottom: 10px;
}
.widget ul.pis-ul li > p > a, .widget ul.pis-ul li > p > a > * {
color: #333;
}
.widget ul.pis-ul li > p > a {
display: block;
padding: 8px 0px 0px 11px;
background: url(https://localhost/list-arrow.png) no-repeat left 1.166em;
}
.widget ul.pis-ul li > p > a:hover {
color: #2A8FBD;
}I’m using a PIS widget in a different sidebar on another page, and the styles above changed the appearance of the widget on that sidebar also. This would have been OK if I had not chosen to suppress the bullets on the other PIS widget (because it displays the featured image of each post). I ended up with a combination of bullets and featured images, which doesn’t look good. How do I incorporate the widget ID (e.g. #pis_posts_in_sidebar-3) into the styles above?
Thanks,
Darryl R.Ah, thanks for the detailed instructions. Please let me know when you’ve added this capability to the UI.
Thanks!
Thanks. I sent a request to [email protected] with some additional information.
Ah. That explains it. Thanks.
Hello,
I added the (WPL) Search widget to the “Property Listing Top” area, and it worked. However, it will only be displayed on a page where I place the [wpl] shortcode. Otherwise, there would be no property listings, and no property listing top.
I would like to display the Carousel on a page where I don’t include the [wpl] shortcode. And I would like to display it in the body of the page, not in the sidebar. My theme supports widgets in sidebars. What I’m looking for is the shortcode for the WPL Carousel (e.g. [wp_carousel]) that will allow me to place the carousel in the body of the page.
Thanks
Thanks to a very prompt response from the WPL support team, I added the (WPL) Search widget to the “Property Listing Top” area in Appearance->Widgets, and the Search form is now displayed on the Listings page.
I’m working with them now to figure out how to get the map to display in a collapsed fashion. Apparently, the style is in “Template 28”.
Actually, I should amend my last comment about the sidebar. I could put the WPL widgets on the sidebar of a page that doesn’t use any WPL shortcodes. I would rather use them in the page body in that case, though. Are there shortcodes that would allow me to place the WPL Search and WPL Carousel widgets into the body of a page?
Thanks for the reply.
Changing to a full width layout corrected the alignment of the thumbnails at the bottom of the property listing page and the clipped agent photo on the property detail (property show) page. However, it also removes the sidebar, which removes access to the WPL Search and WPL Carousel widgets. In effect, the only way for users to find properties would be to select them from the property listing page. Any suggestion?
Thanks also for the tip about image sizes. Once I changed to a full width layout, the size of the agent photo wasn’t an issue.