• Resolved egaion

    (@egaion)


    THANKS for this plugin!!
    It really has a great potencial.
    My title, even though is set to be hiden is still showing.
    And the other issue, a bigger one is that
    I have 2 different galleries, both set to “full screen”
    One is set as 100% width – full screen:
    https://arqhawaii.net/maui-architect/index.php/testng/
    and as you can see it’s not full screen.
    The other one is set as Full width – full screen:
    https://arqhawaii.net/maui-architect/index.php/2017/03/29/yrdy/
    and although full screen is not full width or 100%.
    Any suggestion to help me out?
    What i want is a full screen slideshow with thumbnails at the bottom, but i would like my image to fit on the screen size. Not smaller or bigger than the screen. I am looking for the “responsive”.
    thank you so much !!!!
    elen

    • This topic was modified 7 years, 12 months ago by egaion.
Viewing 1 replies (of 1 total)
  • Hi,

    After visit and analysis your site link. We find that your site page container come with a fixed width css. (width:1170px) .
    So you just need to add a custom css to make your page container 100% -fullwidth.

    Copy and paste below css code at your theme style.css file.
    path : …../wp-content/themes/connexions-lite/style.css
    code :
    .page-id-505 .container.post-wrap.rpage_wrap {
    width: 100%;
    }

    Note : Above css code is a specific page id code and it will works with only your provided link. https://arqhawaii.net/maui-architect/index.php/testng/

    for other page you just need to change page id : .page-id-505 to other page id like : .page-id-xyz .container.post-wrap.rpage_wrap {
    width: 100%;
    }

    Regarding title issue please contact your theme provider.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘title is showing and gallery size issues’ is closed to new replies.