Forum Replies Created
-
AuthorPosts
-
I have updated the url below now the site is live
thanksok thanks
I am on a desktop server – for the first time – can I give you access to that? All the sections are built exactly the same way , but only the too one is displaying correctly.
OK good to know
thanks for your help.nevermind – I see you added a fixed frame option – great! thanks
If you look at the image below, when the lightbox is open to play the videos in the “corporate” section, there is still a side navigation (arrows) to go to the next video. I would like to disable that in this section (with ID #trailers”).
thanks
NancyI 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.
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
NancyThanks – 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
NancyHI again
I added that code but am not seeing the change in Lightbox. ??
thanks for your help
Nancyso I guess that’s not the default setting! ;)
I will try that.
thanksthanks for taking a look
NancyJune 16, 2016 at 3:22 pm in reply to: problem with arrow icons on mobile menu / fullwidth submenu #649261I think the media query worked but I will try your code. Thanks.
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, 2 months ago by
Munford.
ok thanks
June 14, 2016 at 8:53 pm in reply to: problem with arrow icons on mobile menu / fullwidth submenu #648256got 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, 2 months ago by
Munford.
June 14, 2016 at 6:24 pm in reply to: problem with arrow icons on mobile menu / fullwidth submenu #648193Is there a way to have that menu sticky on mobile?
June 14, 2016 at 6:19 pm in reply to: problem with arrow icons on mobile menu / fullwidth submenu #648191sorry this one
I would like to have the titles of my videos show up underneath the image when it opens in lightbox.
Ok thanks. Can you help me with the main problem – the mobile redirection?
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, 2 months ago by
Munford.
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…
hi Ismael
Thanks very much for taking a look. Seems fine now
Nancythanks very much! I will be more careful in the future…
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
Nancythanks! 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, 4 months ago by
Munford.
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.
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
NancyHi 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
Nancyperfect 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/EmLTrgHI 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, 6 months ago by
Munford.
-
This reply was modified 9 years, 2 months ago by
-
AuthorPosts