Forum Replies Created
-
AuthorPosts
-
September 18, 2015 at 4:23 pm in reply to: Add 5 star rating and reviews to Agent Profiles using Agent Profiles plugin #166041[email protected]Member
Ok so after several attempts, I'm stuck. I need a rating or review plugin that incorporates both a star rating and a review. I ended up purchasing WP Review as it allowed both, at least for standard posts. BUT when using the custom post type created by Genesis Agent Profiles, I am unable to add the comment/review. I need to add WordPress comments back to the aeprofile custom post type. Anyone know how to and comments to Agent profiles with this plugin?
September 17, 2015 at 11:49 am in reply to: Add 5 star rating and reviews to Agent Profiles using Agent Profiles plugin #165910[email protected]MemberThanks @braddalton I'll give it a try, so far none have quite played well with the Genesis Agent Profiles plugin. I'll report results back after testing.
[email protected]MemberOk so my work around is to just call it out in CSS. I set it up a little different that @iff but the overall principles are the same. I know not as easy as using the customizer but because I gave the new widget areas unique classes it's pretty simple CSS.
For example with the front-page.php template, the widgets looked for .front-page-1, .front-page-2, .front-page-3, etc. So my new template was looking for .name-page-1, .name-page-2, .name-page-3, etc. I went into the style file did a find/search for "front" copied that CSS and pasted below renaming "front" with name. -That part was kinda tedious but all the new templates now matched the same style as the front-page template.
Then I added separate CSS for each new widget:
.name-page-1 {
background-image: url("#");
}Probably not a solution for building out multiple pages but if you need just one more "homepage" it'll do.
-
AuthorPosts