Forum Replies Created

Viewing 30 posts - 28,711 through 28,740 (of 35,179 total)
  • Author
    Posts
  • in reply to: Cannot Save Changes to Theme/Pages/Posts #935255

    Hey jmaddington,
    It looks like the issue is from mixed content errors:

    Mixed Content: The page at 'https://www.your-site.com/wp-admin/post.php?post=3560&action=edit' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.your-site.com/'. This request has been blocked; the content must be served over HTTPS.

    Please try the Really Simple SSL plugin.

    Best regards,
    Mike

    in reply to: Grey background of layer slider for 3D-transitions #935254

    Hey CW,
    I believe the gray “color” is from the javascript that creates the transitions, but could you link to an example so we can take a closer look?

    Best regards,
    Mike

    in reply to: Change font color for input_checkbox_label #935237

    Hey Stefano,
    I believe you are referring to changing the red privacy policy link to white, if so please try:

    #form2 .input_checkbox_label a {
        color: #fff!important;
    }

    Best regards,
    Mike

    in reply to: Fatal error after update to 4.2.6 #935098

    Hi,

    Please see screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Transparent header not working correct after update. #935097

    Hi,
    Oh I see, please try this css instead:

    @media only screen and (max-width: 989px) { 
    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1!important; 
    }
    .html_stretched #wrap_all {
        background-color: #fff!important; 
    }
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a,#top #wrap_all .header_color.av_header_transparency {
        color: #808080 !important; 
    }
    #top .header_color.av_header_transparency .avia-menu-fx, .av_header_transparency div .av-hamburger-inner, .av_header_transparency div .av-hamburger-inner::before, .av_header_transparency div .av-hamburger-inner::after {
        background: #808080 !important; 
    }
    }

    Best regards,
    Mike

    in reply to: "Reply to:….." text in bbpress not displaying #935096

    Hi,
    To hide the breadcrumbs on your regular posts, please try this:

    .single-post .breadcrumb  {display: none !important;}

    But this leaves a blank title bar, so if your would like to hide the title bar and breadcrumbs, try this instead:

    .single-post .title_container {display: none !important;}

    I don’t think this will interfere with bbpress, but if you do see, this please post a link to the page so we can adjust.

    Best regards,
    Mike

    in reply to: Text in easy slider #935091

    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: Uploading Demo-Shop #935089

    Hi,
    Ich habe die “Shop-Demo” manuell importiert. Ihr neues Login befindet sich im Bereich “Privater Inhalt”.
    Bitte überprüfen Sie die Einstellung der Website und passen Sie alles an, z. B. Website-Titel, E-Mail-Adresse der Website, Zeit und Ort, und erstellen Sie eine neue Administrator-Adresse.
    Bitte lassen Sie uns wissen, wenn Sie sich erfolgreich anmelden können.

    I have manually imported the “Shop Demo” your new login is in the Private Content area.
    Please review the setting of the site and adjust everything, such as site title, site email address, time and location, and create a new admin address.
    Please let us know if you can login successfully.

    Best regards,
    Mike

    in reply to: Text in easy slider #934813

    Hi,
    Please see screenshot in Private Content area of where the class “wem” is.
    Sorry, your right I did forget about the footer.
    Please try this css:

    @media only screen and (min-width: 767px) and (max-width: 1132px) {
    #footer .textwidget p {font-size: 75% !important;}
    #footer .container {
        padding-right: 20px!important; 
        padding-left: 20px!important; 
    } 
    #footer div .av_one_fourth {
        margin-left: 3% !important; 
        width: 22% !important; 
    }
    }

    Please see screenshot in Private Content area for the expected results.

    Best regards,
    Mike

    in reply to: Image will not be shown after Upload #934799

    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: Format Event Calendar #934783

    Hey hector1069,
    Sorry, currently the way it is within the element doesn’t allow a easy way to move it out of the element and display to the left on it’s own. But we can give it a larger font and put a box around it to help make it stand out.
    Try this code in the General Styling > Quick CSS field:

    .av-upcoming-event-meta .av-upcoming-event-schedule {
        font-size: 16px !important;
        border-style: solid;
        border-color: #800000;
        border-width: 1px;
        width: 40%;
        padding: 0 5px;
        text-align: center;
    }

    and see the expected results in the Private Content area.

    Best regards,
    Mike

    in reply to: List of small problems with my project. Help welcome! #934772

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

    .current-menu-item a:hover .avia-menu-text {
        color: #fff !important;
    }

    Best regards,
    Mike

    in reply to: General Styling / Fonts #934764

    Hi,
    We will leave this open for now, until we hear back from the dev team.

    Best regards,
    Mike

    Hi,
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    in reply to: Links on fullwidth submenu are not working #934760

    Hi,
    Sorry, but your link leads to a “not found” page. I tried looking for an alternative page, but couldn’t find one. Please check the url.

    Best regards,
    Mike

    in reply to: Contact Form & Newsletter Form integration #934754

    Hey kardnas,
    Sorry, but these forms can’t be integrated because the Enfold contact form is used to send mail via the php mail function and the Mailchimp element is a wrapper for the Mailchimp service which is a opt-in form stored on the Mailchimp platform.
    You could try creating a contact form on Mailchimp with a checkbox option to opt-in to the newsletter, if Mailchimp offers this.

    If this option is not available on Mailchimp, Please feel free to request – or vote if already requested – such feature for the Enfold contact form on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Image will not be shown after Upload #934750

    Hey hmthauer,
    If I understand correctly, you have uploaded a image in the media gallery and would like it to show on the “Arbeiten” page?
    To do this please go to the “Arbeiten” page from the admin panel and open the Masonry Gallery element, then click the “Add/Edit” button to include your image, and save.
    If this doesn’t help, please tell us which image you are referring to, so we can assist.

    Best regards,
    Mike

    in reply to: scroll dow arrow in grid row #934748

    Hey allen,
    Please add this code in a code block, in your grid row:

    <a href="#next-section" title="" class="scroll-down-link " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>

    Best regards,
    Mike

    in reply to: Uploading Demo-Shop #934743

    Hi,
    Danke, aber ich erhalte den Fehler “ungültiger Benutzer” bitte überprüfen.
    Wie ich sehe, dass Sie Strato Webhost verwenden, müssen Sie die Demo manuell installieren, so dass wir auch FTP-Zugang benötigen.
    Dann können wir die “Shop Demo” für Sie installieren. Bitte beachten Sie, dass eine manuelle Installation alle aktuellen Inhalte und Einstellungen ersetzt.

    Thank you, but I receive the error “invalid user” please check.
    As I see that you are using Strato webhost, well will need to manually install the demo, so we will also need FTP access.
    Then we can install the “Shop Demo” for you. Please note that a manual install will replace all of your current content and settings.

    Best regards,
    Mike

    Hi,
    Ok I see now, first go to Enfold Theme Options > Footer > Footer Columns and change it to 3
    Then go to WordPress > Appearance > Widgets and add a Custom HTML widget to the second column.
    Then use this code for your link:

    <a href= "http://127.0.0.1" target="_blank"><img src="https://127.0.0.1/wp-content/uploads/banner.jpg" alt="banner" width="100%"></a>

    replacing your link & image path for your own.

    Best regards,
    Mike

    Hey FOARK,
    You could put the image in your widget with code like this:

    <img src="/wp-content/uploads/image.jpg" height="142" width="142">

    Perhaps you could post the images and a explanation how you would like to see them, so we could be of more assist.

    Best regards,
    Mike

    in reply to: On mobile device normal menu AND burger menu is shown #934656

    Hey ewondergem,
    This is unusual, Try disabling your plugins, there may be a conflict.

    Best regards,
    Mike

    in reply to: Child theme is not woking after enable debug modus #934654

    Hi,
    Glad to hear, 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: Uploading Demo-Shop #934652

    Hi,
    Entschuldigung, dass ich Ihre Daten nicht erhalten habe, bitte posten Sie diese unten im Bereich “Privater Inhalt”.
    —–
    Sorry I have not received your data, please post below in the Private Content area.

    Best regards,
    Mike

    • This reply was modified 7 years, 11 months ago by Mike.
    in reply to: Text in easy slider #934651

    Hi,
    I found the login, so I added the class “wem” to your email in the widget and this css in the WordPress > Customize > Additional CSS:

    @media only screen and (min-width: 767px) and (max-width: 836px) { 
    .wem {font-size:12px !important; }}

    For the screen size, tablet, the email address will show just slightly smaller to fix.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Text in easy slider #934648

    Hi,
    Can you please include a admin login in the private content area
    We will add a span class the email widget and some css to make the email font smaller on tablets, so it will fit.

    Best regards,
    Mike

    in reply to: Strange header behaviour between 960px and 768px width #934265

    Hi,
    Perhaps try changing the code above, replacing “transparent” to “#fff”
    it’s a little hard to test as I believe you are working on it right now, the top image keeps disappearing.
    I’ll let you try for now and check back later, if this doesn’t work please include a screenshot of what you would like to see as we might be talking different looks :)

    Best regards,
    Mike

    in reply to: Strange header behaviour between 960px and 768px width #934238

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

    /* Transparent header on mobile */
     @media only screen and (max-width: 960px) { 
    #top #wrap_all .av_header_transparency, 
    .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }}

    I believe it maybe what you are looking for.

    Best regards,
    Mike

    in reply to: How to center align masonry element on mobile? #934231

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

    @media only screen and (max-width: 459px) { 
    .av-masonry-entry.av-masonry-entry {
        left: 4%!important; 
    }
    

    Best regards,
    Mike

    in reply to: Error afther install #934143

    Hey nokray,
    Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
    Another solution could be to replace your header.php with this one.

    Best regards,
    Mike

Viewing 30 posts - 28,711 through 28,740 (of 35,179 total)