-
FoxdenVixen replied to the question Site is broken in iPad in the forum BuddyBoss theme 9 years, 8 months ago
This is fixed now. Safari was the problem and cssmenu was used. Since cssmenu was not be utilized for the main site, I had removed the files associated with it. They were still present in the forums folder since the forums are using it. Putting the files BACK into the main site fixed it. Everything is working properly now.
-
FoxdenVixen started the question Site is broken in iPad in the forum BuddyBoss theme 9 years, 8 months ago
I was contacted by my client that the buddyboss site that I created from them seems to be broken in iPad. The menu dropdowns no longer work, the tabs that are set on certain pages no longer work. The phpBB forums stopped working as well. I have a staging site and that is showing the same problems. My troubleshooting on the staging site consisted…[Read more]
-
FoxdenVixen replied to the question Changing content background color on only one page in the forum BuddyBoss theme 9 years, 9 months ago
Thank you, @tjchester. I will give this a try.
-
FoxdenVixen started the question Changing content background color on only one page in the forum BuddyBoss theme 9 years, 9 months ago
I am trying to get rid of a background color of the content area that I set for the entire site I am working on only for the forums section. I created a page for the forum index. The shortcode is http://mydomain.com/?p=547. This is what I have for code that created the background on all pages
div#primary {
[Read more]
background: rgba(202, 225, 233, 0.8);… -
FoxdenVixen replied to the question Can I use Page Builder to create a different front or home page? in the forum BuddyBoss theme 9 years, 9 months ago
I figured it out. I had tried to add a frame for the content in the page-fullwidth.php page and had accidently left a floating </div>. It works now!
-
FoxdenVixen replied to the question Can I use Page Builder to create a different front or home page? in the forum BuddyBoss theme 9 years, 9 months ago
I thought I had figured it out. All I needed to do was keep it as front-page template and just add a row with 3 even columns and the slider would still be there. However, the columns are now screwed up. They are very narrow and floating to the left. I don’t have sidebars for the front page now.
<?php if ( is_active_sidebar('home-left') &&…
[Read more] -
FoxdenVixen started the question Can I use Page Builder to create a different front or home page? in the forum BuddyBoss theme 9 years, 9 months ago
I started using Page Builder by SiteOrigin and have to say it is really working out well for what I am trying to achieve on a site I am building. On the front or home page I currently have the Full Width Slider that comes with BuddyBoss (however I have sized it down and styled it) and a 3-column layout. A left sidebar, the main content, and a…[Read more]
-
FoxdenVixen replied to the question Problems with front page 3 column layout in the forum BuddyBoss theme 9 years, 10 months ago
Sent
-
FoxdenVixen replied to the question Problems with front page 3 column layout in the forum BuddyBoss theme 9 years, 10 months ago
Just checked out the slider leaving it in the main area but taking off the styling that I did to make it smaller and now it is fine when the browser window is reduced so that problem is solved. Removed the left and right sidebar content but did not change styling and it is still messed up.
-
FoxdenVixen started the question Problems with front page 3 column layout in the forum BuddyBoss theme 9 years, 10 months ago
I had privately messaged Paul today but the more I look into my problem, the more I think there is some sort of buddyboss template error.
I have set up the home page to have a left sidebar and a right sidebar. The static content is in the middle. I also added vertical dividers on each side of the main content area to help with reading the page.…[Read more]
-
FoxdenVixen replied to the question Trying to work with custom fonts in the forum BuddyBoss theme 9 years, 10 months ago
I will check to see if cinzel is part of the google lineup. Thanks.
-
FoxdenVixen started the question Trying to work with custom fonts in the forum BuddyBoss theme 9 years, 10 months ago
On a previous site I was able to use custom fonts. That was using v3 of buddyboss and a webfont kit from fontsquirrel.com. A year later now I am trying to add a custom font to my current site and I can’t get it to work. I have uploaded the custom fonts to the CSS folder along with the generated font.css stylesheet. In functions I added a line…[Read more]
-
FoxdenVixen replied to the question in the forum FoxdenVixen 9 years, 10 months ago
Nevermind, got this to work. Just needed to update widgets and menus and now it works just fine.
-
FoxdenVixen replied to the question Smaller version of slider in header? in the forum BuddyBoss theme 9 years, 10 months ago
Thanks, @tjchester, I will give this a try.
-
FoxdenVixen started the question in the forum BuddyBoss theme 9 years, 10 months ago
I have another site I am working on locally on my PC. I forgot to change the folder name of the child theme. If I do this now after having made some major changes to the overall look and feel of the site, will it cause any problems? If so, what will I need to fix before doing this? This is not the site that I have been asking question on previously.
-
FoxdenVixen replied to the question Smaller version of slider in header? in the forum BuddyBoss theme 9 years, 10 months ago
Forgot to add how I styled it –
#fwslider {
[Read more]
float: right;
width: 500px;
margin-right: 200px;
position: relative;
overflow: hidden;
background-color: #000000;
background: rgba(0,0,0,0.8);
box-shadow: #030303 4px 4px 4px;
}
#fwslider .timer {
height: 4px;
width: 40px;
background-color: #000;
float: left;
margin-right: 10px;
display:… -
FoxdenVixen replied to the question Smaller version of slider in header? in the forum BuddyBoss theme 9 years, 10 months ago
@tjchester, I know that I should learn PHP but I really don’t have the time to stop working for my client to take a few weeks to learn it.
This is what I put and now the slider is gone –
<?php if ( is_front_page() && is_home() ) { ?>
[Read more]
<!-- Frontpage Slider -->
<div class="header_slider">
<?php get_template_part( 'content', 'slides' ); ?>… -
FoxdenVixen replied to the question Adding vertical dividers between columns on home page in the forum BuddyBoss theme 9 years, 10 months ago
Thank you, that worked.
-
FoxdenVixen replied to the question Smaller version of slider in header? in the forum BuddyBoss theme 9 years, 10 months ago
Tried this but getting a syntax and parse error. No real PHP knowledge here. Please help with the exact code. Thanks.
<?php if ( is_front_page() && is_home() ) {fwslider}; ?>
-
FoxdenVixen replied to the question Smaller version of slider in header? in the forum BuddyBoss theme 9 years, 10 months ago
If I am using the default fwslider, do I use that between the brackets?
- Load More