Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for the update.
I checked the site on IE8 and it is showing the images on the content slider. Please try to remove browser cache then reload the page a few times. Regarding the portfolio columns on firefox, please add this on Quick CSS or custom.css:
.avia-mozilla .flex_column:after, .clearfix:after { clear: none; } .avia-mozilla #top .no_margin.av_one_half { width: 49%; }Regards,
IsmaelAugust 29, 2014 at 5:23 am in reply to: Add custom image to the upper right hand corner of page. #310775Hi aregowe!
Thank you for using Enfold.
You can add any html codes on Enfold > Header Layout > Extra Elements panel. Look for the the Header Phone Number/Extra Info field.
Cheers!
IsmaelHi!
Thank you for visiting the support forum.
What is the url of the youtube video that you’re using? Did you use https:// on the url? We would like to test it on our installation.
Cheers!
IsmaelHi jeffreyvanoostrom!
Thank you for using Enfold.
Do you mind if we take a look at the actual website? Please post the url here. You can decrease the padding of the menu items using this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .av-main-nav > li > a { padding: 0 8px; } }Cheers!
IsmaelAugust 29, 2014 at 5:11 am in reply to: ENFOLD & PERMALINKS: 404 Error When Using Custom Post Types #310771Hey scottwgraves!
Thank you for using Enfold.
Honestly, we’re not familiar with theme switcher plugin and regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Anyway, how did you add the custom post type ‘Videos’?
Best regards,
IsmaelAugust 29, 2014 at 5:03 am in reply to: Enfold Combo Widget – Wrong dates display on comments #310770Hey!
Thank you for the update.
Please edit framework > php > class-framework-widgets.php, find this code on line 1065:
$comments = get_comments($avia_new_query);Replace it with:
$commentargs = array( 'order' => 'DESC', 'number' => '5', 'status' => 'approve'); $comments = get_comments($commentargs);Cheers!
IsmaelHi!
Thank you for the info.
I think your host has a better chance of fixing the issue since it has to do with file permissions on mysql folder. Please contact your host for further information.
Regards,
IsmaelHey!
Thank you for the update.
You will need to create your own css animation. Use a text block then add the images using html codes along with the text beside it. Add a custom or unique css selector on the text and use it to create a custom css animation. Please refer to this link for more info: http://www.w3schools.com/css/css3_animations.asp
Cheers!
IsmaelHi graphico!
Thank you for using Enfold.
Try to add this on Quick CSS or custom.css if you don’t want the animation:
.avia_transform .av_font_icon { opacity: 1 !important; -moz-transform: scale(1) !important; -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; }Best regards,
IsmaelHi!
Thank you for the kind words and glad you’re enjoying the theme.
Actually, no, it’s not an algorithm. Forcing images to have the same size will only force the gallery to apply a width of 100% for gallery images. This is bad for images with small dimension specially when the gallery is full width. You still need to have images with the same ratio and dimension as much as possible if you want a much more consistent looking gallery along the way.
Best regards,
IsmaelHey jalmz!
Thank you for using Enfold.
You can increase the width then lessen the left margin of the one third columns with this on Quick CSS or custom.css:
div .av_one_third { margin-left: 2%; width: 32%; }Best regards,
IsmaelAugust 28, 2014 at 12:15 pm in reply to: ENFOLD / MASONRY PROBLEM ON FIREFOX + INTERNET EXPLORER #310375Hi!
Thank you for the screenshots.
I checked the website on Firefox Windows 8 but I don’t see the issue even on first load. Have you tried installing a cache plugin?
Best regards,
IsmaelHey!
Thank you for the update.
You can use this on Quick CSS or custom.css to remove the border line:
div#after_layer_slider_1 { border-top: none !important; }Best regards,
IsmaelHi!
I’m sorry but it’s no possible or I don’t have any idea how to retain those elements on transition because they are included on the slide. I think you should add the bottom area separately using javascript or something. Unfortunately, we won’t be able to help you with that. You might need to hire someone to investigate this particular issue or visit Envato Studio and Werkpress for further customization.
Cheers!
IsmaelHey profil77!
Thank you for using Enfold.
Are you referring to the Portfolio Grid element? Yes, only selected category will be visible on the portfolio overview.
Cheers!
IsmaelHi Denis!
Thank you for using Enfold.
I’m sorry but it’s not possible without modifying the theme files and unfortunately, this particular task falls beyond the scope support. You can show the search icon on mobile device but not inside the mobile menu. Please refer to this link: https://kriesi.at/support/topic/search-box-in-mobile-responsive-menu/
Regards,
IsmaelAugust 28, 2014 at 11:49 am in reply to: email address with wrong prepopulated information (Enfold and Woocommmerce) #310364Hi oriche!
Thank you for using the theme.
Do you mind if we take a look at the actual page? Please go to Woocommerce > Settings > Email panel then look for the Email Sender Options.
Regards,
IsmaelHey bradbranson!
Thank you using the theme.
If you don’t mind, please provide a screenshot of what you’re trying to do. You can use this on custom.css to change the background of the tab title:
div[data-fake-id='#tab-id-1'] { background: red !important; }The !important should not be removed if you’re planning to use an image as background. The selector for the second tab title would be something like this:
div[data-fake-id='#tab-id-2'] { background: blue !important; }Cheers!
IsmaelHey allegrabillings!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css to disable the Clients menu item on mobile navigation:
@media only screen and (max-width: 767px) { li#menu-item-1714 a { pointer-events: none; } }Best regards,
IsmaelHi slimmer1!
Thank you for using Enfold.
Please check if there are html codes that are not closed properly. This happens when you forgot to close html tags like divs, strong etc.
Best regards,
IsmaelHi!
1.) Yes, you can copy the archive.php file to the child theme folder.
2.) Add this on functions.php to change the category archive title:
add_filter('avf_which_archive_output','avf_change_which_archive', 10, 3); function avf_change_which_archive($output) { if(is_category()) { $output = __('','avia_framework').' '.single_cat_title('',false); } return $output; }Regards,
IsmaelHey BlackbyRequest!
Thank you for using Enfold.
You can install the layer slider as a stand alone plugin. First, you need to disable the default layer slider with this on functions.php:
add_theme_support( 'deactivate_layerslider' );Best regards,
IsmaelHey Sue!
Thank you for using Enfold.
You can change basic colors on Enfold > General Styling and Advanced Styling panel. If you want to change the font size, you can use this on Quick CSS or custom.css:
body, body p { font-size: 15px; }Regards,
IsmaelHi!
This error refer to a whole new different issue but it seems to be temporary. A few users who open this kind of thread doesn’t seem to have a follow up reply after we answered their inquiries which tells us that the issue fixed itself after some time. Please let us know if the issue continues after a few days or you can refer to this link on how to disable the theme session: https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660
If you have the time, please try this fix: https://kriesi.at/support/topic/help-trying-to-understand-error-message/#post-271650
Regards,
IsmaelHey davidchristensen!
Thank you for using Enfold.
Please edit functions.php, find this code on line 147:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesAdjust the width and height then upload the images or regenerate them using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHey!
Please use this on functions.php:
add_filter('avf_datepicker_date_placeholder', 'avf_change_datepicker_date_placeholder'); function avf_change_datepicker_date_placeholder($placeholder) { $placeholder = 'TT.MM.JJ'; return $placeholder; }Cheers!
IsmaelAugust 27, 2014 at 5:58 am in reply to: Custom Class targeting specific text blocks not working. #309654Hey D5WDesignGroup!
Thank you for using Enfold.
Please use this instead:
.texty1 > * { font-size: 55pt!important; line-height: 55pt!important; }This will change all the font size of the elements inside the .texty1 container or text block.
Regards,
IsmaelHey blancocapell!
Thank you for using the theme.
Please edit function.php, find this code on line 144:
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)Replace it with this:
$avia_config['imgSize']['gallery'] = array('width'=>1000, 'height'=>1000, 'crop' => false ); // images for portfolio entries (2,3 column)Adjust the width and height of the gallery images if you like. Upload or regenerate the images again using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHey!
Thank you for the info but the login credentials you provided are not working. Please check. If possible, please try to upload the logo again.
Regards,
Ismael -
AuthorPosts
