That did it. Thanks so much!! Amazing support. Education…
Hello, I managed to solve that by using function in Quick CSS:
#learndash_lessons > div {
height: 35px;
}
It is a known issue for LearnDash really.
So the topic may be closed, thanks
Is it possible to somehow include the Ajax search feature within responsive design at the very top of the page? Is there a way this could either be added as a search bar at the very top of the page or at least show the icon in the breadcrumb area?
Thanks
Hi!
Please flush browser cache and refresh your page a few times. It does work on my end http://www.screenr.com/fNJH :)
Best regards,
Yigit
EDIT: I just checked your website and it does work there as well. Please add following code to Quick CSS to remove the white space below header
.fixed_header.social_header #main {
padding-top: 131px;
}
-
This reply was modified 12 years, 2 months ago by
Yigit.
Hey Ismael,
thank you so much. That works now fine in Firefox.
Safari and Chrome show now caption titlles instead of the filenames.
How could I change configuration to:
– suppress caption title
– suppress caption
I already excluded caption and caption title with Quick-CSS:
.avia-slideshow-arrows a::before {background: #000; background: transparent;}
.avia-slideshow .avia-caption .avia-caption-title {display:none !important;}
.avia-caption-content {display:none;}
{.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; }}
Kindly regards,
Remo
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li a:hover { background-color: #4b475e!important; color: white!important; }
Please flush browser cache and refresh your page a few times after applying the code.
Best regards,
Yigit
Hi victoriaeducacion!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive body { background-color: white; }
tr:first-child td { border-top-style: none; }
td { border-style: none; }
Best regards,
Yigit
hey yigit,
thanks for reply. second question could be solved. (problem was the use of a childtheme) thanks.
the first question now in english: we would like to embed images from a external server (e.g. webcams) to either easyslider or for example with the “normal” image shortcode. it does not seem to be possible because one can only choose uploaded images. any suggestion?
best regards
Hey,
it will be very nice to become an answer how to set the profiles for bbPress like here in the forum, if it is ok for you to support is…
How do you have setup the nice Login-Widget for this forum?
Best regards
Please refer to this support thread.
The header image displays fine in IE8 on WinXP if compatibility mode is turned on.
However, the same thing is not the case for IE8 on Win7.
Instead the logo shows with a smaller height, and hence width.

We are using Respond.js, but it seems that some media query-specific CSS rules in custom.css is being applied at desktop width, to reduce the size of .responsive .logo
I tried re-ordering the media queries in custom.css to make the desktop sized rules be applied last by IE8, but this didn’t work.
How can we fix this?
Hey Antonio!
1) “hijack the threads of other users” means that you posted a new question in a thread although you’re not the thread creator. I normally accept follow up questions based on related issues but in this case (you posted the question here: https://kriesi.at/support/topic/enfold-wpml-wrong-default-pages-for-languages/ ) your question was completely unrelated to the topic and this is imo unfair towards the user who created the original thread because everyone has the right to get a short and specific answer to his question and doesn’t want to read bug reports of other users who experience different issues. That’s why I asked to you create a new thread.
2) It seems like you need to flush the permalink rules. Go to Settings > Permalinks and click the save button. WordPress will then flush the rules and rewrite the htaccess file. If this doesn’t work you maybe need to modify the htaccess file manually: http://codex.wordpress.org/Using_Permalinks
Best regards,
Peter
Hi Devin,
here is the site (TEST) http://test.markwiltshire.com
I have
a) In Enfold Settings, set Pages to have ‘right sidebar’
b) In Widgets, removed all the widgets from the display everywhere, and added widgets to the SideBar Pages area
c) On my page ‘Home’, which is set to be the front page of the site, I have set Layout to have No Sidebar
From previous explanation from support (See #186228), this setting should have no side bar.
I want sidebar on most Pages, just not on the Home page.
thanks
Mark
Hi
I found here
https://kriesi.at/support/topic/new-custom-font/
how to add a custom font.
Now i would like to use another google font, just for the h1 tags.
So i got this google font:
http://www.google.com/fonts#UsePlace:use/Collection:Indie+Flower
Where do i place the code from “3. Add this code to your website:” ?
Thanks for answers
Hey!
Another user: https://kriesi.at/support/topic/avia-layout-builder-not-loading/#post-137892 reported that 5.3.27 FastCGI may cause the issue and a switch to 5.3.27 CGI (Stable) fixed the problems on his server.
Best regards,
Peter
No answer so far? Maybe this topic was overlooked by the amazing support team – so I try again.
This problem really seems to be a theme related issue, as the screenshots above were taken of the enfold demo site. Thanks!
Hi!
Yes – use Codestyling instead: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select “Swedish”. Then click on “Rescan” to fetch all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Cheers!
Peter
Hey!
Add this code to the Quick CSS:
.sub_menu {
right: 165px !important;
}
#top .social_bookmarks li {
float: right !important;
}
Cheers!
Josue
Hey!
Try adding this code instead (replace what you have in Quick CSS):
#header_main .container {
height: 75px !important;
}
#avia-menu li, #avia-menu li a {
height: 75px !important;
line-height: 75px !important;
}
li#menu-item-3512 a {
padding: 5px 10px;
background-color: #0698D9!important;
color: #FFF!important;
height: 30px!important;
line-height: 20px!important;
margin-top: 23px !important;
border-radius: 10px;
}
#main {
padding-top: 106px !important;
}
Regards,
Josue
Hi Josue
Ok thanks. I’ve done it here using a colour section (the only way I can see how to do it)
http://www.mainline-energy.co.uk/home-page_new-with-featured-case-study_2/
Main problems (in order of priority) are:
1. The side bar gets pushed down. Needs to stay at the top on the right
2 It’s all the way across as a stripe rather than in a box
Thanks
Masten
Hi
I am trying to set up my blog post and pages to have a grey outer background, with a styled white container where the content is(So it looks like a white page on a grey background.
I have coded the CSS which works perfectly for page/post – however it carries through and screws the homepage.
Is there a way to have the edits to to page/post area without effecting the homepage code?
Here is the CSS I am using
.content .entry-content-wrapper {
padding-right: 50px;
padding-right: 50px;
background-color: #FFF;
padding-left: 50px;
margin-right: 30px;
padding-top: 30px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
Many thanks to anyone who can assist
Hi Yigit,
Thanks fou your answer.
I didn’t explain it very correctly! It’s not the layerslider but the Partner/logo ‘Onze sponsors’ (on the frontside), just under the top-layerslider who’s not working.
Our very small shop (http://www.autoclubleopard.be/te-koop/) was also using the Gallery element too. Right now, we’ve removed the non-working gallery en switched it so visitors could at least see what we are selling :)
Regards from Belgium!
1. How can I change the font color of the language selector in my top menu? Since now it is way to similiar to the rest of the navigation, it should look different and not like a regular subpage link.
http://www.subseasweden.com
Hi,
this code to change/remove flags does not work on my Enfold theme:
http://subseasweden.com/
Have put the code you posted in my Quick CSS but nothing happens.
Hi RicardoSuarez!
1)Please add following code to Quick CSS in Enfold theme options under Styling tab
a { text-decoration: underline!imporant; }
2
#top .main_color .avia-color-theme-color { color: white!important; }
Best regards,
Yigit
Shalom Eran!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-list .iconlist-timeline { display: none; }
2)
.iconbox_top .iconbox_content { box-shadow: none; }
Cheers!
Yigit
This is what I have in the quick css under styling tab:
li#menu-item-3512 a {
padding: 5px 10px;
background-color: #0698d9!important;
color: white!important;
height: 30px!important;
line-height: 20px!important;
margin-top: 43px;
border-radius: 10px;
}
.header-scrolled li#menu-item-3512 a {
margin-top: 15px;
}
.home .fixed_header.social_header #main {
padding-top: 12px; }
You can check it out, it seems like it was before.
Thanks,
Guy.