Forum Replies Created
-
AuthorPosts
-
Thanks it’s working with everything up to date!
Hi Vinay,
Here is the link where you can see the issue: https://www.gescostar.com/video-test/
At the top, I inserted the video module with a YouTube link and it works great. Then below, I inserted again the video module with a link from our server but it doesn’t appear. Is there a way to insert a video with a link from our server and make it look and responsive as the YouTube one at the top of the page?
I hope this is more clear? I gave you access to the WordPress in the Private Content.
Thanks and happy new year!!
Hi Victoria!
I had to find a temporary solution, so I inserted a full width image with a link to the video on the home page.
So to get your help and make things clearly, I created an other page call Video-test (https://www.gescostar.com/video-test/) where I inserted the YouTube video at the top and the video from the server just below (it doesn’t appear actually). The YouTube one appear like I would like the one from the server appear (full width and responsive). Is there a way to get the same result as the YouTube Video?
See admin access into private content
Thanks!
It is perfect!! Thanks!!
Here how it should looks like:
https://snag.gy/x8M1WB.jpg
https://ctrlv.cz/aEcJHere is the css code I use:
@media only screen and (max-width: 969px) {
.avia-content-slider .slide-entry-wrap {
width: 50%;
margin-bottom: 0px !important;
margin-left: 0% !important;
}}Hi Basillis,
It is on 2 columns because I forced it, but the order of the logos changes as per the 3 columns and there is a space between the 4th and 5th ones. It’s like they go 2 by 2 but on top of each other instead of beside each other. It’s so hard to explain! I don’t know how to explain it anymore!
No, I Photoshop the screenshot to show how it should looks like. But if you go on the website, it’s not like that!
Ok! The transfert is completed! We can now continue!
I had to add to logos to the last section so here what the order should looks like on small device for that section:
https://timoussedansbrousse.com/wp-content/uploads/2018/06/Screen-Shot-2018-06-28-at-9.27.15-AM.pngThanks
Hi Victoria,
I enabled the debug mode but my client is changing her web hosting right now, so we should wait until it’s done to be safe. I’ll let you know when it’s done so we can continue!
Thanks!
Here is your access. Thanks!
Ok, I put back my code which fix the problem between 970px and 989px.
@media only screen and (max-width: 969px) {
.avia-content-slider .slide-entry-wrap {
width: 50%;
margin-bottom: 40px !important;
margin-left: 0% !important;
}}I made 4 images which explain what is ok and what is not:
http://timoussedansbrousse.com/wp-content/uploads/2018/06/990-and-more-good.png
http://timoussedansbrousse.com/wp-content/uploads/2018/06/970-989-good.png
http://timoussedansbrousse.com/wp-content/uploads/2018/06/969-and-less-bad.png
http://timoussedansbrousse.com/wp-content/uploads/2018/06/969-and-less-good.pngLet me know if that help?
Hi Rikard,
This doesn’t fix the problem, it’s even worse because it turns everything on one single row between 768px and 969px.
The problem is the way images align on smaller screen (see private link). Instead of putting the images side by side, it put them one on top of each other 2 by 2. Compare the order of the images on full screen and it will help you understand!
Thanks!
Ok Thanks!
January 25, 2018 at 4:45 am in reply to: Full width sub menu inside a section with photo background #902506Hi! I don’t think you understand what I mean. I will figure out something else… Thanks anyway!
January 24, 2018 at 6:07 pm in reply to: Full width sub menu inside a section with photo background #902245This doesn’t work because I have to keep the Header not showing has my logo and menu are different for each page. I need my background photo of the section below the full width submenu to go up under my full width submenu. Thanks
Thanks Yigit! This worked!
When I play with my browser window size (responsive), I still start to see the white part below the video with the # of Views/comments and description, which I don’t want to see at any time. I would like the frame of the video to follow the exact bottom of the video part whatever the size of the bowser window. Is that possible? Thanks!
Hi Victoria!
I made a page (see private link) where you can see the different screenshots depending on the width of the page. When the page is very wide, we can see the texte below the video, then as we get smaller, we slowly loose the bottom of the video. It’s important for me that we always see the full video, as the positions of the wheel of the wheelchair are important, but I don’t want to see the white space with the description at the bottom. Is there a way to keep the frame alway the same? Maybe it’s because the top part doesn’t get smaller so it push the rest down? Can you help?
Thanks!
Perfect!! I added the opacity adjustment (opacity: 1!important;) and it’s exact like I want! Thanks a lot!!
Ok, in the link below, I placed a first image that show the original menu, the second image show how it looks now with the code you provided me. Then the third image show what I wish it would looks like. So my submenu “musculation” (there will be more than one eventually) would be smaller, and when you rollover on menu item, they turn (#66cac8) with no transparency. Thanks!
Great! This is working! Then now, if I want to keep the submenu smaller than the rest of the menu, what code should I use? And finally, how can I have the rollover menu with another colour (#66cac8) with no transparency? Thanks again!
Hi! This proposition doesn’t work because I need to be able to select each post individually. Thanks anyway!
Ok, thanks! I’ll keep it as it is for now then!
Hi Victoria! I put it back to Logo to left and menu right, because I really don’t understand what you’re talking about. Where do I set up the header to not make a clone?? Thanks!
August 31, 2017 at 1:21 am in reply to: Problem with the new Tab section and Gallery Masonry pages #846038I forgot to answer that it all works out! Thanks!
I figured out an other way around! Thanks!
Hi Richard!
This works but still have a problem, I get 2 photos on the first row, 1 on the left of the second row, then 2 on the 3rd row, and 1 on the left of the 4th row. Then what I need is 3 row of 2 photos…
Thanks!
April 6, 2017 at 12:31 am in reply to: On mobile, change image in color section background and in full width easy slide #772915Hi!
I’m now working on a new site but still have issues with the same need to change image background of section on mobile.
• First, for the full width easy slider on the top of my site, how can I change the background image of the first slide only? I tried this but it doesn’t work:
@media only screen and (max-width: 767px){
.av_slideshow_full li img {
background-image: url(http://metamorfic.net/dev/tp/wp-content/uploads/2017/03/couvert-web-full.jpg) !important;}}• For the 3 images used as background in colour sections, I used this code which is working on smaller screen on my desktop, but not on my iPhone. Why?
@media only screen and (max-width: 1024px) {
#fixed-bg1 {
background-attachment: scroll!important;
background-position: top left!important;
background-image: url(http://metamorfic.net/dev/tp/wp-content/uploads/2017/04/fond2-2.png) !important;}
}@media only screen and (max-width: 1024px) {
#fixed-bg2 {
background-attachment: scroll!important;
background-position: top left!important;
background-image: url(http://metamorfic.net/dev/tp/wp-content/uploads/2017/04/fond1-2.png) !important;}
}@media only screen and (max-width: 1024px) {
#fixed-bg3 {
background-attachment: scroll!important;
background-position: top left!important;
background-image: url(http://metamorfic.net/dev/tp/wp-content/uploads/2017/04/fond3-2.png) !important;}
}Thanks a lot!
Perfect! Thanks!!
Thanks to Guenni007, it helped and this explanation will be helpful for other applications!
-
AuthorPosts