Forum Replies Created

Viewing 30 posts - 32,551 through 32,580 (of 33,827 total)
  • Author
    Posts
  • Hey FadingReality,
    Wenn ich es richtig verstehe, ist der Hintergrund Ihres Einkaufswagens dunkel, aber wenn man über einen Einkaufswagen Artikel schwebt, wird der Hintergrund Licht. Bitte fügen Sie die URL zu Ihrer Seite hinzu, damit wir einen genaueren Blick nehmen können und versuchen, einen Code zu schreiben.

    Best regards,
    Mike

    Hey Umzug4,
    Bitte versuchen Sie die Lösung unter diesem Link: https://kriesi.at/support/topic/enfold-disable-previous-and-next-post-arrows-on-posts/#post-238172
    Es sagt, wie man die Avia Post Navigationsfunktionen in Funktionen-enfold.php bearbeiten kann.
    Der Beitrag unten zeigt, welche Zeilen zu bearbeiten, wie es hilft.

    Best regards,
    Mike

    in reply to: Thrive Leads Widget not showing on pages #796276

    Hi,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Vorschaubilder für Beiträge #796273

    Hi,
    Sorry, aber wegen der Seite Container gibt es keine einfache Möglichkeit, das Bild an den Rand des Bildschirms zu strecken. Ich bin mir sicher, dass ein Freiberufler eine harte Arbeit in sie hineinbringen könnte, um es so zu machen, aber wir können hier nicht viel Zeit in sie hineinlegen. Es tut uns leid.

    Best regards,
    Mike

    in reply to: Enfold and Fixed Widget #796271

    Hi,
    I tested in Chrome, Edge, Firefox, & Safari and the right margin was kept responsively to all screen sizes. Can you please clear your cache and confirm. Thank you.

    Best regards,
    Mike

    in reply to: Mobile Menu Icon Keeps Changing #796270

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Side bar margin #796268

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

    Best regards,
    Mike

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

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

    .main_color .special-heading-inner-border {
        border-color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: Preloader #795226

    Hi,
    I’ve asked for some help with this, Thanks for your patience and understanding

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Side bar margin #795217

    Hi,
    Did you try clearing your cache?
    Perhaps I don’t understand, can you add a screenshot of what you would like to see?

    Best regards,
    Mike

    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

Viewing 30 posts - 32,551 through 32,580 (of 33,827 total)