Hi!
As far as i know, no, because of the reasons Devin explained above and i posted on your other topic.
P.S.: I am closing this thread as you already have a related topic.
Cheers!
Yigit
Hey!
Feel free to request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
If other users are also interested in such feature we may at least add it as PHP Snippets to new Enfold documentation
Best regards,
Yigit
Hi Yigit,
This did exactly the opposite of what i needed. Now the text on the desktop view is smaller, however the text enlarges on smaller devices and is still not readable when sized down.
This reply has been marked as private.
Hi!
You have custom CSS codes added to position the icons in footer such as following
.textwidget span.av_font_icon.avia_animate_when_visible.av-icon-style-.av-no-color.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
margin-top: -12px;
}
Please try moving them to the top of the custom CSS codes and check if that makes a difference. There is no problem animation-wise
Regards,
Yigit
Hey netfex!
You can try to add an onclick event like this user: https://kriesi.at/support/topic/syntax-error-when-adding-tracking-code-to-form-submit-button/
If you want to track the user actions with a special website I suggest to use Formidable or Gravity Forms instead of the default contact form.
Cheers!
Peter
Hey Coronacom!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-special-heading { margin-top: 0; }
.avia-builder-el-26 { padding-bottom: 0!important; }
.content { padding-top: 20px;
padding-bottom: 20px; }
Best regards,
Yigit
@brdconcept – we made a css fix to our site which addressed our issue, apart from still having problems with the boxed layout for PC.
Here’s the code …
.html_boxed.fixed_header.avia-windows #header{width:100%;}
.html_boxed.fixed_header.avia-windows #header .social_bookmarks{margin:0;}
.html_boxed.fixed_header.avia-windows #header .social_bookmarks li {display:block; float:left; padding:4px 0 5px; border-left:1px solid #e1e1e1; min-width:32px; text-align:center;}
.html_boxed.fixed_header.avia-windows #header .social_bookmarks li:first-child{border:none;}
.html_boxed.fixed_header.avia-windows #header .social_bookmarks li a {padding:5px 10px;}
.html_boxed.fixed_header.avia-windows #header .social_bookmarks li a:hover{text-decoration:none;}
.main_menu ul:first-child > li { display:block !important; position:relative !important; float:left; }
.main_menu .menu ul li a:hover{color:#000 !important;}
.main_menu .menu ul li a { width: 100%; display: block; padding-left: 20px; font-weight: bold; text-decoration: none; }
.fixed_header.social_header.avia-windows #main{padding-top:79px;}
#header .sub_menu li{background:none !important;}
#header_meta{box-shadow:none !important;}
aside.sidebar{clear:none !important;}
NOTE: The sidebar instruction at the end was necessary because the sidebar was being pushed to the bottom on the PC browsers
@Ismael / @Devin – I believe this may be a theme issue when using the “fixed header with social icons and additional navigation” in conjunction with the “boxed layout”
Hello,
I’m trying to make the terms and conditions checkbox line more visible on the checkout page. I’ve tried using the code from this post https://kriesi.at/support/topic/moving-the-accept-terms-and-conditions-checkbox/
#payment .terms {
font-size: 15px !important;
}
in my custom css, but it is not changing the font size. Any suggestions.
Thank you for your help.
Hi!
Please add following code to Quick CSS as well
div .slideshow_caption h2 {
text-transform: none;
}
@ullastret Please go to https://kriesi.at/support/forum/enfold/ and scroll to the down of the page there you can start a new topic. Please start a new thread and elaborate on the issue you are having.
Cheers!
Yigit
since the original topic got closed, I open a new Topic.
Link Original Topic https://kriesi.at/support/topic/logo-format-shrink/#post-213110
The following code works nice to change the Logo shrink:
.header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
min-height: 70px !important;
}
#top .header-scrolled .main_menu {
margin-top: 15px;
}
I still have the following problem: When I scroll upwards the Logo shrinks, but the Header Menu scrolls a little bit to far to the top. At some point the Header Menu jumps down to the correct position.
@Yigit: please answer, so I can send you the privat link to my dummy test website…
Thank you
Hey!
You can adjust the top margin of the columns using this:
body .column-top-margin {
margin-top: 10px;
}
Best regards,
Ismael
Got the same Problem in Enfold Maps Widget. I only set the Coordinates at Widget Settings.
As suggested I have set sensor=true' at class-framework-widgets.php but on an iPad I get the Error Message.
Provider is Deutsche Telekom.
On an iPhone it works at the same Provider.
Do You have any Idea?
Kind Regards
-
This topic was modified 12 years, 1 month ago by
Tobias.
Hey!
Please add following code to Quick CSS as well
.main_menu ul:first-child > li > a { font-size: 16px; } /* changes the font size of main menu */
#top .main_menu .menu li ul a { font-size: 15px; } /* changes the font size of dropdown menu */
.header_color .main_menu ul:first-child > li > a { color: red; } /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover { color: blue; } /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; } /* color of active menu item */
Best regards,
Yigit
Hey!
Please use this instead:
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks {
position: absolute;
left: -60px;
width: 50%;
}
.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
width: 75%;
position: relative;
right: -70px;
}
#menu-item-6214 a {
position: relative !important;
top: 0px !important;
}
}
The header should look like this after:

