Home page dbox lite slider moving up while changing the slides
-
Hi guys.
Here is my website: https://cellphonerepaircomputerrepairlasvegas.com/
I am using Dboxlite slider on my homepage. For some reason in the program preview the slides change normally without moving up and the play/pause button appears in the right top corner of the image. But on my homepage the play/pause button appears above the slider images and the slider moves up while changing slides.Here is the top part of my header.php file:
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo(‘charset’); ?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
<?php if( ! function_exists( ‘_wp_render_title_tag’ ) ) : ?>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<?php endif; ?>
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head><body <?php body_class() ?>>
<div id=”wrapper”>
<header id=”header”>
<<?php pinboard_title_tag( ‘site’ ); ?> id=”site-title”>
<?php if( function_exists(“get_dbox_slider”) ){ get_dbox_slider(); } ?>
<?php if ( ( ” != get_header_image() ) && ( false != get_header_image() ) ) : ?>
” rel=”home”>
<img src=”<?php header_image(); ?>” alt=”<?php bloginfo( ‘name’ ); ?>” width=”<?php echo ( pinboard_get_option( ‘retina_header’ ) ? absint( get_custom_header()->width / 2 ) : get_custom_header()->width ); ?>” height=”<?php echo ( pinboard_get_option( ‘retina_header’ ) ? absint( get_custom_header()->height / 2 ) : get_custom_header()->height ); ?>” /><?php endif; ?>
” rel=”home”><?php bloginfo( ‘name’ ); ?>ANY IDEAS HOW TO FIX IT?
- The topic ‘Home page dbox lite slider moving up while changing the slides’ is closed to new replies.