Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for using the theme!
iotaip: No disrespect but I think the OP is correct. The issue is not related. Please post the link of the thread here so we can answer it.
@mowseink: Will you consider adding a letter spacing? Please add this:.tab_inner_content p { letter-spacing: .05em; }Regards,
IsmaelHey!
Glad it is working.
Please add this one:
div.phone-info a img { margin-top: -5px; } div.phone-info h4 + a { position: relative; top: -8px; }Best regards,
IsmaelHi squaic!
Thank you for using the theme!
You can utilize the anchor page navigation as described on this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Instead of using it on the theme menu, use it on the buttons.
Regards,
IsmaelHey adrianwackernah!
Thank you for using the theme.
The shortcode should be fixed on Enfold 2.7. Please download the latest version 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/
UPDATE: My bad! The shortcode generator is broken: https://github.com/woothemes/woocommerce/issues/5130
Regards,
IsmaelMay 1, 2014 at 3:33 pm in reply to: Mixing blog post length; sometimes full lenght, sometimes excerpt #258903Hi wieslander!
Thank you for using the theme!
We suggest that you create a video tutorial for your client in order to do the excerpt variation that you want. Aside from using the Excerpt metabox, you can utilize the wp more tag in which I’m sure you’re familiar with. Please refer to this link :http://en.support.wordpress.com/splitting-content/more-tag/
Regretfully, creating a complex function for this is outside the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Thank you for your understanding.
Best regards,
IsmaelHey crevlon!
Thank you for using the theme!
Do you mind if we take a look at the page with the youtube video? Did you add it using the Video element on the advance builder? You can only add a box shadow but you can’t manipulate the border radius of the youtube player. Add this on Quick CSS or custom.css:
div .avia-video .avia-iframe-wrap { box-shadow: 0 10px 10px gray; -webkit-box-shadow: 0 10px 10px gray; -moz-box-shadow: 0 10px 10px gray; }Cheers!
IsmaelHey!
Glad it worked.
Edit the layer again then go to the Styles panel again, look for the Custom styles field. Add this code:
font-weight: normal !important;I checked the layer slider and the Calibri font weight is not bold.
Cheers!
IsmaelHi!
Thank you for the update.
Please add this on Quick CSS:
.av_promobox { padding: 20px 30px; margin: 0 0 30px 0; }Best regards,
IsmaelHi!
Do you mind if we take a look at the website? Please try this:
.header_color .header_bg { background-color: transparent !important; }Best regards,
IsmaelHi TimoUrban!
Thank you for using the theme! Glad you like it.
Please try this on Quick CSS or custom.css:
@media only screen and (max-width: 480px) { div.ls-wp-fullwidth-helper, #top .avia-layerslider .ls-wp-container { width: 100% !important; } }Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi Sean!
Thank you for using the theme.
This is not possible without modifying the theme files. Please edit js > avia.js, find this code on line:
scroll_top = $('#scroll-top-link'),Below, add this code:
title_container = $('.title_container'),Find this one on line 1218:
if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/2; header.addClass('header-scrolled'); }Replace it with:
if(st < el_height/2) { newH = el_height - st; header.removeClass('header-scrolled'); title_container.removeClass('title_container_fixed'); } else { newH = el_height/2; header.addClass('header-scrolled'); title_container.addClass('title_container_fixed'); }On Enfold > Styling > Quick CSS, add this css snippet:
.title_container_fixed { position: fixed; top: 28px; z-index: 1000; width: 100%; }I hope that helps.
Best regards,
IsmaelHey Omer!
Thank you for using the theme.
Please update to WP 3.9 then update the theme to Enfold 2.7. This should fix any compatiblity issues with WP 3.9. Download the latest version 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/
Regards,
IsmaelHi!
Thank you for the update.
Please edit the youtube url. Include the http:// before the url. This url http://www.youtube.com/watch?v=2obGB1Uyha8 should be replace with this http://www.youtube.com/watch?v=2obGB1Uyha8. See if it works.
Best regards,
IsmaelHi!
Thank you for using the theme!
I checked the portfolio item but I didn’t see any content there: http://ericvanstaen.com/wp-admin/post.php?post=46&action=edit
The Options de prévisualisation du portfolio AJAX is for the AJAX portfolio. Check this page: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
You’ll see that when you click on a portfolio item, a box will pop up with the portfolio gallery and the right content. You can set the ajax portfolio settings on the Portfolio Grid element’s Link Handling option. Please watch this video: http://vimeo.com/channels/aviathemes/92503992
Best regards,
IsmaelHi!
Thank you for the update.
As Kriesi stated, the layerslider has a full width compatibility mode for themes that do not support fullwidth out of the box and this is somehow causing the issue. Deactivate the setting or option on Slider Settings > Layout > Full-width slider settings > Full-width.
http://cl.ly/UMzB/screenshot%202014-03-11%20at%2021.26.10.jpg
Best regards,
IsmaelHi simonac!
Thank you for using the theme.
I’m sorry but I’m not entirely certain of what you want to accomplish with the layer slider. If you could provide a link to your website and a screenshot that will greatly help. Thanks!
Best regards,
IsmaelMay 1, 2014 at 2:22 pm in reply to: Mobile Menu only fits in size of page, not length of menu. #258850Hi!
Thank you for the update.
What is the version of your iPhone? I mean phone model, iOS version etc. I’m sure Kriesi tested this on iPhones, iPad etc. I’ll ask Yigit, Josue and Devin to check it on their phone as well.
Cheers!
IsmaelHi!
Thank you for the update.
You can change the opacity of the shop buttons with this:
.avia_cart_buttons { opacity: .8; }Add this one to create a box shadow around the product boxes:
.products .product { box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5); border-radius: 10px; overflow: hidden; }Regards,
IsmaelHey!
Sorry for the delay.
Please post the website URL here along with the login details. Set it as a private reply. Make sure that you set the wordpress memory limit to at least 128M. Deactivate all plugins. We would like to check it.
Best regards,
IsmaelHey!
@Jean: You can use this plugin to translate the string: http://wordpress.org/plugins/codestyling-localization/
@yutakaemura: Thank you so much! :)Best regards,
IsmaelMay 1, 2014 at 1:23 pm in reply to: Icon nested in coumn nested in color section – order of appearance #258830Hi TheMediaman!
Thank you for using the theme.
I can see the issue on my end but I’m not sure how to fix this. The animation start are random. I’ll forward this thread to Kriesi.
Best regards,
IsmaelHey Shane!
Thank you for using the theme!
You can add this on Quick CSS to remove the image overlay effect:
span.image-overlay { display: none !important; }Best regards,
IsmaelHey!
I’m sorry but the problem is not with the code but how you migrated or transferred the website. In order to migrate the theme successfully and leave the database intact including the layer slider data, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your website from production to development vice versa: https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Cheers!
IsmaelHey!
Please try this to make the font style normal:
h3 { font-style: normal !important; }You’re using a very old version of the theme, 1.3.1. Please download the latest version Enfold 2.7 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/
Cheers!
IsmaelHey crevlon!
Thank you for using the theme!
Do you mind if we take a look at the page with the image?
Regards,
IsmaelHey!
Thank you for using the theme!
You can use the icon shortcode. Example:
[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='40px' position='left' custom_class=''][/av_font_icon]You can find the character codes by hovering over the icons:

Cheers!
IsmaelHi gcibura1!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
div.product div.summary { float: none; width: 100%; } div.product div.images { float: none; width: 100%; }Best regards,
IsmaelHi DJQuad!
Thank you for using the theme!
You can adjust the height of the header on Enfold > Header > Header Size. Choose custom pixel value. Select the value that corresponds on the logo height.
Best regards,
Ismael -
AuthorPosts
