Forum Replies Created

Viewing 30 posts - 30,331 through 30,360 (of 33,834 total)
  • Author
    Posts
  • Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Contact form field color after fill #870027

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Masonry portfolio/gallery margins (left/right) #870026

    Hey Massimo,
    Please include the url to the page in question so we can target the element and remove those margins.

    Best regards,
    Mike

    in reply to: Site name instead of logo #870024

    Hey Massimo,
    Please remove your logo in two places:
    Enfold Theme Options > Header > Transparency Logo
    Enfold Theme Options > Frontpage Settings > Logo
    Add this to your functions.php

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= get_bloginfo('name');
        return $sub;
    }

    then add this to your quick css:

    .logo > a > img { display: none !important; }

    and clear your cache

    Best regards,
    Mike

    in reply to: Sticky element in a PAGE #870022

    Hi,
    I logged in to make the changes for you but your Appearance > Editor is not showing, are you using a security plugin to block some features?
    Anyways, first you will need to enable the custom css option:
    Go to your Appearance > Editor > functions.php and look for this at the end of the file:

    // add_theme_support('avia_template_builder_custom_css')

    remove the // and save.
    Then go to your page and edit the column, you will see a new option box at the bottom “Custom Css Class”
    add this to it:

    fixed_element

    2017-10-28_152811
    Then add the script above in the functions.php file and save
    Then go to Enfold Theme Options > General Styling > Quick css , which is at the bottom of the page
    and add the other code.
    2017-10-28_154033

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Parallax Color Section strangely moves into header #870017

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    I added it to your Enfold Theme Options > General Styling > Quick CSS field while in your other language and it works.
    Please check

    Best regards,
    Mike

    in reply to: image box #870013

    Hey simsb79,
    Try using the masonry gallery element, I recreated the page by using the same images and settings the columns to 3 and number of images to 4 with the “Perfect Automatic Masonry” chosen as the size option.
    Then I choose to use the image title as the mouse overlay. That is what gives you the animation.
    Note that the 16:9 ratio is key to having the wide or tall images use two blocks.
    2017-10-28_143928
    2017-10-28_144810

    Best regards,
    Mike

    • This reply was modified 7 years, 4 months ago by Mike.

    Hi,
    Glad to hear it is resolved, I’m not sure how to address the issue as I’m not sure how to recreate. But I know many layerslider issues were address with this weeks Enfold update. Have you updated? Shall we close this?

    Best regards,
    Mike

    in reply to: Parallax Color Section strangely moves into header #870004

    Hi,
    Try:

    #socket {left: 5%!important; }

    Best regards,
    Mike

    in reply to: Working animations on tablets and smartphone #870003

    Hey na52e,
    Some elements have more animation options than others, for example the icon has none but the grid cell has many, so putting the icon inside the cell gives it the effect.
    2017-10-28_133520
    The animations work the same for me on mobile and desktop.

    Best regards,
    Mike

    in reply to: Popup / Modal Video with the Lightbox Modal Window off #870002

    Hi,
    To open a modal in Enfold you would need to use the lightbox and use the ?iframe=true
    This is how to make a link for an image to open in lightbox, use in a code block element:

    <a href="http://127.0.0.1/wp-content/uploads/2015/07/portfolio-9.jpg" rel="prettyPhoto" title="">Image</a>

    To open pages in lightbox using an iframe, create a link like this in a code block element:

    <a href="http://127.0.0.1/pages/blank-pages/coming-soon-page/?iframe=true">Page</a>

    This is the format for opening a Youtube video in lightbox:

    <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>

    But since you are having compatibility issues you could try a plugin such as: Modal Window

    Best regards,
    Mike

    in reply to: text advance layout editor #869997

    Hey simsb79,
    Those are the extended tinymce options, you could try a plugin such as: TinyMCE Advanced

    Best regards,
    Mike

    in reply to: Drop down menu height #869987

    Hi,
    To add a phone icon next to support, add the icon shortcode to the menu navagation label:

    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='' admin_preview_bg=''][/av_font_icon]

    2017-10-28_121818

    Best regards,
    Mike

    in reply to: Change Color of Certain Text #869986

    Hi,
    The description text looks white on my end, please see screenshot 1 in Private Content area.
    For the cart total:

    .main_color strong .woocommerce-Price-amount {color: #fff !important; }

    screenshot 2
    On the check out page the only text that is green is “United States (US)” I don’t see “Billing Details” and “Your Order”
    screenshot 3
    am I looking in the right place?

    Best regards,
    Mike

    Hey 4ROI,
    #2: To change the font size of the testimony slider you will want to target:

    .avia-testimonial_inner p {font-size: (your-size)px !important; }}

    so for between 768 & 1024:

    @media only screen and (min-width: 767px) and (max-width: 1024px) {#top .avia-testimonial_inner p {font-size: 12px !important;}}

    2017-10-28_111639
    but it doesn’t address the width of the element unless you add:

    @media only screen and (min-width: 767px) and (max-width: 1024px) {#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {padding: 0px 50px!important;}}

    2017-10-28_112356
    is that what you had in mind?
    #1 Try this code, it is set for 1025, so it will work on 1024 but you may want to set it higher like 1100. Test and adjust to suit.

    @media only screen and (max-width: 1025px) {
    	
      .responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
      .responsive #top { overflow-x: hidden; }
      .responsive .boxed#top, .responsive #top.boxed .stretch_full , 
      .responsive.html_boxed.html_header_sticky #header,
      .responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; }
      
      .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left:0;
        padding-right:0;
        float:none;
      }
      .responsive .units, .responsive .unit {
        margin: 0;
      }
      
      .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
      }
      
      .responsive #top #wrap_all .av-flex-cells .no_margin{
    	  display: block;
    	  margin: 0;
    	  height:auto !important;
    	  overflow: hidden;
    	  padding-left:8% !important;
    	  padding-right:8% !important;
      }
      
      .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{
    	    width: 100%;
    		max-width: 100%;
    		margin: 0 auto;  
      }
      
      .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{
    	  padding-left:0% !important;
    	  padding-right:0% !important;
      }
      
      .responsive #top #wrap_all .flex_column:empty{margin:0;}
    }

    Best regards,
    Mike

    in reply to: Masonry portfolio images captions on mobile #869969

    Hey Sigmund,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 1024px) {
    figcaption.av-inner-masonry-content.site-background {
      display: none!important; 
    }}

    For me your site had that behavior up to 1024px, but you can adjust to suit.
    Another option:

    @media only screen and (max-width: 1024px) {
    .main_color .container .av-inner-masonry-content {
      display: none!important; 
    }}

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.rtl .main_menu .menu li {
        float: none!important; 
    }

    Best regards,
    Mike

    in reply to: Failed to load enfold.css #869950

    Hi,
    When I look at the site 39 files have the 404 error, which is “not found” and is a different error than 403.
    they point to:

    https://your-site.de/pk2017/wp-content/themes/enfold/css/layout.css

    please check with ftp what your real path is

    Best regards,
    Mike

    in reply to: SSL Update #869933

    Hey Mark,
    From what I have read this has been a factor that is being implemented in stages, to give every one time to switch.

    Best regards,
    Mike

    in reply to: Can't import Demo #869928

    Hey kobeleung,
    Often this is resolved by increasing the PHP memory limit in WordPress, using FTP, try pasting this code in the wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

    define( 'WP_MEMORY_LIMIT', '256M' );

    Another solution is to also try adding these rules in your .htaccess file using FTP:

    php_value max_execution_time 180
    php_value upload_max_filesize 20M
    php_value post_max_size 50M

    Sometimes this may conflict with your host so try adding one line at a time & if any of them causes your site to stop working just remove them.
    Also try disabling all of your plugins.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look for errors.

    Best regards,
    Mike

    in reply to: Contact form not working #867529

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Main Menu Drop-Down Colors #867526

    Hi,
    I don’t see any conflicts, try this code and adjust to suit:

    
    /*menu text color*/ 
    .header_color .main_menu ul:first-child > li > a {color: blue !important;}
    /*menu background color*/
    .header_color .main_menu ul:first-child > li > a {background-color: tan !important;}
    /*menu text hover*/
    .header_color .main_menu ul:first-child > li > a:hover {color: red !important;}
    /*menu background color hover*/
    .header_color .main_menu ul:first-child > li > a:hover {background-color: black !important;}
    /*sub-menu text color*/
    .header_color .main_menu .menu ul li a {color: black !important;}
    /*sub-menu text hover*/
    .header_color .main_menu .menu ul li a:hover {color: blue !important;}
    /*sub-menu background color*/
    .header_color .main_menu .menu ul li a {background-color: red !important; }
    /*sub-menu background hover color*/
    .header_color .main_menu .menu ul li a:hover {background-color: green !important; }

    Best regards,
    Mike

    in reply to: Menu anchors scroll to section offset #867391

    Hi,
    Thanks, Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Spotify embeed problem #867390

    Hi,
    It played for me as soon as I scrolled down to find it, I just had to click on one of the tracks.
    I’m using Chrome on Windows 10, what are you using?

    Best regards,
    Mike

    in reply to: Article-image should not be listed in Lightbox #867373

    Hey th-photography,
    I understand, but all of the images on a page that are lightbox enabled will show in the lightbox. We don’t have a way to exclude a certain image. Solutions to this are:
    1. Add the no pointer event (your using this now)
    2. You can edit your blog posts and choose not to display featured image on single posts
    3. add the “noLightbox” class to your /enfold/includes/loop-index.php
    starting at line 196 look for:

    				        if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
    				        if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
    				    }
    					
    				    if(!empty($before_content))
    				        echo '<div class="big-preview '.$blog_style.'">'.$before_content.'</div>';

    replace with:

    				        if($slider) $slider = '<a href="'.$links.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
    				        if($slider) echo '<div class="big-preview noLightbox '.$blog_style.'">'.$slider.'</div>';
    				    }
    					
    				    if(!empty($before_content))
    				        echo '<div class="big-preview noLightbox '.$blog_style.'">'.$before_content.'</div>';

    Best regards,
    Mike

    in reply to: Spotify embeed problem #867363

    Hi,
    I couldn’t find where the element is, can you link to it?

    Best regards,
    Mike

    in reply to: Can't save changes to one of the pages #867358

    Hi,
    I fixed the name, Glad we were able to help, we will close this now. Thank you for using Enfold.
    Best regards,
    Mike

    in reply to: Main Menu Drop-Down Colors #867355

    Hey ScottYetter,
    Try using the Enfold Theme Options > Advanced Styling > Main Menu Links and check the box Apply only to mouse hover state for the hover state. This means that you need to use this option twice, one checked, one not.
    For the box shadow and the line try this code:

    .av-main-nav ul {box-shadow: none!important;} 
    .av-main-nav > li > ul {
        border-top-width: 0px!important; 
        border-top-style: none!important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 30,331 through 30,360 (of 33,834 total)