• Resolved yogiuk

    (@yogiuk)


    Hi there,

    I am using the theme Bubble as I need to show numbers on the slides – but I need to move the numbers under the image rather than ontop, and the arrows the go to next and previous to appear under the image too rather than the middle.

    Also I would like a Blue background on active slides and a Black background on inactive slides both with white font.

    Can you help please?

    Thank you

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author rochdesigns

    (@rochdesigns)

    Hi @yogiuk can we please have the link to the page where you added the slideshow? Thanks!

    Thread Starter yogiuk

    (@yogiuk)

    hey sure it’s

    batonofhopeuk.org/test

    I managed to move the number pagination under the image but it hasn’t reflected on mobile. I also need to move the arrows next to the numbers and also change the colours as mentioned above please.

    thank you

    Plugin Author rochdesigns

    (@rochdesigns)

    Hi @yogiuk please try this CSS code to move the navigation to the bottom of the image: https://gist.github.com/rochdesigns/960fdf6a4a0186e1eedc2794c363c507

    For the background colors, do you mean the background of the slides or the numbers and arrows? Thanks!

    Thread Starter yogiuk

    (@yogiuk)

    So it takes it to the bottom of the image, but I need it to show under similar to the numbers.

    This is what we used to move the numbers under the image instead of ontop.

    .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav li a.flex-active, .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover{
    color: rgba(74,74,74,.80) !important;
    }

    In regards to the colours we need to change this for both the arrows and the numbers.

    We want the round background to be #7EE5E0 and the font or icon to be white #ffffff and then on hover we want the blue to turn black #000000 and again the font to be white #ffffff.

    Thank you so much.

    Plugin Author rochdesigns

    (@rochdesigns)

    Hi @yogiuk it looks like this on my end, should it be outside the image? Thanks!

    Thread Starter yogiuk

    (@yogiuk)

    Yes it should look like this – https://drive.google.com/file/d/1cyD9ZzzZ7JA2hR0PIlvmRrSIJ_VFAf42/view?usp=sharing

    And as I mentioned above, the arrows should be next to the numbers please.

    Plugin Author rochdesigns

    (@rochdesigns)

    Hi @yogiuk please try this updated CSS: https://gist.github.com/rochdesigns/960fdf6a4a0186e1eedc2794c363c507

    You’ll need to upload a white arrow image to change it on hover. I added comments on where you should change the values.

    Thread Starter yogiuk

    (@yogiuk)

    Sorry the numbers part isn’t working. I think its clashing with the css I had added to move the numbers under the image. Can you please send me the full css for moving the numbers under the image and the styling elements too?

    Thank you

    Plugin Author rochdesigns

    (@rochdesigns)

    Hi @yogiuk the page now throws a 404.

    Thread Starter yogiuk

    (@yogiuk)

    Sorry its live again. The number buttons aren’t clickable or showing the correct colours.

    Thread Starter yogiuk

    (@yogiuk)

    Sorry it seems to be working on the test page. But then I reflect the changes on the live page they don’t work…

    https://batonofhopeuk.org/the-baton/baton-gallery/

    Thread Starter yogiuk

    (@yogiuk)

    @rochdesigns sorry to be a pain, we're wanting to go live with this pretty soon. 
    
    The issue I'm having is I can't click on which slide I want to go e.g. I can't click on slide 3. 
    
    Any ideas please? 
    This is currently what I have in my css: 
    
    
    .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs){
    bottom: -40px !important;
    }
    .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a{
    border: 0px solid #000!important;
    }
    .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav li a.flex-active{
    background: #7ee5e0 !important;
    }
    .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav li a:hover {
    background: #000000
    }
    
    .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav li a.flex-active, .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover{
    color:#fff !important;
    }
    
    #metaslider_1191 .flex-direction-nav a {
    
    background-color: #7EE5E0; top: auto;
    bottom: -30;
    }
    Plugin Author rochdesigns

    (@rochdesigns)

    Hi @yogiuk the theme’s row is blocking the pagination. Please try adding this code to give space for the slideshow:

    .module_row.themify_builder_row.tb_qoy3421 {
    	margin-top: 50px;
    }

    Thread Starter yogiuk

    (@yogiuk)

    @rochdesigns thank you so much thats brilliant!!

    I have another question if thats alright please. Can we make the arrows visible at all times not just on the hover?

    Thank you

    Plugin Author rochdesigns

    (@rochdesigns)

    Here you go @yogiuk

    .metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a{
    	opacity: 1;
    }
Viewing 15 replies - 1 through 15 (of 17 total)

The topic ‘Bubble Theme – Pagination Helpp’ is closed to new replies.