Hi!
Great! I am closing both topics, feel free to start a new one if you have any other questions or issues!
Cheers!
Yigit
Hi!
Glad you figured it out! Did re-installing WordPress solve the issue you were having here https://kriesi.at/support/topic/broken-page-design/ ?
Regards,
Yigit
This reply has been marked as private.
Hey matsch!
Please add following code to Quick CSS as well
1-
#top .avia-logo-element-container .slide-image { background-color: transparent; }
2-
.image-overlay { opacity: 0.3 !important; }
3-
.avia-menu-fx { display: none; }
Best regards,
Yigit
I asked already for custom css per page :
https://kriesi.at/support/topic/how-to-change-css-style-per-page/
But i’d like to change only title menu color per item.
Example : Item 1 : Color Blue / Text Bold / Uppercase
Item 2 : Color Red / Text Normal / No Uppercase
Thanks a lot
Hi there
There seams to be a bug with the responsive design. If I make my browser only occupy half the screen (how I have it most of the time), I cannot navigate the page (the top links have disappeared, and there’s no horizontal scroll bar). I’m using Firefox.
How do I fix this error?
Hey cerf!
Please add following code to Quick CSS
.title_container .breadcrumb { top: 65%; }
.title_container .main-title { margin-top: -10px; }
Best regards,
Yigit
Hi tonyiatridis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.entry-content-header h3 a {
text-transform: uppercase;
}
Best regards,
Yigit
IF you go here to see my MAIN NAVIGATION you will see the nav button called: Health Care Reform and Compliance
It’s a long navigation link and my client wants to make it two lines “stacked”
Searching the Support I found this css to make it two lines using this code:
.menu-second-line {
clear: both;
display: block;
position: relative;
top: -100px;
}
Visually it LOOKS FINE – but test what happens when you scroll down. The Second Line travels up and disappears upward.
Try it out:
http://ng-sandbox.com/warren/
For the header I’m using:
Fixed Header with Social Icons and Additional Navigation
Is there something else I can add to the navigation CSS so this does not act this way?
-
This topic was modified 11 years, 12 months ago by
noble51.
Hi Yigit,
We’re getting closer. This is what I have in my Quick CSS right now
#header_main .container, .logo img, .logo a {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
.header_color .main_menu ul:first-child > li > a {
height: 88px !important;
line-height: 88px !important;
}
I have a logo which is 88 px high. It has a perfect size an every responsive device, but there is no padding at the bottom. There is a slider directly below the logo and there is no space in between.
When I enter this into the Quick CSS
.fixed_header #main {
padding-top: 135px;
}
the header is getting taller, but not in the responsive views.
Your can have a look here: http://www.save-your-life.net. I’m still developing so there is a password required: abitur97
Regards
Mark
Hi – is it possible to disable pausing background video on the click?
Kind regards
Mariusz
Hi!
Please add following code to Quick CSS
1-
#top .main_menu .menu li ul a { line-height: 10px; }
2-
.main_menu .menu ul { width: 165px; }
3-
#top .main_menu .menu li ul a { font-weight: normal !important; }
Best regards,
Yigit
hi again,
1. i want to put a promo box in a 1/3 column, how do i change the button of the promo box to be below instead of on the right? i want this change to apply only to this promo box. picture: 
2. in the homepage, the costumer wants a slider and a contact form on top. so i put a easy slider on 2/3 and a contact form on 1/3.
but is there an option to keep using the advance layer slider? i like the advanced layer slider better. maybe i can put the contact form as a top layer on top of a fullscreen slider? do you know a way to that?
picture: 
-
This topic was modified 11 years, 12 months ago by
graphico.
Hey!
Please add following code to Quick CSS as well
.fixed_header #main {
padding-top: 135px;
}
If that does not work, please post the link to your website
Best regards,
Yigit
Hey Ismael
Thanks for immediate Feedback. Yeah, I am fine, hope you too?!
Before starting to try your Suggestion, please let me ask a short clarifying question…
I would like to have the Google Maps in the Background like in the example. On top of it, I would like to use the regular elements from layout builder to enter my Content. More specific:interactive Background = Google Maps, on top = some text incl. contact form, etc.
As far as I now understand, I shall use the Plugin to open my Maps php with a TextBox, but that would mean that it is not in the Background, but on the same Level as my other Content. Am I right? Or can I do what I want with this plugin?
Once again thanks in advance!
Matthias
Hey!
You have following code in your Quick CSS section or Custom.css file
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
height: 40px !important;
line-height: 25px !important;
}
Please change it to following
@media only screen and (min-width: 1140px) {
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
height: 40px !important;
line-height: 25px !important;
}}
Cheers!
Yigit
Hi!
In WordPress dashboard please go to Appearance > Editor and open Header.php file and search “top-tel” and find the Div that contains your number and change it
Regards,
Yigit
Thanks- that is what I am using :)
That beta version fixes the HTTPS problem with the caching URL, and since my site is on HTTPS.
I have been doing SERIOUS testing on this, like 40 hours total and I have come to a few conclusions. First, I had too many elements on my home page, and no matter what it was going to load slow. I have a layerslider and each of the images is 100k. I had 2 team mates, I had 2 parallax sections, I had progress bars, a video, and many lists. I went through and removed half of this and the page loads quickly. My original intent was to have a semi “one-page” site, but I am fine with making more pages for performance reasons.
I have also come to the conclusion that minify make Google PageSpeed and ySlow happy, but it slows down the actual load time for humans. I tested the load time 10 times with CSS minification on, and then 10 times with it off and I had significantly better times while it was off.
I have also come to the conclusion that minifying jQuery is just not going to work. Period. Perhaps it is an addon I use (there are admittedly a lot), but something breaks jQuery. and forget asyncronously loading any js- even if I do not minify jQuery and async the rest, the built in theme jQuery breaks 50% of the time. I did 20 tests with minify setup with the exact script order as your theme has and it loaded perfectly 8 of the times, jQuery conflict the other 12.
With all of this said though, I am still getting a A 92% B 89% on GTmetrix. And even though my PageSpeed score is far lowwer, I have tested the theme on both mobile and desktop clients on various internet connections and the site loads fine. I think at this point I need to stop wasting time worrying about the render blocking js/css messages from PageSpeed.
Thanks for all of your help/work over multiple threads, this is still the top theme I have used and I very much appreciate your support staff’s hard work!
Hi,
I want my blogpost full width and added in custom css the following rules:
#top .fullsize .template-blog .post_author_timeline {
display: block;
}
#top .fullsize .template-blog .blog-meta {
margin: 0;
position: absolute;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
}
On my pc it is working just fine, but when i open this on my phone it won’t. (The image appears above the text)
Could you please watch this and give me a solution.
Hi Ismael !
Problem is not on the actual page I also see the telephonenumber on the page
-BUT where can i edit the telephonenumber ????
I think i was able to do that in the quick-CSS section. As i seem to recall the number was visible here….. (XX XX XX XX)
.top-tel { (XX XX XX XX)
color: #d22328;
}
OR here….
.top-tel { (XX XX XX XX)
position: relative;
font-size: 16px;
font-weight: bold;
z-index: 999 !important;
….-But now it is gone !!!
Kindly
Claus.
Hi aparteDenmark!
Thank you for using the theme. I hope you’re doing great.
I checked the website and the phone number is still there. Please remove browser cache then reload the page.
Best regards,
Ismael
Hi!
You can edit js > avia.js to prevent the title from showing. Find this code on line 5:
$(document).ready(function()
{
var aviabodyclasses = AviaBrowserDetection('html');
Add this code below:
$('#top .product div.images img').attr('title', '');
Regards,
Ismael
Hi mattmorse!
Thank you for using the theme. I hope you’re doing great.
Please try this on Quick CSS or custom.css:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
font: 13px "Marcellus", serif;
}
Did you add the google font using Google Font filter on functions.php?
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Marcellus'] = 'Marcellus';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Marcellus'] = 'Marcellus';
return $fonts;
}
Best regards,
Ismael
Hi !
My site http://jsa-sikring.apartebuild.dk
….-Has a telephone-nr in the upper right corner
-I’m quite sure i was able to edit this number i the quick-CSS section, but now it seems to be gone ????
-the top-tel code is still here but the actual number is missing ???
-Please help because i need to change the number !
Kindly
Claus.
This is my quick CSS:
.title_container .avia-breadcrumbs {
display: none;
}
.content {
padding-top: 10px;
}
#footer div .first { margin-left: 25px; }
#footer { padding: 0px 0 0px 0; }
.avia-slideshow { margin: 15px 0; }
.content, .sidebar {
padding-top: 20px!important;
padding-bottom: 0px!important;
}
body .column-top-margin {
margin-top: -20px!important;
}
.html_boxed .single-post #main, .html_boxed .blog #main { padding-top: 50px; }
.main_menu ul:first-child > li a { line-height: 150px; }
.top-tel { float: right; margin-top: -25px; }
.top-tel {
color: #d22328;
}
.top-tel {
position: relative;
font-size: 16px;
font-weight: bold;
z-index: 999 !important;
}
.text-sep.text-sep-comment,
.blog-author.minor-meta,
.blog-categories.minor-meta,
.text-sep.text-sep-cat {
display: none;
}
Hey!
Edit the Layerslider where you want to show the timer, click on the “Global Settings” tab and activate the “Circle timer” option: http://www.clipular.com/c/5586569532538880.png?k=mpviLeZTDthU2jxizVl0_yD82P4
You can also configure the “Autostart”/”Autoplay” option on this page.
Best regards,
Peter
Hi,
What happened to the accepted request for “collapsible menu in mobile mode”?
Since I have many sub-pages this is causing quite a big problem. I can of course hide the individual sub-pages with css to make the menu look decent but then those pages wouldn’t be viewable, which I want. I recently bought your theme but now I might have to stop using it just because of this issue.
It seems like a standard feature to me and I hope this will be implemented in the near future?
Kind regards,
Erik
Is there a way to stop YouTube to show related videos? When I add rel=0 to the URL Enfold just shows the url instead of embedding the video.