Forum Replies Created
-
AuthorPosts
-
Hey!
Please post the login details here and set it as a private reply. Please set the frontpage on Enfold > Theme Options > Frontpage Settings then leave the “Where do you want to display blog?” option unselected. Don’t set the frontpage and the blog settings on Settings > Reading. Create a blog then insert the Blog Posts element.
Cheers!
IsmaelHi apptwork!
Sorry but please contact the plugin developer first to fix the ubermenu compatibility with post sliders.
Regards,
IsmaelHey lanu39!
Please add this on functions.php:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);Refer to this link for more sorting parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Cheers!
IsmaelHi!
I checked the website but I don’t see the flicker on the slider. Can you please post screenr or screenshot?
Regards,
IsmaelFebruary 21, 2014 at 9:40 am in reply to: How to change the fontello icon size inside buttons? #227320Hi!
Please use this on Quick CSS:
[data-av_icon]:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; content: attr(data-av_icon); speak: none; font-size: 24px; }Cheers!
IsmaelHi!
Please add this on Quick CSS or custom.css:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 60px; line-height: 60px; }Cheers!
IsmaelFebruary 21, 2014 at 9:34 am in reply to: Website is very slow to load with this theme. How can this be fixed? #227318Hey!
You can use this:
.entry-content-wrapper .post-title { font-size: 26px; line-height: 1.3em; }Best regards,
IsmaelHi!
You can use rgba color values to make the border transparent but if it will make a huge difference:
.header_color div { border-color: rgba(0, 0, 0, 0.3); }Cheers!
IsmaelHi lengleson!
You can’t create portfolio over a fullscreen slider. However, you can use the Color Section. Apply a background image on the section then insert the Portfolio Grid element.
Regards,
IsmaelHi!
What type of Blog style do you have right now? You can use this on Quick CSS to hide or remove the featured image:
.single .big-preview.single-big, .single .small-preview { display: none; }Cheers!
IsmaelHi!
Can you please give us a link to the page with the excel table? A screenshot of what you’re trying to achieve will help.
Best regards,
IsmaelHey!
Please try to add !important beside the css value:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block; padding: 0 6px !important; font-size: 10px !important; } .main_menu { margin-right: -30px; } .main_menu ul:first-child > li > a { padding: 0 7px !important; } }Best regards,
IsmaelHey Mattias!
Edit config-templatebuilder > avia-shortcodes > iconbox.php, find this code on line 200:
$output .= " <h3 class='iconbox_content_title' $markup>".$title."</h3>";Replace it with:
$output .= " <h4 class='iconbox_content_title' $markup>".$title."</h4>";Cheers!
IsmaelFebruary 20, 2014 at 3:36 pm in reply to: Fixed Header with social icons change size and background #226821Hey!
You can add this on Quick CSS:
#header_meta { min-height: 60px; } .social_header .phone-info span { padding: 0; margin: 0; line-height: 16px; }We’re being bombarded with inquiries right now so for further customization request, please visit Werkpress. Thank you.
Regards,
IsmaelHey aovivo!
I think there are unclosed tags, please try to override the theme filesagain via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Deactivate all plugins, see if the issue persist.
Regards,
IsmaelHey heufti65!
No, that is not possible yet. Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. For further customization request, please visit Werkpress.
Best regards,
IsmaelHey kd1987!
Do you have the latest version of Enfold? The category page should show the excerpt + read more link.
Best regards,
IsmaelHi!
Add this on Quick CSS or custom.css:
.active_tab_content .tab_inner_content { padding-bottom: 15px; }Regards,
IsmaelHey!
It’s still version 1.5.1. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
You might need to recreate some of the content including the slider after the theme update.
Regards,
IsmaelHey wieslander!
Please add this on Quick CSS or custom.css:
.widget_shopping_cart .button { min-width: 105px; }Regards,
IsmaelHey!
Please give us a link to the website. Are you referring to a portfolio page? Please add this on functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }Regards,
IsmaelHi AdDesign!
You can add this on Quick CSS or custom.css:
.page-id-2449 .main_color.iconbox_top .iconbox_content { background: rgba(255,255,255,.8); }For further customization request, please visit Werkpress.
Best regards,
IsmaelHi!
You have a very old version of the theme. Please download 2.5.2 then do the changes above. If you’re having trouble doing the changes, please hire a freelance developer to iron out the customization. You can visit Werkpress.
Regards,
IsmaelHi Munford!
Add this on Quick CSS or custom.css:
.text-sep.text-sep-cat, .blog-author { display: none; } .avia-caption-title { display: none; }Regards,
IsmaelHey brijesh1111!
What do you mean by “predefined body text”? Note that you can use plugins like Contact Form 7 and Gravity Forms to replace the theme’s default contact form.
Regards,
IsmaelHi Liminalty!
Please add this on functions.php:
function fix_ssl_upload_url( $url ) { if ( is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter( 'upload_dir', 'fix_ssl_upload_url' );Regards,
IsmaelHi!
The flicker or flash seems to be random. I’m not sure if that is flickering or the background loaded late. Please try to reset/flush the cache plugin settings.
Best regards,
Ismael -
AuthorPosts

