Forum Replies Created
-
AuthorPosts
-
August 4, 2019 at 11:27 am in reply to: LayerSlider rendering differently in safari, chrome and firefox #1124488
Hi again,
You can close the topic now, I’m all good :)
Have a great day!
August 1, 2019 at 12:15 pm in reply to: LayerSlider rendering differently in safari, chrome and firefox #1123873Hi again Ismael,
It worked flawlessly! The other issues I had was apparently tied to the way safari-clients downloaded one of my fonts inconsistently, but it’s taken care of.
Thank you so, so much!
Have a great day!
July 30, 2019 at 3:39 pm in reply to: LayerSlider rendering differently in safari, chrome and firefox #1123172Hi Ismael,
Once again sorry about the delay from my part; still abroad 😊
Thank you for your help once more! But the issue I’m writing in about is centered around the paddings on the test-link I’ve provided in the private-data a few times now, and not the alignment, after I trie to combine the box and the text into a single layer as you suggested back in June 25th 😊
Hope it makes sense!
Thank you once again!
July 17, 2019 at 1:46 pm in reply to: LayerSlider rendering differently in safari, chrome and firefox #1119575Hi again,
Sorry about the delay, I’m abroad without access to reliable internet.
I know about the alignment and have tried to do so, but the problem I’m experiencing is regarding the padding around the text-boxes, as bottom- and right-padding seems to mess up in front-end, as illustrated in the screenshots in the private content of my earlier message :)
I’ve posted admin-login credentials in private content :)
If you have the chance, please check the front-end in both chrome and safari, as things end up looking quite different.
Thank you so much, have a great day!
June 25, 2019 at 9:11 pm in reply to: LayerSlider rendering differently in safari, chrome and firefox #1113381Thank you for your response!
Yeah, I ended up having to put separate layers for the background, as padding around the text seems to mess up in front end.
Perhaps you could give me a pointer towards whether I’m doing it wrong :)
I’ve attached screenshots of what I mean in the private content, it does the same in Safari and Firefox :)
Thanks a lot!
June 22, 2019 at 4:31 pm in reply to: LayerSlider rendering differently in safari, chrome and firefox #1112583Links to screenshots in private content :)
Amazing, thank you so much!
Can I assume this is quite safe (thinking XSS-exploits) to use, then?
add_filter('avia_social_share_link_replace_values', 'avia_social_share_link_replace_values_mod'); function avia_social_share_link_replace_values_mod($replace) { $replace['shortlink'] = esc_url( $_SERVER['HTTP_HOST'] ) . esc_url( $_SERVER['REQUEST_URI'] ); // you can change this $replace['permalink'] = esc_url( $_SERVER['HTTP_HOST'] ) . esc_url( $_SERVER['REQUEST_URI'] ); // you can change this return $replace; }
Hi Victoria,
Thank you! I’ve taken the original Enfold header.php and put in into the childtheme, and done the customizations (tag manager and theme color for android chrome header color) from scratch again.
Thank you for the css for the buttons – it works flawlessly! I could swear i already tried that, but I’ve probably been messing up the syntax… :) Is there a way to further pin down which large buttons that should be affected? Thinking of custom classes given to the buttons i want to give different widths :)
Also, could you look into website 2 (private content) and check the whole mobile-menu-missing thing thats happening there? I’ve tried messing a bunch with css and header.php/functions.php, but it doesn’t quite cut it… Thank you so much in advance!
I’m thrilled with the support given by you guys – thank you so, so much!
Hi there,
Sure! It’s this one: https://kriesi.at/support/topic/logo-and-main-menu-in-left-sidebar-100-height-always-sticky/ :)
This is the css which I’ve commented out with succes:
/*.main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;}*/
Please do let me know if you need anymore information!
Hi again,
After messing further around with the custom CSS you kindly earlier provided, I believe i might’ve fixed the problem (commented out somes strings of code) on website 1! That said, I’m still a bit confused about it after the update, and a check-up on the CSS would be hugely appreciated!
Also, while I have your attention, I seem unable to set the buttons on website 1 (specific link in private content) to equal lenghts, despite many attempts with custom CSS… Could you please point me in a direction? :)
- This reply was modified 7 years, 1 month ago by transdesign_dk.
Hi Yigit,
Wow – was that it? That’s almost embarrassing on my part – I guess I had just stared myself blind at the problem… Thank you so much nonetheless! I really appreciate the time and effort :)
Best regards,
MartinHi there Mike,
Sure! :)
What I would like to achieve, and had achieved until I updated to until 4.1.2, was to have all of the main menu items be white at the top of the page, and then turn black when scrolled down, so that the text would stand out to the dark backgrounds at the headers of all the pages, and then have the text stand out to white backgrounds as the user would scroll down.
Previously this was what happened “out of the box” for me, for all the menu items except the active menu item, which was the cause of my former post. Now as I’ve updated to 4.1.2, this doesn’t apply to any of my menu items, except the social button which have the exact behaviour that I seek to have for all of my main menu items.I hope this clarifies what I hope to achieve, if not please do not hesitate to ask further :)
Best regards,
MartinHey John,
Thank you for the response!
Sadly I can’t get it to work properly – did some classes perhaps change in 4.1.2?
Could you perhaps log in and check it?Best regards,
Martin Broholt TransMarch 23, 2017 at 4:28 pm in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #765541Oh wow – it works! I swear it didn’t before you wrote! There’s absolutely no problem now – thank you so, so much! You can close the thread now :)
March 17, 2017 at 10:28 am in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #762405Oh, yeah! I tried fiddling around with it, but I haven’t been able to find a “sweet spot” yet, with all the values :) When i increase the 1001px value, it seems to “break” the responsiveness of the menu, at least on my macbook viewport. So until I’ve found a better solution I’ll just keep it as it is :)
Now it’s just the mobile menu anchorpoints that’s left for me to worry about (for now) – do you have a suggestion for me to try? Or should i open an entirely new thread about it instead?
Thank you so, so much!
March 13, 2017 at 11:17 pm in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #760321Sorry about the long wait for a response!
That’s absolutely great!
Now I’ve just got annoyed by the logo shrinking “weirdly” (not behaving responsively) when the height goes low, and the width stays the same – got any tips for some height-media queries? :)Also, I’ve noticed that the anchor-points for the mobile menu behaves irregular on mobile devices. It’s quite weird, as it doesn’t seem to happen when shrinking a desktop window to mobile-size; what could be the cause of this? I’ve followed the advice on another thread (can’t remember which now), and put empty color-sections in place, as the content is shown/hidden via media queries.
Thank yo so much once again!
March 4, 2017 at 4:10 pm in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #755613Hi again,
I figured out what i described above with the following css:
.html_header_sidebar #header .av-main-nav > li, .av-sidebar-social-container, .social_bookmarks_linkedin { height: 11vh !important; } .social_bookmarks_linkedin a { display:flex !important; align-items: center !important; justify-content: center !important; font-size: 1.5em !important; } }
This still isn’t perfect by any means, but this works on most resolutions, and is much better then when the problem began :)
You can mark as solved now.
March 2, 2017 at 11:53 am in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #754298Hi again,
I’ve tested it at bigger resolutions, and it sort of works still. It definitely isn’t as pretty, but it’s functional – which is partly to be expected :)
The only thing I’d like to change, is the “.av-sidebar-social-container” (a link to LinkedIn), which is a bit messed up at 1920×1080 at 24″ monitor. It still works, but the clickable area only fills the top 2/5 of the container. Would I be able to make the element fill the container area? If that makes sense.
Link and login is in the private area of the first post in this thread :)
Thank you again – you’re lifesavers!
March 1, 2017 at 10:42 am in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #753592Hi,
Thank you so much! I’ve yet to test the solution on huge viewports, but on general-laptop sizes it works great! I ended up having my final left-header-css as following, for the sake of other finding this thread in the future;@media only screen and (min-width : 1001px) { .html_header_sidebar .logo { position: relative; clear: both; padding-top: 20px; padding-right: 30px; padding-bottom: 20px; padding-left: 30px; height: 25vh !important; } .html_header_sidebar #top #header { width: 20%; } .html_header_left #main { margin-left: 20%; position: relative; } .html_header_sidebar #header .av-main-nav > li, .av-sidebar-social-container { height: 11vh !important; } }
Once again, thank you. I’ll report back shortly with the huge viewports, when I’m home at my bigger monitor.
Best regards,
MartinFebruary 24, 2017 at 1:46 pm in reply to: Logo and Main Menu in left sidebar 100% height, always sticky #751382Hey Nikko,
Thank you! I’ve dealt with the 20% for mobile devices by enabling the mobile-menu at a higher width, so that the 100% height i suggested would only be relevant for desktop at a width higher than 1000 px (I updated the code since I started the topic) :)
Could you tell me which classes/ID’s are relevant in testing of the system I’ve suggested, so that i can start fiddling around with vh-values?
Thank you so much in advance! :)
Best regards,
MartinRegarding the hover-color; makes good sense – thank you!
And after I updated both enfold and WP-core to the latest releases earlier today the style.css went properly through, and I no longer need to keep the code snippet in quick-css: it all works flawlessly!
Thank you so much again!
Best regards,
MartinAmazing – it works!
But only when inserted in quick css – not when i use it in my childthemes style.css :(
Is there a specific reason why that may be? :)
Could you perhaps assist me with the right class i should edit to make the hover-color turn to a dark grey (perhaps same as the underline?) instead of white as well?
Thank you so, so much!
Best regards,
Martin -
AuthorPosts