Forum Replies Created
-
AuthorPosts
-
Hi Ben!
Thank you for using the theme!
What you can do is to create a page then insert 2/5 and 3/5 or 1/5 and 4/5 depend on how wide you want to the grid to be. Add the content on the larger portion of the page then we’ll set the image as background image on the smaller column. We’ll help you with the css once you set up the page. Please provide us with the image URL.
Best regards,
IsmaelHi Dominik!
Thank you for using the theme!
I’m sorry but I’m not sure if I understand you clearly. Can you please elaborate? A screenshot explaining what you want on the google map will help. Use imgur, dropbox, clipular etc to post a screenshot.
Cheers!
IsmaelHey Gary!
Thank you for using the theme!
The wp dashboard doesn’t load the css that is needed for the shortcodes so the preview won’t render them properly. It will work on the front end though.
Regards,
IsmaelHi!
Thank you for the update.
You can try to create a dummy site with the Enfold theme then go to Enfold > Import/Export panel. Click the “Import dummy data”. The layer slider items are included. After importing the dummy data, go to the Layer Slider panel then Export the sliders. Go back to your current installation then Import the sliders.
Best regards,
IsmaelHi deerstonedevelopment!
Thank for visiting the support forum!
What theme are you currently using? If you updated to WP 3.9, you need to download the latest version of the theme then update it 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.
We would like to chime in but we don’t have an access to the website. If you don’t mind, please post the login details that you gave to Josue then post it here as a private reply so that every time that a support member read this thread, they will be able to check it.
Cheers!
IsmaelHey dmudie!
Thank you for using the theme!
1.) I’m sorry but we’re not entirely certain of the what it is you’re trying to do. Are you trying to link the post slider items to an author page? Maybe you can create a post then set the post format to link. Add the url of the author page.
2.) Add this on functions.php to display the selected name:
add_filter('avf_author_nickname', 'avf_author_display_name'); function avf_author_display_name($name) { $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author')); $output = __('Author Archive','avia_framework')." "; if(isset($curauth->nickname) && isset($curauth->ID)) { $name = $curauth->display_name; $output .= __('for:','avia_framework') ." ". $name; } return $name; }Best regards,
IsmaelHey!
Thank you for visiting the support forum!
From what I understand, you want to remove the borders of the main menu. Please use this on Quick CSS or custom.css:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { border: none; }Cheers!
IsmaelHi!
Thank you for the update.
Unfortunately, this is an old issue with the responsive table and we haven’t find any fix until now. What you do is to remove the mobile phone media query for the table on css > shortcodes.css. Find this section then remove it:
@media only screen and (max-width: 767px) { .responsive .avia-pricing-table-container , .responsive .pricing-table-wrap{display:block;} .responsive .pricing-table{display:block; margin-bottom:40px;} .responsive .pricing-table.avia-desc-col{display:none;} }Cheers!
IsmaelMay 10, 2014 at 2:04 am in reply to: Order confirmation Page Issues after WooCommerce upgrade #262681Hi playball1!
Thank you using the theme!
Do you mind if we take a look at the actual page? If you don’t mind, please provide us with a temporary login details. A screenshot regarding the issue will greatly help. We’ll give you an update once we have taken a look the confirmation page.
Cheers!
IsmaelHi!
Thank you all for using the theme!
On functions.php, you can change the alotted grid units for the content and the sidebar, find this code on line 153:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');Decrease the content units to eight then increase the sidebar width to four.
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight'); $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');Regards,
IsmaelHey!
I’m very sorry for the delay.
You need to register the author email on http://en.gravatar.com/ to show the author pic. :)
Cheers!
IsmaelHey!
Thank you for the update.
We managed to target the download button. Please try this on Quick CSS or custom.css:
#enmse-download { z-index: 9999 !important; display: block !important; position: relative !important; top: -30px !important; }Cheers!
IsmaelHi wonddigital!
Thank you for using the theme!
You can start with this on Quick CSS or custom.css:
.av-masonry-sort a { background-color: #ff4a50; padding: 5px 15px; border-radius: 5px; margin: 0 10px; } .av-masonry-sort span.text-sep { display: none; }Best regards,
IsmaelHey Andrew!
Thank you for visiting the support forum!
I’m sure this has been fixed on the latest patch of the theme, version 2.7.1. Please add this on Quick CSS or custom.css:
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { border: none; margin-right: 0px; padding-right: 0; padding-left: 10px; }Best regards,
IsmaelHi!
@perdrosierra: Please open a new thread for theme related issues. Thanks!
@sevsh: Good job! I like the domain name. :)Regards,
IsmaelHey JochenBake!
Thank you for visiting the support forum!
From what version of Enfold did you update? I think the problem is that the header overlaps and cover the main content area once you scroll. Please try this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #header { z-index: 0; }Remove browser cache then reload the page a few times.
Best regards,
IsmaelHey!
Thank you for using the theme!
Are you trying to change the background color of the whole header? I noticed that when you scroll, the header background is transparent. Please add this on Quick CSS or custom.css:
div#header_main, #header_main_alternate { background-color: white !important; }Cheers!
IsmaelHi!
Thank you for the update.
I can see the issue but I’m not sure why it’s happening and every viable fix that I could imagine is not working. In my opinion, this is not a big deal because the chances that the user will scroll while hovering or clicking the post navigation is quite slim. They probably won’t notice it anyway. We’ll report the issue to Kriesi. Please wait for his response. Is this what you’re seeing on your end?

