Forum Replies Created

Viewing 30 posts - 30,271 through 30,300 (of 34,963 total)
  • Author
    Posts
  • in reply to: How to remove the Lightbox arrow? #897188

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

    
    .image-overlay {
    background-color: #d63e2d !important;
    opacity: 0.7 !important;
    }
    .image-overlay-inside {
    display:none !important;
    }

    adjust color and opacity to suit. If you want this to only work on some pages, please let us know which ones so we can adjust the code for you.

    Best regards,
    Mike

    in reply to: Header in color section #897186

    Hi,
    Please include the login user name, I see the password and url, thanks.

    Best regards,
    Mike

    in reply to: Install theme without using existing web address #897182

    Hey kasia80,
    I would recommend a two stage approach, the first stage is to create a sub-domain on your webhost and install WordPress to be able to work on the new site. If you make your sub-domain “stagging” your url to work on the site would be “stagging.yourdomain.se” and it will not interfere with the main site. Here is a good step by step video: https://youtu.be/cJBKQvRvPeo
    Now that you have your wordpress site running you can login and go to Dashboard > Appearance > Themes and click the “add new” button at the top of the screen. When asked for the file choose your enfold.zip inside the theme forest zip you downloaded. After you should also install the Enfold Child theme called enfold-child.zip Read about using a Child Theme and then active the child theme, it uses the Enfold theme, but allows you to save any special customizations after any theme updates.
    Now you can start creating, here are some great videos to get you started: https://kriesi.at/documentation/enfold/videos/

    When you are done, you can go to stage two, which will be to install WordPress on your main domain, much like before but you use your root folder when installing.
    Then you can use the plugin called all-in-one-wp-migration to copy your stagging site to your main site, it’s very easy. Here’s a
    All-in-One WP Migration tutorial
    And that’s it. This may seem like a lot but it’s very easy, and if your have questions we will be happy to help.

    Best regards,
    Mike

    in reply to: Easy Slider in A Column! #897170

    Hi,
    To remove the slideshow controls Try this code in the General Styling > Quick CSS field:

    #top.page-id-53 .avia-slideshow-controls {display:none!important;}

    Best regards,
    Mike

    in reply to: Column Background , import pages #897167

    Hey Ghallab,
    In that case the grid row element is being used, each cell has the option to have a background image.
    To import pages or sections from one of the demos to your working site without affecting your settings you can create a localhost site and import the demo. Then Enable Avia Layout Builder Debug and copy the shortcode from one page or site to another. Let us know if you would like advice on how to create a localhost on your computer, we will need to know what OS you are using.

    Best regards,
    Mike

    in reply to: Remove meta in blog & remove comment section in article #897164

    Hi,
    We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Woocommerce Shop Remove Padding Under Menu #897162

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

    .html_entry_id_346 #main.all_colors {display:none!important;}

    Best regards,
    Mike

    in reply to: Animated Numbers to late #897158

    Hi,
    It looks like you are using a Lazy Load plugin, if so it may be adding time to the animation. We have seen other issues where the Lazy Load delayed caused issues with the elements. Try disabling your plugins to see if that helps.

    Best regards,
    Mike

    in reply to: How to remove the Lightbox arrow? #897150

    Hey spalta,
    The images on your home page don’t have the arrow on hover, so I found a different page that did, please check the url in the Private Content area to ensure I’m looking at the correct element.

    Best regards,
    Mike

    in reply to: Other Footer & Socket Style #897143

    Hey jumamedia,
    I’m not sure I understand, it seems the footer & socket look the same on every page. Can you include a screenshot of the issue and how you would like it to look?

    Best regards,
    Mike

    in reply to: Enfold Latest News Widget #897129

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

    Best regards,
    Mike

    in reply to: Active menu indicator background #897128

    Hi,
    Ok, thank for using Enfold

    Best regards,
    Mike

    in reply to: Logo in IE11 Looks Very Low Quality #897127

    Hey santanin,
    I have taking a look and IE11 doesn’t render images well because it’s using an old engine, the solution is suppose to be putting X-UA-Compatible IE=Edge in the header, so I put this code to the end of your child theme functions.php file in Appearance > Editor:

    add_action( 'send_headers', 'add_header_xua' );
    function add_header_xua() {
    	header( 'X-UA-Compatible: IE=edge,chrome=1' );
    }

    and cleared your site cache, but didn’t notice a difference.
    I then uploaded a smaller logo and used a media query to target IE11 only in your child theme css:

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    span.logo a:before {
    content: '';
    background: url(https://yoursite.com/wp-content/uploads/2018/01/tclogoie2.jpg) no-repeat center;
    display: block;
    height: 78px; 
    }
    }

    While the image looked good in IE11 my attempts to hide the old logo failed, IE11 is limited as it is not css3 ready.
    Overall IE11 is hard to work with and why Edge is it’s replacement, your logo looks good in Edge.
    I would suggest trying some other sizes for your logo, I know you don’t want to go down to 340px, but 1400px is way to big. Perhaps try 700px, it should still look good on other browsers and may work with IE11. If you try a few sizes I’m sure you will find a good compromise.

    Best regards,
    Mike

    in reply to: Enfold Latest News Widget #897109

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

    Best regards,
    Mike

    in reply to: Make Product Images Larger on Single Product Page #897107

    Hi,
    For the font-size and button color try:

    #top.product-template-default.single.single-product h1.product_title.entry-title {font-size: 17px !important;}
    #top.product-template-default.single.single-product div .main_color .button {background-color: red !important; }

    adjust to suit.
    The thumbnails are a part of the product element, and not easy to separate.
    If you use the advanced layout builder it will be very different, not all of the elements with work with woocommerce. But you can try to see if you like it.

    Best regards,
    Mike

    in reply to: Enfold Latest News Widget #897105

    Hi,
    Try:

    h2.post-title.entry-title a {font-size: 20px !important;}

    adjust the number to suit.

    Best regards,
    Mike

    in reply to: Form submissuon: how to scroll to the first error? #897104

    Hi,
    That’s great news! Sorry it took so long, thanks for your patience.
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    in reply to: Form submissuon: how to scroll to the first error? #896976

    Hi,
    I found this script that will scroll to the top of the page and changed it to be triggered by the submit button. What is nice about this is your can change “scrollTop: 0” to “scrollTo 100” and it will stop 100px from the top of the page, meaning you can adjust where on your page you want it to stop. And it’s not dependent on the ajax ID getting caught.
    I tested it on my localhost and it seems to work.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function add_custom_scroll(){
    ?>
    <script>
    $(document).ready(function () {
    
        $('input.button').click(function () {
            $("html, body").animate({
                scrollTop: 0
            }, 600);
            return false;
        });
    
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_scroll');
    

    Best regards,
    Mike

    in reply to: Should I use a Child Theme? #896974

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    Nice work, by the way :)

    Best regards,
    Mike

    in reply to: Make Product Images Larger on Single Product Page #896972

    Hey stovetopchicago,
    For the image, Try this code in the General Styling > Quick CSS field:

    #top.product-template-default.single.single-product .single-product-main-image {
        width: 70%!important; 
    }

    Which text would you like smaller, it seems small on my screen?

    Best regards,
    Mike

    in reply to: Adding a Backround Color for Left Menu Item on Mouse Over #896967

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

    li.current-menu-item:hover {background: red !important; }

    Best regards,
    Mike

    in reply to: Moving from sandbox to live domain with Enfold #896964

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

    Best regards,
    Mike

    in reply to: Reduce line height #896962

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

    Best regards,
    Mike

    in reply to: Need help #896961

    Hey comprompt,
    When you click the link “some important page has been removed by request” what does it say?

    Best regards,
    Mike

    in reply to: Font Tenby Five #896959

    Hey McCreight_Media,
    Try adding the full path to the font in the url.
    Then add the css for the elements that you wish to use the new font on in the General Styling > Quick CSS field, such as:

    h1,h2,h3,h4,h5,h6 { font-family: tenby-five-light !important; }

    Best regards,
    Mike

    in reply to: Pictures befor text on mobile #896958

    Hey McCreight_Media,
    You maybe able to use float to change at mobile view, like this:

    @media only screen and (max-width: 767px) { 
    #ID-of-img {float: left !important; 
    #ID-of-text {float: right !important; 
    }

    you will need to add ID’s to the two elements and change the code according

    Best regards,
    Mike

    in reply to: Reduce line height #896955

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

    .post-entry-5513 .av_textblock_section h3 {
    margin-top: 0px !important; 
    }
    .post-entry-5513 .av_textblock_section p,.post-entry-5513 .av_textblock_section img {
    margin-bottom: 0px !important; 
    padding-bottom: 0px !important;
    }

    Best regards,
    Mike

    in reply to: Space between 3 columns #896954

    Hey Milan,
    Do you have an example in place? I tried logging in but it was disabled.

    Best regards,
    Mike

    in reply to: Footer #896953

    Hey Dildoreus,
    Add [nolink] to the end of your copyright line under Theme Options -> Footer

    Best regards,
    Mike

    in reply to: Moving from sandbox to live domain with Enfold #896952

    Hey siestajoye,
    Deleting the development site is enough.

    Best regards,
    Mike

Viewing 30 posts - 30,271 through 30,300 (of 34,963 total)