Forum Replies Created
-
AuthorPosts
-
Hi,
I’m sorry but I can’t see the difference when I disabled the “letter-spacing” modification. The headings look the same with or without the css property.
Best regards,
IsmaelHey getmebrian,
Thank you for using Enfold.
Please add this css code in the Quick CSS field.
.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #555555; }Best regards,
IsmaelHi,
Please remove the following css modification.
.av-logo-container { position: absolute; }Once removed, it will center align the logo container.
Best regards,
IsmaelHi,
Did you copy the code from your email? Please copy it directly from this forum.
Than I deleted it, but now I have this issue also:
https://drive.google.com/file/d/0BzBu-5JC0XFgMEg0SUFrNnhqQVU/view?usp=sharingPlease refer to the following link.
// https://kriesi.at/support/topic/warning-session_start-function-session-start/#post-447416
Best regards,
IsmaelHi,
Add a unique class attribute to the second footer container. Look for the second occurence of this code.
<div class='container_wrap footer_color' id='footer'>Add the class attribute.
<div class='container_wrap footer_color second_footer' id='footer'>Use the “second_footer” class attribute.
Best regards,
IsmaelHi!
Thank you for the update.
Please turn on the custom css class field. Add a unique class attribute to the “sub progress bars” or “sub items” so that you can modify its css properties in the Quick CSS field. Example:
.customcssclassattribute .avia-progress-bar .progress { width: 80%; left: 20%; } .customcssclassattribute .avia-progress-bar .progressbar-title-wrap { left: 22%; }You can change the “customcssclassattribute” selector with your own css class attribute.
Regards,
IsmaelHi!
Could you please provide a link to the page? We would like to inspect it.
Best regards,
IsmaelDecember 1, 2016 at 4:03 pm in reply to: Thumbnails Generated As Squares On Enfold Archive Pages #719294Hey!
Thank you for using Enfold.
The blog archive or category pages are using a specific thumbnail called “portfolio”. If you want to replace it with custom thumbnail, you have to modify the archive.php file and adjust the avia_post_slider attribute.
$atts = array( 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns' => 3, 'preview_mode' => 'custom', 'image_size' => 'extra_large', 'class' => 'avia-builder-el-no-sibling', 'paginate' => 'yes', 'use_main_query_pagination' => 'yes', 'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=>get_post_types() ) );We set the “preview_mode” parameter to “custom” so that we can choose a predefined “image_size”. In the code above, we set it to “extra_large”.
Cheers!
IsmaelHey npmcgrew!
Thank you for using Enfold.
The plugin should work with the theme but it will require a lot of configurations specially in the templates. The bbPress plugin is fully configured in the theme so it will be easier to use.
Regards,
IsmaelHi!
Please adjust the code a bit.
.archive ul.products .product p.shipping-costs-info, .archive ul.products .product p.tax-info { display: none; } .home ul.products .product p.shipping-costs-info, .home ul.products .product p.tax-info { display: none; }Best regards,
IsmaelHey combra!
Thank you for using Enfold.
What do you mean by “keyword”? You can use the following filter to modify the breadcrumb results.
// https://kriesi.at/support/topic/portfolio-item-breadcrumb-incorrect/#post-705484
// https://kriesi.at/support/topic/breadcrumbs-29/#post-718596Cheers!
IsmaelDecember 1, 2016 at 3:33 pm in reply to: Enfold + wpml + url portfolio = problems permalinks base category portfolio #719283Hey!
Please follow the instructions here carefully.
// http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/
Best regards,
IsmaelDecember 1, 2016 at 3:28 pm in reply to: contact form and text next to eachother in a 1/2 block is that possible? #719281Hey!
Looks like you managed to do it with the grid row element. Please turn on the custom css class field so that you can add a few refinements such as decreasing the font size of the elements.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHey!
Thank you for using Enfold.
Is this completely fixed? What was the issue with it?
Best regards,
IsmaelDecember 1, 2016 at 9:41 am in reply to: Boxed content – grid row image captions – not responsive #719152Hi,
There are a lot of missing css codes, specifically css media queries, that you need to acquire from the original site and the “sticky” column is using a custom script. I’m sorry but this customization is outside the scope of support. Please hire a freelance developer to duplicate the original site.
Example of the missing css codes:
@media (max-width: 783px) { .cuervo-century-panel { width: 90.4%!important; } } .cuervo-century-panel h1 { font-size: 44px; text-transform: none; margin: 0; display: inline; padding: 22px 26px 0; line-height: 1; }Best regards,
IsmaelNovember 30, 2016 at 6:53 am in reply to: Is it possible to add bullets infront of fullwith submenu items in the mobile #718641Hi,
It’s possible to change the background.
#mobile-advanced .sub-menu li { background: red; }We can add a “+” symbol but it won’t animate or change on click.
#mobile-advanced > .menu-item-has-children > a:before { content: '+'; position: absolute; font-size: 12px; }Best regards,
IsmaelHi,
Adjust the background color of the #wrap_all container.
#wrap_all { background-color: #ffffff; }Best regards,
IsmaelHi,
Thank you for the update. However, the login credentials are still not working. Please check it again.
Best regards,
IsmaelHi,
Please add this css code if you want to display the actual height of the image.
.logo a img { max-height: none !important; }It’s a bit too tall for the header so you have to adjust the header height as well.
Best regards,
IsmaelHi,
Some of the section are ouside the main container so we have to move the separators inside their own color section to fix the issue. The anchor link is working properly now.
Best regards,
IsmaelHi,
You have to configure the transition or animation if you want the text layer to move with the image. Please post the login details here so that we can play around with the transition settings.
Best regards,
IsmaelHi,
Please remove the date with the following css code.
span.av-masonry-date.meta-color.updated { display: none; }Best regards,
IsmaelHi,
We created a test page/
// http://bloomreach.com/2016/11/test-2/
You can find the css modification in the Quick CSS field.
.floatright { width: 40%; float: right; padding: 25px; }Best regards,
IsmaelHi,
How would you like the page to look on mobile? You can move the css modifications inside a css media query so that it won’t affect the mobile view.
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ }Best regards,
IsmaelHi,
You have to use the theme’s “Featured media” box because the theme is not using the default featured image option. Click the green “Add image to slideshow” button. The first image that you uploaded will be set as featured image automatically.
Best regards,
IsmaelHi,
Please remove the icon set again then go back to the fontello site. Select the fonts and then specify the font set name. View the screenshot.
You have to specify a unique identifier everytime you upload an icon set.
Best regards,
IsmaelNovember 30, 2016 at 5:09 am in reply to: Full width submenu as new menu location (lost breadcrumbs) #718621Hi,
Please set the user role to “administrator” so that we can access the Appearance > editor panel. Or replace the code with the following.
add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); // edit default title function avf_title_args_mod($args,$id) { ob_start(); echo ' <div id="sub_menu1" class="av-submenu-container main_color container_wrap sidebar_right" style="z-index: 301; top: auto; position: absolute;"> <div class="container av-menu-mobile-disabled">'; wp_nav_menu( array('menu' => 'test submenu', 'menu_class' => 'av-subnav-menu av-submenu-pos-center')); echo '</div> </div> '; $menu = ob_get_clean(); $args['html'] = "{$menu} <div class='{class} title_container'> <div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div> </div> "; return $args; }And add this code in the Quick CSS field.
.title_container { margin-top: 50px; }Best regards,
IsmaelNovember 30, 2016 at 5:01 am in reply to: Notice: Undefined variable: http_response_header in function-set-avia-frontend #718620Hi,
Thank you for the info. Did you delete this video file?
// Fran-Connect-2-0-FINAL.webm
We modified the wp-config.php file to hide the errors temporarily.
define('WP_DEBUG_DISPLAY', false);Best regards,
IsmaelHi!
Thank you for the update. Please try the following code in the functions.php file:
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var select = $('#top .entry-content-wrapper select'); select.css('color','#ffffff'); select.change(function() { var current = $('#top .entry-content-wrapper select').val(); if (current != 'null') { select.css('color','#000000'); } else { select.css('color','#ffffff'); } }); } a(); })(jQuery); </script> <?php }And then add this css code in the Quick CSS field.
#top .entry-content-wrapper select option { color: #000000; }Regards,
Ismael -
AuthorPosts
