-
FoxdenVixen started the question Trying to gut the theme and get it like this…. in the forum BuddyBoss 3.0 10 years, 9 months ago
I have been working all day on trying to basically gut the parent theme to the way I want it using the child theme. I am a designer not a developer and work best in HTML and CSS. This is how I want it to look in the end.
I don’t want to change code on the parent theme’s CSS but I can’t seem to figure out what need changing. I am using Chrome…[Read more]
-
FoxdenVixen started the question Full text for post not showing on "home" page in the forum BuddyBoss 3.0 10 years, 9 months ago
I have reading set up as full text for posts but one post is only showing partial text and there is no “read more” and anything to see the entire post on the home page. I just upgraded to WP 3.9 so not sure if that is the cause.
-
FoxdenVixen replied to the question Is it possible to use Flexslider? in the forum BuddyBoss 3.0 10 years, 9 months ago
I figured it out myself. I added this to the theme functions under the main theme:
// Deregister the built-in fwslider
wp_deregister_script( ‘fwslider’ );Then to get the new slider to show I added this to the header.php page
<?php
echo do_shortcode(“[metaslider id=69]”);
?>
The Meta Slider has the 4 sliders included. I am…[Read more] -
FoxdenVixen replied to the question Is it possible to use Flexslider? in the forum BuddyBoss 3.0 10 years, 9 months ago
I installed Meta Slider that has 4 different sliders in one. I am choosing Flex Slider. When I try to add slides it takes me to the media library page and again nothing loads (spinner is spinning but nothing is happening – this is with the buddyboss child theme or the parent theme. When I switch over to Twenty Thirteen or any of the other default…[Read more]
-
FoxdenVixen replied to the question Is it possible to use Flexslider? in the forum BuddyBoss 3.0 10 years, 9 months ago
Actually I am still trying to use the fwslider, but if I can change over to flexslider that would be better. How do I deregister the fwslider javascript?
-
FoxdenVixen replied to the question Is it possible to use Flexslider? in the forum BuddyBoss 3.0 10 years, 9 months ago
It has to be the theme. I just changed the theme to the default 2013 theme and went to the home page I created and clicked on the set featured image. It immediately showed me all the images I had previously uploaded. Going back to the child theme and going into slides and clicking set featured image just shows the spinner continually spinning.…[Read more]
-
FoxdenVixen replied to the question Is it possible to use Flexslider? in the forum BuddyBoss 3.0 10 years, 9 months ago
The reason I ask this question is because the slider that comes with the theme is not working. I don’t know if it is WP or the theme. I try to set the featured image by uploading the image and I get an upload error. I looked on the web and it seems to be WP. I look in my media and the slide images are there. I click on set featured image on the…[Read more]
-
FoxdenVixen started the question Is it possible to use Flexslider? in the forum BuddyBoss 3.0 10 years, 9 months ago
I really want to use Flexslider instead of the default slider that is included with the theme. Is this possible?