Forum Replies Created

Viewing 30 posts - 38,131 through 38,160 (of 66,745 total)
  • Author
    Posts
  • in reply to: Heading letter spacing #719748

    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,
    Ismael

    in reply to: Navigation styling #719745

    Hey 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,
    Ismael

    in reply to: Logo center menu left and right #719740

    Hi,

    Please remove the following css modification.

    .av-logo-container {
        position: absolute; 
    }

    Once removed, it will center align the logo container.

    Best regards,
    Ismael

    in reply to: Enfold Contact Form: issues with Chrome and Edge #719733

    Hi,

    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=sharing

    Please refer to the following link.

    // https://kriesi.at/support/topic/warning-session_start-function-session-start/#post-447416

    Best regards,
    Ismael

    in reply to: Second Footer #719726

    Hi,

    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,
    Ismael

    in reply to: Progress bar subcategories #719300

    Hi!

    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,
    Ismael

    in reply to: Changing the duration of the page preloader? #719295

    Hi!

    Could you please provide a link to the page? We would like to inspect it.

    Best regards,
    Ismael

    in reply to: Thumbnails Generated As Squares On Enfold Archive Pages #719294

    Hey!

    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!
    Ismael

    in reply to: Buddypress and Enfold #719288

    Hey 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,
    Ismael

    in reply to: Hide Vat and Shipping #719287

    Hi!

    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,
    Ismael

    in reply to: Change Breadcrumb Text #719285

    Hey 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-718596

    Cheers!
    Ismael

    Hey!

    Please follow the instructions here carefully.

    // http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/

    Best regards,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Mobile not so responsive #719267

    Hey!

    Thank you for using Enfold.

    Is this completely fixed? What was the issue with it?

    Best regards,
    Ismael

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Margin Top Padding above Logo #718640

    Hi,

    Adjust the background color of the #wrap_all container.

    #wrap_all {
        background-color: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: conflict between woocommerce 2.6.8 and Enfold 3.8 #718639

    Hi,

    Thank you for the update. However, the login credentials are still not working. Please check it again.

    Best regards,
    Ismael

    in reply to: Problem with menu center logo left #718638

    Hi,

    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,
    Ismael

    in reply to: Mobile menu with anchor links son't work #718637

    Hi,

    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,
    Ismael

    in reply to: Layerslider – no build wanted on the slides #718635

    Hi,

    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,
    Ismael

    in reply to: modify Masonry grid effects #718633

    Hi,

    Please remove the date with the following css code.

    span.av-masonry-date.meta-color.updated {
        display: none;
    }

    Best regards,
    Ismael

    in reply to: Post subtitle #718632

    Hi,

    Thank you for the info. We moved the code around line 187.

    Best regards,
    Ismael

    in reply to: Make text wrap around column block #718629

    Hi,

    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,
    Ismael

    in reply to: Problems with build a new Style #718624

    Hi,

    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,
    Ismael

    in reply to: Feature Image Is Not Working #718623

    Hi,

    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,
    Ismael

    in reply to: Problem adding fontello icons on Enfold 3.7 #718622

    Hi,

    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.

    View post on imgur.com

    You have to specify a unique identifier everytime you upload an icon set.

    Best regards,
    Ismael

    in reply to: Full width submenu as new menu location (lost breadcrumbs) #718621

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Enfold Contact Form: issues with Chrome and Edge #718116

    Hi!

    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

Viewing 30 posts - 38,131 through 38,160 (of 66,745 total)