Hi,
When i inspect the elements on your website i see that logo has display: none style. Please add following code to Quick CSS in Enfold theme options under Styling or to Custom.css file in Enfold > Css folder.
.logo.bg-logo { display: block!important; }
Have you tried updating the theme via FTP and deactivating all plugins and check if issue remains?
Regards,
Yigit
Hi Seth,
Thanks for sharing and glad you figured it out!
Regards,
Yigit
Glad I could help. WIll close this up then :)
That’s fine! I thank you very much… :)
Best regards
Bruno
Hello,
Could you suggest a browser targeted CSS fix like display:none; that I could apply to all the Entypo icon font icons from Enfold since they won’t display properly—or at all—in IE8 (actually Internet Explorer 8 and below)?
Any leads would be very much appreciated!
Cheers
Seth
P.S. Excellent work on the forum upgrade!
-
This topic was modified 11 years, 7 months ago by
sethbutler.
Hello,
For all Youtube links I have implemented in the Enfold build we’re working on, I get a lighbox popup.
Can you suggest a quick coding fix for this that won’t require a URL rewritw such as bitly, etc.?
Please Advise!
Seth
logo is called in your header.php file like this:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
this points to the logo in folder enfold/images/logo.png
a simple if statement would eb enough:
if(is_page(1))
{
echo avia_logo(AVIA_BASE_URL.'images/layout/logo1.png', false, 'strong');
}
else
{
echo avia_logo(AVIA_BASE_URL.'images/layout/logo2.png', false, 'strong');
}
You need to make sure that you didnt set a custom logo in your backend, or it will overwrite those locations
Hello,
Just wanted to let you fine folks know we sorted a CSS fix for this issue: https://kriesi.at/support/topic/enfold-replacing-logo-for-devices-smaller-than-1280-pixels-wide/
By adding the following CSS (along with a number of other @media queries) , we avoided having to add a new script:
@media only screen and (max-width: 767px) {
.logo {
width: 270px;
margin-top: 20px;
}
.logo img{
position:absolute;
clip:rect(0px,152px,60px,0px);
}
}
Cheers!
Seth
Ok, I think with the menu I´ll get it to work. I work every time with child themes…
Is there a chance to become a evidence how to change the logo for only one subsite with jQuery or something like this…?
This is not possible out of the box. Sorry. In this case I would recommend to create a child theme with a customized header.php file that fetches different menus and logos based on the page id.
Its not a difficult customization but it would probably take a few hours with testing, so I am afraid I cant really just post a code snippet here that makes all of that happen ;D
Oh, that´s nice to know.
But it isn´t in this case what I need.
I need different Navbar-Items and Logos on different subpages.
For example
Startsite (Home) need the Menuitems: Logo 1, home, products, events, menus, support
Subside needs: Logo 2, home, program, courses, wellness, lifestyle.
This is needed for the Navbar on Top
My client have different locations. Most of them have the same names and you can use one logo,but for one you need a different logo.
Most of them have the same features, but some are a little bit different.
Is there a possibility to handle this with enfold. I also want to use the fixed Navbar because I love it :)
Hey!
You can change the header on a page by using a development feature of mine:
when editing the page create a new custom field with the name “header_setting”
as value you can use one of the following strings, which represent the various header settings:
fixed_header
nonfixed_header
fixed_header social_header
nonfixed_header social_header
nonfixed_header social_header bottom_nav_header
Hallo Kriesi,
vielen dank! Das funktioniert am Rechner jetzt absolut top! :)
Aber (tut mir leid, mag das Wort auch nicht) beim iPad im Landscape Modus bleibt die Leiste einfach mit der angegebenen Höhe stehen, in meinem Fall jetzt bei 200px (reicht für das Logo). Das heißt der Ausschnitt, der letztlich dem User zur Verfügung steht, ist recht minimal.
Merkwürdigerweise ist es im Portrait-Modus kein Problem, da hier die Navigation wohl umschaltet auf die nicht fixierte Variante.
Außerdem verschwinden komischerweise beim iPad in beiden Modi die weiteren Menupunkte, nur das Aktuelle ist zu sehen, also das von der Startseite.
Hast du da eine Idee?
Ich habe noch einen anderen Topic offen mit der Menuleiste, der evtl. auch deiner Draufsicht bedarf:
https://kriesi.at/support/topic/enfold-different-menus-on-different-sites/#post-162459
Ansonsten bis auf ein paar Kleinigkeiten in den Details ein echt gutes Theme!
Viele Grüße
Bruno
Hi,
it works like a charm on my Desktop-Client but there are a few problems on my iPad. In landscape-mode the navbar don´t become smaller during i´am scrolling down. So the user can´t see a lot because the height stays with 200px. Strangely in portrait-mode it works well with the nonfixed navbar.
Also there is a problem with the menu-items. The only one you can see on iPad is the one from the current site. The others gone away. During the site is loading you can see them for a little moment but you can´t klick on them, after the site finished loading you can´t see them.
Any idea?
Thanks a lot
Best regards
Bruno
Thank you for your quick reply!
Can I make a custom page template that will work? The php files only have one product page in Enfold. I use another theme which has a handful of different product/sales php pages which I would like to recreate in this theme. It is a simple page I want to create.
Would your Replete theme be a better choice for me?
I can see from your screenshot that the accent over the letter E isn’t correct.
It’s showing the accent as a diaeresis (the ‘two dots’) over the letter E istead of a circumflex (the ‘little hat’)
I need it to shwo the word “CURSO DE INGLÊS” and “FALE INGLÊS”
Hi heidi22,
WooCommerce product pages are actually controlled by WooCommerce. The theme then uses php code to modify them a bit further. So if you want to customize them you will need to look into a freelance developer as WooCommerce doesn’t support in-editor control over the layout.
Regards,
Devin
This is my second site using Enfold and I love, love love it but I am having troubles integrating woo commerce. I cannot seem to change the layout of the product pages other than the side bars. Any help would be appreciated.
Thanks a lot!
What says the masters of support? :)
Best regards
I don’t use it on my enfold site. I just bought enfold, like you, and don’t know it’s workings well enough (web code in general really). The plugin works great on my other theme and that one has a really funky menu bar so I would imagine it would work with this one easily since it’s so clean.
I would definitely like to know how to set a custom menu logo for each page as well. I found this online and I would imagine it could be tweaked to use the logo header:
http://jc-designs.net/blog/2011/06/displaying-menus-on-specific-pages-in-wordpress/
-
This reply was modified 11 years, 7 months ago by
Alex.
And what´s the way to change the logo for another fixed NavBar? I don´t think that I can do this with css and I´am not really a master with jquery…
Hi,
it sounds that this is a good solution. Thanks a lot!
Are you use this plugin with enfold and the fixed Navibar?
Regards
Hi,
You should not add any code to style.css but you should use Custom.css file instead. Located in Enfold > Css folder
Regards,
Yigit
I use this on another blog and it’s works well. Find it in WordPress Plugins Search
CE WP-Menu per Page
Hi,
the way things are going there is a new client and I think I want to use enfold for his website.
But it´s a little bit difficult. This client have different businesses, that means he has sportclubs, restaurants and hotels.
In this case it´s ok to handle all them with one website but I need different mainmenus on different subsites. How can I do this with enfold?
I don´t mean the submenu.
For example the startsite need the Menuitems: Logo 1, item 1, item 2, item 3, item 4 but on the subside I need: Logo 2, item to startpage, item 5, item 6, item 7, item 8.
I know how to create the menus but what is the right way to insert them inside the pages. And how can I classify the 2 different Logos?
I want to use the fixed NavBar.
Best regards
Hi Voicepro,
You can increase font size and change text color by adding following code to Quick CSS in Enfold theme options under Styling
.sub_menu { font-size: 13px; }
.sub_menu>ul>li>a { color: red!important; }
I hope that helps you
Regards,
Yigit
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
#menu-item-3408 #top #header .avia_mega_div > .sub-menu, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3455 #top #header .avia_mega_div > .sub-menu > li > ul li { background-color: red; }
This should do it, if it does not, let us know
Regards,
Yigit
I just had my host change all permissions on my site and re-uploaded version 2.1 of enfold (freshly downloaded from theme forest today) and I still get the same error message. Is there any information you might want that might help with this error?

-
This reply was modified 11 years, 7 months ago by
Alex.
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
.main_color .avia-icon-list .iconlist_icon { background-color: red!important; }
Regards,
Yigit
-
This reply was modified 11 years, 7 months ago by
Yigit.
hi there
i have added this to my css, which removes the thumbnail:
.avia-post-nav .entry-image {
display: none!important;
}
i am also trying to reduce the width of the area on rollover, and tried:
.avia-post-nav:hover .entry-info-wrap {
width:140px;}
but the text is not displaying properly now; please advise, thanks :)