Forum Replies Created
-
AuthorPosts
-
April 18, 2016 at 1:17 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #616416
Yeah !!! It’s perfect ;)
April 18, 2016 at 12:18 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #616343Here is what I see on dev.maisondemarseille.com :
Here is what i’d like :
I just need to see the menu inside the black line
April 18, 2016 at 9:15 am in reply to: simple menu on Enfold without logo and with social icon on the same line #616195All is ok now on mobile… But I have still a new problem on desktop menu… :-/
April 14, 2016 at 3:55 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #614034It doesn’t work… I don’t want any logo (desktop or mobile.
I tried that code :
.responsive #top .logo {
display: none;
}Mobile menu appears but not at the good place… The same for desktop menu.
You should see it on http://dev.maisonsdemarseille.comHere is my last custom code :
.av-main-nav>li>a {
letter-spacing: 1px;
}
.entry-content-wrapper h1{
letter-spacing: 20px !important;
}
.entry-content-wrapper h2{
letter-spacing: 16px !important;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}
.responsive #top .logo {
display: none;
}.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
.av-masonry-image-container:hover { transform: none !important; }
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px !important;
}
#header {
height: 50px;
}April 13, 2016 at 11:37 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #613299All is ok on desktop but there is still no menu on mobile… :-(
This code allows to remove the logo but it removes mobile menu too…April 13, 2016 at 7:31 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #613134You did’nt read me until the end ;-)
The CSS code causing the problem is that one :
.container.av-logo-container {
display: none!important;
}April 13, 2016 at 12:09 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #612622I did’nt see you answer… :-/
Here is all my custom CSS :
.av-main-nav>li>a {
letter-spacing: 1px;
}
.entry-content-wrapper h1{
letter-spacing: 20px !important;
}.entry-content-wrapper h2{
letter-spacing: 16px !important;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
.av-masonry-image-container:hover { transform: none !important; }
.container.av-logo-container {
display: none!important;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px !important;
}
#header {
height: 50px;
}The CSS code causing the problem is that one :
.container.av-logo-container {
display: none!important;
}March 23, 2016 at 11:47 am in reply to: simple menu on Enfold without logo and with social icon on the same line #602451:-( That was not my question…
I found a solution to add icons in the main menu with “menu icons” plugin by Dzikri Aziz
All is ok on PC and Tablet…But on smartphone, I only have a black space without mobile menu… (even if i desactivate “menu icons” plugin)
March 23, 2016 at 10:35 am in reply to: simple menu on Enfold without logo and with social icon on the same line #602427No, it’s a wron URL… Go to http://dev.maisonsdemarseille.com
March 22, 2016 at 3:59 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #601924It’s all ok on PC and Tablet !!
But no menu on smartphone :-(
All my quick CSS :
.av-main-nav>li>a {
letter-spacing: 1px;
}
.entry-content-wrapper h1{
letter-spacing: 20px !important;
}
.entry-content-wrapper h2{
letter-spacing: 16px !important;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
.av-masonry-image-container:hover { transform: none !important; }
.container.av-logo-container {
display: none!important;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px !important;
}
#header {
height: 50px;
}March 15, 2016 at 9:04 am in reply to: simple menu on Enfold without logo and with social icon on the same line #598262It nearly works …
A part of black background manu disappears when I scroll
The mobile menu does’nt appear…March 10, 2016 at 1:13 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #596270My last try :
.av-logo-container {
display: none!important;
}
The logo disappears, the main menu takes the place of the logo but a black DIV (height 45px) still appears under the menu…March 10, 2016 at 12:55 pm in reply to: simple menu on Enfold without logo and with social icon on the same line #596263Hi,
You should access to the DEV website on that URL : http://dev.maisonsdemarseille.com/accueil/It should be ok now
March 9, 2016 at 10:14 am in reply to: simple menu on Enfold without logo and with social icon on the same line #595424Here is the result for the moment with Enfold (is it what you saw on screen after modifying your hosts file?) :
here is the URL
I just have to find a way to :
– remove the logo line
– add the secondary menu on the same line than the primary menu.March 8, 2016 at 9:47 am in reply to: simple menu on Enfold without logo and with social icon on the same line #594894Here is the design I have to follow (wide screen, not boxed) :
March 8, 2016 at 9:43 am in reply to: simple menu on Enfold without logo and with social icon on the same line #594892The website is not active but I can see it if you modify your hosts file.
-
AuthorPosts