futurecar
Forum Replies Created
-
Hey no problem, just paying it forward. Let me know if you get stuck. Working on my site right now so I will hang around.
Probably a hiccup somewhere.
Ok, do this. Get the custom css manager plugin for wordpress and add the following code:
ul#property_stats.list li.alt, ul.wpp_property_stats.list li.alt {
background: none repeat scroll 0px 0px rgb(238, 238, 238);
color: black;
}See, I added the color black but you can change this to any color you want whether its hex, rgb or simply saying white, red, blue, purple or whatever. Let me know if this works for you.
This is how it looks when I made the change via webdeveloper.
There is no built-in free slideshow that comes with this plugin. On another site utilizing this wp-property I saw that the person used soliloquy which I think is alot better than the “premium” slideshow. The lite version is free and actually serves its purpose for a simple slideshow. After creating the slideshow, when you go to add a new property, you will see an “add slideshow” button at the top next to “add media” which makes it really convenient to add your slideshow shortcode.
Ahh ok no problem. Is it possible for you to send me a link to the page in question? This would help tremendously.
Get custom css manager
Use webdeveloper tools (a firefox addon) to find the class or id of the element containing the text. Then to see if it works, you can actually make edits to the css within webdeveloper to see how it affects that element before making the final change via css.Yes there is a way, are you good with CSS?
Yes but it will require some custom back-end work (not a total re-work of code but some editing to exclude or include what you want). This is dependent on how far you want to take the customization. You could also add your own custom fields (that will appear in the general information tab) from the settings>developer tab. The two files you’d want to look at are in the templates folder (property.php and property-overview.php for the most part).
resolved.
Yes it’s very possible especially when using the webdeveloper plugin for firefox. Just find the class or id you need to make a change to. Instead of editing the actual css file thats attached to this plugin, I use the custom css manager plugin to edit my custom css from the dashboard.
Specifically, add I want a description excerpt for each of my search results.