Forum Replies Created
-
AuthorPosts
-
Thank you for the prompt resolution Yigit! You are awesome!
For my second issue, there is a problem with the sticky header not working on the front end.
These are the current settings:
Enfold Child > Header Layout > Sticky Header enabled
On home page > Header visibility and transparency > Header is invisible and will appear once the user scrolls downCan you please take a look? Thanks so much!
This is perfect Nikko! Thank you so much!
Lastly, can we fix the submit button’s right padding so that it is the same as the left padding of the name section?
Thank you!
Thank you so much Vinay! This is great!
One last thing, can we fix the spacing between “Name” and “Phone” so that it is uniform with the others?
Than youuu! You guys are awesome!
Hi Ismael!
Thank you for your reply. Yes, sorry I forgot to indicate that I am trying to copy the layout of the form based on the design they sent me.
I implemented your solution and here’s what I have at the moment:
Any change we can fix the submit button alignment?
You are awesome thanks!
- This reply was modified 6 years, 2 months ago by Archie.
It’s perfect! Thank you so much Jordan! :)
Hi Guenni007 and Enfold team!
Thank you for your response and suggestions. The full-width slider element would be perfect for making videos responsive on mobile, however the full-width slider element does not display videos on mobile.
Do we have any alternative solution for this?
Thanks!
Hi Rikard!
Thank you for your response. Can you show me the steps to do this or point me to the right Enfold documentation entry so I can follow the instructions there?
Thank you!
Hi Victoria!
I added the code first to quick css and then to custom.css, but unfortunately both methods did not work :(
Please advise. Thank you!
- This reply was modified 6 years, 4 months ago by Archie.
Hi Guenni!
Thank you so much for your response.
I’m afraid I am not really sure I follow your instructions. Do you mean that I should add this code to quick css?
.avia_mobile .page-id-24 #av_section_2 .av-parallax {background-size: initial !important; background-position: center center !important } .avia_mobile .page-id-24 #av_section_4 .av-parallax {background-size: initial !important; background-position: center top !important } .avia_mobile .page-id-24 #av_section_6 .av-parallax {background-size: initial !important; background-position: center bottom !important }
Looking forward to your response. Thank you! :)
Hey Mike!
Thank you so much for your response. This is perfect! Thank you! :)
Thank you for your response Victoria!
Can we make the video responsive so that it shows the entire video on mobile screens?
Hi Victoria!
Were you able to check on this request?
Thank you much!
June 29, 2018 at 7:32 am in reply to: Custom top and bottom padding on mobile for 1/2 column #979199Hey Mike!
Thank you so much for your response! Unfortunately, after clearing my mobile browser cache and cookies, I still do not see any changes. Please advise.
Thank you!
Hi Victoria!
I added the missing curly brace on line 32, unfortunately I still see no changes on the video on mobile.
Can you please look into this?
Thanks!
June 27, 2018 at 2:07 pm in reply to: Custom top and bottom padding on mobile for 1/2 column #978424Hi Victoria!
Thank you for your response!
I would like to reduce the bottom padding of the image, and reduce the top padding of the text. Image and text are inside a 1/2 column section each.
At the moment I feel that there is too much whitespace in between the photo and the text below it.
Thanks!
Hi Victoria!
Thank you for your response.
Unfortunately I am not sure I know how to create a cope element and how to display it on mobile view. Also, the video is 4 hours long. Do we have some kind of Enfold support document that I can just follow step by step?
Thanks!
Hi Victoria!
Thank you for your response. I placed the code on custom.css file, here’s how it looks:
Unfortunately, there is not changes. The video on mobile is still unresponsive.
Can you look into this?
Thank you!
Hi Victoria!
Thank you for your response. Yes, I removed the old code and added a new one wrapped it in media query as follows:
@media only screen and (min-width:1920px) { #top.home #av_section_1 .av-section-video-bg iframe { top: 0 !important; -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; } .home #wrap_all #av_section_1 { height: 110vh !important; } } @media only screen and (min-width:1920px) { .home #wrap_all #av_section_1 { height: 110vh !important; } }
This is how it currently looks like on mobile with the code I am using above.
http://i66.tinypic.com/20rppb6.png
Thank you! :)
June 18, 2018 at 3:00 pm in reply to: Custom hover animation on image – image not responsive on mobile #974293Hi Victoria!
I am currently using this code:
@media only screen and (min-width: 1024px) { #cf { position:relative; height:550px; width:550px; margin:0 auto; } } #cf img { position:absolute; left:0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; } #cf img.top:hover { opacity:0; }
This is how it appears:
Desktop View:
http://i68.tinypic.com/2l8x8j7.pngMobile View:
http://i63.tinypic.com/1tllwj.pngCan you send me the complete code I can use to replace the current code I am using now?
Thank you so much! :)
- This reply was modified 6 years, 4 months ago by Archie.
Hey Victoria!
Thank you for your response!
How do we hide these images for mobile, and then display an mobile-optimized image instead? Can you please show me how?
Thank you so much! You rock! :)
Hi Victoria!
Thank you for your response. Unfortunately, after applying the code your sent, it still doesn’t work.
I added it to Quick CSS first, when it didn’t work, I placed it on custom.css, but both placements didn’t work.
Please advice.
Thank you! :)
Hi Victoria!
This works perfectly! Thanks!
Awesome work Mike! Thank you so much! :)
Here’s the link to the site, thank you for the assistance Kevin!
Thank you so much Kevin and Mike! This is perfect! :)
Hi Vinay!
Thank you for your response. Can you please send a link to the documentation instead?
I can seem to open the one you sent here.
Thank you!
Thank you for your response Victoria!
I added your code to Quick CSS. Here’s how it looks currently:
And here is the code that I have added. (Vinay’s code and your code).
.av-main-nav li:nth-child(3) { margin-right:300px; } .html_header_top.html_header_sticky #header { position: fixed; top: 50px; } .html_top_nav_header .av-logo-container { top: -20px; z-index: 999; } @media only screen and (max-width: 989px) { .html_top_nav_header .av-logo-container { top: 0px; left:0; } } @media only screen and (min-width: 990px) { div .logo { top: 10px; } .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu { top: -35px; } .html_header_top.html_logo_center .logo { left: 55%; } }
Can you help me make the necessary adjustments please?
Thanks you so much! :)
Thank you for that information Nikko! :)
Hey Nikko!
Thank you for your response. I added the code you sent, but it seems like the “noindex” command is still there?
view-source:https://crackerjackmarketing.com/blog/tag/social-media/
view-source:https://crackerjackmarketing.com/blog/2011/11/I’ve already purged all cache on the site but still do not see any changes. Please advice.
Thanks! :)
- This reply was modified 6 years, 5 months ago by Archie.
Hey Basilis!
I wish I can use the widget and embed code, but I also need to have the logo in front of the background video, with a caption below.
Do you have any ideas how to make it work?
Here’s the website:
Thank you so much!
Hi Rikard!
Thank you for your response. He did mentioned this:
I reviewed your page once more, and I am seeing a slight delay before the video player appears; however this delay seems to be deriving from your plugin (theme), as opposed to the Vimeo player. The author of this background feature has implemented our API to interact with the player, so they would best positioned to assist with any performance related issues.
The delay before the video appears happens on my end too. I was thinking maybe because there is also a delay with how Enfold connects with their API?
Thanks!
- This reply was modified 6 years, 5 months ago by Archie.
-
AuthorPosts