Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
.avia-button { opacity: 0.1; -moz-transform: scale(0.5); -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); } .avia-button { -webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }Best regards,
IsmaelApril 16, 2014 at 12:19 pm in reply to: Blog page still displays full length instead of excerpts #252042Hey!
Thank you for using the theme and we’re sorry that you’re experiencing this issue.
If you don’t mind, we would like to see the actual blog page. Please try the following. Don’t set the blog on Enfold > Theme Options > Where do you want to display blog? option. Also, reset the settings on Settings > Reading, don’t set anything there. Create a new page, we’re going to make this page as blog. Switch to Advance Layout Builder, add the Blog Posts element. Set the “Blog Content length” to excerpt.
Best regards,
IsmaelHey!
Thank you for using the theme!
Did you change the folder name of enfold? If you don’t mind, we would like to have the wp login details. We will upload the child theme for you. Before that, you have to delete the child theme folder on wp-content/themes via FTP.
Cheers!
IsmaelHi Marssolutions!
Thank you for using the theme.
I’m sorry but the parallax fix on iOS device is not included on 2.6.3 update or I’m just mistaken. Please check the changelog here.
Did you try the suggestion on the thread? That will have to do for now. I’m sorry but we’re still investigating the issue.
Cheers!
IsmaelHey!
Glad you figured that out. If you have any questions, let us know.
Cheers!
IsmaelHi!
Thank you for using the theme!
Please add this on functions.php to remove the breadcrumb trail and show the portfolio category instead:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }Refer to this link for more clarification: https://kriesi.at/support/topic/breadcrumb-displaying-all-categories-associated-with-of-a-portfolio-post/
Cheers!
IsmaelHi!
Thank you for the info.
Please edit js > avia.js, find this code on line 614:
if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2; } else { tempPadding = tempPadding + non_shrinking + non_shrinking2; }Replace it with:
if(tempPadding > 0 && shrink && !$('body').hasClass('page-template-template-blank-php')) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2; } else if ( $('body').hasClass('page-template-template-blank-php') ) { tempPadding = non_shrinking + non_shrinking2; } else { tempPadding = tempPadding + non_shrinking + non_shrinking2; }I hope that helps.
Regards,
IsmaelHey!
Thank you for the info.
Please edit js > avia.js, find this code on line 614:
if(tempPadding > 0 && shrink) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2; } else { tempPadding = tempPadding + non_shrinking + non_shrinking2; }Replace it with:
if(tempPadding > 0 && shrink && !$('body').hasClass('page-template-template-blank-php')) { tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2; } else if ( $('body').hasClass('page-template-template-blank-php') ) { tempPadding = non_shrinking + non_shrinking2; } else { tempPadding = tempPadding + non_shrinking + non_shrinking2; }I hope that helps.
Cheers!
IsmaelHi!
Thank you for the links.
On what browser and OS are you testing this with? I checked both links on Chrome and Firefox Windows 8, both sliders shows fine on the same page. Is this issue fixed?
Regards,
IsmaelHi!
Thank you for using the support forum and we’re sorry that you’re having this issue.
This error is a server side issue which means that we will need access to your ftp. If you don’t mind, please post the ftp login details here. I’ll forward this thread to Kriesi for further investigation.
Cheers!
IsmaelHi!
Thank you for the link.
Please add this on custom.css or Quick CSS along with the suggested code above:
.html_header_top.html_header_sticky #header { position: fixed; z-index: 2000; }Regards,
IsmaelHi Aleks!
Thank you for using the theme!
Since wp is using the wpautop function, it is generating a p tag around the iframe tag. Please add this on Quick CSS or custom.css:
.js_active .toggle_content p { display: block; height: 100%; }I hope that helps.
Cheers!
IsmaelHi rhsheehan!
Thank you for using the theme!
Instead of using the video element, add a text block then insert the video as iframe. Something like this:
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/PCGydpJXIOg?rel=0" frameborder="0" allowfullscreen></iframe>Notice the rel=0 after the url? Go to the actual youtube video then click Share > Embed. Look for “Show suggested videos when the video finishes” and disable it. Get the embed code.
Cheers!
IsmaelHi!
Thank you for the update.
Can you please deactivate the WP Super Cache plugin? We’ll check it again after that. Also, please download the theme again from your themeforest account then update the config-layerslider folder via FTP.
Best regards,
IsmaelHey orourkehospitality!
Thank you for visiting the support forum!
You can try this plugin which enables you to add html and javascripts codes inside a page or post: http://wordpress.org/plugins/html-javascript-adder/
I hope that helps.
Best regards,
IsmaelApril 15, 2014 at 7:59 am in reply to: Logo center + Menu below: half logo cut on the left on mobile #251479Hey Cum_Vincere!
Thank you for the heads up.
Please add this on Quick CSS or custom.css:
@media all and (max-width: 480px) { .html_header_top.html_logo_center .logo { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } }Regards,
IsmaelHey!
Thank you for the link.
I visited the page but I don’t see any promobox in there. Do you mind posting a screenshot? That will surely help. Thanks!
Regards,
IsmaelHey!
You modified the header a lot and it is really difficult to keep track of the changes. We can only provide minor aesthetic changes on the support forum. I’m sorry but please hire a freelance developer to polish the modifications on the header. This will save you a lot of time.
1.) If you want to change the background of the shrinked header when scrolled, use this:
.header_color.header-scrolled .header_bg { background: white; opacity: 1; }2.) Please edit the actual background image to make it transparent before using as the header’s background image. Save it as PNG format.
Please visit Werkpress for further customization.
Regards,
IsmaelHey!
Thank you for using the theme and sorry for the delay.
1.) What do you mean when you say “cannot move the widgets or open them and the sidebars.”? Can you please explain it further?
2.) 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.
3.) Enfold is compatible with theWPML if you’re planning to create multi language setup.
Best regards,
IsmaelHey!
Thank you for the info.
We’re still not sure what is the direct cause of the issue. We will report this to Kriesi and if you don’t mind, please post the wp dashboard and FTP login details here. Set it as a private reply.
Regards,
IsmaelHi!
Thank you for the update.
Please ignore the suggestion about the Screen Options > Excerpt metabox then do the changes above on line 311. Place the shortcode on the text editor. This is what I have on my end when I use the icon shortcode:

