-
AuthorSearch Results
-
October 19, 2014 at 5:46 am #337866
In reply to: Caption Title/Text Font Size on Smartphone
Hey Carsten!
Thank you for using Enfold.
You can use this at the very bottom of Quick CSS field:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 20px !important; } .avia-caption-content { font-size: 11px; } }Cheers!
IsmaelOctober 19, 2014 at 5:44 am #337864In reply to: Heading and menu
Hi!
Thank you for the info.
Please override the functions.php file via FTP then try the suggested code located on pastebin.com. Refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelOctober 19, 2014 at 5:38 am #337858In reply to: Broken after Update
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 #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,
IsmaelOctober 19, 2014 at 5:07 am #337847In reply to: incorporate route planner to google maps
Hey 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,
IsmaelOctober 19, 2014 at 4:55 am #337842In reply to: Full width submenu not displaying proper menu.
Hi!
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,
IsmaelOctober 19, 2014 at 4:55 am #337841In reply to: Fullwidth submenu always shows same menu
Hey 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,
IsmaelOctober 19, 2014 at 4:55 am #337840In reply to: Fullwidth Sub Menu not displaying correct menu
Hi 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!
IsmaelOctober 19, 2014 at 4:46 am #337831In reply to: 404 error page
Hey Saggitarus!
Thank you for using Enfold.
You need to manually edit the 404.php file.
Cheers!
IsmaelOctober 19, 2014 at 4:46 am #337830In reply to: Rename "Load More" button text in masonry gallery
Hey 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,
IsmaelOctober 19, 2014 at 4:43 am #337827In reply to: Visible Search Bar added to Top Navigation
Hey 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!
IsmaelOctober 19, 2014 at 4:29 am #337826In reply to: add a new Google Font
Hey 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,
IsmaelOctober 19, 2014 at 4:26 am #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 #337817In reply to: Can you please explain dynamic_avia/enfold_child.css
Hey 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,
IsmaelOctober 19, 2014 at 4:10 am #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,
IsmaelOctober 19, 2014 at 4:09 am #337806Hi Chris!
Some of the files have outdated code, for example in base.css, the icon code is missing:
/* #Icons ================================================== */ [data-av_icon]:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; content: attr(data-av_icon); speak: none; }I’d suggest re-uploading the theme via FTP.
Best regards,
JosueOctober 19, 2014 at 4:05 am #337802In reply to: Change font weight for magazine header
Hey 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,
IsmaelOctober 19, 2014 at 4:04 am #337800In reply to: Buyer's Remorse
Hi KK!
Thank you for using our themes.
Yes! Enfold is compatible with WooCommerce. :)
Cheers!
IsmaelOctober 19, 2014 at 4:03 am #337799In reply to: Blog / Portfolio Übersicht
Hi flymotions!
Thank you for using Enfold.
Yes, that is possible. Use the Masonry element. Play around with the Size Settings.
Regards,
IsmaelOctober 19, 2014 at 4:00 am #337794In reply to: Transparent Header / menu change color
Hey 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,
IsmaelOctober 19, 2014 at 3:59 am #337793Hey Stephen!
I see what you are referring to, and yes that’s currently how the Masonry element works, please post your request here.
Best regards,
JosueOctober 19, 2014 at 3:58 am #337789In reply to: Custom font for fullwidth button
Hey 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!
IsmaelOctober 19, 2014 at 3:50 am #337782In reply to: Vimeo Portfolio Gallery
Hi 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,
IsmaelOctober 19, 2014 at 3:47 am #337780In reply to: Contact form in a tab
Hi!
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,
IsmaelOctober 19, 2014 at 3:42 am #337778In reply to: Contact form with "no bold" style
Hi Marie!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#top label { display: block; font-weight: 400; font-size: 12px; }Regards,
IsmaelOctober 19, 2014 at 3:38 am #337774Hi sampra!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugins author. Anyway, the theme have a default pricing or tabular table shortcode which is also responsive.
Regards,
IsmaelOctober 19, 2014 at 3:36 am #337773Hey tdmpro!
Thank you for using Enfold.
Where can we find this actual page? Please post the link here.
Regards,
IsmaelOctober 19, 2014 at 3:33 am #337771In reply to: New Pages Show Content on Frontpage
Hi remodelit!
Thank you for using Enfold.
Please check your homepage, maybe you accidentally click the saved template when trying to save the frontpage template. There’s no way that the content of another page shows up on another. Please post the link to the actual website here.
Regards,
IsmaelOctober 19, 2014 at 3:31 am #337770In reply to: struggling with active tab text color
Hi swheelwright!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#top .main_color .tabcontainer .tab.active_tab { color: #8b2828; }Best regards,
IsmaelOctober 19, 2014 at 3:24 am #337768In reply to: table alternate color
Hi anma!
Thank you for using Enfold.
Please use this on Quick CSS:
.main_color .pricing-table li.avia-pricing-row { background-color: #ffffff; color: #e1e1e1; border-color: #e1e1e1; }If you want to remove the gray background, use this:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: #ffffff; }Best regards,
Ismael -
AuthorSearch Results
