Forum Replies Created

Viewing 30 posts - 29,221 through 29,250 (of 35,234 total)
  • Author
    Posts
  • in reply to: Anchor link not working #923903

    Hey gretabeneforti,
    When I test I find the Chrome & Firefox goes to the anchor correctly, but Edge goes to the bottom of the page. One option to correcting this would be to try a plugin such as: Hash Link Scroll Offset or Page scroll to id
    Another option would be to add an offset to the anchor, first add a class to the anchor like this:

    <a class="anchor" name="duetre"></a>

    then add this code in the General Styling > Quick CSS field:

    .anchor {
      display: block!important; 
      height: 100px!important;
      margin-top: -100px!important;
      visibility: hidden;
    }

    The advantage to using a plugin is that they add a js script that controls the offset across different browsers more efficiently.

    Best regards,
    Mike

    in reply to: Disable scrolling in Posts #923878

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_action('wp_footer', 'no_post_scroll');
    
    function no_post_scroll() {
    	 if ( is_single()) {
      echo '<style>
        html, body {
         overflow: hidden;
    }
      </style>';
    }
    }

    this will check that it is a single post page, and apply the css.

    Best regards,
    Mike

    in reply to: White screen after update Enfold to 4.2.6 #923873

    Hey AstridHaveman,
    I see your webhost has PHP v5.4 installed, please ask to have PHP v7 installed.
    The link to v4.2.4 is in the Private Content area.

    Best regards,
    Mike

    in reply to: 4.2.5 / Woocommerce issue #923842

    Hi,
    @Keith
    I applied the above fix by Ismael and it seems to have solved your issue, please check.

    Best regards,
    Mike

    in reply to: Major issues after update 4.2.6 #923830

    Hey YCreative,
    Please include ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: Image with Hotspots #923816

    Hey KelseyCurran,
    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: Header extra elements with icons #923795

    Hey unicaweb,
    Please explain in more detail what is wrong with the position so we can assist.
    2018-03-08_045417

    Best regards,
    Mike

    in reply to: Breadcrumbs not showing on one page #923574

    Hey LindaK816,
    Please check that when editing the page, the Title Bar Settings in the layout block is set to show breadcrumbs.
    2018-03-07_233634

    Best regards,
    Mike

    Hey LindaK816,
    I believe the code you are looking for is:

    .page-id-3249 .avia-builder-el-8 {
    padding-right: 60px;
    }

    Let us know if this helps.

    Best regards,
    Mike

    in reply to: Portfolio items – Excerpt alignments… #923561

    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: Background Image #923560

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

    #top.home .main_color.container_wrap .container {
    background-image: url('https://Your_Site.com/wp-content/uploads/2018/03/Au-Taurus-1.jpg');
        background-size: cover;
    background-repeat: no-repeat;
    }

    If you wish to remove the blue background around your login form, please remove the color from your column.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Sorry, but I’m not sure of the difference between your “design” and “current” images above, can you please explain a little more.

    Best regards,
    Mike

    in reply to: Import only Part of a demo #923539

    Hey Jason,
    Do you mean that you tried creating a new product with the advanced layout builder and when you view it, it is blank?
    Can you please include a admin login in the private content area, and the url to your test product, so we can take a closer look.

    Best regards,
    Mike

    in reply to: Icons in Icon Element Tiny after upgrade #923533

    Hey clbdcnpafe,
    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: Photos resolution #923529

    Hey Petrucci86,
    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: Background Image #923524

    Hey maximusmarine,
    We could assist with some css if you share the link to the background image you want to use that is hosted on your site, yet there are many plugins for customizing your login page available, that would be easy for you to use, such as Admin Custom Login

    Best regards,
    Mike

    in reply to: How do I make these go away!? (new after upgrade) #923522

    Hi,
    Glad Yigit was 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: Problem with import fontello font #923519

    Hi,
    I added some classes to your element and this css to your General Styling > Quick CSS field:

    .inline-left {
        float: left;
        padding-right: 50px;
    }
    .inline-right {
        float: right;
    }
    .cncenter {
        display: flex;
        justify-content: center;
    }

    Your icons are now inline, with a spacing of 50px between them, if you want to change the spacing please adjust the “50px” in the code above.

    Best regards,
    Mike

    in reply to: custom CSS not working after Enfold Version 4.1 Update #923510

    Hi,
    Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
    In your new thread please provide admin login info and detail your issue, such as which css that is not taking effect.

    Best regards,
    Mike

    in reply to: Enfold Portfolio NO Full Width desired #923017

    Hey Tim,
    To create a boxed layout for your portfolio items, you can go to Enfold Theme Options > General Layout > Layout > Use stretched or boxed layout and choose boxed layout.
    This this will change your whole site though, but changing just the portfolio items is an option that is not available.

    Best regards,
    Mike

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

    Hi,
    You can enable it with the blue button under the title box
    2018-03-07_063216

    Best regards,
    Mike

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

    Hi,
    Thanks for your input Guenni007, @cpetrie2001 let us know if we can be of more assistance.

    Best regards,
    Mike

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

    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: 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

Viewing 30 posts - 29,221 through 29,250 (of 35,234 total)