Forum Replies Created
-
AuthorPosts
-
Hey!
The body font is very large now. It is set to 50px. Please remove browser cache then reload the page a few times.

Regards,
IsmaelHey!
Please download the latest version 1.8.1 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/
Deactivate all plugins then test it again. Activate each plugin one at a time to find the culprit.
Cheers!
IsmaelHey!
Please add this on Quick CSS or custom.css:
strong.logo, .logo a img { width: 340px !important; }Best regards,
IsmaelHi!
On what page is this happening? Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 180px; } }Cheers!
IsmaelHey!
Glad you figured it out. If you still have questions, let us know.
Cheers!
IsmaelHey!
Please edit js > avia.js, find this code on line 7:
var aviabodyclasses = AviaBrowserDetection('html');Below, add this code:
$(function() { var menubreak = $('.menu-break'); if($('span.avia-menu-text').find(menubreak)) { $('span.avia-menu-text').css('top', '10px'); } });Add this on Quick CSS or custom.css:
span.avia-menu-text { position: relative; }Best regards,
IsmaelHey!
No, it doesn’t work. Please create another user. The kind of browser doesn’t have anything to do with it.
Best regards,
IsmaelHey!
Thank you for the update.
You can add this on functions.php to disable the theme session but this might break the breadcrumbs:
add_theme_support('avia_no_session_support')If you have the time, please try the solution here: https://kriesi.at/support/topic/help-trying-to-understand-error-message/
Best regards,
IsmaelHi ppcinc!
Thank you for using the theme!
Please create a custom sidebar on Appearance > Widgets. Name it “Archive Sidebar” for example. Edit archives.php, find this code on line 78:
//get the sidebar $avia_config['currently_viewing'] = 'blog'; get_sidebar();Replace it with:
//get the sidebar echo '<aside class="sidebar sidebar_right three alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar extralight-border">'; dynamic_sidebar('Archive Sidebar'); echo '</div></aside>';Make sure that the name of the custom widget area is Archive Sidebar.
Regards,
IsmaelHi!
Please add this on Quick CSS or custom.css:
#top .social_bookmarks li a { overflow: visible; }Best regards,
IsmaelHey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
#mc_embed_signup input.button { float: left; width: 35%; clear: none; background-color: #4ccdde; color: #ffffff; border-color: #2aabbc; } #mc_embed_signup input.email { width: 45%; float: left; clear: none; }Best regards,
IsmaelHi springs19!
Thank you for using the theme!
Please post the website url here. If possible, please deactivate all plugins then select a predefined color scheme. If that doesn’t work, go wp-content/uploads/dynamic_avia folder. Delete the enfold.css file then change the color settings again.
Best regards,
IsmaelHi!
Thank you for the link.
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 480px) { #av_section_2 .av-parallax.avia-full-stretch { background-size: 100% auto; background-position: top center !important; background-attachment: fixed !important; } }Cheers!
IsmaelHey!
I tried to access the website but it takes me to a Forbidden error page. Regarding the title capitalization, just add this on Quick CSS or custom.css:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; letter-spacing: 1px; }Also, the WP Super Cache plugin is not installed correctly.
<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->Please go to wp-content/plugins folder. Delete the cache plugin then install it again.
Best regards,
IsmaelJuly 2, 2014 at 5:21 am in reply to: Firefox and IE do not correctly displa sidebar dotted border #286035Hi!
Please post a page where this is happening. I checked the link http://www.ticettac.net/wp_eloise/navire/ on Firefox and the border looks fine.
Best regards,
IsmaelHey!
Glad it worked.
It is actually weird. I’m not really sure why it’s acting that way. The mail icon should come first by default because of the way the shortcodes are laid out.
Regards,
IsmaelHi!
Did you add the custom css selector? Use this:
.linkedin-icon { line-height: 45px !important; }Cheers!
IsmaelJuly 2, 2014 at 5:11 am in reply to: Getting Enfold audio mp3 player to work when viewing on an iphone or iPad #286032Hey thomasappell!
Thank you for using the theme!
I don’t see any audio element or shortcodes on the page. What is the format of your audio file? On what kind of mobile device are you testing this with?
Regards,
IsmaelHey!
I’m not so sure what’s the actual offending code but I’m sure that the code is an attempt to fix the slider since we don’t have the access on the layer slider at first. Please remove it if it’s breaking the slider. We’re very sorry for the inconvenience.
Regards,
IsmaelHey!
Thank you for using the update.
Remove the hierarchy between the Blog and Blog grid pages. Edit the page, look for Page Attributes > Parent setting. Add this on functions.php:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 10, 1); function avia_change_breadcrumb($trail) { if(is_single() && get_post_type() == "post") { $home = $trail[0]; $last = array_pop($trail); unset($trail); $trail[0] = $home; $trail[] = $last; } return $trail; }Best regards,
IsmaelJuly 2, 2014 at 4:56 am in reply to: mobile menu issues: when it appears and invisible links #286024Hi!
Thank you for the update.
Please check your custom css, look for this code:
@media only screen and (max-width: 768px) { .phone-info with_nav, span { display: none; } }Replace it with:
@media only screen and (max-width: 768px) { .phone-info with_nav { display: none; } }There should be no span selector there because it will remove all span elements on the theme including the menu item titles.
Best regards,
IsmaelHi!
Thank you for the screenshot.
I’m not exactly sure what you’re trying to show on the screenshot. The blue font looks smaller because of the black background but they have the same size if you check it on any image editor:

Best regards,
IsmaelHi!
Thank you for the update.
You’re using an old version of the theme, 2.6.2. Please download the latest version 2.8.1 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/
Cheers!
IsmaelHi!
Thank you for the update.
Please use this on the child theme’s functions.php if you want to load avia.js on the child theme folder:
if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); } function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false ); wp_enqueue_script( 'avia-default-child' ); }Regards,
IsmaelHi!
Thank you for the update.
On the development site, you’re using a boxed layout and the masonry gallery is not inside a 1/1 column layout. Please switched to boxed layout then move the elements outside the 1/1 layout column. I already edited the page but I left the 1/1 column there in case.
Regards,
IsmaelHi!
Thank you for the update.
It is loading now. The layer slider is working fine when I checked it. Please remove browser cache then test it again.
Regards,
IsmaelHi!
Thank you for the update.
Please check the special heading “Our Programs”, remove the second strong tag. Make sure that you close the tag.
Best regards,
IsmaelHey!
Thank you for the update.
The last masonry is now working. Please remove browser cache then reload the page a few times. If possible, test it on another computer.
Best regards,
IsmaelJuly 1, 2014 at 5:46 am in reply to: Is it possible to adjust the amount of white space between elements of layout? #285570Hi!
Thank you for the link.
Please add this on Quick CSS or custom.css:
body .column-top-margin { margin-top: 20px; }Regards,
Ismael -
AuthorPosts