Best regards,
Ismael
Hey!
You can use this:
#av_section_1 .av_textblock_section {
background: white;
padding: 20px;
}
Change the background to any color you want.
You can use this on the second page:
.flex_column.av_two_third.first.avia-builder-el-7.el_after_av_one_third.column-top-margin {
background: rgba(255,255,255,.8);
padding: 20px;
}
Cheers!
Ismael
Hey NanaKuo!
You can add this on Quick CSS to adjust the width of the logo on mobile devices.
@media only screen and (max-width: 767px) {
.responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even {
margin: 0;
clear: both;
width: 100%;
}
.responsive #top .avia-smallarrow-slider .flex_column {
margin: 0px;
width: 100%;
}
}
Cheers!
Ismael
Hi!
Create a custom link on Appearance > Menus, add the url then label it “Request a Demo”. Inspect the menu item then get the menu id. It will something like “#menu-item-2311”. Yours might be different. Add this on Quick CSS:
.sub_menu #menu-item-2311 a {
position: relative;
width: 100px;
background: blue !important;
display: block;
text-align: center;
top: -11px;
left: -5px;
}
Please give us a link to the website after you added the custom link.
Regards,
Ismael
Hi simmer!
That will require a bit of modification and is beyond the scope of our support. Please hire a freelance developer to modify the ajax portfolio function. You can visit this site.
Best regards,
Ismael
Hi,
Is it somehow possible to have a layer start at a certain point – not fade/slide in from top-bottom-left-right, but start at a point then move to end point. So slide from a point – not top.
I want a large format plotter to output some media. Plotter and media are separate layers
Hey japk!
This feature would require a theme code customization which is beyond the scope of our support forum. You can suggest a product catalog lightbox feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if more users request it we’ll look into it.
Regards,
Peter
Hi!
I suggest to upload a different background image in this case. Your current image shows two quote icons: http://home.innerpath.com/wp-content/uploads/2014/01/quotes-background-1300×200.png and imo it’s not possible to show both quotes for all screen resolutions. The only solution would be to use this code
#quotes {
background-size: contain;
}
but then the image position looks weird on smaller screens. I suggest to draw the quote box with css (don’t use an image but just set a bg color for the entire box) and then insert the quote icon (small image which just contains the icon) with a background-image attribute and use “no-repeat top left”.
Cheers!
Peter
Hi!
1) Yes, (for this page: http://thefoundtable.com/entry ) use following css code
#top.page-id-3872 .avia-section{
background-color: rgba(200, 54, 54, 0.5);
}
You can use any other rgba value – this converter: http://hex2rgba.devoth.com/ will help you to convert the hex colors to rgba. The last value determines the opacity and must be between 0 and 1.
2) Yes use this code and replace the rgba values to change the color
#top.page-id-3872 .avia_textblock{
background-color: rgba(200, 54, 54, 0.5);
}
3) You can hide the header with
#top.page-id-3872 #header_main { display: none !important; }
4) Can you post a link to a page with the menu please?
Best regards,
Peter
Hi!
Please try to insert following code into the quick css field
#top.page-id-2539 .avia-slideshow li img {
width: auto;
max-height: 314px;
}
If you want to set a different heights use this code
#top.page-id-2539 .avia-slideshow.avia-slideshow-1 li img {
width: auto;
max-height: 314px;
}
for the first slideshow and
#top.page-id-2539 .avia-slideshow.avia-slideshow-2 li img {
width: auto;
max-height: 314px;
}
for the second slideshow and change the max-height value if necessary.
Regards,
Peter
Hey!
Ok, please try to reduce the padding bottom/top with
.pricing-table>li.avia-pricing-row{
padding-bottom: 5px;
padding-top: 5px;
}
Best regards,
Peter
Hi!
You can use following code
.avia-msie .menu-item .av_font_icon {
margin-top:-20px;
}
to apply a negative offset for IE users. If you can only reproduce the issue with IE10 use this code
.avia-msie-10 .menu-item .av_font_icon {
margin-top:-20px;
}
which will not affect IE9, 11, etc.
Best regards,
Peter
Thank you for that information! One more question. Sorry that this is not on the same topic. How would you remove the “Transition out” on the Layer Slider. I have a layer that I don’t want to transition out.
Thank you