Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for your patience.
If you don’t mind, can you please provide us with the link to the original thread that you posted? A screenshot explaining the issue will greatly help. We’re trying our best to help you out with the issues you’re having and if the solutions provided are not sufficient, we would like to apologize. Replacing the theme files and updating them are necessary to fix a certain problem or at least find the direct issue, so if it is not fixing the problem, again, we would like to apologize. Note that this is a free service so please, let’s keep the tone light and respectful. Thanks! :)
Please post the login details here and set it as a private reply. Make sure that you’re running Enfold 2.7 and the latest version of WordPress which is version 3.9.
Regards,
IsmaelHey pshildal!
Thank you for visiting the support forum! The kind words are heart warming.
You can disable the theme’s default prettyPhoto lightbox if you want to use the third party plugin. Edit js > avia.js, find this code on line 60:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Replace it with:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});Remove browser cache then reload the page.
Best regards,
IsmaelHi!
Sorry for the confusion.
Please edit the same line on postslider.php that we suggested above. Replace the code with this:
$prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : do_shortcode(avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 150) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " ") , "…", false, ''));This should allow the shortcode but since it is also calculating the shortcode as excerpt, you might want to increase the avia_backend_truncate string limit from the default 60 to 150 or more.
Cheers!
IsmaelHey mullemull!
Thank you for using the theme.
Did you set the Enfold > Theme Options > Responsive Layout active? to Fixed Layout? If not, users don’t need to zoom because the website is responsive. If you still want to enable the zoom, please edit header.php and find this code on line 40:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';Replace it with:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">';Regards,
IsmaelHey!
Thank you for updating.
WPML is releasing their beta version of the plugin which is partly compatible with WP 3.9 and unfortunately, still have a lot of issues.
Please refer to this link: http://wpml.org/2014/04/status-wpml-wordpress-3-9/
Best regards,
IsmaelHey!
The string can be translated. You can find it on includes > helper-social-media.php file.
You can use this plugin to find the string then translate it: http://wordpress.org/plugins/codestyling-localization/
Regards,
IsmaelApril 22, 2014 at 3:26 pm in reply to: icon boxes – changing the holding shape from a circle to a square #254389Hey!
Sure thing, just use this:
.avia-icon-list .iconlist_icon { border-radius: 0; }If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
IsmaelHi!
As always, thank you for using the theme!
If you can’t see the update on the theme update panel, please download the latest version 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/
@elbnetz: If you don’t mind, please provide us a link to your website. We would like to check it. 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/
Best regards,
IsmaelHi!
Glad it is working now. If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.
Best regards,
IsmaelApril 22, 2014 at 3:16 pm in reply to: Subscribers can see BB Press Forum Software install message #254379Hi basmati!
Thank you for visiting the support forum!
They will be able to see the notice but they won’t be able to install it no matter what. The message bbpress notice should look like this:
Sorry, but you do not have the correct permissions to activate the BB Press Forum Software plugin. Contact the administrator of this site for help on getting the plugin activated. Dismiss this noticeThey can choose to hide that message if they want by clicking the “Dismiss the notice” link.
Best regards,
IsmaelHi!
Thank you for the screenshot.
The problem is that you added the image as layer and if I am not mistaken, you applied margins to them. Before we edit the layer slider, please download the latest version of the theme, Enfold 2.7. Update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Instead of adding the background image as layer, use it as the slide’s background image. Edit the slide then look for Slide Options > Choose slide image to set the image as background.
Best regards,
IsmaelHey!
Glad it is working now. If you have any questions, let us know.
Best regards,
IsmaelHi!
Designing a responsive website is quite challenging and one of the hardest part of this is correcting the images. All of the properties, from the way they resize, to their dimensions and file size can give even the most experience developers a headache. It is true that not every users know how to use the image editor that’s why we added thumbnail sizes to take care of different orientations and layout sizes. You can find all sorts of thumbnail sizes on functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider //overwrite blog and fullwidth image on extra large layouts if(avia_get_option('responsive_layout') == "responsive responsive_large") { $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider }You can adjust the width and height attribute, you can even tell wp not to crop the images by setting the crop parameter to false. If you could tell us what image size you’re having trouble with, we might find a way to fix it. Note that the thumbnail image sizes for woocommerce can be found on config-woocommerce > config.php. Look for this code on line 13:
//product thumbnails $avia_config['imgSize']['shop_thumbnail'] = array('width'=>120, 'height'=>120); $avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>450); $avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);You can change the dimension then easily regenerate 2000+ thumbnails or more using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If you can explain to us your specific problem, we will be happy to assist you.
Best regards,
IsmaelHey!
Glad it is fixed.
If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.
Regards,
IsmaelApril 22, 2014 at 2:37 pm in reply to: Hyperlinks and formatting removed in AVIA Layout Builder #254335Hey!
Thank you for using the theme.
This is issue is a bit weird. I can’t reproduce it on my end. Please deactivate all plugins then test it again. Let us know if the issue persists. Please create a test page where we can see the issue.
Regards,
IsmaelHey tonyiatridis!
Thank you for using the theme.
Please add this on functions.php:
function avf_same_category_navigation($settings) { if($settings['taxonomy'] == 'portfolio_entries') $settings['same_category'] = true; return $settings; } add_filter('avia_post_nav_settings','avf_same_category_navigation', 10);Cheers!
IsmaelHey!
Thank you for the screenshots.
This should be fix on the latest update of the theme. 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/
Please use this for the border:
.av-main-nav > li { line-height: 30px; border-left: 1px solid #e1e1e1; margin-left: -1px; }Cheers!
IsmaelHey!
Thank you for the update.
Did you recently update to WP 3.9? The layer slider panel might not be working because you’re using 2.6.2. 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/
If you don’t mind, please post a screenshot of what you’re trying to do with the layer slider because your first post is a bit confusing: “I’m trying to have a light gray background for the main content & a white background for the main content.”
Regards,
IsmaelApril 22, 2014 at 2:13 pm in reply to: $20 for rush fixes. Easy, but time-sensitive. Thank you! #254323Hey!
Thank you for the login details.
Please download the latest version 2.7 from your themeforest account then update the theme via FTP. This should fix a lot of issues. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If the changes needs to be done asap, we suggest that you visit Werkpress for further customization.
Cheers!
IsmaelHi!
Thank you for the update.
2.) All you need to for the parallax effect is the color section element. Add a background then set the background attachment to parallax, background size to stretch to fit and the position to center center.
5.) That should be the default product variation price structure when you update to 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/
Regards,
IsmaelHi phatz!
Thank you for using the theme!
I checked the website on Chrome Windows 8 and the post items link to their respective pages. Is this fixed? Please try to flush the permalink settings. Go to Settings > Permalink then click the “Save” button once.
Regards,
IsmaelHi!
Thank you for the screenshot.
It is very faint but it is there. Please add this on Quick CSS or custom.css:
#top.avia-blank #main .container_wrap:first-child { border: none; }Regards,
IsmaelApril 22, 2014 at 1:37 pm in reply to: All Text Formatting Is Wiped Out In Content Elements In Color Sections #254310Hi!
Glad it is working now.
Would you mind sharing the solution? On another note, please download the latest version 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/
Best regards,
IsmaelHey!
Thank you for using the theme!
Please disable the minify plugin then add the code. Enable it back after.
span.news-thumb { display: none !important; }Usually minimizing the image sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Don’t forget to update the version 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/
Cheers!
IsmaelHey mediasauce!
Thank you for using the theme!
You can still update the theme via FTP. 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/
Best regards,
IsmaelHi!
Thank you for the update.
The debug mode should work. Please follow these steps. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder.
Regards,
IsmaelApril 22, 2014 at 1:25 pm in reply to: Need to upgrade theme but concerned about breaking my site #254305Hi sgperry99!
Thank you for using the theme.
I’m sorry about that but you really need to upgrade to Enfold 2.7 to fix the WP 3.9 issues. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
I’ll forward this thread to Kriesi. Maybe he can help you out. I’m pretty sure he’ll ask you to update the theme.
Regards,
IsmaelHey AmarMahallati!
Thank you for using the theme!
If you don’t mind, please open a single thread for each questions. It will be easier for us to answer your inquiries on that manner. Thanks!
1.) Please use this on functions.php:
add_filter('avf_title_args', 'single_blog_page_title', 10, 2); function single_blog_page_title($args,$id) { if( is_single() ) { $cat = get_the_category($id); if(isset($category[0])) $args['title'] = $category[0]->cat_name; } return $args; }2.) Remove the post meta infos using this on Quick CSS or custom.css:
span.post-meta-infos { display: none; }3.) Use this to remove the tags:
.single span.blog-tags.minor-meta { display: none; }4.) Edit framework > php > function-set-avia-frontend.php, find this code on line 842:
$output = __('Archive for category:','avia_framework')." ".single_cat_title('',false);I hope that helps.
Regards,
IsmaelHi!
Thank you for the update.
Please don’t import the functions-enfold.php file on the child theme folder. Place the code suggested above on the child theme’s functions.php. It should work.
Cheers!
IsmaelApril 21, 2014 at 3:24 pm in reply to: icon boxes – changing the holding shape from a circle to a square #253843 -
AuthorPosts
