GreenstoneKC
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Yes exactly. If it could only pull the post body content, that would be perfect. The headline and date are what’s messing it up.
I’m not entirely sure where to place it within the code?
<div class="wdform-page-and-images" style="display:table; border-top:0px solid black;"> <div id="form_id_tempform_view1" class="wdform_page" page_title="Untitled page" next_title="Next" next_type="text" next_class="wdform-page-button" next_checkable="false" previous_title="Previous" previous_type="text" previous_class="wdform-page-button" previous_checkable="false"> <div class="wdform_section"> <div class="wdform_column ui-sortable"> <div wdid="1" class="wdform_row ui-sortable-handle"> %1 - Name:% </div> <div wdid="2" class="wdform_row ui-sortable-handle"> %2 - Phone:% </div> <div wdid="4" class="wdform_row ui-sortable-handle"> %4 - Which service?% </div> <div wdid="5" class="wdform_row ui-sortable-handle"> %5 - How Did You Find Us?% </div> <div wdid="6" class="wdform_row ui-sortable-handle"> %6 - type_submit_reset_6% </div> </div> </div> <div valign="top" class="wdform_footer" style="width: 100%;"> <div style="width: 100%;"> <div style="width: 100%; display: table;"> <div style="display: table-row-group;"> <div id="form_id_temppage_nav1" style="display: table-row;"> </div> </div> </div> </div> </div> </div> </div>
Within the theme, or within the form maker widget?
Forum: Themes and Templates
In reply to: Zerif Pro – Blog page not workingThanks!
Forum: Themes and Templates
In reply to: [Theme: Zerif Pro] Center "team-member widget"Is this better? Also, website is https://www.greenstonekc.com
} .team-member { border-radius: 4px; overflow: hidden; position: relative; margin-bottom: 35px; } .team-member .details { text-align: left; font-size: 13px; line-height: 20px; position: absolute; padding: 15px; top: -200px; left: 0; width: 100%; min-height: 190px; -webkit-transition: all 1500ms; transition: all 1500ms; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; z-index:999; } .team-member .member-details { position: relative; display: inline-block; padding-bottom: 5px; } .team-member:hover .details { top: 0; background: #333; color: white; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .team-member .profile-pic { border-radius: 50%; width: 174px; height: 174px; margin: auto; overflow: hidden; margin-bottom: 25px; } .team-member .profile-pic img { width: 100%; height: 100%; } .team-member h5 { text-transform: uppercase; color: #404040; font-weight: 700; position: relative; } .team-member .position { font-size: 13px; margin-top: 15px; } .team-member .social-icons { margin-bottom: 25px; } .team-member .social-icons li:before{ content:none; } .team-member .social-icons ul { margin: 0 0 1.5em 0; } .team-member .social-icons ul li { display: inline-block; line-height: 32px; margin: 2px; } .team-member .social-icons ul li a { font-size: 18px; border-radius: 50%; color: #808080; } .team-member .social-icons ul li a:hover { color: #e96656;
Viewing 5 replies - 1 through 5 (of 5 total)