Hi!
Please add following code to Quick CSS and adjust as needed
#header_meta { background-color: red; font-size: 18px; }
Regards,
Yigit
Hey!
Glad you fixed it! You can request features here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hi Labhanshi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .avia-menu-fx { background-color: #fe05d0!important; }
#top .av_header_transparency .avia-menu-fx { opacity: 1; filter: alpha(opacity=1); }
Cheers!
Yigit
Hallo Team,
ich habe ein Problem mit der Einbindung per iframe und prettyphoto.
Auf Desktop passt sich das Overlay perfekt an, bzw. es ist scrollbar wenn ich den Browser resize, auf dem iPad jedoch bekomme ich es nicht hin.
Wäre sehr dankbar, wenn Ihr mir hier weiterhelfen könntet:
Screen
Webseite –>BTN: Vita
Gruß,
Nic
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
Best regards,
Yigit
This reply has been marked as private.
Boy it gets really frustrating when some users mark every reply as private. There are many cases when other users might be interested in the topic too!
Hi Kriesi, thanks for the response on the masonry gallery. I hope the script update can fix the issue, in the meantime we will go with another solution.
Since the theme update the images now ‘flip’ into place, how do I stop this and how can I make the background colour black?
Thanks again
Steven
Hello,
I have been trying to add a search form to my website with a shortcode by adding
add_shortcode('search_sc', 'get_search_form');
to functions.php. When I add the shortcode to a text field in the avia layout builder the search button appears on top of the search bar and not on the right side. How could I fix this?
Thank you.
Edit: or is it possible to add a search form like in the header to the main part of the website? I would prefer that since i like the live search and especially the styling.
Hi – sorry that doesn’t seem to have any effect – I added it to the Quick CSS in the Styling section – is that right?
Thanks.
Hi Guys,
You kindly helped me out with the gallery sizing issue here:
https://kriesi.at/support/topic/google-fonts-impacting-gallery/
However, on entering the CSS code recommended:
#top div .avia-gallery .avia-gallery-big-inner { height: auto; }
The lightbox now behaves incorrectly.
In Google Chrome it does not appear. The page fades to grey and if you scroll down to the bottom of the page there is a large white space displayed.
On Samsung Tab 3 – Chrome browser it does not display the light box at all
On Samsung Tab 3 – native browser it does not show the lightbox
On Samsung Galaxy S2 – native browser, lightbox doesnt show but also, the header appears very extended ??
On Samsung Galaxy S2 – Chrome browser the lightbox appears, but you have to “chase” it down the screen. Also the extended header is present and I also notice the google fonts are not displayed at all??
On IE11 everything works as expected
Haven’t tested firefox or Safari yet…
Any help gratefully received!
Thanks,
Stuart
-
This topic was modified 12 years ago by
gingerstu.
Thanks, I fixed with paddings including modifications in resize function in avia.js
enjoy , and I suggest a feature to set the max hover size on the menu, very important in my opinion am i wrong?
http://www.villedelocronan.fr/
This reply has been marked as private.
Hey Katrin!
Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again. If this doesn’t help please create me an admin account and post the login credentials as private reply.
Regards,
Peter
Hi!
1) I see no way to show the buttons on small screens with the current slider. There’s simple not enough space. You can try to increase the image height – then the slider height will increase on smaller screens too and then you should be able to show the buttons and the text. I’d even recommend to try the fullscreen slider. Alternatively you can try to remove the caption and to show the buttons instead. You could hide the caption with:
@media only screen and (max-width: 767px){
.caption_framed .slideshow_caption .avia-caption-content p{ display none; }
}
2) Yes, you can use this code to apply a colored background to the main menu links:
.av-main-nav li.menu-item-top-level .avia-menu-text{ background: #e2e2e2; padding: 10px; }
Adjust the color value and padding if necessary.
Best regards,
Peter
Hi eswyt!
If it started “suddenly” please try to deactivate all third party plugins. Maybe a plugin you activated recently breaks IE9 and you need to activate them one by one to find the culprit. If this doesn’t help try to revert your code customization and update Enfold to version 2.6.x. Then apply your changes again and check if the theme layout/styling breaks on IE9.
Best regards,
Peter
Hey!
Please use this instead of the code you’re using:
.html_header_top.html_header_sticky #header {
position: fixed;
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}
Best regards,
Ismael
Hi!
Auto add pages means that every time you create a new page, it will be added automatically to the menu. The Theme Location specify where you want the menu to show. Enfold Main Menu means that the menu will be use on the header as main menu. Enfold Seondary Menu is the menu on top of the header along with the phone number and social icons. Enfold Footer Menu is quite obvious. If you’re having issues with menu limit, you can ask your host to increase max_input_vars to at least 5000. This will make sure that you can add at least 400 menu items.
Best regards,
Ismael
Hi Kriesi,
All of a sudden today, the revolution slider on our home page stopped behaving correctly.
In Chrome, it just shows the first two slides and behaves as if the third slide does not exist.
In Safari, it briefly kind of flashes the text and the background image for the third image, and then proceeds to cover it with the first 2 slides which seem to behave correctly … except that they seem to be sitting on top of the third slide.
Can you tell me how to fix this problem? Here’s the web address in case you need to see it: potterynorthwest.org
Thanks.
Nana
Hi techgrayscale!
1.) You can use this on Quick CSS:
.av-inner-masonry.main_color,.avia_sortable_active .isotope {
background-color: black;
}
2.) Use this:
.main_color .av-inner-masonry-content {
background-color: red;
color: blue;
}
Best regards,
Ismael
Hey!
While I debugged the code I provoke a php error. Please replace the functions.php file (wp-content/themes/enfold/functions.php) with the original functions.php file to get rid of the error. You can use ftp to replace the file. Please also create me an ftp account because I must modify a file I can’t access with the default theme editor ( wp-content/themes/enfold/framework/php/class-framework-widgets.php ) and I don’t want to break your website while I debug the code.
Cheers!
Peter
Hi Ismael,
Yes, I tried his fix. Kriesi updated the theme with a fix, but it hasn’t worked for me so far. Please review my original ticket for the website link here (if it’s possible to reopen that ticket, that might be more efficient for you guys): https://kriesi.at/support/topic/anchor-text-not-working-on-ios/
Best,
Eric
Hey!
You’re still using 2.5.4. Please download the latest version of the theme which is 2.6.2 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
Ismael
Hi esotEric!
Can you please give us a link to the website? Have you tried Dude’s fix here https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325?
Best regards,
Ismael
Hi!
Please use this on Quick CSS:
#top .widget_nav_menu ul ul li:before {
content: "";
position: absolute;
top: 5px;
}
#top .widget_nav_menu ul ul li a {
padding: 6px 0px 6px 0px;
}
#top .widget_nav_menu ul li a {
padding-left: 8px;
}
#top .widget_nav_menu ul ul li a {
padding-left: 8px;
}
#top .widget_nav_menu ul ul li a, #top .widget_nav_menu ul li a {
background: green;
margin-bottom: 2px;
}
Best regards,
Ismael
Hi!
The content div has a top padding. You can decrease that using this on Quick CSS:
.content {
padding-top: 0;
}
Cheers!
Ismael