Hey guys,
looking at this site http://telcolounge.de/ on our test mobile phones, we see the logo as it’s supposed to be in Chrome, but to big in Firefox.
The same can be seen in the web developer tool’s “respsonsive layout” view in each of these browsers on the desktop.
I was going through my CSS, but couldn’t find anything where I might have caused this. Is this a known issue/bug?
Thanks
Michael
Hi Ismael,
Thanks for the fast response. I am afraid I am still not 100& clear. I can extract the text from the background, but I can’t seem exactly to get the background (shaded bottom to top) to fill the entire logo area, Then are you suggesting I add the words to the logo (horizontally), with a transparent background, or do it in some other manner.
Sorry, but I have seen all the other people wanting to do this, and it seems like every solution is different. I need the background at the loco level, the menu line as a separate background (which I think I know how to do), and the extended name and phrase across the top, resizing appropriately. I would be happy to have the words be text, which I can change the size of for mobile viewing in quick CSS, but again I just need some direction. I’ve been struggling with this for days.
Thanks…. Roger
Hey!
Please add following code to Quick CSS as well
.header-scrolled .logo {
top: 0;
}
Regards,
Yigit
Hey!
Please use the below CSS in quick CSS to reduce the space between equal height columns
#top .av-flex-placeholder {
width: 1%!important;
}
Regards,
Vinay Kashyap
Hi!
Please see @begrafiks’ post above. You can also add following code to Quick CSS in Enfold theme options under General Styling tab
.logo {
top: 12px;
}
Thanks @begrafiks :)
Best regards,
Yigit
hi TUCOENERGIE;
try to add this code into your custom css styles :
.logo img{margin-top: 4% !important;}
Hallo nochmal,
hab jetzt mal ein wenig getestet, wenn ich das ” .av_one_full ” weg lasse funktioniert es.
Wozu genau ist denn die zweite Zeile gedacht ?
#top .ktf-darkborder .flex_column_table > div {
background: rgba(255, 255, 255, 0.9) !important;
}
Hi,
Thanks for answer. I know how to edit the breadcrumbs and title at ‘instellingen titelbalk’. For each page I display titel and breadcrumbs, also set up in the haeder of the themefunctions.
At mobile screen, I have no problems with the breadcrumbs, thea are working perfectly. When I clicked on the breadcrumb, I will go to the page. But on the desktop and Ipad this is not working.

