Viewing 30 results - 90,061 through 90,090 (of 142,936 total)
  • Author
    Search Results
  • #693355

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 768px) {
    .home #av-layout-grid-1 .flex_column_table {
        margin-top: 0!important;
    }}
    

    Best regards,
    Yigit

    #693345

    Hi,

    This is not a bug actually. Special heading element has top margin and the code i posted removes it in your section.

    Best regards,
    Yigit

    #693342

    Hi kilimats!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #performance-reports .av-special-heading-h2 {
        margin-top: 0!important;
    }

    Regards,
    Yigit

    #693309

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-1178 #av_section_1 .container {
        padding-top: 10px!important;
    }
    

    Best regards,
    Yigit

    #693307

    In reply to: Full-width logo

    Hi,

    I added following code to Quick CSS

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    Then set header height to 245px (which is the height of your logo) in Enfold theme options > Header then flushed cache. Please review your website now. When you make changes on your site, please do not forget to flush cache on your cache plugins settings.

    Best regards,
    Yigit

    #693305

    Hi rimlightstudio!

    Please refer to this post – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759

    Cheers!
    Yigit

    #693297

    Topic: Full-width logo

    in forum Enfold
    Uros
    Participant

    I want the logo to be full-width and to appear above the menu?

    i tried codes like:

    #header_main>.container {
    max-width: 100%!important;
    width: 100%!important;
    }

    and

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    }
    #header_main>.container {
    margin: 0;
    }

    and

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    }
    #header_main>.container {
    max-width: 100%!important;
    width: 100%!important;
    }

    but nothing happened

    plz help

    #693295

    But I also want the category pages to take the same layout.

    I read in https://kriesi.at/support/topic/how-to-make-blog-category-and-tag-list-pages-styled-same-as-blog-landing-page/ that the category pages will not take the ALB layout.

    • This reply was modified 9 years, 6 months ago by sdeceulaer.
    #693291

    Hi Vinay,

    I am sorry, my explanation was not clear enough. I mean Consultancy in the dropdownmenu of Services. The hover color in the Services dropdownmenu is not oke yet; as you can see at the home page When someone hovers over Consultancy i want it totally to be the color #272727;
    Furthermore i would like to change the width of the dropdowmenu; i quess the right wide is about 120px;
    I now added the following code tot het Quick CSS section under Enfold > General Styling (but this code doesn’t give the result i like)

    #top #wrap_all .avia_mega_div {
    background-color: #272727;
    border-color: #272727;
    }

    #top #header .mega_menu_title a {
    margin-left: 0% !important;
    width: 70%;
    color: #FFFFFF;
    text-decoration: none;
    }

    ul .submenu {
    width: 120px !important;
    }

    ======================

    Best Regards
    Paul

    #693245
    goldengate415
    Participant

    Hi-
    I’m not sure when this happened, but I noticed this morning that breadcrumbs that used to display the title on my blog posts are now just displaying a generic heading of “Blog – Latest News.” Did I somehow change a setting?

    Can you help me-

    (1) How do I turn off breadcrumbs on blog posts?
    (2) How do I have the breadcrumbs display the page title on blog posts?

    Example of post with this issue here:

    Thanks!!!!
    Rob

    #693233

    Hey Neil,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .main_color .avia-color-theme-color * {
        color: black;
    }
    

    Best regards,
    Yigit

    #693232

    Hey jelle,

    Please edit your page and click “screen options” on the top right corner and check “discussion” then scroll below your content and make sure that you have enabled discussion.

    Best regards,
    Yigit

    #693211

    Hey reamisag,

    You can go to Enfold theme options > Header > Header Behaviour and check “Unstick topbar” so when scrolled down, header meta section will be hidden.

    If you would like to hide only secondary menu when scrolled down, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled .sub_menu { display: none; }

    Best regards,
    Yigit

    #693203
    #693122
    benbrinnand
    Participant

    Hi enfold

    Im trying to get rid of this space at the top

    https://drive.google.com/file/d/0B-0P-Ma0-co7enNFa2M5R0tFSm8/view

    To open the light box I am using this

    <div class=’avia-button-wrap avia-button-left ‘><span class=’avia_iconbox_title’>Demandez un devis</span></div>

    I have the light box in another page (I don’t know how to hide stuff on the same page) I’v turned off all the menus and set everything to no padding but its still giving me this large space at the top..

    any Ideas

    thanks in advance Ben

    #693082

    Topic: import new DEMO?

    in forum Enfold
    Chris_85
    Participant

    hi,

    i found a new DEMO on kreisi.at (http://kriesi.at/themes/enfold-creative-studio/#top)
    At the Moment i cant find a possibility to import the new-demo with enfold version 3.71. Is it possible to import the new DEMO with the next enfold-version or is there another solution for enfold 3.71?

    best regards

    Chris

    #693068

    In reply to: Background color of H2

    Thanks Andy,

    For instance, on this page: http://www.arbejdsmarkedsanalyser.dk/ I would like the text (which is H2) in the top picture “PRAKSISNÆR DOKUMENTATION OG EVALUERING” to be on a coloured background, so that it is easier to read. Will I accomplish that by changing the background colour of H2?

    BR,
    Kim

    #693067
    fluid
    Participant

    Dear Enfold Gurus!
    Thank you very much for setting up this great Theme, I hope ypu can help me this question:
    I’d like to add a hoover effect to images placed in a footer widget. I got them there with plain html, not via Avia Builder as I did not find the short codes.
    So now I would like to have coloured images with a greyscale filter and when the cursor is placed on them the filter is turend off. So its gonna be something like:

    div.avia-image-container div a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }

    div.avia-image-container:hover div a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }

    Found this in an other topic.
    Now I don’t know how to adress those images placed with plain htm in a footer widget – can you guys help me out?

    Thank you very much in advance!

    #693065

    This code solved my issue:

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    	?>
    	<script type="text/javascript">
    	(function($) {
    
    		$('.av-section-color-overlay-wrap').on('click', '.custom-mute', function() {
    				$(this).toggleClass("icon-sound-on");
    				
    				
    			});
    		
    
    		function a() {
    			$('.av-section-color-overlay-wrap').prepend('<div class="custom-mute"></div>');
    			$('.av-section-color-overlay-wrap').on('click', '.custom-mute', function() {
    				$('#top .mejs-controls .mejs-volume-button button').trigger('click');
    
    			});
    		}
    
    		a();
    	})(jQuery);
    	</script>
    	<?php
    }

    And here’s what I added on the quickCSS:

    .custom-mute {
        display: block;
        background-image: url('../../../wp-content/uploads/2016/09/icon-unmute.png');
        background-size: 48px;
        width: 48px;
        height: 48px;
        position: absolute;
        bottom: 50px;
        right: 10px;
        z-index: 1000;
    }
    
    .custom-mute:hover{
    opacity: 0.5;
    }
    
    .icon-sound-on{
    background-image: url('../../../wp-content/uploads/2016/09/icon-mute.png');
    }
    
    @media only screen and (max-width: 1290px) {
    .custom-mute {
        
        right: 190px;
        
    }
    }

    You guys are awesome!
    You can mark this as solved. Thanks

    #693061

    In reply to: Overlap logo and menu

    Hi,

    I’m not sure I completely follow. What do you mean by put the logo on top of the menu? Do mean you would want the logo placed above the nav menu in a situation like that where it overlaps?

    Best regards,
    Jordan

    #693059

    In reply to: Overlap logo and menu

    Thank you! It works: combining both solutions, the logo is in line with the menu and there is no overlap.

    However, is it possible to put the logo on top of the menu for the case when I don´t want to show the mobile menu yet and there is an overlap.

    For example for your site kriesi.at: a solution for the overlap at screen widths between 862px to 767px.
    What would be the css code (for the Enfold Theme)? Or is it not that simple?

    #693043

    In reply to: Problem Restore Backup

    Hey 4paintaker,

    The database may need to be repaired”, then you need to repair your database.
    You can do this by adding the following line in your wp-config.php file. Add it just before ‘That’s all, stop editing! Happy blogging’ line wp-config.php.

    
    define('WP_ALLOW_REPAIR', true);

    Once you have done that, you can see the settings by visiting this page: http://www.yoursite.com/wp-admin/maint/repair.php

    Once you are done repairing and optimizing your database, make sure to remove this from your wp-config.php. Let us know how it goes.

    Best regards,
    Jordan

    #693033

    Hey mcraig77,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
        font-size: 50px;
    }
    

    You will need to add the section class to the code and replace the #top to target only that section’s icon.

    Best regards,
    Jordan

    #693026

    I’ve got the buttons looking ok now. I made the columns they are have no spacing between them. I’ll copy and paste my original post at the top of this thread to a new ticket then Andy.

    #693024

    In reply to: Overlap logo and menu

    Thank you for the quick reply.
    Well, the problem is that the site is still under development and the menu structure (and so the width) is not completely determined

    But the same problem happens with your site:
    kriesi.at

    From width 862px to 767px there is an overlap

    screenshot3

    (in my case for the moment from 980px to 767 px)

    I would like for this situation the menu aligned left and the logo on top of it (also aligned left)

    Thanks for the help!

    #693011

    In reply to: Masonary Gallery

    Hi,

    To make the changes Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    1. Masonry background color

    .av-inner-masonry {
    background-color: #e7e7e7!important;
    }
    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0, 0, 0, 0)!important;
    }
    

    2. and 3. To align the masonry title and change font size.

    .av-masonry-entry-title.entry-title {
           font-size:26px!important;
    	position:absolute;
    	left:50%;
    	transform:translateX(-50%);
    	bottom:20px;
    }

    Best regards,
    Vinay

    #692992

    Topic: Overlap logo and menu

    in forum Enfold
    Blueberry007
    Participant

    Hi,

    I have the following settings for the header in the Enfold Theme:

    logo:left
    menu:right

    (just like the header of this forum:)

    screenshot1

    Reducing the window size (just before the breakpoint for mobile devices) leads to an overlap of the menu and the logo (happens the same with the header of this forum)
    Would it be possible to place the logo on top of the menu for this situation?

    screenshot2

    • This topic was modified 9 years, 6 months ago by Blueberry007.
    #692991
    Sadegh
    Participant

    Hey Kriesi Team,

    > We are using WPML plugin.
    > As you may see in the website (LINK), English menu width is larger than Farsi menu, so the style of the top header should be vary for each language. Otherwise, we see this conflict between menus:
    .

    Regards,
    Sadegh

    #692980

    hm i did that in child-theme functions.php :

    this is a fix for top setting only
    if you only want to change it for a specific site (see code at bottom) – in my case it is page-id-140

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
        $(document).ready(function(){
            $(window).load(function() {
                var shift = $('.container.av-logo-container').outerHeight();
                    $('.page-id-140 .avia-section.avia-bg-style-fixed').css('background-position-y', shift  );
            });
            $(document).scroll(function(){
                var shift = $('.container.av-logo-container').outerHeight();
                    $('.page-id-140 .avia-section.avia-bg-style-fixed').css('background-position-y', shift  );
            });
        });
    })(jQuery);
    </script>
    <?php
    }
    • This reply was modified 9 years, 6 months ago by Guenni007.
    #692961
    Guenni007
    Participant

    if you have a color-section and give a background-image to it – you have the choice to position that attachment on enfold dialog.
    on parallax the positioning of the background-attachmant (image) works as expected
    – but on fixed positioning not .
    it seem more like a center center than a center top.
    it looks like the header-height isn’t regarded. On non shrinking header i can fix it with css (with background-position ) but on shrinking headers it must be influenced dynamically ?

    Is there a fix for it ? – Thanks

    PS : it is just because sometimes it is important to see the top of the image

Viewing 30 results - 90,061 through 90,090 (of 142,936 total)