Forum Replies Created
-
AuthorPosts
-
Hey boundlessdata!
Thank you for using Enfold.
Unfortunately, we won’t be able to provide a solution if you don’t update the theme to the latest version. 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/
After the update, please deactivate all plugins especially the cache and minify plugins then toggle any Enfold theme options then save changes. If it still doesn’t work, please post the login details here and set it as a private reply. We would like to check it.
Cheers!
IsmaelOctober 19, 2014 at 5:35 am in reply to: Blog post shortcode doesn't work with second language custom categories #337856Hey marcella-metae!
Thank you for using Enfold.
Please refer to this link on how to properly translate post categories and custom taxonomies: http://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/
Regards,
IsmaelHey Sebastian!
Thank you for using Enfold.
Unfortunately, this particular request is beyond 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 Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.
Best regards,
IsmaelHi!
Thank you for using Enfold.
Please refer to this link for a temporary solution: https://kriesi.at/support/topic/fullwidth-sub-menu/#post-333083
Regards,
IsmaelHey Sebastian!
Thank you for using Enfold.
Please refer to this link for a temporary fix: https://kriesi.at/support/topic/fullwidth-sub-menu/#post-333083
Regards,
IsmaelHi cinetheque!
Thank you for using Enfold.
Please refer to this link for a word around: https://kriesi.at/support/topic/fullwidth-sub-menu/#post-333083
Cheers!
IsmaelHi!
The %postname% is the most commonly use structure tag because it is usually required for combinations of permalink structures. Please refer to this link for more info: http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
Regards,
IsmaelHey Saggitarus!
Thank you for using Enfold.
You need to manually edit the 404.php file.
Cheers!
IsmaelHey mcraig77!
Thank you for using Enfold.
You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php. Find this code on line 640:
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";Regards,
IsmaelHey hobeadmin!
Thank you for using Enfold.
Please use this on functions.php:
add_action( 'ava_after_main_menu', 'add_search', 10); function add_search() { $search = get_search_form(false); $output = "<div class='searchbar'>"; $output .= $search; $output .= "</div>"; echo $output; }Add this on Quick CSS or custom.css to adjust the position of the search form and remove the search icon:
#top #menu-item-search { display: none; } .searchbar { position: absolute; right: 0; top: 10px; z-index: 1000; }Cheers!
IsmaelHey chcarrelogins!
Thank you for using Enfold.
Please remove the first line. This is the final code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Cinzel Decorative'] = 'Cinzel Decorative'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Cinzel Decorative'] = 'Cinzel Decorative'; return $fonts; }Regards,
IsmaelHey!
Glad you figured that out. Note that the update is now using a new grid system which is much more flexible and versatile. If you have any modifications which has anything to do with grid, columns, containers etc, please remove them.
Best regards,
IsmaelOctober 19, 2014 at 4:26 am in reply to: HELP: Social Icons and Search Icon Don't Appear after Upgrade. #337820Hi shout!
Thank you for using Enfold.
Please try to deactivate the plugins, especially cache and minify plugins. Toggle and theme options then save changes. Test it again before you re-activate the plugins.
Cheers!
IsmaelOctober 19, 2014 at 4:21 am in reply to: Can you please explain dynamic_avia/enfold_child.css #337817Hey khedrubje!
Thank you for using Enfold.
Can you please give us a link to the actual website? We need a way to dynamically generate the custom css styles such as the predefined color schemes on the General Styling panel. It will also be much safer to fetch the styling via css file than save it on a database. That’s why the dynamic_avia folder is located on the uploads folder. After the update, please try to toggle any theme options then save changes. Usually disabling the cache and minify plugins will help.
Best regards,
IsmaelHey!
Glad it is fixed now. I hope all users magically find this cache reset button. :)
Best regards,
IsmaelOctober 19, 2014 at 4:10 am in reply to: Single page nav menu multiple items highlighted .current-menu-item #337807Hi!
Yes, you will be notified on the theme updates panel once a new patch is available. Usually takes a few hours, If possible, try logging in and out. You can also check Enfold’s change log or overview page on themeforest. Another user reported the same issue, it seems like the layer slider is causing the issue: https://kriesi.at/support/topic/main-menu-in-page-navigation-selected-item-not-working-properly/
Regards,
IsmaelHey Swedfit!
Thank you for using Enfold.
Please use this to change the style of the magazine heading:
.av-magazine-top-heading { font-size: 15px; font-weight: 300; text-transform: uppercase; float: left; }Regards,
IsmaelHi KK!
Thank you for using our themes.
Yes! Enfold is compatible with WooCommerce. :)
Cheers!
IsmaelHi flymotions!
Thank you for using Enfold.
Yes, that is possible. Use the Masonry element. Play around with the Size Settings.
Regards,
IsmaelHey doug123!
Thank you for using Enfold.
That is the new transparent header. Please edit the page then look for Layout > Header visibility and transparency, set it to Transparent or Glass Header. This featured works well with sliders or color section backgrounds on top of the page.
Best regards,
IsmaelHey camtay!
Thank you for using Enfold.
You can change the font of the fullwidth button text with this on Quick CSS:
#top .avia-button-fullwidth .avia_button_icon, #top .avia-button-fullwidth .avia_iconbox_title { font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif; }Cheers!
IsmaelHey!
If you want a fixed header on mobile, you can add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive #top #header { position: fixed; } .responsive #main { padding-top: 88px !important; } }Regards,
IsmaelHey!
Glad it is working now. If you have any questions, let us know.
Best regards,
IsmaelHi!
Thank you for the link. You can use html tags inside the caption field. Something like this:
<div class="caption-box-half">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</div>Use the new div’s class on Quick or custom.css:
.caption-box-half { width: 50%; margin: 0 auto; }Best regards,
IsmaelHi Heather!
Thank you for using Enfold.
Yes, you need to add a featured image for portfolio items in order to show thumbnails on portfolio grid. I’m sorry but we don’t provide support for third party plugins. You can use the Advance Layout Builder or shortcode wand on the default editor for portfolio items which includes a Video element or the code block to manually embed a video.
Best regards,
IsmaelHi!
Glad you found the thread. You can also switch the builder to debug mode to show the actual shortcode below the builder: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
IsmaelHi!
Unfortunately, the expand feature has been removed on WordPress 4.0. I don’t think you can get it back and the fact that the issue isn’t theme related, I’m sad to say that I won’t be able to help you. Thank you for understanding.
Regards,
Ismael -
AuthorPosts
