Forum Replies Created

Viewing 30 posts - 38,011 through 38,040 (of 38,331 total)
  • Author
    Posts
  • in reply to: Site header doesn't extend the full width of the site #768190

    Hi 1lizcollins,

    Try this one (instead of .responsive.html_boxed.html_header_sticky #header,
    .responsive.html_boxed.html_header_transparency #header {
    width: 100%;
    margin-left: 0;
    } from the snippet above) , I thought for some reason that you wanted the header for normal screens to be the size of content (must have beed tired probably, sorry)

    
    .responsive.html_boxed.html_header_sticky #header, 
        .responsive.html_boxed.html_header_transparency #header {
            width: 100%;
            max-width: 100%;
            margin-left: -5%;
        }
    

    Best regards,
    Victoria

    • This reply was modified 7 years, 8 months ago by Victoria.
    in reply to: Buttons – make click-to-call? #768179

    Hey Josh,

    Could you please give us a link to your website, we need more context to be able to help you and a kind mockup of what you’re trying to do.

    Best regards,
    Victoria

    in reply to: Add custom CSS class to a specific menu item #768178

    Hey efini,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    in reply to: Move Breadcrumbs to underneath the Title #768176

    Hey ccorkrum,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    in reply to: Individual header images for single pages #768172

    Hi Joerg,

    You can put these styles to you child theme styles.css and see if it does what you need:

    
    @media only screen and (max-width: 767px) {
    	#full_slider_1 .avia-slideshow-inner {
    		height: 130px!important;
    	}
    	#full_slider_1 .avia-slideshow-inner li div.avia-slide-wrap img {
    		  min-height: 130px!important;
    		  min-width: auto!important;
    		  left: 0!important;
    	}
    }

    Best regards,
    Victoria

    in reply to: Masonry gallery lightbox title problem #768145

    Hi Freek,

    The title is there at the bottom left of the image.

    Best regards,
    Victoria

    in reply to: contact form #768144

    Hey Aline,

    You can put this css to your child theme styles.css

    
    
    #ajaxresponse_1 {
    	margin-top: 10px;
    }
    #ajaxresponse_1 avia-form-success {
    	font-size: 16px;
    }

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: widget area in the bottom footer #768140

    Hey bonsaiko,

    Here is a nice article for you reference.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Glitched footer and responsive #768136

    Hi mk1122,
    Sorry, I missed the comment abut the content slider. Here is the code (put this in Quick Css if it does not work, put into themes/enfold/css/custom.css):

    
    @media only screen and (max-width: 767px) {
      #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .hr.hr-invisible,
      #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .hr-invisible .hr-inner {
    	height:0 !ipmortant;
    }
    
     #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .avia-content-slider {
    	margin-top: 30px;
    	margin-bottom: -65px;
    }
    
    #av_section_3 .post-entry.post-entry-type-page.post-entry-330  .slide-entry-excerpt.entry-content {
    	min-width: 180px;
    }
    #av_section_3 .post-entry.post-entry-type-page.post-entry-330 
    .avia-smallarrow-slider-heading.no-content-slider-navigation.no-content-slider-heading {
    	display: none;	
    }
    #av_section_3 .post-entry.post-entry-type-page.post-entry-330 .entry-content-wrapper.clearfix {
    	margin-top: -120px;
    }
    }
    

    Let us know if this was helpful.
    Best regards,
    Victoria

    • This reply was modified 7 years, 8 months ago by Victoria.
    in reply to: HomePage – Troublesome LayerSlider… #768112

    Hi EmiGrandOuest,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    Best regards,
    Victoria

    in reply to: Tableau and changing first link name (top) / one-page #768108

    Hey Saija,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    in reply to: sticky mobile menu #768105

    Hi andrzejkozdeba,

    Glad we could help! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi uplearning,

    The tabs might not work due to error with jQuery Validate not being able to reference jQuery.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Header Transparency / On top of Fullscreen Slider #768095

    Hi Koncium,

    I think the rules give by Rikkard do not work, because your header does not get the class .header-scrolled, the reason is that the header is just sticky, not shrinking.

    In this case, you need javascript to adjust transparency or use shrinking header.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Columns within a column #768091

    Hey Sander,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Victoria

    Hey Designweb,

    Can you please give us a link to the page, we need more context.

    Best regards,
    Victoria

    in reply to: Masonry Gallery – Felexible Masonry fix image size #768084

    Hey Neverlands,

    I tried to login to your site today.

    Best regards,
    Victoria

    in reply to: Multiple galleries on one page not displaying correctly? #768081

    Hi chartinboy,

    Please add this css to you Quick css or themes/enfold/css/custom.css

    
    .avia_transform .avia-gallery-thumb img {
        opacity: 1;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: order/orderby option to the magazine element #768077

    Hi AukeJomm,

    Great job! Glad you got it working for you. :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Background image on mobile device disappear #768072

    Hey spavli2,

    Here is the code that you should put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) { 
      div#funkcionalnosti_2, #funkcionalnosti_5,
       #funkcionalnosti_3, #funkcionalnosti_4 { 
       background-image: none!important; 
       } 
    }

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: Hotel demo does not pass google mobile-friendly test #768068

    Hey web_ellis,

    You have the recommendations form Google and the issues it shows, try fixing them. They provide a lot of useful links.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Move Widget area to bottom at mobile devices #768062

    Hi agencia_taos,

    Please put this code in you functions.php

    
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		if ($.avia_utilities.isMobile) {
    			$('.flex_column.av_one_fourth.flex_column_div.first.avia-builder-el-0.el_before_av_three_fourth.avia-builder-el-first').insertAfter('.flex_column.av_three_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-7.el_after_av_one_fourth.el_before_av_section.avia-builder-el-last');
    		}
    	}
    
    	$(window).load(function() {
    		a();
    	});
    })(jQuery);
    </script>
    <?php
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: accordion #768055

    Hey Aline,

    No idea atm, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Victoria

    in reply to: Masonry problem #768053

    Hi,

    @Wordpress and @Benjerry

    Thank you for letting us know, we are aware of the issue and are working on it. For the moment, you can activate lightbox and the gallery will show.

    Sorry for the inconvenience and thank you for your understanding.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Mansonry not showing up?!? #767705

    Hi BlutVampir,

    We have an issue with masonry, it’s not showing with lightbox deactivated. This could be the reason. Try activating lightbox and see if the masonry shows.

    Best regards,
    Victoria

    in reply to: Site header doesn't extend the full width of the site #767704

    Hi,

    Here is a slight adjustment:

    
        .responsive.html_boxed.html_header_sticky #header, 
        .responsive.html_boxed.html_header_transparency #header {
            width: 100%;
            margin-left: 0;
        }
    
        @media screen and (min-width: 960px) {
        #top .ubermenu-responsive-default.ubermenu {
            display: block!important;
            height: 108px ;
            border: none;
        }
    }
    
    #top #header_main > .container,
    #top #header_main > .container .main_menu ul:first-child > li > a, 
    #top #header_main #menu-item-shop .cart_dropdown_link {
        line-height: 82px !important;
    }
    
    @media only screen and (max-width: 989px) {
        .responsive.html_boxed.html_header_sticky #header, 
        .responsive.html_boxed.html_header_transparency #header {
            width: 100%;
            margin-left: -5%;
        }
    }
    

    Please put this code into /wp-content/themes/enfold-child/style.css.

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: Mobile Menu on the home page #767696

    Hi,

    LayerSlider update is already available with Enfold 4.0.4. Please update.

    Best regards,
    Victoria

    in reply to: Sticky header with full width sub menu on iPad #767694

    Hi Jurgen,

    Let’s try adding this code to the file themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .html_header_top.html_header_sticky #header, .responsive #top #wrap_all #header {
            position: fixed !important;
         }
    }
    

    and the you tell me what issues you still have, ok? :)

    Best regards,
    Victoria

    in reply to: Tab section image aligment #767683

    Hi,

    Here is the css that can fix this:

    
    .av-section-tab-title.av-tab-no-icon.av-tab-with-image.noHover img {
    	margin: 0 auto;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 7 years, 8 months ago by Victoria.
    in reply to: Masonry – Sort option #767677

    Hi Alex,

    Please refer to this thread for customizing subject of email.

    Did you already make the masonry gallery that you needed help with? On which page?

    Best regards,
    Victoria

Viewing 30 posts - 38,011 through 38,040 (of 38,331 total)