Forum Replies Created
-
AuthorPosts
-
May 14, 2014 at 3:18 am in reply to: Media Gallery and Media Full-Width Masonry Gallery – Don't Want Entire Gallery #264414
Hi chrispozzi!
Thank you for using the theme!
Have you tried using the Gallery element under Media Elements panel? You’ll be able to select or upload specific images.
Cheers!
IsmaelHey!
Thank you for the info.
Please edit functions.php then look for the same code Devin suggested. Replace it with this:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>360, 'crop'=>false);Use this plugin to regenerate the thumbnails, go to Tools > Regen. Thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to revert the changes back to your default css settings:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .av_one_fourth.first.el_before_av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth, .responsive .avia-content-slider-inner .av_one_fourth { margin-left: 4%; width: 22%; float: left; clear: none !important; } .responsive .av_one_half.first + .av_one_fourth, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half { margin-top: 0; } }Regards,
IsmaelHi makisn!
Thank you for visiting the support forum!
Have you tried deleting the enfold.css file then save the settings again? Are you using a minify plugin? Please provide us with a link to the actual website so that we can inspect it. Thanks!
Regards,
IsmaelHi projectpinkcampaign!
Thank you for visiting the support forum!
I tested the it and I was able to submit the contact form. What are the missing fields? Please download the latest version 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/
Best regards,
IsmaelHi projectpinkcampaign!
Thank you for using the theme!
If you want a full control over the embedded video on youtube, please use the Code Block element. Get the embed code of the youtube video then wrap it on the avia-video container. Something like this:
<div class="avia-video avia-video-16-9 " itemprop="video" itemtype="http://schema.org/VideoObject"> <div class="avia-iframe-wrap"><iframe width="1500" height="844" src="//www.youtube-nocookie.com/embed/G0k3kHtyoqc?rel=0&controls=0" frameborder="0" allowfullscreen></iframe></div> </div>You can now add more video attributes on the video url. On the example above, we added the control (controls=0) and related (rel=0) option. Please use the width and height property of the example code across all youtube videos that you’ll embed.
Best regards,
IsmaelHi!
Thank you for the update.
Please use this on Quick CSS or custom.css:
#nav_menu-2 ul:first-child>.current_page_item { left: 0 !important; }Cheers!
IsmaelMay 14, 2014 at 2:47 am in reply to: Where can I submitt my 5 stars for your awesome Enfold theme? #264380Hey nerkasa!
Thank you for the kind words and for using the theme!
1.) You can refer to this link for more info about rating an envato item: http://support.envato.com/index.php?/Knowledgebase/Article/View/214/55/how-do-i-give-feedback-on-items
2.) You don’t need to update the child theme once you have updated the parent theme folder. :)
Cheers!
IsmaelHi bigtime32!
Thank you for using the theme!
If I am not mistaken, the conditional menu function has been disabled entirely on the latest version of the theme. Please download the latest version of Enfold, 2.7.1.
Best regards,
IsmaelHi!
Thank you for the update and sorry for the delay.
What is the video format that you’re trying to use? Basically, MP4 is the best option because it is supported by major browsers. Please refer to this link: http://www.w3schools.com/HTML/html5_video.asp
Cheers!
IsmaelHey charger70!
Thank you for using the theme!
You can change the menu style on Enfold > Advanced Styling. Add the Main Menu Links to change the menu styling.
Best regards,
IsmaelHi chays77!
Thank you for using theme!
Please try to add this on Quick CSS or custom.css:
#top input[type="text"] { width: 90% !important; } .hs-form.stacked .field { margin-bottom: 0 !important; } #top fieldset { margin-bottom: 0; }If you want to remove the theme’s contact form style, edit css > shortcodes.css. Look for this section:
/* ====================================================================================================================================================== Contact Form ====================================================================================================================================================== */Regards,
IsmaelMay 13, 2014 at 11:54 am in reply to: Change H1s, H2s, etc. to Mixed Case instead of ALL CAPS #263886Hey charger70!
Thank you for visiting the support forum!
What are the element with h1 and h2 tags that you’re trying to change? You can add something like this on Quick CSS or custom.css:
h1, h2 { text-transform: none; }I’m not sure if this is going to work but if you can give us a link to a page with the h1 and h2 tags, we’ll be able to provide you with a better solution.
Best regards,
IsmaelHi!
Thank you for the info.
You can decrease the padding in between the widgets with this on Quick CSS or custom.css:
.widget { padding: 10px 0 10px 0; }Best regards,
IsmaelMay 13, 2014 at 11:16 am in reply to: enfold icon box visual editor not working and text editor unable to insert image #263870Hi!
@venomhax: Do you mind if we take a look at the website? Please try to remove browser cache then reload the page a few times. Test it on another browser or computer if possible.Best regards,
IsmaelHey!
Thank you for the link.
I checked the website but it’s blank. Please add this on Quick CSS or custom.css to fix the buttons:
.woocommerce-page .button { min-width: 100px; min-height: 54px; } #top div .widget_shopping_cart .button { width: 49%; float: left; } #top div .widget_shopping_cart .button.checkout { margin-top: 4px; }Regards,
IsmaelHi Gurify!
Thank you for visiting the support forum!
I’m sorry but on the link that you provided, where is the video located? If you don’t mind, please post the code that you use for the video content.
Regards,
IsmaelHi!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 16px !important; } }Awesome website. :)
Best regards,
IsmaelHey!
Glad it somehow worked.
Please add this on Quick CSS to reposition the cart button on smaller screens:
@media only screen and (min-width: 767px) and (max-width: 989px) { .cart_dropdown.visible_cart { right: 94px; } } @media only screen and (max-width: 768px) { .cart_dropdown.visible_cart { right: 0; } .html_boxed .cart_dropdown { top: 70px; } }Best regards,
IsmaelHey!
Thank you for visiting the support forum!
On what browser and OS are you testing this with? If you don’t mind, please create a test page so that we can check the issue.
Best regards,
IsmaelMay 13, 2014 at 10:48 am in reply to: Border and background color for Advanced Layout text block #263851May 13, 2014 at 6:51 am in reply to: How to solve problem with pixelated phrase titles in the slider image? #263765Hey!
Thank you for the update.
What is the screen resolution of your iMac? Please edit the color section then give it an id or use this on Quick CSS or custom.css to adjust the background size:
div#av_section_1 { background-size: 100% 100%; }Test the page again: http://soapmarine.com/boccamoka/test1500/
Best regards,
IsmaelHey armindoerr!
Thank you for using the theme!
Do you mind if we take a look at the actual account page? I can’t seem to reproduce the same layout on my end.
Regards,
IsmaelMay 13, 2014 at 6:42 am in reply to: Browser/screen size css for layer slider and full width background #263762Hey!
Thank you for using the theme!
You can do Yigit’s suggestion or use the suggestion above. Anyway, if you want to do this on a child theme, add this on functions.php:
function avia_increase_sidebar_size() { global $avia_config; $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'); } add_action( 'init', 'avia_increase_sidebar_size', 1);Regards,
IsmaelHi Elise!
Thank you for using the theme!
Please add this on functions.php to decrease the excerpt length on archive pages:
add_filter('avf_postgrid_excerpt_length','avf_increase_postgrid_excerpt_length', 10, 1); function avf_increase_postgrid_excerpt_length($prepare_excerpt) { if(is_archive()) { $prepare_excerpt = 60; } return $prepare_excerpt; }Default value is 60, you can adjust the value if you want.
Best regards,
IsmaelHey Jox!
Thank you for the screenshot but it’s not working. Do you mind if we take a look at the actual website? A screenshot of what you’re trying to do with the checkout page will help.
Cheers!
IsmaelHey!
Thank you for the update!
@goncalo: Glad it worked. Please try to add this on the child theme’s functions.php:add_post_type_support( 'portfolio', 'custom-fields');@js: Thank you for following the thread. What are the issues that you’re having?
Regards,
IsmaelHi!
Thank you for the update.
You can use this on Quick CSS or custom.css to change the hover color of the secondary menu items:
#top .header_color .sub_menu ul li a:hover { color: blue; }Regards,
Ismael -
AuthorPosts
