Forum Replies Created
-
AuthorPosts
-
Hey dypfryser!
Thank you for using Enfold.
Please refer to this link for a possible fix: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Basically, you need to add this line on .htaccess file:
<FilesMatch "\.(eot|otf|woff|ttf)$"> SetEnvIf Origin » "^http(s)?://(.+\.)?(domain1\.org|domain\.com)$" origin_is=$0 Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is </FilesMatch>
Regards,
IsmaelJanuary 28, 2015 at 11:42 am in reply to: intermittent problem with parallax color section since last Enfold update #386905Hey!
@reederjack5252: I created a test page with layout pretty close to the website (Rx4Edu.com) but I can’t reproduce the issue. The only difference is, I’m using 3.0.7 while the Rx4Edu.com site is on version 3.0.4. Please try to update the theme.Cheers!
IsmaelHi!
Replace the css code with this:
.secondary-logo { position: absolute; z-index: 10000 !important; display: block; top: -10px; right: 0; height: 82px !important; }
Best regards,
IsmaelJanuary 28, 2015 at 10:57 am in reply to: Layer Slider Images Moving and Breaking in iOS Safari & Chrome #386876Hi!
@Dave: Please provide a link to the actual website. A screenshot of the issue will help.Best regards,
IsmaelJanuary 28, 2015 at 10:56 am in reply to: image gallery: image shows up by click instead with mouseover #386875Hi!
You can change the gallery thumbnail column size on mobile view using media queries. For example, set the Gallery Columns to 6. Add this on Quick CSS to adjust the size of the thumbnail columns on mobile view:
@media only screen and (max-width: 767px) { #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 25%; } }
Best regards,
IsmaelHey!
Please contact your hosting provider. Make sure that all file permissions are correct.
Best regards,
IsmaelHey!
Replace the code with this:
.main_color .av-sort-by-term a { color: #ffffff !important; }
Try to remove the browser cache then reload the page.
Cheers!
IsmaelHi!
The video section with the class “avia-builder-el-33” is hidden on mobile view. Please remove browser cache then reload the page. Note that using the builder class is not a safe modification because it might change once you add another element on the page. Try to use custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If possible, please update the theme to the latest version. We won’t be able to provide further support for users who are using old versions of the theme.
Regards,
IsmaelHi!
Looks like you’re not using the latest version of the theme. Please download 3.0.7 then update the theme via FTP. I checked the site on an iPod and the masonry section works fine. Please try to install a cache plugin to improve page loading speed.
Best regards,
IsmaelHi!
There’s an internal server error when I check the page (http://www.idee-und-design.com/wp-admin). Please check. @Guenni07 asked if you have any minify or cache plugin installed? Maybe excluding the layer slider scripts will solve the issue.
Regards,
IsmaelJanuary 28, 2015 at 10:35 am in reply to: Transparent header and top-menu (showing site background, not page content) #386857Hi!
No problem. Try this on Quick CSS:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background: transparent; } #main, .avia-msie-8 .av_header_sticky_disabled#header { background-color: transparent; }
Regards,
IsmaelHey!
The code should not affect the image quality. Edit the masonry element then deactivate the Image overlay effect.
Best regards,
IsmaelJanuary 28, 2015 at 10:23 am in reply to: LayerSlider: Layer with only shortcode doesnt appear if you dont put text also #386852Hey!
I’m not sure if I understand you correctly. I just tested the special heading shortcode you provided above and it works fine.
Best regards,
IsmaelHey!’
Thank you for the screenshot. The 4th slider doesn’t look like that. Maybe, it’s not finish loading yet.
Best regards,
IsmaelJanuary 28, 2015 at 10:18 am in reply to: Errors found while checking web site as HTML5! Result: 6 Errors, 11 warning #386849Hey joanne!
Thank you for using Enfold.
The errors aren’t critical and it doesn’t really affect the website. Is the Tangerine font not working? Try to set the special headings to h2 instead of h3. Refer to this link for proper heading structure: https://yoast.com/blog-headings-structure/
Best regards,
IsmaelHi Justin!
Thank you for using Enfold.
Use this on Quick CSS to change the background of the mobile menu:
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { background: #ffffff; }
You can choose not to display the submenu on Enfold > Header > Mobile Menu panel.
Regards,
IsmaelHi!
Try to decrease the font size of the icon list title on mobile device:
@media only screen and (max-width: 767px) { h4.iconlist_title { font-size: 25px !important; } }
Best regards,
IsmaelHey celebcomms!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme, 3.0.4. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If possible, please provide a screenshot of the issue on IE8.
Cheers!
IsmaelJanuary 28, 2015 at 9:55 am in reply to: Setting min-height of main content window using jQuery #386842Hey!
The windowsh should be windowh.
add_filter('wp_footer', 'avf_socket_height', 10); function avf_socket_height() { ?> <script> (function($){ $(window).load(function(){ var headerh = $("#header").height(), footerh = $("#footer").height(), windowh = $(window).height(), socketh = $("#socket").height(), mainh = windowh - footerh - headerh - socketh; $('#top .main_color.container_wrap.fullsize').css("height", mainh + 'px') }); })(jQuery); </script> <?php }
Best regards,
IsmaelHey!
Thank you for using Enfold.
Did you enable the sidebar on Enfold > Sidebar Settings > Sidebar on Pages ?
Best regards,
IsmaelHey!
Thank you for the link.
Unfortunately, you can’t use the read more tags for the team member element. Try to create a script that shows a hidden element, in this case, parts of the team member summary. Refer to this link: http://api.jquery.com/toggle/
Cheers!
IsmaelHi codecreative!
Thank you for using Enfold.
We will need to see the actual website. Please post the website url here. A screenshot of the issue will help.
Cheers!
IsmaelHi!
Yeah. The Quick CSS can’t override the default styling. Try to edit css > layout.css via FTP. Look for this code:
#top .widget_nav_menu ul ul li:before { content: "\2219"; position: absolute; top:5px; }
Replace it with:
#top .widget_nav_menu ul ul li:before { content: "-"; position: absolute; top:5px; }
Remove the modifications on the Quick CSS field.
Cheers!
IsmaelHi!
Sorry for the delay.
1.) Not sure how you end up with two sliders there but I think it is fixed now. Check here; http://www.fensterhaeberer.de/
2.) Edit the image element then set the Link to manual. Add the url of the page.
3.) You lost me on this one. Can you please provide a screenshot of the issue?
Best regards,
IsmaelJanuary 28, 2015 at 9:34 am in reply to: Lightbox stoped working after I Updatedthe to Enfold 3.0.4 #386822Hi!
Alright. Instead of creating a new page, try to open an inline content using lightbox. Refer to this link: https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378079
Best regards,
IsmaelHi!
I can’t see the border anymore. Please try to remove browser cache then reload the page.
Best regards,
IsmaelJanuary 28, 2015 at 9:26 am in reply to: The Enfold menues suddenly changed from Swedish to German language!? #386820Hi!
Yes, can you please upload it somewhere so that we can override the latest swedish translation? Maybe, someone tampered with the latest translation and somehow messes up the theme options.
Cheers!
IsmaelHi!
Can you please provide a screenshot of the issue? A link to the actual page will help.
Best regards,
IsmaelHi!
For everyone whose having trouble with the theme options translation, please deactivate it with this on functions.php:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }
Regards,
Ismael -
AuthorPosts