Forum Replies Created
-
AuthorPosts
-
Hey emiko356!
No, that is not simply possible, it will require some customization within the theme. Please hire a freelance developer to modify the theme for you.
Cheers!
IsmaelHey!
Please remove this line:
.logo, .logo a, .logo img { max-width: 235px !important; }Replace it with this:
.logo, .logo img { width: 235px !important; max-width: 235px !important; }Best regards,
IsmaelFebruary 11, 2014 at 2:11 pm in reply to: A wish: in WC ckeckout comment field below order details #222234Hi adrianwackernah!
I’m not sure if it is possible to move the comment field directly on the theme. Please do ask woocommerce support if that is possible. I’ll ask Dude about this, please wait for his response.
Cheers!
IsmaelHey adrianwackernah!
Can you please give us a link to the page with the category widget? A screenshot will help.
Cheers!
IsmaelHey Pedro!
Have you tried adding !important on the css value when adding css modifications on style.css?
Best regards,
IsmaelHi!
I’m sorry but I think I need to ask the rest of the support team. Please wait for Dude’s response.
Regards,
IsmaelHey renanmufalo!
Please edit header.php, find this code on line 38:
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />Below, add this code:
<?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false) { ?> <script> $(function(){ $('html').addClass('ie11'); }); </script> <?php } ?>Add this on Quick CSS or custom.css:
.ie11 .container .twelve.units { max-width: 1210px !important; }Cheers!
IsmaelHi!
Please edit the slides then go to each layer’s Attribute panel. Add a unique css class selector for the title and captions. Add “layer-slider-title” for the title and “layer-slider-caption” for the captions. Use media queries on Quick CSS to specify the font size on mobile devices:
@media only screen and (max-width: 1300px) { .layer-slider-caption { font-size: 18px !important; line-height: 18px !important; } layer-slider-title { font-size: 25px !important; line-height: 25px !important; } }Regards,
IsmaelHi galland1928!
You can add this on Quick CSS to make the menu color white:
.header_color .main_menu ul:first-child > li > a { color: white; } .header_color .header_bg { background: gray; background-color: gray; }Best regards,
IsmaelHey!
You can add this on Quick CSS to restric the height of the partner logo images:
.avia-logo-element-container img.attachment-no.scaling { max-height: 100px; min-height: 100px; }Best regards,
IsmaelHey dsauce!
You can change the footer widget title color using this on Quick CSS:
#footer .widgettitle { color: red; }Cheers!
IsmaelHey russloveslife!
Please don’t set anything on Settings > Readings. Create a page then set the homepage on Enfold > Frontpage settings. After you set the frontpage, the option for blog page (And where do you want to display the Blog?) will show. Set the blog page. Please watch this videos to learn more about the theme: http://vimeo.com/channels/aviathemes/
Best regards,
IsmaelHey BWIdaho!
I’m not so sure about this but please try to install a plugin like http://wordpress.org/plugins/wordpress-https/ to handle the right prefix or protocol of embedded objects.
Regards,
IsmaelHi nick_henri!
This is not a theme feature. You need to hire a freelance developer or do it manually. Find tutorials on how to swap images on hover like this one. http://kyleschaeffer.com/development/pure-css-image-hover/
What do you mean by “placing text on images”? Please post a screenshot of what you’re trying to do.
Best regards,
IsmaelFebruary 11, 2014 at 1:10 pm in reply to: LayerSlider: only first three slides will show on website #222197Hi kayenpublicidad!
Please give us a link to the website. We would like to inspect it.
Regards,
IsmaelHi akamaxbuz!
Have you tried adding 2 1/4 columns beside the 1/2 column ? Add an Image element on the 1/4 columns then add a Text Block for captions.
Regards,
IsmaelHey Jox!
You can add this on Quick CSS or custom.css:
.big-preview.single-big img { max-height: 200px; }Best regards,
IsmaelHey pako69!
You will not see the parallax effect clearly if the height of the color section is small or if you don’t have a content above it. Please set the Background Repeat to “Stretch to fit”.
Regards,
IsmaelFebruary 11, 2014 at 12:59 pm in reply to: How can I choose a smaller visable section on a full page slider? #222188Hi Geoffdoyle!
You can add this on custom.css or Quick CSS to change the height of the Fullwidth Easy Slider to 400px:
.avia-fullwidth-slider { height: 400px; }Regards,
IsmaelHi!
I’m really not sure why it is not saving. I tried it with different sliders. Can you please deactivate the WordPress SEO ? We’ll check it again after you deactivate the plugin.
Best regards,
IsmaelHi nedimhazar!
Please add this on functions.php:
add_filter('avf_title_args', 'avf_change_breadcrumb', 10, 2); function avf_change_breadcrumb($args,$id) { if($args['breadcrumb'] == true) { $args['breadcrumb'] = false; $args['title'] = ''; $args['html'] = "<div class='{class} title_container'><div class='container'>PLACE THE MENU HERE</div></div>"; } return $args; }Add the menu inside the container div.
Best regards,
IsmaelFebruary 11, 2014 at 12:32 pm in reply to: Reducing the margin size under the logo and menu header #222171Hey Animationink!
You can add this on Quick CSS or custom.css to decrease the header height:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }Please give us a link to the actual website so that we can inspect it.
Cheers!
IsmaelHi!
There is no official date for the layer slider upgrade yet but it should be release on future updates. You can disable the default layerslider plugin if you bought a license. Add this on functions.php:
add_theme_support( ‘deactivate_layerslider’ );Install the Layer Slider as a stand alone plugin.
Cheers!
IsmaelHi ycsim4016!
Please give us a link to the actual website. Another user reported this issue but sadly, we didn’t found a fix yet.
Regards,
IsmaelHey!
You can disable the default layerslider plugin within the theme then install the LayerSlider as a standalone plugin. Edit functions.php, add this code:
add_theme_support( 'deactivate_layerslider' );This will disable the default LayerSlider. Buy the premium LayerSlider plugin then install it.
Best regards,
IsmaelHey!
Unfortunately, the color section can only support one background image at a time. Please hire a freelance developer to modify the theme for you. You can visit Werkpres for modifications.
Best regards,
IsmaelHey Rolf!
You can insert a column layout shortcode within a Text Block inside a column layout. Generate the column layout shortcode using the shortcode wand.
Cheers!
Ismael -
AuthorPosts

