Forum Replies Created
-
AuthorPosts
-
February 21, 2014 at 12:38 pm in reply to: Portfolio item: slider at the screen left & right: show only items of same cat #227414
Hey!
You can add this on functions.php:
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }Cheers!
IsmaelHi wackyadventurer!
You can hide the logo using this on Quick CSS:
#header_main > div > .logo{ display: none; }Best regards,
IsmaelHi!
Glad you finally fixed it. This will be noted for future reference. Thanks.
Cheers!
IsmaelFebruary 21, 2014 at 11:07 am in reply to: Search results wording, where to change spelling of "bellow"? #227366Hi itchybrain!
Please edit search.php, find this code on line 24:
echo "<p>".__('If you are not happy with the results below please do another search','avia_framework')."</p>";Regards,
IsmaelFebruary 21, 2014 at 11:05 am in reply to: FullScreen Sllder: URL instead of WordPress Media File #227364Hi dpower19!
That is not possible at the moment. Please request the feature here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
IsmaelFebruary 21, 2014 at 11:03 am in reply to: Social Media Icons/ Page Builder Blog Navigation HELP! #227363Hey!
What do you mean it is no consistent? Do you want to decrease the space between the icons? You can add this on Quick CSS:
.simplesocialbutton.ssb-button-twitter { margin-left: -20px; }Regards,
IsmaelHi!
Please remove the enfold.css file that you created then try to change the predefined color scheme again. The enfold.css file should be automatically created. Make sure that the dynamic_avia/ folder is writable.
Regards,
IsmaelHi!
Yes, the code works on my end. If it doesn’t work on functions.php, please config-woocommerce > config.php. Add the code at the very bottom. Also, please try this at the bottom of functions.php:
add_action('init','remove_add_to_cart_button'); function remove_add_to_cart_button(){ remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); }Cheers!
IsmaelHi!
Like I said the border change will not make a huge difference because the container is filled with white background. For further customization, please visit Werkpress.
Best regards,
IsmaelFebruary 21, 2014 at 10:40 am in reply to: Full-width Easy Slider – Will not display embedded Youtube VD – but plays Vimeo? #227344Hey AntonNovikov!
Kriesi mentioned that you have to use the youtube.com link format instead of youtu.be links, since the slider currently doesn’t support the later. Use http://www.youtube.com/watch?v=pJwGoHSkeWw instead of this http://youtu.be/VvO9ZYgrN_E.
I tested this on my end but still the youtube video is still not playing. I’ll report this to Kriesi. Please wait for his response.
Best regards,
IsmaelHi!
I watched the video but I can’t seem to reproduce the issue on my end. I did test it on Chrome Windows 8 and 7, both version 32.0.1700.107.
Best regards, a
IsmaelHey!
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,
Ismael -
AuthorPosts

