Forum Replies Created

Viewing 30 posts - 28,951 through 28,980 (of 34,921 total)
  • Author
    Posts
  • in reply to: Import demo files question #922007

    Hey likegluelikecrew,
    For the footer link please add [nolink] to: Enfold Theme Options > Footer > Copyright (also include the brackets)
    To change the color of the line Try this code in the General Styling > Quick CSS field:

    .hr-inner.inner-border-av-border-fat {
        border-color: #fff !important;
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: No social share while using Avia layout builder #921998

    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: Enfold contact form not working #921997

    Hi,
    When using SMTP, your host’s anti-spam filter becomes an issue.
    Please check with your host, as their filter may require that your email be the “From” value, for SMTP is authenticated and only an authorized address is permitted to send through that SMTP gateway.
    If so this code to the end of your functions.php file should solve:

    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
        $from = " (Email address hidden if logged out) ";
        return $from;
    }

    But please check first, as they could require something different.

    Best regards,
    Mike

    in reply to: Woocommerce and lates Enfold with 503 Error problem #921994

    Hi,

    I understand, thanks for your patience.

    Best regards,
    Mike

    in reply to: Spa Demo #921991

    Hi,
    Thanks for the info, I was able to reproduce it. The & symbol creates a class “special_amp” with the color and font.
    So if you want to override it you can with css such as:

    .special_amp {
    color: #000 !important;
    font-family: 'Comfortaa' !important; 
    }

    Best regards,
    Mike

    in reply to: 4.2.5 / Woocommerce issue #921981

    Hi,
    Opps, wrong thread, this was not intended for the woocommerce issue, but perhaps it is worth a try…

    The Dev Team found that for some, the new generated files cannot be read. As a temporary workaround we have this filter to supress minification and disable the merge. Please try adding this to your functions.php:

    add_filter('avf_merge_assets', function() {
    	return 'none';
    });

    Best regards,
    Mike

    Hi,
    I took a look at you page & post, Please try to recreate your page using the advanced layout builder only, I believe you will find that it will work better that using advanced layout builder shortcodes in the default editor.

    Best regards,
    Mike

    in reply to: Spa Demo #921976

    Hi,
    Please link to the “&” symbol on your site as I didn’t find in on my demo.
    For the order of the grid row on mobile view, please try this solution:
    https://kriesi.at/support/topic/grid-row-order-on-mobile/#post-504545

    Best regards,
    Mike

    in reply to: Alignment issues #921485

    Hey DROR,
    Sorry I couldn’t match the screenshots with your site, please link to the pages and elements that your screenshots were from.

    Best regards,
    Mike

    in reply to: Cusom CSS not working after theme update #921481

    Hey DROR,
    It would be good if you had a custom ID for the element on each page, but it does seem that they all are called “av-layout-grid-1” on the few pages that I checked, so please try this code:

    #av-layout-grid-1 .iconbox_icon {
    margin-left: 44px!important; 
    position: relative!important; 
    top: 24px!important; 
    }

    Best regards,
    Mike

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

    Hey isarcolor,
    I’m not sure I understand, for the first link you would like a background image, but which image would you like to use, can you link to it?
    But background images don’t link, they sit in the background behind everything.
    Can you create a mockup of what you would like to see?

    Best regards,
    Mike

    in reply to: Autoptimize causing icons to change #921475

    Hi,
    Looks like WP Fastest Cache with minify on.

    Best regards,
    Mike

    in reply to: My blog posts don't line up…. #921471

    Hey Kate,
    In your custom css you have this code adding top padding to all the other posts:

    .slide-loop-1, .slide-loop-3 {
          padding-top: 30px !important;
    }

    if you remove it your page will line up, if you explain what you wanted this code to do we can help adjust it so it won’t effect your news page.

    Best regards,
    Mike

    in reply to: Issue on tablet en phone #921468

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

    @media only screen and (min-width: 1024px) and (max-width: 1180px) { 
    #grid-home.avia-builder-el-2 .flex_cell.avia-builder-el-3 {
    background-position: center center!important; 
    }
    #grid-home.avia-builder-el-15 .flex_cell.avia-builder-el-16 {
    background-position: 30% 10%!important; 
    }
    }

    Best regards,
    Mike

    Hi,
    Please try:

    #top.page-id-950 #av_section_2 .iconbox_content .iconbox_content_title {
        font-size: 24px !important;
    }
    #top.page-id-950 #av_section_2 .iconbox_content_container p {
        font-size: 12px;
    }
    #top.page-id-950 #av_section_2 .iconbox.iconbox_right_content .iconbox_icon {
        padding-top: 10px !important; 
        margin-left: 0px !important; 
    }

    Adjust to suit

    Best regards,
    Mike

    in reply to: Title in Caps #921449

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

    h1.av-special-heading-tag ,h2.av-special-heading-tag ,h3.widgettitle,h1,h2,h3 {
        text-transform: none!important; 
    }

    This code will fix the places that are being transformed by css, but I notice that there are a few places that the text is written in all caps, please edit these to the mixed case that you wish to use.

    Best regards,
    Mike

    in reply to: Enfold – BBpress – Sidebar #921447

    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: Fehler bei Demotheme-Installation #921445

    Hi,
    Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.
    Für weitere Fragen oder Probleme können Sie unter Enfold Sub Forum neue Threads starten und wir werden Ihnen gerne weiterhelfen

    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: Woocommerce and lates Enfold with 503 Error problem #921434

    Hi,
    Please include FTP access and please add a dropbox link to the server error logs, posting here whould be too much.

    Best regards,
    Mike

    Hi,
    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: Enfold – BBpress – Sidebar #921425

    Hi,
    Let us know if that solved it, and if we should close this thread.

    Best regards,
    Mike

    in reply to: 4.2.5 / Woocommerce issue #921421

    Hi,
    I did yesterday, but not today?

    Best regards,
    Mike

    Hi,
    Nicht nötig, v7 ist in Ordnung.

    No need to, v7 is fine.

    Best regards,
    Mike

    in reply to: Title in Caps #921216

    Hey info224,
    It depends on the element, because if the current css calls for h1.av-special-heading-tag to be capital, it will overwrite just h1
    can you link to the element that are are trying to work on?

    Best regards,
    Mike

    Hey DROR,
    I didn’t find the class “abouticon” on your page, but did see what section it was. This code worked in my test, please try it.

    #top.page-id-950 #av_section_2 .iconbox.iconbox_right_content .iconbox_icon {
    	font-size: 50px !important; 
            padding-top: 10px !important; 
    }

    Best regards,
    Mike

    in reply to: 4.2.5 / Woocommerce issue #921179

    Hi,
    Perhaps with the number of products times the number of terms for the shop page it is going over the 60sec mark.
    I just tested going directly to one of your product pages and there was no issue there.
    Then I tested setting your Product Count 5 from 15 and the shop page loaded.
    Please try.

    Best regards,
    Mike

    in reply to: Blank site after updating to 4.2.5 #921154

    Hi,

    @craigriches
    thank you I will look for your new thread as it being a staging site may help us isolate the issue.
    I also just came across a different site that had a .htaccess file blocking access to js files in the uploads folder, some security plugins may also be doing this.

    Best regards,
    Mike

    in reply to: 4.2.5 / Woocommerce issue #921144

    Hi,
    I tried enabling the wordpress debug log, but is not logging the error, so when you get a chance seeing the server error log could help.

    Best regards,
    Mike

    in reply to: Fehler bei Demotheme-Installation #921138

    Hi,
    Ich habe das Problem gefunden, dass Sie eine .htaccess-Datei im Upload-Ordner hatten, die den Zugriff auf js-Dateien blockiert, die für die Site benötigt werden.
    Also habe ich die Shop-Demo entfernt und neu installiert.
    Ihre neue Anmeldung befindet sich im Bereich Privater Inhalt.
    Bitte überprüfen Sie alle Einstellungen wie Site-Name, E-Mail, Permalink-Struktur und Sprache. Sie können das zusätzliche Administratorkonto auch entfernen, wenn Sie möchten.

    I found the issue was you had a .htaccess file in the uploads folder blocking all access for js files, which are needed for the site.
    so I removed and reinstalled the shop demo.
    Your new login is in the Private Content area.
    Please check all settings such as site name, email, permalink structure, and language. You can also remove the extra admin account if you wish.

    Best regards,
    Mike

    in reply to: Blank site after updating to 4.2.5 #921124

    Hi,

    @frlozano
    Please open a new thread so we can assist, we will want communicate in the Private Content area, for login info, but as this is not your thread you will not see what we write, nor will your info be private.
    Two things to look at is to try disabling your plugins, such as wordfence, and ensure your PHP is v7

    Please try creating a staging / testing site on a sub-domain with a copy of your site. This will allow you to test updates without effecting your production site, it will also allow us to help debug.

    Best regards,
    Mike

Viewing 30 posts - 28,951 through 28,980 (of 34,921 total)