Since you’re using a third party plugin’s shortcode, please contact the plugin author. Thanks!
Cheers!
IsmaelHey SAdesignsUnltd!
Thank you for using the theme!
I checked the website and the portfolio ajax is working fine. On what browser and OS are you testing this with? If you don’t mind, please post a screenshot of the issue. That will surely help. Thanks!
Cheers!
IsmaelHey!
Ok, you can add this on Quick CSS or custom.css in order to add the effect on icons without links:
.av_font_icon span:hover:after { -webkit-animation: sonarEffect 1s ease-out; -moz-animation: sonarEffect 1s ease-out; animation: sonarEffect 1s ease-out; }The sonarEffect is white so you might want to change the background color in order to see the effect.
Best regards,
IsmaelHey arturocruztorres!
Thank you for using the theme!
I’m sorry but the sonar effect will only work if you added a link to the icons.
Regards,
IsmaelHi!
Thank you for the info.
Yes, it will work with images with mixed orientations but you might find some images that are stretched or unproportioned. Please try it then we’ll check the slider again.
Cheers!
IsmaelHi!
Glad it solved the issue for you. A lot of users are having the same problem but the fix suggested above doesn’t fix it for them. Thank you for the link. This will surely help with the investigation.
Best regards,
IsmaelApril 15, 2014 at 2:22 am in reply to: Temporarily disable or hide parts of a text or an element #251389Hey!
Thank you for the update.
PHP codes doesn’t really render on the frontend unlike the html’s comment tag which will only hide the text or anything in between. Aside from that, you can use this plugin. This will enable the editor to accept php codes using the [insert_php]//HIDE THIS TEXT[/insert_php] shortcode. Please read the plugin’s instruction: http://wordpress.org/plugins/insert-php/
Cheers!
IsmaelHey!
I hope it works. In addition, convert to the background images, or every other images to jpg format as suggested on the first step for optimization. They can be minimized to less than 100kb in size. Regarding the layer slider, dish out the 3D transition then use 2D effects instead. Let us know if it improves the loading speed.
Cheers!
IsmaelApril 14, 2014 at 4:30 pm in reply to: Enfold Page Template crashing – losing content on page #251184Hey!
Thank you for using the theme!
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelApril 14, 2014 at 4:27 pm in reply to: Alternative Content – Alternative Background Color (Problem) #251180Hi tbrim20!
Thank you for using the theme!
The icon box element background is set to transparent. You can change the background and add border on the iconbox using this on Quick CSS or custom.css:
#top .iconbox { background: red; padding: 10px; border: 1px solid blue; }Kriesi is working on improving the styling option for each avia elements like iconbox. The coming updates will include an option where you can change and control the style of the individual elements.
Cheers!
Ismael -
AuthorPosts
