-
LPH2005 posted on the forum topic More CSS madness in the group Creating & Extending: 14 years, 2 months ago
@paulhastings0 it’s a mixture of BP-Album Media, a nightly build, but I did not change the database from a previous installation. Next, some code was copy/pasted, modified to show the photos and videos along with a widget for login/logout differences. ` <a href="” class=”media-image”> bpa->options){ echo ‘ ‘; $row_count = 0; } endwhile;…[Read more]
-
LPH2005 posted on the forum topic More CSS madness in the group Creating & Extending: 14 years, 2 months ago
@paulhastings0 – Also – thank you! Code changed to none since that is probably more appropriate than using 0px. Personal Note : One of these days this site is going to look like something else besides a default theme with color changes. Guess that means the header.php file needs to be changed more … hehe […]
-
LPH2005 posted on the forum topic More CSS madness in the group Creating & Extending: 14 years, 2 months ago
@modemlooper – thank you!
Found this in the default.css using firebug.
div#container {
border-right:1px solid #E0E0E0;
border-bottom:1px solid #E0E0E0;
}Changed to 0px – and all is well 🙂
Oh – and moved that wave.png into the footer.php and footer-wiki.php – it looks nicer.
-
LPH2005 started the forum topic More CSS madness in the group Creating & Extending: 14 years, 2 months ago
CSS drives me absolutely mad 🙁
I decided to add this code:
<div> </div>
<div> </div>
Unfortunately there is a white bar off to the right side. Any thoughts?
SiteURL: http://www.thechembook.com
-
LPH2005 posted on the forum topic Youtube embed in profile in the group oEmbed for BuddyPress: 14 years, 2 months ago
Just a thought – if you look at the bp-custom.php code given by @sbrajesh then you might consider priority.
The default is 10 and maybe changing it can stop the problem with disabling other text boxes.
-
LPH2005 posted on the forum topic Building 404.php but has gap at top in the group Creating & Extending: 14 years, 2 months ago
Interesting – because the code above is the only present. Where would the iframe come from? header.php (no ad script) single.php (no ad script) footer.php (no ad script) page.php has ad code with
wrapped around it and removal still shows on a 404. sidebar.php has code but removed to test and still loads that […]
-
LPH2005 started the forum topic Building 404.php but has gap at top in the group Creating & Extending: 14 years, 2 months ago
This is the code:
<div>
Error
</div>Which is really simple. Yet, the 404 page loads with a large gap at the top of the page (header.php loads with a large gap at top but admin bar at top.). Any suggestions?
-
LPH2005 posted on the forum topic CSS help: Community Stats Widget in the group Creating & Extending: 14 years, 2 months ago
Man! Was that code WAY off!
This code works:
div#bp_community_stats_widget-3 ul li span {
color: #4BB3DD;
font-size: 250%;
font-weight: bold;
} -
LPH2005 started the forum topic CSS help: Community Stats Widget in the group Creating & Extending: 14 years, 2 months ago
This plugin is now in the footer.php and shows but the css needs work. This is the current attempt (and fails).
li.span.community-count {
font-size: 13px;
}SiteUrl: http://www.thechembook.com (middle of footer).
-
LPH2005 started the forum topic Suggested Followers Plugin | Widget in the group Creating & Extending: 14 years, 2 months ago
Is there a plugin/widget that lists “interesting people” to follow? This would be similar to twitter’s feature (top-right side of site). The welcome pack does a great job suggesting friends at the start but what about people who have already joined? Does something exist? As always – thank you! —- Layne http://www.thechembook.com – a social […]
-
LPH2005 posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 14 years, 2 months ago
Do you think using W3 Total Cache user agent groups would allow this theme to load when iPad or iPhone is identified while the regular theme loads with other browsers? The user agent groups seems to imply this type of behavior is possible. @modemlooper : What do you think?
-
LPH2005 posted on the forum topic Flush after in the group How-To and Troubleshooting: 14 years, 2 months ago
Dang – I figured out why w3 total cache didn’t load wp pages properly – Whew! It works now 🙂
Now to figure out the optimum page loads.
Anyway – if someone knows about flush then please let me know.
-
LPH2005 started the forum topic Flush after in the group How-To and Troubleshooting: 14 years, 2 months ago
Since I cannot use w3-total-cache (blank wp pages load but the rest of the site loads fine) – I was reading an article that suggested using flush after in the header.php of the theme. So, the following line was added:
Also, pingback was changed to
so that the information was static rather than […]
-
LPH2005 posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 14 years, 2 months ago
The activity stream looks very good.
-
LPH2005 posted on the forum topic showing forum posts in activity feed in the group Creating & Extending: 14 years, 2 months ago
The simplest might be to use an RSS feed from your phpbb forum and use the external BP external activity plugin …
http://www.phpbb.com/community/viewtopic.php?f=46&t=2098171
-
LPH2005 posted on the forum topic BuddyPress / Thesis Custom Template Integration in the group Creating & Extending: 14 years, 2 months ago
You’ll want to check a recent thread in the thesis forum. Someone posted the steps to get thesis and BP to work together. The files requiring editing are listed as well as the specific content to replace.
-
LPH2005 posted on the forum topic plazaa – A german BuddyPress community in the group Gallery: 14 years, 2 months ago
Wow. The site is impressive. Congratulations.
-
LPH2005 posted on the forum topic How do I get the sidebar to show in both Posts and Pages? in the group How-To and Troubleshooting: 14 years, 2 months ago
Go to /wp-admin/edit.php?post_type=page then click on a page, look on the right side to see how the page attributes are set. There should be a pull down of the different templates.
Are you using the default theme, child-theme, or something else?
-
LPH2005 posted on the forum topic Reply to first item in activity stream fails in the group How-To and Troubleshooting: 14 years, 2 months ago
Is this the section (line 309+)? Sorry – I’ve never bothered to look at the JavaScript for BP. ` /* Activity comment posting */ if ( target.attr(‘name’) == ‘ac_form_submit’ ) { var form = target.parent().parent(); var form_parent = form.parent(); var form_id = form.attr(‘id’).split(‘-‘); if ( ‘activity-comments’ !== form_parent.attr(‘class’) ) {…[Read more]
-
LPH2005 posted on the forum topic Reply to first item in activity stream fails in the group How-To and Troubleshooting: 14 years, 2 months ago
Thank you. I copied the default theme _inc files into the child theme and now the activity stream is posting forum topics three times 🙂
Guess I’ll delete the _inc and files – to see if things return – and pick through the JavaScript from there.
- Load More
@lph2005
Not recently active