-
FoxdenVixen replied to the question WP Editor is not working since update in the forum BuddyBoss 3.0 9 years, 11 months ago
That could be. I haven’t really touched the site for a few months. Another site I am working on has all the current stuff, WP, BuddyBoss, WP Editor, etc and everything this fine with that site. I don’t know what could be breaking in the old site.
-
FoxdenVixen replied to the question Warning: getimagesize in the forum BuddyBoss 3.0 9 years, 11 months ago
I have now upgraded to version 4.1.7 and when I log out I still get the get image size error. I looked in the theme functions page for line 915 as that is what is throwing the error –
list( $width, $height ) = getimagesize( $logo_absolute_url );
It looks like absolute to me…not relative. I am confused.
-
FoxdenVixen replied to the question Warning: getimagesize in the forum BuddyBoss 3.0 9 years, 11 months ago
I know this thread is old but I am having the same problem. It was working before I updated WP to the current version so I know it isn’t godaddy.com that is the problem. I have not updated BuddyBoss v3xxx to v4xxx. I am just curious as to why you say that it’s the hosting company that is preventing this.
-
FoxdenVixen replied to the question WP Editor is not working since update in the forum BuddyBoss 3.0 9 years, 11 months ago
I know it has been many months but I have found something interesting. I was going through all the files again and noticed that the built-in theme editor was not working again after updating WP, BuddyBoss, all plugins, etc. I turned off all plugins except bbPress and BuddyPress as you had suggested before, and I could see all files associated with…[Read more]
-
FoxdenVixen replied to the question Want site title/description and logo in the forum BuddyBoss theme 10 years, 3 months ago
I figured it out –
[Read more]
<div class="site-name">
<h1 class="site-title">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">
<?php bloginfo( 'name' ); ?>
</a>
</h1>
<p… -
FoxdenVixen started the question Want site title/description and logo in the forum BuddyBoss theme 10 years, 3 months ago
I am working on a site for my gaming guild and the guild leader wants the site title and description floated left and wants the guild’s logo floated right. It is possible to have both? If so, what is the best way to achieve this?
-
FoxdenVixen started the question Having problems with full text for posts again in the forum BuddyBoss 3.0 10 years, 8 months ago
I had this problem before and solved it by just shortening a post. I added a new post to my site and am experiencing the problem again. I have the reading settings on full text. I have changed the content.php page to –
<div class=”entry-content”>
<?php the_content(); ?>
</div><!– .entry-content –>and saved the content.php in the child…[Read more]
-
FoxdenVixen replied to the question WP Editor is not working since update in the forum BuddyBoss 3.0 10 years, 8 months ago
I deactivated all plugins on my test site but BuddyPress and bbPress and could not access the theme editor. I reactivated WP Editor v 1.2.5.1 by Benjamin Rojas and the theme editor link was back but does not work. I am not sure what is going on.
-
FoxdenVixen started the question WP Editor is not working since update in the forum BuddyBoss 3.0 10 years, 8 months ago
I have updated WP to the latest version and BuddyBoss to the latest version and now WP Editor no longer works for me. I click on the link and it takes me to the settings page but sits there with a loading message. I changed to one of the default themes and WP Editor works just fine. Before the update of the BuddyBoss theme but using the latest…[Read more]
-
FoxdenVixen replied to the question Wanting to completely customize bbPress in the forum BuddyBoss 3.0 10 years, 9 months ago
Thank you, TJ. I will do that.
-
FoxdenVixen started the question Wanting to completely customize bbPress in the forum BuddyBoss 3.0 10 years, 9 months ago
I have a question – if I want to completely customize bbPress, would I have to copy the bbPress folder in the parent theme to my child theme and work from there? I want to add some PHP pages to the forum and don’t want to disturb the parent theme.
-
FoxdenVixen replied to the question Post divider in the forum BuddyBoss 3.0 10 years, 9 months ago
Thank you. This works.
-
FoxdenVixen started the question Post divider in the forum BuddyBoss 3.0 10 years, 9 months ago
The site is coming along quite well. I am figuring things out ok so far. I changed the layout a bit to accommodate the parent theme better. I added a post divider with an HR but I am not happy with it. I would like something dividing the posts but not on the bottom of the last post. Could you help me figure this out please?
-
FoxdenVixen replied to the question Buddypress widget titles not showing text in the forum BuddyBoss 3.0 10 years, 9 months ago
I had to re type the titles and then it worked. This is a weird bug!
-
FoxdenVixen replied to the question Trying to gut the theme and get it like this…. in the forum BuddyBoss 3.0 10 years, 9 months ago
The next problem is getting the top and bottom graphics from the original design into the main content area. On the header.php page I can add
<div id=”main” class=”container”>
<div id=”main” class=”wrapper”> (already there)
<div class=”container_top”>
I need to add
<div class=”container_bottom”> and close the first div I would create but…[Read more]
-
FoxdenVixen started the question Buddypress widget titles not showing text in the forum BuddyBoss 3.0 10 years, 9 months ago
I used the Buddyboss customization tool and added the BuddyPress right sidebar widgets of who’s online and recently active members. There is text in the title area but it is not showing on the page when refreshed. Doing an inspect element shows the h3 opening and closing tags but no text.
-
FoxdenVixen replied to the question Full text for post not showing on "home" page in the forum BuddyBoss 3.0 10 years, 9 months ago
I ended up just rewriting the post and now it shows. Not sure what was going on. Will have to see if future posts do the same thing.
-
FoxdenVixen replied to the question Full text for post not showing on "home" page in the forum BuddyBoss 3.0 10 years, 9 months ago
Changed this and it still shows one post without full content text. I changed themes to the default themes (2012, 2013, 2014) and all are fine using the settings>reading>full text. So not sure what is going on here on this theme.
-
FoxdenVixen replied to the question Trying to gut the theme and get it like this…. in the forum BuddyBoss 3.0 10 years, 9 months ago
This is what I had to change in order to get the footer to “merge” with the content background.
footer[role=”contentinfo”] {
clear: both;
font-size: 12px;
line-height: 2;
width: 1000px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
margin-top: -120px;
}
It works! -
FoxdenVixen replied to the question Trying to gut the theme and get it like this…. in the forum BuddyBoss 3.0 10 years, 9 months ago
The content image is a gradient and is working fine. It’s the space between the content bg and the footer bg and is bugging me. I need to change the width to 1000px from the default 1040px and then have them merged together so there is no space between.
- Load More