[IMG]http://i67.tinypic.com/2ebse4x.png[/IMG]
Like the prinscreen. I want to click on ‘home’ to go to ‘home’ while I am on the contact page. But this is not working. I can only get to home by the menu.
Mayby it is easy to solved, but I don’t see the solution. I will send you the temporary login in private content.
Thanks again.
hello I have a problem with the logo it is not displayed in the middle between the Preheader and body, it takes a TOP position, can you help me to solve that the link is http://www.madridcharityparade.es
-
This topic was modified 10 years, 1 month ago by
passgo.
i suppose this was a topic i’m interested too in a former installation – look here – this was the solution Josue gave me:
https://kriesi.at/support/topic/disable-integrated-lightbox-effect-for-a-specific-page/
Hi there,
I love the theme and have used it on the website for my video production agency applying the minimal layout as a basis for the design and adapting and tweaking content from there but there is one issue that I have so far been unable to solve…
My favorite blog format out of those that you offer is the Default (Business) layout with the dotted line between icons for each post category down the feed. I have used this on my site but unfortunately have found no way to display a title at the top of the page and still keep this format.
I would ideally like to build the news page using the layout builder so that I can use a Special Heading at the top in the same format as on the other pages of my site (about, contact, portfolio) but can’t find any option to get the dotted line to appear if I switch to page builder.
Failing that I would be happy to even display a more basic title at the stop of the page but even when I switch the title bar settings on the page to “display title” it still does not display. Can you help solve this issue as I really need to display some kind of title at the top of every page (good for SEO and design).
Thanks in advance for your assistance,
Matt
Hey stasiamak!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .mobile_menu_toggle {
border: 2px solid green;
}
Regards,
Yigit
Yes it seems that the value 16,66666% (100/6) is to big for that (maybe because of margin or border settings) :
#top .no_margin.av_one_sixth {
width: 16.65%;
}
but you have to refresh the site to take influence on it – and if 16.65% is too big reduce it a bit.
Hallo,
ja die Beispielseite sieht genau so aus wie ich mir das Ganze vorstelle !!!
Hab jetzt laut Tutorial alles durchgeführt und das Tutorial mit dem “Darkborder” klappt auch wunderbar.
Mein custom class field heist jetzt zum Test immer noch “ktf-darkborder”
Dann hab ich den Code per Quick CSS eingefügt mit:
#top .ktf-darkborder .av_one_full {
background: rgba(0, 0, 0, 0.2) !important;
}
#top .ktf-darkborder .flex_column_table > div {
background: rgba(255, 255, 255, 0.9) !important;
}
zeigt keinerlei Änderung ?!?!
Hintergrund ist immer noch komplett auf #ffffff und nicht transparent, wenn ich den Hintergrund “leere” ist das Feld komplett durchsichtig.
Hey there,
I have a two-sided platform with 1) a restricted area with 100+ pages where I DON’T want the lightbox to appear because I have NEXTGEN (the lightbox comes up behind NEXTGEN and 2) the non-restricted surrounding pages where I WANT the lightbox to appear (aint using nextgen here)
Is there a smart way to go about this?
I have read similar posts like this:
https://kriesi.at/support/topic/disable-image-lightbox-only-for-certain-images-in-postspages/
But the solution is excluding certain ones, which will be a very long piece of code, plus very inflexible as I’ll add a lot of new pages every week, and would have to edit the code each time.
So, do you see any other solution that fit my setup :) ?
Thank you!
Best regards
Emil
nur so auf die Beschreibung hin ist das schierig, da es viele möglichkeiten gibt solche Columns zu setzen (equal height, no distance etc. pp) dann natürlich ob es generell geändert werden soll oder nur spezifisch für eine Colorsection etc.)
hier kannst du mal in einer Beispielinstallation sehen, wie ich es gemacht habe.
Am Besten man verpasst der Colorsection eine Custom Klasse (oder ID geht auch) siehe hierfür: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
dann kann man zB alle Columns unterhalb dieser color-section so ansprechen:
http://webers-testseite.de/enf02/company
#top .customclass .av_one_full {
background: rgba(0, 0, 0, 0.2) !important;
}
#top .customclass .flex_column_table > div {
background: rgba(255, 255, 255, 0.9) !important;
}
siehe obere : du kannst natürlich auch einen dunklen Hintergrund wählen.
tja ohne die Seite zu sehen ist es schwer.
Ich empfehle die Developer Tools zu nutzen, – entweder die mittlerweile in den meisten Browsern vorhandenen; oder – weil ich das schon ewig nutze Firebug in Firefox.
da kann man dann via Rechte Maustaste (Context Menu) auf ein Element zeigen und sich die Eigenschaften (in welchem Element zB. das Teil liegt, bzw. rechte Seite welche CSS eigenschaften es von wo vererbt bekommt.
Vorteil man kann da auch eine CSS Eigenschaften virtuell ändern. Das siehst du zB das ich bei .container_wrap das auf 0 gesetzt habe und die Linie links dann weg ist.

bei 3 habe ich mal auf 5px gesetzt und dafür border-top-style auf none – geht auch.
Wie gesagt entweder selbst mal ausprobieren (Firebug ist aber ein Addon, welches man hinzuladen muss) oder den Link mir mal anzeigen.
-
This reply was modified 10 years, 1 month ago by
Guenni007.
Fixed myself. No extra plugins were needed.
It is still our opinion that you provide a theme with lesser functionality if the user uses menu in the left/right sidebar instead of the top – the breadcrumbs won’t be shown in this particular case.
Yes, the breadcrumbs should be visible no matter of the menu location – and if you’re really worried if the user want breadcrumbs, you could always add an option to enable/disable it in the options.
All the best.
Hi,
Ok, thanks for the feedback. Let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Please close this topic it was server issue thanks :)
Hey!
Please refer to my previous post above: https://kriesi.at/support/topic/pricing-table-7/#post-586928
You don’t need the shortcode wand (https://www.dropbox.com/s/4l8bkqltw29ge1h/editorbasico.jpg?dl=0) in the advance layout builder because every element that you can see in the shortcode wand is already there. If you need to extract the shortcode of a certain element, switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
Ismael
I was able to solve the problem by clicking on a field of the Theme Settings, then clicking out, and Saving all changes. Only importing from parent theme doesn’t do it, you still have to Save changes on top of it, even though the changes are saved… It’s not an obvious solution, but it did the trick.
Hi,
My fullwidth easy slider at the top of my homepage shows up when I preview the page, but it isn’t showing up on the live page. It used to, though. Can you please advise? The site is http://www.fiestapoolsandspas.com/dev/
Thank you,
Justine
Hey mepho!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-logo-container .social_bookmarks li a { font-size: 20px; }
Regards,
Yigit
Thanks Krissieg. I am using Mailchimp and Mailchimp for WordPress plugin as well as the Mailchimp topbar plugin.
I have an ad that’s a bit too wide for the sidebar and nothing I do in the theme seems to alter this.
Example: http://www.sitetools.info – the top ad in the right sidebar is getting chopped off. I have it in a PHP widget in the sidebar.
Take a look at the screenshots here. I’m using Easy Slider up top on one and the Fullwidth Slider on the other one. Look at what happens to the formatting of the FullWidth page. It gets very messed up for some reason..
Easy Slider http://prntscr.com/a6okye
Easy Slider (wp admin side) http://prntscr.com/a6oljj
Full Width http://prntscr.com/a6omio
Full Width (wp admin side) http://prntscr.com/a6omxx
Does this make sense?
I just want to have this page look like all of the rest of my site http://prntscr.com/a6oqmu but somehow I can’t get it to work.
I’m happy to give you login access to take a look.
Thanks so much!
Hi Ismael,
it does look good and works, so I decided to stop calling it a workaround and think of it as a solution now ;-) So I am fine, thanks a lot.
For all others: As written above I wanted to have a submenu below the slider on this site: http://o2bln.de/
Instead of some complicated fiddling with the header height, the top-margin of the submenu when scrolled to top and so on I simply set the submenu to 72px height and moved the whole slider container up by 72px:
#top .av-submenu-container { height: 72px; }
#fullscreen_slider_0 { margin-top: -72px; }
The slider is cut off those 72px at the top, but I can live with that.
Cheers,
Michael
We have multiple copies of Enfold on multiple sites – all sites when updating to WP 4.4.2 now have issues with theme options among others (sliders stop working, editor doesn’t work, etc.). Looks to be a javascript conflict between 4.4.2 WP install and EnFold 3.4.7 and EnFold Child 1.0 – I have set up a test site to find the conflicts with no plug-ins installed just WP 4.4.2 and Enfold Child and Enfold themes. With a junk home page with a slider – now theme options dont work.
Needless to say the past 2 weeks have been rough given this issue – especially as one of the main sites we use this theme on is an ecommerce site with WooCommerce plugin. Feel like I have been chasing demons the past 2 weeks.
I have found that is you periodically – reinstall wp 4.4.2 sliders will start to work and theme options will work, but as soon as you edit anything – everything stops (and sometimes to varying degrees).
please check out the test site –
Login details are in the private area below
Please advise ASAP
Thanks
Loren Shade