Forum Replies Created
-
AuthorPosts
-
July 12, 2016 at 11:54 pm in reply to: Problem with menu bar position (avia-menu-fx) on the last item of the menu #660155
Hi,
I deactivated all my plugins: same problem
I replaced my functions.php file with the stock one: same problem
I removed my custom.css file: same problemGot it by modifying the custom.css file. Looks like the last item of the menu is not affected by the following line in the custom.css file:
#top .av_header_transparency .avia-menu-fx { bottom: 35%; width: 80%; left: 10%; right: 10%; height: 3px;}Got to add the following line:
.avia-menu-fx { bottom: 35%; width: 80%; left: 10%; right: 10%; height: 3px;}Thanks for your help, you can set the topic as resolved.
Regards
GuillaumeJuly 12, 2016 at 12:30 pm in reply to: Problem with menu bar position (avia-menu-fx) on the last item of the menu #659790Hi,
Look at my 2 screen captures please:
First capture:
“Cuisine” menu link is selected, i am moving my mouse hover the “Menus et Cartes” menu link
The first one has no problem. Look at the position of the small orange bar under the menu please.Second capture:
“Contact et accès” menu link is selected, i am moving my mouse hover the “La cuisine” menu link
The second one has a problem. Look at the position of the small orange bar and compare to the first capture: the orange bar is far below what you can see in the first screen captureI have only the problem with the last menu link
Thanks in advance
GuillaumeJuly 11, 2016 at 4:06 pm in reply to: Problem with menu bar position (avia-menu-fx) on the last item of the menu #659390I mean this when “Contact et accès” is selected (mouse over “menus et cartes”)
Thanks
GuillaumeHi,
My problem was to display 2 sentences of text on small screen without overlapping.
I have just found last night a better approach: i will hide the text on top on small screens and display the informations on a text block on my home page using CSS to display this block only on smartphones and tablets.
You can close the topic please.
Thanks
Regards
GuillaumeOoops sorry
Thanks a lot
RegardsGuillaume
Hi,
Here you go for the admin account.
Thanks a lot
GuillaumeHi Yigit,
Thanks for your help: i now have the ability to add my custom icon in the social profiles tab :)
But the icon doesnt appear in frontend next to my Facebook icon: do i need to add some CSS for the icon to be visible ?
Thanks in advance
GuillaumeJuly 31, 2014 at 2:57 pm in reply to: Move menu in the header without breaking sticky feature #298248Hi Yigit,
Thanks for your efforts. I think we are almost there but i need the menu to be lower.
I modified:
span.avia-menu-text { position: relative; top: 35px; }
to
span.avia-menu-text { position: relative; top: 70px; }
But now the menu is not moving high enough on the page (take a look at my site plz).
Thanks again
GuillaumeJuly 31, 2014 at 11:22 am in reply to: Move menu in the header without breaking sticky feature #298169Hi Yigit
Thanks but that’s not working: the initial position of the menu is OK, the final position is OK but the menu is not moving as i scroll down the page. Looks like the menu as a position when i am at the top at the page and one when the “sticky transition” is complete. During the transisiton the menu is not moving and the menu come under the slider and that’s ugly. That’s not the correct behavior: without any CSS modification you can see that the menu is moving as you scroll down the page.
I have tested with a computer never connected before to the site so that’s not a cache problem (browser used: Firefox 31)
All the custom CSS lines are in the admin part so you can make any modification you want
Thanks again for your help as i need to show my demo today :(
GuillaumeJuly 30, 2014 at 5:24 pm in reply to: Move menu in the header without breaking sticky feature #297832Thanks Yigit,
Done that but that’ts not working … :(
1) the menu is not moving up when i scroll down the page
2) the blue border is not moving with the menu when i scroll down the page
3) i have a link on the “nous suivre sur facebook” part of the image. I can’t use the link as the menu link is “hover” the image (maybe tooI have removed all the code in the custom.css file so you will be able to test with only the quick css function
Thanks again
GuillaumeJuly 30, 2014 at 4:14 pm in reply to: Move menu in the header without breaking sticky feature #297777This reply has been marked as private.July 30, 2014 at 3:59 pm in reply to: Move menu in the header without breaking sticky feature #297767This reply has been marked as private.July 30, 2014 at 2:48 pm in reply to: Move menu in the header without breaking sticky feature #297732This reply has been marked as private.July 30, 2014 at 9:11 am in reply to: Move menu in the header without breaking sticky feature #297605Hi,
I managed to find a solution to my other post but i spent 3 hours this morning on that one without results.
Can someone help me please as i need to show my demo by tomorrow ?Thanks
GuillaumeJuly 29, 2014 at 2:54 pm in reply to: Hide custom content when "Shrinking Header" option is selected #297299Me again …
Just found a css trick to hide the custom content:
.header-scrolled .custom_stuff {display: none; } -
AuthorPosts