Forum Replies Created
-
AuthorPosts
-
Hi!
You have a very old version of the theme. Please download the latest version of the theme on your themeforest account then update it via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelFebruary 21, 2014 at 1:06 pm in reply to: Swapping video to image in mobile view (fullscreen slider) #227438Hey!
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 latter. Use http://www.youtube.com/watch?v=pJwGoHSkeWw instead of this http://youtu.be/VvO9ZYgrN_E. Have you tried that with youtube videos? Please let us know if it works.
Cheers!
IsmaelHey Bogusz!
I think we need to login before we can see the comment form. Please post a temporary login details here. A screenshot of the issue will help.
Regards,
IsmaelFebruary 21, 2014 at 1:03 pm in reply to: Full-width Easy Slider – Will not display embedded Youtube VD – but plays Vimeo? #227434Hi!
We’re trying to collect data about the problem and posting it on this thread will help.
https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/
Regards,
IsmaelFebruary 21, 2014 at 1:02 pm in reply to: Accommodate vertical and horizontal images in slider w/out controls changing pos #227433Hey AlexKK!
You can define a minimum height for the slider and the slider inner container:
.avia-slideshow-inner, .avia-fullwidth-slider { min-height: 800px; }
Best regards,
IsmaelHi!
Please use this:
echo "<div id='flags_language_selector'>". language_selector_flags() ."</div >";
Best regards,
IsmaelHi designing!
Please try to upgrade the WordPress. Try to switch to default themes, see if the issue still exist.
Cheers!
IsmaelHi!
Please post the login details here as a private reply. Deactivate all plugins if possible.
Cheers!
IsmaelHey xpoveda!
Use this on Quick CSS:
#header_main { border-top: none; }
Best regards,
IsmaelHey MKW270210!
You can install the woocommerce pages by clicking on the violet button above the Woocommerce panel. This will create all the woocommerce pages. Go to Appearance > Menus then create a new menu, set this menu as Enfold Secondary Menu under Theme Location. Insert the Cart and the Checkout page on the new menu. You can add this on Quick CSS or custom.css to increase the size of the shopping cart icon:
#header_main > ul > li > a.cart_dropdown_link span { font-size: 20px; }
Best regards,
IsmaelFebruary 21, 2014 at 12:38 pm in reply to: Portfolio item: slider at the screen left & right: show only items of same cat #227414Hey!
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,
Ismael -
AuthorPosts