-
AuthorPosts
-
August 28, 2018 at 1:42 pm #1002692
Hi Team,
here is an spooky effect with the full width slider:
When I use this slider and activate this screen options:
Hide on large screens (wider than 990px – eg: Desktop)
Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape)
the header logo get resized at 50% in all solutions!When I delete the silder element, the logo size is well!
Hope you can help me, thank you and regards
Mike- This topic was modified 6 years, 2 months ago by Mike61.
August 29, 2018 at 10:40 am #1003063Hi Team,
no aswers here? Hope you can help me!
Kind reagrds
MikeAugust 30, 2018 at 8:52 am #1003438Hi,
Please excuse the late reply. To be honest I think the logo resizes because of the mobile menu (burger menu) which is used between 480 and 767px screen width.
You can use following css code to resize the logo:
@media only screen and (max-width: 767px){ .responsive .logo img { max-height: 58px!important; } }
If you want to align the logo with the menu icon use this css code:
@media only screen and (max-width: 767px){ .responsive .logo img { max-height: 58px!important; } .responsive #top .av-main-nav .menu-item-avia-special { display: block; margin-top: 10px; } #header_main { padding-top: 18px; } }
You can add the code snippets to the child theme style.css or the quick css field.
Best regards,
DudeAugust 30, 2018 at 10:51 am #1003477Hi Dude,
I talk about the Desktop view!
Normally on this site the logo is 116px hight, when I use the element “Full width slider and” activate this screen options:
Hide on large screens (wider than 990px – eg: Desktop)
Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape)
the header logo get resized at 50% in ALL resolutions!So, hope you understand and can help.
Thank you and regards
Mike- This reply was modified 6 years, 2 months ago by Mike61.
August 31, 2018 at 2:43 pm #1004100Hi,
still no solution? :(
Thank you and reagrds
MikeSeptember 1, 2018 at 11:38 pm #1004496Hi,
Sorry for the late reply, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
VinaySeptember 4, 2018 at 10:21 am #1005361Vinya,
two answers in 6 Days and they say nothing else bla ;)
I don’t need an long instruction for build an account, I need an solution
for my problem with Enfold. I see this since many month, that the most
support operators wrote Question instead Answers or general phrases!
And: It seams that the support operator often don’t really read an question
(see the answer from Dude in this thread).
This is no more the great support of Enfold and I hope it gets better in future!One thing more: I am not the only one who think so. I have contact to the Enfold groups
on FB and there are many people with this thinking.Mike
- This reply was modified 6 years, 2 months ago by Mike61.
September 4, 2018 at 3:24 pm #1005637Hi,
I’m sorry you’re not happy with my work but I read your question carefully and I couldn’t reproduce the issue you described on my desktop. I only noticed it between 480 and 767px screen width and I posted some code which (I believed) would solve your issue. You also added this code to the child theme:.html_header_top.html_header_sticky.html_large #header_main .container, .logo a, .logo img { height: 116px !important; max-height: 116px !important; line-height: 116px !important; }
which (at least on my pc) does not allow the logo to shrink to different sizes.
I’m sure this is another blabla answer for you but please create us an admin account and we’ll try to reproduce the issue on a test page (with and without slider).
Best regards,
DudeSeptember 4, 2018 at 5:03 pm #1005692Dude,
at first I tested many Browser on PC/MAC and at all the Logo was 58px (50%) for all resolutions!
Then I know that I can fix the logosize with code like yoiurs but this is not what I want! I have
the similar code to fix it by my self since some days, for this I don’t need professionell help.
I will now why the logo goes automatic to 50% in this project – I don’t know why!
First I will test some things and when all this not work I will send you an admin account.
Thank you for stand by.Best Regards
MikeSeptember 5, 2018 at 9:08 am #1005923Hi,
Ok, I’ll leave the thread open and wait for the login credentials.
Best regards,
DudeSeptember 5, 2018 at 11:39 am #1006046Hi Dude,
it seams that the problem comes with an other .js (not Plugin) because after I delete this,
the behavior of the logo is normal. For your Information it must be one of them:
https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/TweenMax.min.js
https://cdn.rawgit.com/Promo/wheel-indicator/f047fdff/lib/wheel-indicator.js
https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.jsBest Regards
MikeSeptember 6, 2018 at 4:04 am #1006405Hi,
Alright. It’s good that you found the problem. If I am not mistaken, those scripts are from the layer slider. Are you using the layer slider?
Best regards,
IsmaelSeptember 6, 2018 at 8:30 am #1006503Hi Ismael,
no, ist was an project from codepen:
Best Regards
MikeSeptember 7, 2018 at 3:17 am #1006875 -
AuthorPosts
- You must be logged in to reply to this topic.