Forum Replies Created

Viewing 30 posts - 28,591 through 28,620 (of 34,581 total)
  • Author
    Posts
  • in reply to: Spa Demo #922879

    Hi,
    The css for the “special_amp” is added with the demo install, so it will be in your /wp-content/uploads/dynamic_avia/ folder in enfold.css or enfold_child.css, depending if you are using a child theme or not.

    Best regards,
    Mike

    in reply to: Problem with import fontello font #922871

    Hi,
    Please replace your header.php with this one: header.php
    This error is typically due to having an older PHP version installed on your host, which could also explain your issue with the icon. I have successfully installed the fontello zip file on my localhost, so please ensure your webhost has PHP v7 installed.

    Best regards,
    Mike

    in reply to: Problem with import fontello font #922721

    Hi,
    Please link to the full zip file that you downloaded from fontello, as it includes a css file with the code to the icon.
    Thanks.

    Best regards,
    Mike

    in reply to: Logo overlaps menu and page content in IE #922717

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

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: google maps isn't working #922710

    Hey verena_1992,
    I took a look and found that you had a function in your functions.php with a different API key that override your API key.
    I removed the function and now your maps are working.
    The code I removed was:

    function ava_googlemaps_apikey() {
    	$prefix  = is_ssl() ? "https" : "http";
        wp_deregister_script('avia-google-maps-api');
    	wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=KEY-IN-THE-Private-Content-Area', array('jquery'), '3', true);
    	wp_enqueue_script('avia-google-maps-api');
    }
    add_action('init', 'ava_googlemaps_apikey');

    Best regards,
    Mike

    in reply to: H1 Tag inside Caption Title for Full Width Easy Slider #922709

    Hey cpetrie2001,
    I have taken a look at your site and see your H2 & the Caption Title of the Full Width Easy Slider both seem to use the same font “Work Sans”, though one is a little larger, so I’m not sure what you want to substitute. For example, I’m looking at the H2 “8 Daily ‘Rich Habits’ Anyone Can Adopt”
    Please advise.

    Best regards,
    Mike

    in reply to: Is the contact form saving any data? #922701

    Hey pandaweb,
    The current contact form is not saving data, Please see this post about GDPR Also notice the plugin recommended at the end of the thread.

    Best regards,
    Mike

    in reply to: Problem with import fontello font #922693

    Hey heart7th,
    Please link to the fontello zip file so we can test.

    Best regards,
    Mike

    in reply to: Masonry Images not showing #922290

    Hey Corina,
    I see that if you scroll past the downloads section, and then back up the images appear, it seems to be a delay in the animation load of the images. While I can not catch any errors with the browser dev tools, because the images always load when the tool is open, I did find that this css seems to solve the issue, please try.

    .av-masonry-entry {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .avia_sortable_active .isotope {
        -webkit-transition: none!important; 
        transition: none!important; 
    }

    Best regards,
    Mike

    in reply to: Diagonal border and menu #922265

    Hey aniesen,
    To change the diagonal border, Try this code in the General Styling > Quick CSS field:

    .avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner {
        -webkit-transform: rotate(2deg)!important; 
        transform: rotate(2deg)!important; 
    }

    The standard setting is “5deg” so try different numbers until you see the results you are looking for.

    I’m not sure I understand your second question, perhaps if you explained what you were trying to do and the error you got, we could assist.

    Best regards,
    Mike

    in reply to: Enfold: button not center aligning #922242

    Hey rjhulme,
    I see the button is on multiple pages so I tried to make this code work for all of them, but if you find that it interferes with other buttons please add a custom ID for this element so we can target it better. Try this code in the General Styling > Quick CSS field:

    .avia-button-wrap.avia-button-center {
        display: flex;
        justify-content: center;
    }

    Best regards,
    Mike

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: showing background image dirctly in blog contribution? #922209

    Hi,
    To add a background header image such as the one showing on your page, to a blog post, you will need to use the advanced layout builder to create your blog post. Using a color section at the top of your page, add your background image, and set the header option at the lower right hand “Header visibility and transparency” option box to “transparent header”
    Please note that when using the advanced layout builder for posts, you will need to manually add the title and sidebar within the builder.

    Best regards,
    Mike

    in reply to: Logo overlaps menu and page content in IE #922196

    Hi,
    I found that in your child theme stylesheet that there was a 21px margin-top being added because the logo width was restricted. I added this css to disable the margin-top when the header was scrolled:

    .header-scrolled .logo {
    		margin-top: 0px;
    	}

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Spacing between picture and headline / text block #922053

    Hey brand4,
    Thank you for the images and the link to the page, to remove the extra spacing created by the line, please try this code in the General Styling > Quick CSS field:

    .hr.hr-custom.hr-left.hr-icon-no {margin: 0px !important;}

    Best regards,
    Mike

    Hey xeovision,
    We will close as requested, Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Google Index coverage issue and Woo Commerce #922044

    Hi,
    I believe that these are normal results for googlebot retreving the pages, for example, the my-account page is giving a “no-index” because you would not want a page with personal information to be indexed. By the same token, the cart & checkout pages are giving soft 404’s because the cart is empty. Please read this section: What’s a Soft 404 Error?

    Best regards,
    Mike

    in reply to: Import demo files question #922029

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

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Body font style not being applied #922027

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

    body p {font-family: 'Open Sans'!important; }

    Best regards,
    Mike

    in reply to: Logo overlaps menu and page content in IE #922023

    Hey iNGENUiTY,
    I tested your site using Chrome, Edge & IE11 on Windows 10. I was unable to reproduce the logo shift down into the content, but I was able to reproduce your menu reaching your logo at smaller screen widths. So I found that at the smallest width before the mobile menu became active was 989px and the max was 1056px. Thus I added this css to your General Styling > Quick CSS field to make your menu text 3px smaller, which allowed more room between the logo and the menu.

    @media only screen and (min-width: 989px) and (max-width: 1056px) { 
    .av-main-nav > li > a {
    font-size: 10px !important; 
    }
    }

    Please clear your browser cache and check.
    Please see screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Import demo files question #922007

    Hey likegluelikecrew,
    For the footer link please add [nolink] to: Enfold Theme Options > Footer > Copyright (also include the brackets)
    To change the color of the line Try this code in the General Styling > Quick CSS field:

    .hr-inner.inner-border-av-border-fat {
        border-color: #fff !important;
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: No social share while using Avia layout builder #921998

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold contact form not working #921997

    Hi,
    When using SMTP, your host’s anti-spam filter becomes an issue.
    Please check with your host, as their filter may require that your email be the “From” value, for SMTP is authenticated and only an authorized address is permitted to send through that SMTP gateway.
    If so this code to the end of your functions.php file should solve:

    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
        $from = " (Email address hidden if logged out) ";
        return $from;
    }

    But please check first, as they could require something different.

    Best regards,
    Mike

    in reply to: Woocommerce and lates Enfold with 503 Error problem #921994

    Hi,

    I understand, thanks for your patience.

    Best regards,
    Mike

    in reply to: Spa Demo #921991

    Hi,
    Thanks for the info, I was able to reproduce it. The & symbol creates a class “special_amp” with the color and font.
    So if you want to override it you can with css such as:

    .special_amp {
    color: #000 !important;
    font-family: 'Comfortaa' !important; 
    }

    Best regards,
    Mike

    in reply to: 4.2.5 / Woocommerce issue #921981

    Hi,
    Opps, wrong thread, this was not intended for the woocommerce issue, but perhaps it is worth a try…

    The Dev Team found that for some, the new generated files cannot be read. As a temporary workaround we have this filter to supress minification and disable the merge. Please try adding this to your functions.php:

    add_filter('avf_merge_assets', function() {
    	return 'none';
    });

    Best regards,
    Mike

    Hi,
    I took a look at you page & post, Please try to recreate your page using the advanced layout builder only, I believe you will find that it will work better that using advanced layout builder shortcodes in the default editor.

    Best regards,
    Mike

    in reply to: Spa Demo #921976

    Hi,
    Please link to the “&” symbol on your site as I didn’t find in on my demo.
    For the order of the grid row on mobile view, please try this solution:
    https://kriesi.at/support/topic/grid-row-order-on-mobile/#post-504545

    Best regards,
    Mike

    in reply to: Alignment issues #921485

    Hey DROR,
    Sorry I couldn’t match the screenshots with your site, please link to the pages and elements that your screenshots were from.

    Best regards,
    Mike

    in reply to: Cusom CSS not working after theme update #921481

    Hey DROR,
    It would be good if you had a custom ID for the element on each page, but it does seem that they all are called “av-layout-grid-1” on the few pages that I checked, so please try this code:

    #av-layout-grid-1 .iconbox_icon {
    margin-left: 44px!important; 
    position: relative!important; 
    top: 24px!important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 28,591 through 28,620 (of 34,581 total)