Forum Replies Created
-
AuthorPosts
-
Hey P. Bert!
Thank you for using the theme.
Can you explain the issue further? A link to the page and screenshot of what you’re trying to do will help.
<div class="flex_column av_one_half first"> <p>Your Message 1</p> [textarea your-message-1] </div> <div class="flex_column av_one_half"> <p>Your Message 2</p> [textarea your-message-2] </div>Regards,
IsmaelHi!
If you don’t want to recreate it on a post or page using the shortcode wand. Please switch your advance layout builder to debug mode. 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,
IsmaelHi!
Thank you for the update.
The text on the layer slider are showing up fine on mobile view. They are small but they’re there. You can hide them on mobile device. Edit the layers then go to Attributes panel. Add a custom classes, “hide-on-mobile” for example. Add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .hide-on-mobile { display: none !important; } }Cheers!
IsmaelHi!
We’ll keep the thread open. I hope it fix the issues. Please let us know.
Best regards,
IsmaelHi!
The page http://www.breastcenterofacadiana.com/test does not exist. We haven’t tested it yet. Please create it again duplicating the content of the page with footer issue. Please don’t add the extra div.
Best regards,
IsmaelHey robertwood04!
Thank you for using the theme.
Just copy the shortcode then go to Appearance > Widgets. Place the shortcode on a Text widget.
Regards,
IsmaelHi TheBiZWeavers!
Thank you for visiting the support forum!
I’m sorry but the website is not using the Enfold theme. Please check.
Best regards,
IsmaelHey!
@melonmelon: Thank you for the explanation. Yes, that’s correct.
@revion: Please use a child theme in order to preserve the modifications on future updates. Refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/Regards,
IsmaelHey Jason!
Thank you for using the theme.
How do you schedule a blog post? Is this from a plugin feature? If so, regretfully, we won’t be able to provide support for third party plugins as stated on our support policy. You may need to direct the question on the plugin author. Please post the website url here.
Best regards,
IsmaelHey!
Thank you for the update.
You need to create the menu first on Appearance > Menus panel then set it as Enfold Secondary Menu. After that, go to the WPML panel. Look for the “Display the language switcher in the WP Menu” option. Select the secondary menu on the list.
Best regards,
IsmaelHey mikel!
Thank you so much for using the theme!
Please edit the image elements then apply an Image Link to them. The hover effect will be automatically added on images enclosed with a link tag.
Best regards,
IsmaelHey!
Thank you for the update.
You can add this on Quick CSS or custom.css if you want to remove the menu on the header:
.avia-menu ul li.menu-item { display: none; } #top #menu-item-search { display: block; }Regarding the masonry element, yes, you need to add featured images in order to show images on the masonry overview page. No, it can’t pick up the the images that you added on the editor. If you want it to work that way, please hire a freelance developer. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelHi!
Thank you for using the theme!
You can change the styling of the site on Enfold > Genera Styling panel. Look for the Body Background color. In case you have any questions, please 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. :)
Cheers!
IsmaelHey!
Thank you for using the theme.
The theme is set to static layout. If you want to make it responsive, go to Enfold > Theme Options > Responsive Layout active? settings. Enable the responsive layout. Regarding the table, please set the Table Purpose to tabular data and the Responsive Styling to scrollable.
Regards,
IsmaelHey!
If you decided to go with the Yoast SEO plugin, go to the SEO > Social Panel then enable the Add Open Graph meta data.
Regards,
IsmaelHi!
I’m sorry but the header covers the layer slider and when you change the z-index property of both elements, the logo will be hidden behind the layer slider. Also, you place the menu background inside the layer slider which will surely break on mobile devices. Try to add this on Quick CSS or custom.css:
strong.logo { height: 300px; } #top .header_color.av_header_transparency { color: #fc0505; z-index: 1000; height: 0; overflow: visible; } #top .av_header_transparency #header_main_alternate { margin-top: 300px; } .html_header_top #top .av_header_stretch .container { width: 100%; overflow: visible !important; height: 1px; }Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi!
Please try this:
.social_bookmarks a { font-size: 34px !important; width: 34px !important; line-height: 34px !important; overflow: visible !important; }Best regards,
IsmaelHi!
Glad you figured it out. If you still have questions, let us know. :)
Regards,
IsmaelHi!
Thank you for the update.
It is working when I’m testing it on Chrome. Please use this on custom.css:
#mc_embed_signup input.button { float: left !important; width: 35% !important; clear: none !important; background-color: #4ccdde !important; color: #ffffff !important; border-color: #2aabbc !important; } #mc_embed_signup input.email { width: 45% !important; float: left !important; clear: none !important; }Best regards,
IsmaelJuly 2, 2014 at 7:46 am in reply to: ICON CIRCLES are not perfect circles – they look "wobbly" #286075Hey!
Thank you for the screenshot.
Please try to add this on Quick CSS or custom.css:
.av_font_icon.av-icon-style-border .av-icon-char { -webkit-appearance: none; overflow: hidden; }The screenshot
Cheers!
IsmaelHey!
The body font is very large now. It is set to 50px. Please remove browser cache then reload the page a few times.

Regards,
IsmaelHey!
Please download the latest version 1.8.1 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/
Deactivate all plugins then test it again. Activate each plugin one at a time to find the culprit.
Cheers!
IsmaelHey!
Please add this on Quick CSS or custom.css:
strong.logo, .logo a img { width: 340px !important; }Best regards,
IsmaelHi!
On what page is this happening? Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 180px; } }Cheers!
IsmaelHey!
Glad you figured it out. If you still have questions, let us know.
Cheers!
IsmaelHey!
Please edit js > avia.js, find this code on line 7:
var aviabodyclasses = AviaBrowserDetection('html');Below, add this code:
$(function() { var menubreak = $('.menu-break'); if($('span.avia-menu-text').find(menubreak)) { $('span.avia-menu-text').css('top', '10px'); } });Add this on Quick CSS or custom.css:
span.avia-menu-text { position: relative; }Best regards,
IsmaelHey!
No, it doesn’t work. Please create another user. The kind of browser doesn’t have anything to do with it.
Best regards,
IsmaelHey!
Thank you for the update.
You can add this on functions.php to disable the theme session but this might break the breadcrumbs:
add_theme_support('avia_no_session_support')If you have the time, please try the solution here: https://kriesi.at/support/topic/help-trying-to-understand-error-message/
Best regards,
IsmaelHi ppcinc!
Thank you for using the theme!
Please create a custom sidebar on Appearance > Widgets. Name it “Archive Sidebar” for example. Edit archives.php, find this code on line 78:
//get the sidebar $avia_config['currently_viewing'] = 'blog'; get_sidebar();Replace it with:
//get the sidebar echo '<aside class="sidebar sidebar_right three alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar extralight-border">'; dynamic_sidebar('Archive Sidebar'); echo '</div></aside>';Make sure that the name of the custom widget area is Archive Sidebar.
Regards,
Ismael -
AuthorPosts
