Slider dimensions
-
How do I change the slider height on the theme bose by InkHive. I tried everything. This is what appears on the funtions.php file of the theme regarding the slider:
/*
* This function Contains All The scripts that Will be Loaded in the Theme Header including Slider, Custom CSS, etc.
*/
function bose_initialize_header() {global $option_setting; //Global theme options variable
//Place all Javascript Here
echo “<script>”;//Check is Slider is Enabled and Load Script
if (isset($option_setting[‘slider-enable-on-home’]) ) : ?>
jQuery(document).ready(function(){
jQuery(‘.bxslider’).bxSlider( {
mode: ‘fade’,
speed: 1000,
captions: true,
minSlides: 1,
maxSlides: 1,
slideWidth: 1170,
adaptiveHeight: true,
auto: true,
preloadImages: ‘all’,
pause: 5000,
autoHover: true } );
});<?php endif; ?>
Website using this theme: http://loja.creative-alia.com
-
found solution went to
public_html/yourdomainname.com/wp-content/themes/bose/assets/css/bxslider.css for DOMAINS or
public_html/yoursubdomainnamewithoutdotcom/wp-content/themes/bose/assets/css/bxslider.css for SUBDOMAINS
So mine looked like this:
public_html/loja/wp-content/themes/bose/assets/css/bxslider.css (IT IS A SUBDOMAIN HENCE WHY loja and NOT loja.com) and changed these settings in the RESETS AND LAYOUT at line 14./** RESET AND LAYOUT
===================================*/.bx-wrapper {
position: relative;
margin: 0 auto 60px;}
.bx-wrapper img {
max-width: 100%;
width:640px;
height:450px;
}YOURS RESET AND LAYOUT SHOULD LOOK LIKE THAT, JUST COPY AND PASTE. CHANGE WIDTH AND HEIGHT AS YOU PLEASE!
Hi I am using Bose. I dont know why my slider is not working. Can you please guide. See http://www.buyflair.com
The topic ‘Slider dimensions’ is closed to new replies.
