Forum Replies Created

Viewing 30 posts - 511 through 540 (of 1,161 total)
  • Author
    Posts
  • in reply to: lightbox titles / captions #653882

    I was trying to disable the side navigation in the lightbox on the link below in the corporate section. They are all videos. I was using the code above to hide the arrows, etc. but it’s not working now.

    in reply to: lightbox titles / captions #652608

    great – that worked. I am now having another problem with the lightbox – side navigation.
    I have this code:
    /* disable side nav on trailers*/
    #top .trailers img.mfp-img {
    pointer-events: none;
    }
    .trailers .mfp-arrow {
    display: none!important;
    }
    .trailers .mfp-counter {
    display: none;
    }
    to disable the side nav on the .trailers images, but am not seeing it on the front end. I have cleared the cache, etc.
    I was using the code before without the .trailers target, and it was fine, though I can’t get that to work now either.
    ??
    thanks for your help
    Nancy

    in reply to: image caption overlay styling, front page setting #652027

    Thanks – I also don’t see any problem on the site itself, but I had never seen this issue with the front page not being listed in the pages admin. and yes, I changed the page names and urls many times so there may have been a confusion there.

    best
    Nancy

    in reply to: lightbox titles / captions #652026

    HI again
    I added that code but am not seeing the change in Lightbox. ??
    thanks for your help
    Nancy

    in reply to: lightbox titles / captions #651368

    so I guess that’s not the default setting! ;)
    I will try that.
    thanks

    in reply to: image caption overlay styling, front page setting #651365

    thanks for taking a look
    Nancy

    I think the media query worked but I will try your code. Thanks.

    in reply to: lightbox titles / captions #649080

    Hi

    I have given the images titles in the media library – caption and description areas as well – but they do not show up under the videos in lightbox. I do not want titles/excerpts under the images, only in the lightbox under the videos. Is that possible?

    Thanks for taking a look
    Nancy

    • This reply was modified 9 years ago by Munford.
    in reply to: redirection, mobile redirect #648257

    ok thanks

    View post on imgur.com

    got better arrows but they are a little smashed.
    and now they are showing up in my fullwidth submenu on pc
    added the media query:
    @media only screen and (max-width: 990px) {
    but the arrows are still on the menu.
    ?

    • This reply was modified 9 years ago by Munford.

    Is there a way to have that menu sticky on mobile?

    sorry this one

    in reply to: lightbox titles / captions #647558

    I would like to have the titles of my videos show up underneath the image when it opens in lightbox.

    in reply to: redirection, mobile redirect #646906

    Ok thanks. Can you help me with the main problem – the mobile redirection?

    in reply to: disable side navigation in lightbox, mobile menu #646282

    that first css worked to hide the arrows, thanks, but there is still a 1/9 image counter on the lightbox, which I hid with:
    .mfp-counter {
    display: none;
    }

    but clicking on the image still takes you to the next image/video. Is there a way to disable the nav itself?

    thanks
    Nancy

    • This reply was modified 9 years ago by Munford.
    in reply to: lightbox titles / captions #646221

    I have done that. If wanted to have titles only on the videos/images in the lightbox and notas “titles/excerpts” underneath the image. If see I can have both…

    in reply to: still issue with ipad responsiveness #615832

    hi Ismael
    Thanks very much for taking a look. Seems fine now
    Nancy

    in reply to: question about kriesi url links #615053

    thanks very much! I will be more careful in the future…

    in reply to: question about kriesi url links #614982

    Hey Yigit,
    I did a search for the url and came up with the 30 posts below….
    if it’s not too much trouble, I’d like to have these removed. Thanks very much
    Nancy

    in reply to: not responsive on ipad #606092

    thanks! was there a reason it was not responsive before? Had I set something wrong?

    actually I just looked back at the site and it’s not centered on the ipad, at least in the google dev inspector.
    I’m not sure I”m keeping this layout, so I won’t spend more time on it now, but I don’t get why the color sections
    do not stay centered on the ipad size.
    thanks
    nancy

    • This reply was modified 9 years, 3 months ago by Munford.
    in reply to: not responsive on ipad #605482

    class name: ipad
    code:
    @media only screen and (max-width: 1024px) and (min-width: 767px) {
    .ipad h1 span { font-size: 40px !important; }}

    thanks for your help. Never had this problem before.

    in reply to: not responsive on ipad #604835

    Hi Yigit
    that did not do the trick – also isn’t that just targeting the h1 font size?
    The whole page on ipad is not responsive as far as I can see.
    thanks for taking a look
    Nancy

    in reply to: not responsive on ipad #604795

    Hi Rikard
    if you look at the image below, on an ipad the right side of the site is getting cut off.
    It’s OK on mobile.
    ?
    thanks
    Nancy

    in reply to: table columns widths #573743

    perfect thanks! can you explain to me what that did?
    now when I look at the mobile (I had to separate the tables out for each day) the width is really big when there is a lot of text – do I need a different styling so the tables on the mobile fit on the screen? see http://imgur.com/EmLTrgH

    I am also working on another table on this page: http://www.cjff.dk/events/ – I am trying to right align the first column and left align the left one, using this code block on the page: http://www.cjff.dk/events/
    <style type = “text/css”>
    .avia-table tr > td:first-child {
    text-align: right;
    }
    </style>
    but it’s not working.

    can you help me with all this? I find the tables kind of confusing to work with.
    thanks again!

    • This reply was modified 9 years, 5 months ago by Munford.
    in reply to: table columns widths #573728

    you can see that the 2nd and 3rd columns are breaking the top title text – I just want columns 2 – 6 equal sizes, and the first column narrower (just to content size like you see on the linked page). I don’t understand what the column widths are based on now – seems random and I can’t get those 2nd and 3rd columns to look right.

    thanks for your help (as soon as possible… we are launching today!)

    in reply to: table columns widths #573230

    I fixed that problem but am still having an issue with getting the columns to look good. I’d like the first column to be narrower (content width) and the rest equal widths but am not sure how to use the :first-child, etc tags. Can you help me with this? thanks
    Nancy

    in reply to: table columns widths #572302

    yeah, the tables are ok on the mobile now. thanks!

    What I can’t find is why there is an extra bottom and right side border on that table – a solid thin line. I’d like to get rid of those.

    • This reply was modified 9 years, 5 months ago by Munford.
    in reply to: table columns widths #572229

    thanks –
    can you help with the issue of the extra bottom and right side border on that table also?

    in reply to: portfolio side navigation – sorted by category? #571997

    Thanks – seemed to work regarding the categories, but the order of the portfolio items is now reversed (Z – A instead of A – Z) – can that be fixed?

    thanks!

    in reply to: table columns widths #570864

    not sure how to write that code to keep that first column width by content…?

    I also need helpwith a couple other issues:

    I have made the inner borders dotted, but can’t find how to target the outer border – there also seems to be an extra border on the right and bottom of the table. Can you help me hide those & make the outer borders dotted as well?

    I am styling the table for mobile; Right now the right side of my tables (I have split them up) is getting cut off (though it’s scrollable). See here: http://imgur.com/puBpm5R. Is there a way to confine the width to the mobile with without it getting cut off? I can’t use the other option on the table as I don’t like the data to be stacked.

    thanks very much for your help
    Nancy

    • This reply was modified 9 years, 5 months ago by Munford.
Viewing 30 posts - 511 through 540 (of 1,161 total)