Forum Replies Created

Viewing 30 posts - 32,071 through 32,100 (of 33,336 total)
  • Author
    Posts
  • in reply to: Thrive Leads Widget not showing on pages #795216

    Hey Gina,
    Do you have the Thrive in the “sidebar pages” and in the “sidebar blog”?
    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: Post featured image sizing problem #795214

    Hey Emma1202,
    I believe the second one is uploaded at 845×321 so when it is scaled down to fit it is more rectangle. The first one looks to be 478×321 so when it is scaled up it’s more square. Can you try to resize them to be equal?

    Best regards,
    Mike

    in reply to: Enfold and Fixed Widget #795212

    Hey soniavoice,
    I don’t think I understand, I see your sidebar & widget, but don’t understand what is wrong. Can you take a screenshot of the issue?

    Best regards,
    Mike

    in reply to: Special Header Line Color Not Consistent #795211

    Hey metrocitygirl,
    We could help you with some coding, Can you please include a URLs to the pages you are having an issue with?

    Best regards,
    Mike

    in reply to: Gallery Images Still Linked #795210

    Hey danldurall,
    Is this the only page doing this?
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Padding for words on image module. #795209

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

    .avia-image-container .avia-image-container-inner .avia_image {
        width: 340px !important; 
        height: 200px !important; 
    }

    Best regards,
    Mike

    in reply to: Too many phony blog comments #795207

    Hey Nathan,
    Have you tried Akismet Anti-Spam, it’s normally pre-installed with WordPress. Signing up for the API Key is free.
    I could see reCAPTCHA on all three pages above and it seemed to work when I clicked it.

    If you want a drastic measure check the IPs here: https://geoiptool.com/
    If they are mostly from a country that won’t be good readers for you, you can block by country: https://www.ip2location.com/free/visitor-blocker
    I once did this for a month, and the bad bots dropped the site, then I allowed all.
    But be aware that the more you block the slower your site will load.

    Best regards,
    Mike

    in reply to: Side bar margin #795202

    Hey S-edwards,
    Try this code in the General Styling > Quick CSS field:

    .inner_sidebar {
        margin-left: 10px!important; 
    }

    Best regards,
    Mike

    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

Viewing 30 posts - 32,071 through 32,100 (of 33,336 total)