Forum Replies Created
-
AuthorPosts
-
Hi Michael!
Thank you for using Enfold.
The version that you’re using is not compatible with WordPress 4.0.1. Please update the theme to Enfold 3.0.4.
Cheers!
IsmaelHey Maucerichris!
Thank you for using Enfold.
What kind of videos are you using? You can set the width and height of the layer on the Styles panel of the layer slider plugin. Regarding the controls, for youtube videos, please refer to this link:
https://developers.google.com/youtube/player_parameters#controls
Unfortunately, you can’t disable controls for vimeo videos.
Best regards,
IsmaelNovember 24, 2014 at 6:50 am in reply to: Can not edit anything on my website… Fatal error appears! #356535Hi!
Yes, you can download the latest version from themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHi!
Like I said, you can enable the title by editing the masonry element. Look for the Element Title and Excerpt setting. Select the Display Title and Excerpt.
Cheers!
IsmaelHey!
I think it’s better if you use the search toggle instead of the actual search form. Please remove the customization we suggested above then use this on functions.php:
add_filter( 'wp_nav_menu_items', 'avia_append_search_side_nav', 10, 2 ); function avia_append_search_side_nav( $items, $args ) { if (is_object($args) && $args->theme_location == 'avia') { global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </li>'; } return $items; }Add this on Quick CSS or custom.css:
li#menu-item-search { position: absolute; right: 0; } .avia-search-tooltip.avia-tt { margin-left: 50px !important; }Regards,
IsmaelHey!
Thank you for using Enfold.
Please update the theme to 3.0.4. This should fix the issue with WordPress 4.0.1.
Cheers!
IsmaelHi osukaru!
Thank you for using Enfold.
Please go to the Advanced Styling panel to change the color of the Main Menu Links element. Insert the element twice, one for the initial state and the other for the hover state. Regarding the menu item positioning and height, I’m sorry but this will require custom css rewrite that is beyond the scope of support. Anyway, you can start with this:
.main_menu ul:first-child > li a { height: 25px !important; line-height: 25px !important; } .main_menu { top: 60px; } .header-scrolled .main_menu { top: 0px; }Best regards,
IsmaelHey Paul!
Thank you for using Enfold.
We tested this on our installation and it the special heading with the subheading works well with the catalogue element. Can you please create a test page with the issue? We would like to check it.
Best regards,
IsmaelHi paulchiao!
Thank you for the info.
Use this on Quick CSS:
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: #333333; }Best regards,
IsmaelHi Ed!
Thank you for using Enfold.
The 3.0.3 messes up some of the elements but it is fixed on the latest version 3.0.4. Please update the theme again.
Cheers!
IsmaelHey mschatz1!
Thank you for using Enfold.
Edit a page then switch to advance layout builder. Insert the icon element, set the Icon Style to the second option (Standalone icon..). Make sure that you set something on the Title Link?.
Cheers!
IsmaelNovember 24, 2014 at 6:26 am in reply to: Contact form and other things not working after installing WP Super Cache #356518Hey!
Thank you for using Enfold.
Can you please provide a link to the actual page with the issues? Please activate the plugin then go to Easy panel > Delete Cache then deactivate it again. Try the W3 Total Cache or Quick Cache plugin.
Regards,
IsmaelHi keifygeorge!
Thank you for using Enfold.
You can change the widgets on Appearance > Widgets panel. Look for the Footer – Columns widget areas.
Regards,
IsmaelHey!
Thank you for the update.
You should set this page as Blog on Enfold > Theme Options > Where do you want to display blog? settings. Set the blog style to something else other the advance layout builder. It will then take the settings on Enfold > Blog Layout panel.
Best regards,
IsmaelHey DROR!
Thank you for using Enfold.
Use this on Quick CSS:
.avia_transform a .image-overlay { display: none !important; }Regards,
IsmaelHi!
I’m sorry but you’re using an old version of the theme, 2.9.2, which is not compatible with WordPress 4.0.1. This why the sliders are missing. Please download the latest version 3.0.4 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 grwebs!
Thank you for using Enfold.
Please post the website URL here. Try to update the theme via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Yes, the flat demo is included on latest update.
Best regards,
IsmaelHey Lukasz!
Thank you for using Enfold.
I’m sorry but you can’t control the facebook widget styling. Please try to create your own widget app here: https://developers.facebook.com/docs/plugins/like-box-for-pages
Best regards,
IsmaelHi Maik!
Thank you for using Enfold.
Please set the home and blog page on Enfold > Theme Options > Frontpage Settings and Where do you want to display blog? option. Reset the Settings > Reading panel to default. If you don’t mind, please post a screenshot of the issue on mobile device.
Best regards,
IsmaelNovember 24, 2014 at 6:11 am in reply to: Remove all meta data form posts sidebar and footer #356505Hey ax2201!
Thank you for using Enfold.
Use this on Quick CSS or custom.css:
span.news-time { display: none; }Best regards,
IsmaelHi Imburr!
Thank you for using Enfold.
Can you please provide a link to the actual website? A few users reported this issue and most of the time it has something to do with the server configuration or the WPML Media plugin. Make sure that all plugins are updated. If possible, please deactivate all plugins then test it again.
Best regards,
IsmaelHi ax2201!
Thank you for using Enfold.
You can remove it for each posts manually. Edit a post then enable Screen Options > Discussion. Disable the Allow Comments option or add this on Quick CSS to hide the comment section:
.comment-entry.post-entry { display: none; }Best regards,
IsmaelHey jhiry!
Thank you for using Enfold.
Add this on functions.php:
add_filter( 'wp_nav_menu_items', 'avia_append_search_top_nav', 10, 2 ); function avia_append_search_top_nav( $items, $args ) { if (is_object($args) && $args->theme_location == 'avia2') { global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </li>'; } return $items; }Make sure that you have the Header Secondary Menu enabled on Enfold > Header layout > Extra Elements panel.
Best regards,
IsmaelHey pegasso4444!
Thank you for using Enfold.
Looks like you’re using a lot menu items for the element. Try this on Quick CSS:
#top .av-submenu-container .container { padding: 0 50px !important; }You should also consider decreasing the font size of the sub menu items.
Best regards,
IsmaelNovember 24, 2014 at 5:29 am in reply to: Enfold – approved WP plugins for member login + calendars? #356484Hey hasbeat!
Thank you for using Enfold.
The bBpress plugin is compatible with the Enfold theme. Maybe, you can modify it to work as a membership panel. Try these plugins:
https://wordpress.org/plugins/members/
https://wordpress.org/plugins/membership/Cheers!
IsmaelHi!
Thank you for the update.
Please post the website URL here. Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.
Best regards,
IsmaelHey oiser!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 1; }Best regards,
IsmaelHi!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 480px) { .responsive .logo img { height: auto !important; width: auto; max-height: 40px; } }Best regards,
IsmaelHey!
You can find it on the Advance Layout Builder > Content Element panel.
Best regards,
IsmaelNovember 24, 2014 at 5:18 am in reply to: Boxed Layout for selected pages when stretched layout is selected? #356476Hi Micheal0424!
Thank you for using Enfold.
That is not possible at the moment. You need to manually change the style or css of a specific page and it will take a major css rewrite. Please hire a freelance developer to help you with it. You can visit http://werkpress.com/.
Best regards,
Ismael -
AuthorPosts