Best regards,
IsmaelHey Freshstart!
Thank you for visiting the support forum!
If you don’t mind, please provide us with a link to the actual website. We would like to check the logo/partner element. On what browser and OS are you testing this? Please try to add this on Quick CSS or custom.css:
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { -webkit-transform-style: flat; }Cheers!
IsmaelHey surferjohn!
Thank you for using the theme!
Do you mind if we check the website? Please post the website url here. We would like to inspect it on IE9. We’ll give you a better response once we have taken a look at the website.
Cheers!
IsmaelHey!
Thank you for the update.
I’m not so sure but you might need to remove the css code that we suggested to revert it back to the default settings where the fallback image doesn’t stretch to fit the container. You can also try this:
@media screen and (max-width: 320px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-size: cover !important; background-position: center center !important; } }Best regards,
IsmaelHi discover_peppermint!
Thank you for visiting the support forum!
I checked the website on Chrome Windows 8 and I can see the sidebar. Is this fixed?
Regards,
IsmaelHi!
Thank you for the update.
I can also see the issue on Windows 8 Chrome but I’m not sure why it’s doing that. Please try to add this on Quick CSS or custom.css:
div#after_layer_slider_1 { z-index: 9999; }Also, we noticed that the memory limit is set to 40M which is way too low for the avia builder to work properly. You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelMay 9, 2014 at 8:01 am in reply to: Seiten Layout verschiebt sich immer bei Avia Layout Architekt #262206Hey Chrisidonner!
Thank you for using the theme!
I’m not so sure what’s the issue but I just noticed that you’re not using the latest version of the theme. Please download the latest version Enfold 2.7.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/
If possible, please translate the thread description to english so that we can understand it better. Google translate doesn’t seem to help. I’ll ask Dude to check this.
Best regards,
IsmaelMay 9, 2014 at 7:58 am in reply to: Enabling Recent Post Navigation For Blog but Disabled For Products #262205Hi grpetz!
Thank you for using the theme.
Please add this on Quick CSS or custom.css to remove the post navigation on products:
.single-product .avia-post-nav { display: none !important; }Best regards,
IsmaelHi pcglenn!
Thank you for visiting the support forum!
If you don’t mind we would like to see the actual website where you’re planning to implement this. Add this on Quick CSS or custom.css to make the background color of the hover effect transparent:
.header_color .avia-menu-fx { background: transparent; }Cheers!
IsmaelHi!
Thank you for the update.
Please remove the inline styling then add a custom css selector for the iconboxes that you want to have a centered content. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit any avia elements like the icon box element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “.centered-iconbox “.
You can add something like this on your custom.css or Quick CSS:
.centered-iconbox div.iconbox_content_container { text-align: center; }Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
IsmaelHey!
Thank you for the update.
The css code above should change the bottom border of the active tab. Try to remove browser cache then reload the page a few times. Looks like we are on a standstill here since we can’t see the actual issue on your end and we can’t reproduce it on ours. Please post the link to the actual website. We’ll probably continue once your site goes live.
Cheers!
Ismael -
AuthorPosts
