Forum Replies Created
-
AuthorPosts
-
Hi!
You can adjust padding to spread the menus:
.bottom_nav_header.social_header .main_menu ul:first-child > li a { padding: 0 39px; }You will need to use Media Queries to change the paddng on different screen sizes like this example:
@media only screen and (min-width: 768px) and (max-width: 989px) { .bottom_nav_header.social_header .main_menu ul:first-child > li a { padding: 0 39px; } }Regards,
IsmaelHi bivvo!
You can edit functions-enfold.php, find this code:
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>",Replace the {heading} part with h2, h3 or anything you want.
'html' => "<div class='{class} title_container'><div class='container'><h2 class='main-title entry-title'>{title}</h2>{additions}</div></div>",Cheers!
IsmaelHi pmconsulting!
All of the submenus are encoded inside a container. You can’t force the active submenu to show. You need to hire a freelance developer to modify the theme for you.
Best regards,
IsmaelHey!
You can edit functions.php, find this code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesChange it to:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>710); // big images for blog and page entriesRegenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHello!
Kriesi use this plugin to minify css and js scripts: http://wordpress.org/plugins/bwp-minify/
Best regards,
IsmaelHi Cutegi!
What part of the theme are you trying to set as transparent? You can use the Quick CSS field to specify a transparent background:
.header_color .header_bg { background-color: rgba(0,0,0,.3); }Use rgba color values.
Best regards,
IsmaelHello!
I tested the site on IE8 and the menu shows fine.

Can you please remove browser cache then reload the page?
Regards,
IsmaelHello MadToban!
Asia icons? Can you please give us a link to your website?
Cheers!
IsmaelHi PPCHound!
You can use the Easy Slider instead. LayerSlider can’t be constrained inside a column element.
Regards,
IsmaelOctober 18, 2013 at 3:15 am in reply to: Previous/Next buttons on Portfolio Items restrict to 1 category? #177254Hey mikey66!
Please edit the functions.php file and then add this code:
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { if(is_singular('product')) { $settings['taxonomy'] = 'product_cat'; $settings['is_fullwidth'] = false; } $settings['same_category'] = true; return $settings; }Cheers!
IsmaelHey!
Please try this on your custom.css or Quick CSS:
.grid-entry.flex_column.isotope-item.all_sort.no_margin.post-entry { min-height: 324px; }You have a lot of plugins installed. Please deactivate them, see if the issue persist.
Cheers!
IsmaelHi Carmitma!
You can use the the boxed layout or you can set the slider width to 1210. It is the largest width of the Enfold theme.
Regards,
IsmaelOctober 17, 2013 at 5:19 am in reply to: The post still shows 8 comments when there are none #176839Hello chryseis!
Can you please give us a link to the website? Go to Dashboard > Home > Recent Comments > Remove everything including the Trash.
Cheers!
IsmaelHi!
I’m not sure why the alphabetical order doesn’t work for the symbols. Let me ask some help from Kriesi and other support members.
Regards,
IsmaelHi!
@CurtyCurt: Thanks for your help. I hope Indiatravelz consider your offer. :)Best regards,
IsmaelHello neondigital!
Can you please give us a link to the website? Check the file permission of wp-content/uploads/dynamic_avia/enfold.css file. Set it to 755. Remove browser cache then reload the page. What font are you trying to use?
Regards,
IsmaelHello Jan!
It does work on my end. You can use the actual html. It looks something like this:
<div class="flex_column av_one_fourth first avia-builder-el-1 avia-builder-el-first ">Add Content here</div> <div class="flex_column av_one_fourth avia-builder-el-2 el_after_av_one_fourth ">Add Content here</div> <div class="flex_column av_one_fourth avia-builder-el-3 el_after_av_one_fourth ">Add Content here</div> <div class="flex_column av_one_fourth avia-builder-el-4 el_after_av_one_fourth avia-builder-el-last ">Add Content here</div>This the screenshot:

Regards,
IsmaelOctober 17, 2013 at 4:27 am in reply to: Want Enfold-featured image as small preview when using grid layout #176824Hi!
2.) I just tested the solution and it works fine on IE8. I visited your site again using IE8 and the container looks 1210px in width. What is the screen resolution of your monitor?

Cheers!
IsmaelOctober 17, 2013 at 4:23 am in reply to: When I edit content sections are mysteriously deleted. #176821Hey!
I created a test page and added some content using the Advance Layout Builder. I updated the page a few times and added some content again but it doesn’t remove any sections. Don’t switch between Default Editor and ALB when creating the content. The only issue I encounter is with the shortcode wand and the Tab element. When I add any shortcodes then add the Tab element, it will remove all the shortcodes. Again, Kriesi said that it will be fix on the next update. Can you please list the steps that you did on a certain page where the issue occur? This is the test page.
http://sandboxeducation.co.uk/test/
Cheers!
IsmaelHey!
The latest update should the fix for the top header. For the mean time use this:
#header_meta { z-index: 2; }Regards,
IsmaelHey!
The social icons and buttons, slider navigation etc should show exactly as they are. Can you please give us a link to your website? Please create a test site using the latest Enfold version. I’m not sure about the “CDN” issue. Let’s wait for Kriesi and Dude’s response.
Cheers!
IsmaelHello!
First, please edit css > shortcodes.css, find this code on line 1057:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }Remove it. We might need to adjust the table width.
Regards,
IsmaelHey!
I’m sorry but I don’t understand exactly what you want. You can override certain elements css on the child theme’s style.css file.
Best regards,
IsmaelHey!
Please download Enfold version 2.3.2 on your themeforest account. Update your installation via FTP: https://vimeo.com/channels/aviathemes/64927356
Best regards,
IsmaelHey Affectdesign!
Can you please send in the login details?
You can email it to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey MulderMind!
You can add this on your custom.css or Quick CSS to disable the link:
.av_table_col.portfolio-entry.portfolio-preview-content .portfolio-preview-title.entry-title a { pointer-events: none; }Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi Suicide Rescue!
You need to manually translate the strings or text. Use this software to create the .mo file. http://www.poedit.net/
Best regards,
IsmaelOctober 16, 2013 at 4:46 pm in reply to: When I edit content sections are mysteriously deleted. #176507Hi!
Do the content disappear when you insert the “Tab” shortcode after editing it? There is one user here who experience the same issue. Kriesi mentioned that it will be fix on the next update. :)
Cheers!
Ismael -
AuthorPosts
