Hey marienoisette!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#top .title_container .container {
padding: 0;
min-height: 40px;
}
Cheers!
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hi studioinktvis!
What type of header do you have? Please check on Enfold > Header > Header Type.
Please try this on your custom.css or Quick CSS if you have a Small fixed header:
.main_menu {
margin: 0;
display: block;
text-align: center;
top: -45px;
}
.avia-menu {
display: inline-block;
}
div .logo {
position: relative;
margin: 0 auto;
z-index: 1;
}
Use this to adjust the header height:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header_main .container, .main_menu ul:first-child > li a{ height:120px; line-height: 120px; }
Best regards,
Ismael
Hey!
Yes, this was my mistake. I updated the links of the filter because of an incompatibility issue with Yoast Analytics: https://kriesi.at/support/topic/masonry-blog-element-not-working-unless-a-regular-blog-post-element-added/ and I accidentally removed the curly brackets. I’ll ask Kriesi to release a hotfix – for now you need to replace following line in: /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php
$output .= '<a href="#" data-tag="'.$key.'" class="'.$first.'">'.$key.'</a>';
with
$output .= '<a href="#" data-tag="{'.$key.'}" class="'.$first.'">'.$key.'</a>';
Cheers!
Peter
Hi,
I’m facing the problem that I just can’t track clicks on the contact’s form send button with Google Analytics.
I already tried exchanging a line in the class-form-generator.php as suggested in this thread https://kriesi.at/support/topic/adding-event-tracking-to-choices-contact-form/
However, if I do this the website won’t load any more at all. (http://www2.allaboutapps.at/kontakt/ I inserted the original code again).
Is there something I can do?
Best
Thomas
Hi Mono14!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li {
background-position: top center !important;
}
Don’t remove the !important property.
Cheers!
Ismael
Hey!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li {
background-position: top center !important;
}
Don’t remove the !important property. Can you please post the html code that you added on the slider?
Cheers!
Ismael
Hey lakecoast!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li {
background-position: top center !important;
}
Don’t remove the !important property.
Cheers!
Ismael
I followed what was said on most important FAQ (theme forest page) and added it to quick CSS but it doesn’t work.
The menu stays fix and keeps the same size, that’s perfect. But the logo still resizes smaller.
Am I wrong somewhere ? Can’t send you the link (working on localhost). Thanks a lot.
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 100px !important;
line-height: 100px !important;
}
html.fixed_header #main {
padding-top: 100px;
}
Hi,
I tried this… works when I test it with Firebug… but not when I put it in Quick CSS. Any idea ? Thanks.
I’m working on localhost so I can’t send you anything…
———–
#top .title_container .container {
min-height: 35px;
}
.title_container .main-title {
line-height: 1.2em;
min-height: 15px;
}
This reply has been marked as private.
Hi,
I’m having an issue with the fullscreen slider.
It seems that the recent theme update has removed the option to align an image (there used to be options such as “Top, left”, “Center, center”, etc).
Here’s the slider on my page: http://www.iamjoycelim.com
It appears that image 1 and 2 are aligned “Center, center”, while image 2 is aligned “Center, left”. On a mobile device, image 2 looks terrible since the right half of the image isn’t visible.
Thanks in advance for your help!
Hi,
I’m using Enfold 2.4.2 and I have a lot of problems with Internet Explorer (up to date) on Windows XP :
– when I use two “50% width” columns, the second column is under the first one…
– The mega menu doesn’t word at all
– The social buttons in the fixed top header are not displayed.
For example :
http://www-test.mines-telecom.fr/
Could you help me ?
Thanks
This reply has been marked as private.
Hello, i had to made some modifications, that arerealized with the help here. :-)
Now i got another one.
I positioned the header with the menu at the bottom of the slider. (margin-top: 212px;)
The slider is now at the top of the page. (margin-top: -88px;)
But now the “scroll-menu” is of course with the margin of 212 px on the site.
Is there a way to change this to that the menu starts with the scroll menu, when the page is scroll for mor than 212 px?
Hope you understand my question. :-)
The site can be viewed here:
http://polyscale.m3ms.de/
Cheers,
Markus
Hi!
Hast du die Testnachricht erhalten? Ich glaube der Fehler lag daran, dass das Email Feld nicht ausgefüllt war (Empfänger-Email). Dieses Problem ist nun mit 2.4.3 behoben (siehe auch: https://kriesi.at/support/topic/contact-form-does-not-send-to-default-email-or-i-am-misunderstanding-something/ ). Ich habe es jetzt bei dir behoben, indem ich die Emailadresse eingetragen habe, aber nach dem Update auf 2.4.3 sollte auch ein leeres Feld funktionieren.
Regards,
Peter
Dear Support
First of all thank for an absolutely great theme!
I have some promo boxes on this page where the margin is too big. See http://produktiondanmark.dk/kontakt-2/
I have made this CSS that works fine when I insert it in to the Quick CSS in the template styling page.
.avia-builder-el-1,.avia-builder-el-2,.avia-builder-el-3,.avia-builder-el-4,.avia-builder-el-5,.avia-builder-el-6,.avia-builder-el-7
{
margin: 15px 0px;
margin-top: 0%;
}
… but it also affects the margin on the promo box on the frontage.
Can anyone assist?
Kind regards,
Chrilles
Hi!
You can use the page id css selector. This code
.page-id-36 .isotope-item a {
pointer-events: none;
}
will disable the click event here: http://adventurer.webhost4life.com/ef2/sales/
If you want to disable the links for another portfolio page make a copy of the css selector and replace 36 with the page id of the portfolio page where you want to disable the links.
Cheers!
Peter
Sorry, I continue the thread again
Here is my previous thread
https://kriesi.at/support/topic/how-to-change-the-font-size-in-the-certain-part-of-a-page/
I barely check on chrome, the H2 span that given to me doesn’t work in chrome
The H2 font are all in uppercase
in Firefox, safari and IE it works just fine
Any idea? Thanks
Hi!
Please try following css code
#top #ignitewoo_events_calendar_wrap a {
max-width: none;
}
Cheers!
Peter
I had to play with the px value in the code a little bit, but it worked. Thanks!
For those who read this thread in future:
#top .main_menu .menu li ul ul{
left: -205px !important;
}
Hi!
Create two custom link in the Menu (both sites) and put them a class of .flag-x and .flag-z. after you done that reply back to this topic so we can try to add the flags with CSS, also provide us with the images you want to use as flags.
Regards,
Josue
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Thanks for the quick reply, Josue!
That CSS didn’t work, sorry to say. Still displaying the Top Header. Only way around it is currently is to use the Blank Page template.
Another version of the script?
John
Thanks Yigit,
Could you further explain how to adjust the spacing of the menu bar and of the breadcrumbs container.
As it is, the menu is sitting up hard below the logo and hard on top of the breadcrumbs container.
It all needs a little more space. I’ve tried tackling it with CSS but just can’t see to find the right selectors.
Thanks
Hey!
Try adding this code to the Quick CSS:
#top .main_menu .menu li ul ul{
left: -275px !important;
}
Cheers!
Josue
Hi John!
That ‘header’ refers to the Header with Page Title and Breadcrumb Navigation, not the top header, to hide that, use this code (add it to Quick CSS):
.page-id-xxx #header{
display: none !important;
}
Best regards,
Josue
Several weeks ago I successfully set up a Custom Menu for 14 related pages set up as a simple list of links to appear in a right sidebar for the pages. Today the sidebars are not displaying. I’ve verified that the menu is correct, the proper menu item is selected in the widget, and the correct sidebar widget is selected in the Sidebar Setting box on the individual pages. An example page for the site under development is here: http://rudimovie.org/webworks/site-thomson-dipalma/ Any suggestions?
Hi!
1) Please see Kriesi’s post here https://kriesi.at/support/topic/no-gradient-in-buttons-v-2-4/#post-178780
2) Can you post a screenshot of and show how you would like it to look on mobile?
3) Please add following code to Quick CSS in Enfold theme options under Styling tab
#dynamic-to-top { display: none!important; }
Cheers!
Yigit