Forum Replies Created

Viewing 30 posts - 33,331 through 33,360 (of 34,588 total)
  • Author
    Posts
  • in reply to: Google Index #795193

    Hi,
    Glad to hear that helped, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: unnecessary index problem #795184

    Hi,
    Glad to hear it’s sorted out, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Gallery Funktion is gone / missing #793686

    Hey Revoluza2013,
    Check to see if the option ‘Lightbox Modal Window’ is turned on

    *Please see your duplicate post under the same title, we will close this one. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Gallery Funktion is gone / missing #793685

    Hey Revoluza2013,
    Check to see if the option ‘Lightbox Modal Window’ is turned on

    Best regards,
    Mike

    in reply to: menu under logo background color #793681

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

    .av_minimal_header #header_main_alternate {
        background-color: #000;
    }

    Best regards,
    Mike

    in reply to: Default Feature Image #793680

    Hey Derek,
    The pen/pencil you see is a entypo-fontello icon. You can change that with a 60×60 image using this in your quick css:

    .main_color .fallback-post-type-icon[data-av_icon]:before {
        content: url(https:// ... .jpg)!important;
    }

    If you want to use a bigger image use this css:

    .main_color .fallback-post-type-icon[data-av_icon]:before {
        content: url(http: ... .jpg)!important;
        left: -10px!important; 
        top: -10px!important; 
    }

    adjust the left & top as needed :)

    Best regards,
    Mike

    in reply to: Layer Slider WP Activation #793670

    Hey cPPccP,
    The Layer Slider does not need to be activated. Here is some more info:

    How LayerSlider Updates work in Enfold
    The bundled version of LayerSlider will be updated with theme updates, which we do depending on our own release cycle and depending on critical updates. The users cant update the bundled version of the layerslider, even if actived.
    However, if a user wishes to update before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.
    There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.

    Hope this helps :)

    Best regards,
    Mike

    in reply to: Stretch Footer Image #793667

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

    .footer_color {
        background: url(https://new-site.chikamotolaw.com/wp-content/uploads/2017/05/1920x1200-1030x644.jpg) no-repeat center center fixed!important; 
     background-size: cover!important; 
    }

    Best regards,
    Mike

    in reply to: Slider arrows (full screen slider) #793661

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

    #top .avia-slideshow-arrows a {
    color: #ffffff!important; 
    font-size: 50px!important; 
    border: 0px solid #ffffff!important; 
    background-color: #a80000!important;  }

    Best regards,
    Mike

    in reply to: Blurry pictures Woocommerce #793657

    Hi,
    Glad we could help, let us know how it works for you.

    Best regards,
    Mike

    in reply to: top header shrinking without scrolling: kindly help #793656

    Hi,
    you have your header size set to a custom size of 67px. There maybe some other settings also but they kept changing back like someone was working on the site or a hard server cache was in action. Also try deactivating all active plugins and check if that helps.
    Best regards,
    Mike

    in reply to: Can I download an older version instead? #793651

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

    Best regards,
    Mike

    Hi,
    OK I got it straighten out, there was a bunch of stuff going on.
    First you had “list-style-position: inside !important;” in your quick css, so you could not get the “outside” to work, then Enfold had “list-style-type: none;” for “outside” so then you couldn’t get a disc bullet to show.
    The Ordered Lists worked right, and that’s what you had for an example on your test page, and what I tested, sorry I should have tested both :)
    In the end I put this in your quick css:

    .textwidget ul li:before {
        display: list-item;
        content: "";
        list-style: disc inside;
        float: left;
        position: absolute;
        left: 0;
    }
    .textwidget ul li {
        list-style: none;
        padding-left: 13px;
    }

    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Text background padding and opacity #793130

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    I’m working though the list :)

    Best regards,
    Mike

    in reply to: Remove comments and date in blog grid #793129

    Hi,
    Looks like it’s working, Please clear your cache :)

    Best regards,
    Mike

    in reply to: Table column font-size #793126

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

    Best regards,
    Mike

    in reply to: Text background padding and opacity #793125

    Hi,
    Ops, I gave you the wrong class :)
    replace “.avia_textblock” with “.flex_column.av_two_third” like this:

    .flex_column.av_two_third {
    	/* Fallback for web browsers that doesn't support RGBa */
    	background: rgb(0, 0, 0)!important; 
    	/* RGBa with 0.6 opacity */
    	background: rgba(0, 0, 0, 0.2)!important; 
    }

    Best regards,
    Mike

    in reply to: warning illegal string offset on layerslider #793121

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

    Best regards,
    Mike

    in reply to: top header shrinking without scrolling: kindly help #793120

    Hey prateek0408,
    Have you added any custom css? 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: Title jumping line on easy slider #793119

    Hi,
    Has this been resolved, because I don’t see this issue.

    Best regards,
    Mike

    Hey molibi,
    Try to go to WP > Settings > Media > Media Settings and increase your image sizes and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Mike

    in reply to: Graphic Designer New to WordPress #793116

    Hey Victoria,
    It will be very easy once you have had a chance to use our drag and drop editor and see what each element can do. Our support team is also always ready to help. Here’s a video on our editor. https://vimeo.com/channels/aviathemes

    Best regards,
    Mike

    in reply to: Different blog layout #793115

    Hey jockejansson,
    To do that create a page with the blog post element, and ensure the settings are for full article, a large number of posts, and all your categories. Also check the settings at Enfold Theme Options > Blog for the size of images and number of authors. How this helps :)
    postimage

    Best regards,
    Mike

    in reply to: WP-Members add to secondary menu #793109

    Hey Snerp,
    I can’t read the article because it’s for members, but in Enfold Theme Options > Extra Elements > Phone Number or small info text box, you can put html which will be above the header, and with some css you can adjust it’s style. :)

    Best regards,
    Mike

    in reply to: Slider arrows (full screen slider) #793106

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: WP Theme Checker | Results #793105

    Hey Mike,
    Sorry we would not be able to do a cross compatibility test / check of all you plugins, Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit.

    Best regards,
    Mike

    in reply to: Adjusting background size to fill #793103

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

    Best regards,
    Mike

    in reply to: How to make site data privacy compliant? #793102

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

    Best regards,
    Mike

    in reply to: Fonts #793101

    Hey jfchicas,
    I went to Enfold Theme Options > Fonts > and changed them to meet the demo.

    Best regards,
    Mike

    in reply to: Preloader #793095

    Hey Timothy,
    I see that the preloader is center until the logo is added, Try this code in the General Styling > Quick CSS field:

    
     .av-preloading-logo {left: -25px!important;}

    Best regards,
    Mike

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