Forum Replies Created
-
AuthorPosts
-
November 18, 2017 at 3:43 am in reply to: How to Add Scroll Down Button Capability to full width Easy Slider? #878345
baucks, thank you so much for sharing this! I know that this post is quite old but it worked perfectly for me, too :)
November 5, 2017 at 9:20 pm in reply to: Secondary menu items not showing with hamburger mobile menu #872817Ok, now I see that we are looking at two different items – I was referring to the register menu item in the secondary menu, not the main menu. If you look at my image you can see that it was 114. It’s ok though because the client wanted the burger and the register button on the same band so instead of using a text menu I removed the logo and replaced it with an svg that says ‘register now’. Thanks for your help :)
November 1, 2017 at 11:28 pm in reply to: Secondary menu items not showing with hamburger mobile menu #871441Hi Jordan
I deleted and added it back in. Still not working.November 1, 2017 at 10:05 pm in reply to: Secondary menu items not showing with hamburger mobile menu #871394Yes, very odd!
October 31, 2017 at 7:04 pm in reply to: Secondary menu items not showing with hamburger mobile menu #870942Oh, that is so weird! I did try your code using 115 but it didn’t work – maybe there’s something going on with browser incompatibility? I’m on a mac and inspecting using firefox.
October 30, 2017 at 8:44 pm in reply to: Secondary menu items not showing with hamburger mobile menu #870641Not sure why the link didn’t work – here you go –
October 30, 2017 at 8:43 pm in reply to: Secondary menu items not showing with hamburger mobile menu #870640Sorry, but that didn’t work either. And I definitely see 114 (see attached).
October 29, 2017 at 8:54 pm in reply to: Secondary menu items not showing with hamburger mobile menu #870209Thanks, Victoria – the menu text is now showing up but I have set one menu item to be ‘colored’ and it’s not seeing that. I’ve tried a bunch of things but I’m not quite getting it right – here’s what I have tried (the register button is item 114) – please let me know how to target item 114 properly. Thanks again! :)
/* register button */ li#menu-item-114 > a > .avia-menu-text { color: orange!important; background-color: red!important; border: 1px solid #ff3300 !important; } /* register button */ li#menu-item-114 .av-menu-button-colored > a .avia-menu-text { border: 2px solid #ff0000 !important; } /* register button */ #top .avia-slideshow-button.avia-color-light { font-size: 22px; line-height: 22px; border-radius: 0px; border: 2px solid #c8bea0 !important; padding: 12px 18px; background-color: rgba(0,0,0,0.6); }
October 27, 2017 at 8:48 pm in reply to: Secondary menu items not showing with hamburger mobile menu #869749Hi Rikard
I updated everything but it’s still not showing up – the text is missing in the secondary menu. If I switch back to a text based main menu then it shows up but oddly I’ve tried to style it have one button set as bordered or coloured but it’s not making that change either. Please advise and thanks again. I have a deadline on this so as soon as possible, please :)
Most definitely! On a phone it would be a big long nothing ;)
Thanks! I had tried that idea but set it to no repeat, so the stretch to fit worked well. One little tweak was I added in a code block under the text to make sure that all of both images, set to sit top left, would show –
/* under kitchen txt to show all of the image */ #imgStretcher1 { height: 500px; }
Thanks again :)
Yes, sorry I should have done that in the first post. Please see the private area :)
Ok, thanks so much! I moved the code to now include all the menu items since it’s looking great, so I’m sharing my code for others –
/* static */ #avia-menu > li { padding:0 10px 0 10px; } #avia-menu > li > a .avia-menu-text:before { content:' '; width: 15px; height: 15px; position: absolute; top: 46%; left: 0px; background-image: url(/images/arrowRightGrey.svg); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; } #avia-menu > li > a { /* grey */ color: #5f6164 !important; } /* hover */ #avia-menu > li:hover > a .avia-menu-text:before { background-image: url(/images/arrowRightGold.svg); } #avia-menu > li:hover > a { /* gold */ color: #c6a762 !important; } /* active */ #avia-menu > li.current-menu-item > a .avia-menu-text:before { background-image: url(/images/arrowRightGold.svg); } #avia-menu > li.current-menu-item > a { /* gold */ color: #c6a762 !important; }
My pleasure! We are all part of an amazing global community :)
Sorry, that should be color: #XXX, not opacity: #fff – I was just trying to hide it and got the two combined….
Ok, so now I have a clone in a dev sub domain. You will see that I’ve targeted just the menu item that is for the building page, and moved it over to the left and you’ll see a lock icon over an image of a gold arrow. I’d like to have just the gold arrow but when I remove the ‘content’ lines there is nothing to size the arrow. thanks again and please advise :)
/* building page */ #menu-item-312 > a::before { /* when I comment out the content icon the background image also disappears*/ content:'\E824'; font-family: 'entypo-fontello'; font-size: 20px; position: absolute; left: -50px; opacity: #fff; background-image: url(/images/arrowRightGold.svg); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }
Sorry, I had to move a clone to a new dev area and hide this on the live teaser site, and I’m waiting for a sub domain instead. I’ll send you another link as soon as possible! :)
September 13, 2017 at 9:04 pm in reply to: Change hover icon and opacity of circle on portfolio item #851720Ok, thank you, Ismael! I appreciate your help :)
Sorry, I had to revert the published page to a draft – it was showing up on the live site in Chrome! The access info is in private of you need it :)
I’ve just changed the link in private so that Google doesn’t find it – please see below :)
September 12, 2017 at 7:13 pm in reply to: Change hover icon and opacity of circle on portfolio item #851196Ah! So I can put that filter right into my style.css file? Where can I find the codes for your custom character maps, please? :)
September 11, 2017 at 8:19 pm in reply to: Change hover icon and opacity of circle on portfolio item #850654Thank you, Ismael, but I’m trying not to have to use any custom js so I have reverted back to having the circle and background at the same opacity.
I also don’t want to keep bothering you with this tiny matter.With that said, when I link to the page –
The magnifying glass is not anything like the code you sent that makes it show up instead. So where did you get –
content: ‘\E803’;
from please, when the site says it’s
🔍
U+1F50D
🔍thanks again! :)
September 8, 2017 at 6:49 pm in reply to: Change hover icon and opacity of circle on portfolio item #849684Sorry, not quite. Now the circle is gone.
September 6, 2017 at 6:54 pm in reply to: Change hover icon and opacity of circle on portfolio item #848802Yes, but I want the black image overlay to remain as 0.4 and have the inner circle be opacity 1. they are obviously linked with that css but can I isolate just the circle to be 100%?
I see the screenshot, thanks – odd, it’s not showing up after repeated refreshing…
September 5, 2017 at 5:39 pm in reply to: Change hover icon and opacity of circle on portfolio item #848220Thanks but I don’t see a change. Also, how can I make the circle opacity 1 please :)
September 3, 2017 at 7:24 am in reply to: Change hover icon and opacity of circle on portfolio item #847322Hello, Rikard
Yes, by all means! I have sent the information in the private area :)
August 29, 2017 at 10:29 pm in reply to: image placed above open toggle menu on mobile no longer working #845472Perfect! Thank you, Yigit :)
August 29, 2017 at 9:32 pm in reply to: image placed above open toggle menu on mobile no longer working #845452That sort of worked – I tried to reduce the image size and it started to get cut off, plus this also centered the menu text below, so I’m assuming this is applying to all in the open state since it’s using the ul css. Could you please provide an option to center the image above the open hamburger X ?
Worked! Thanks so much :)
Sorry, I forgot to include the links in the private area.
-
AuthorPosts