Forum Replies Created

Viewing 30 posts - 28,441 through 28,470 (of 34,923 total)
  • Author
    Posts
  • in reply to: Change font color for input_checkbox_label #935500

    Hi,
    Your !important; is missing the “;”
    Please try this:

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

    Best regards,
    Mike

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

    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: Links on fullwidth submenu are not working #935496

    Hi,
    I was able to copy the debug code from your page to a new localhost install where your sub-menu worked correctly. Meaning the conflict must be from outside Enfold. Thus I would suggest try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Otherwise try disabling you custom functions or css.

    Best regards,
    Mike

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

    Hi,
    I created a copy of your slider named “new slider with background-color” and made some changes, such as for your background color I added the hash mark to enable the color, which then showed that the first slide image was too small allowing the background color to show around the edges.
    Please try enabling this slider to see the results and use if you wish, or study the changes.
    There is still a little gray sometimes, but not much.
    I also tried going though the layerslider files and searching the layerslider support forum to find the gray color to replace, without success.

    Best regards,
    Mike

    in reply to: Contact form 7 & Enfold contact form: identical styling #935493

    Hi,
    Please add this custom css to WordPress > Customize > Additional CSS:

    #top.page-id-7906 #cf7-contact-form #wpcf7-f8176-p7906-o1 input[type="submit"].wpcf7-form-control.wpcf7-submit {
        width: 30% !important;
        padding: 9px 1px!important; 
        font-size: 10px !important;
    }
    
    #top.page-id-7906 #cf7-contact-form #wpcf7-f8176-p7906-o1 input[type="email"].wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
       display: inline-block !important;
       width: 60% !important;
    }

    expected results
    2018-03-30_204344

    Best regards,
    Mike

    in reply to: Google Maps Not Working #935490

    Hi,
    Thanks for sharing your solution. It seems that you have advanced choices when registering this way, compared to the choice available with the recommended way: How to register a Google Maps Api key
    Google doesn’t specify which API it is.

    Best regards,
    Mike

    in reply to: Cannot Save Changes to Theme/Pages/Posts #935482

    Hi,
    I see that you still have the mixed content error, please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Does your webhost have any server level caching that you can clear?
    Also I tried logging into your sftp, but it seems the password is not correct. please check. (your sftp is port 22 correct?)

    Best regards,
    Mike

    in reply to: How to override the background color on Tables #935481

    Hi,
    To reduce the table to 80% and center it, Try this code in the General Styling > Quick CSS field:

    #top.page-id-3666 .post-entry-3666 {
        width: 80%!important; 
        margin: auto!important; 
    }

    I assume this means that you won’t need the padding now?

    Best regards,
    Mike

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

    Hi,
    Ok thanks, did this solve the breadcrumb issue?
    Where is the “reply to….[topic title]” supposed to show? If this was a similar issue as the breadcrumbs, where you had to enable them for all pages, please do, then we can hide them from the pages you wish with more css.

    Best regards,
    Mike

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

    Hi,
    I’m sorry, I didn’t see that this is someone else’s thread, so you can’t see the Private Content area.
    I will post here:
    screenshot or error from the Chrome console: https://s6.postimg.org/7zxix5ri9/2018-03-29_224323.jpg
    error location: https://s6.postimg.org/4t2zdjes1/2018-03-29_224648.jpg
    I believe that this is just an element with a 404 error to a image.
    If after seeing the images above, you still can’t find the missing image on your page, we would be happy to also look if you include a admin login.
    Perhaps you should open a new thread with the login in the Private Content area, because if you add it in the thread the owner of this thread will see the info.

    Best regards,
    Mike

    in reply to: Slider Issue on Interior Pages – Mobile Issue #935472

    Hi,
    It doesn’t look like you have included the admin login to the thread, Please post the login info in the Private Content area.

    Best regards,
    Mike

    in reply to: Uploading Demo-Shop #935470

    Hi,
    Ich hatte versucht, vorher zu erklären, dass das manuelle Installieren der Demo alle Ihre Inhalte und Einstellungen überschreiben würde. Sie müssen nur Ihr Administratorkonto erneut hinzufügen. Wenn Sie Ihr Datenbankpasswort ändern, müssen Sie auch wp-config.php mit diesem Passwort aktualisieren, damit WordPress eine Verbindung zur Datenbank herstellen kann.
    Bitte versuchen Sie, Ihr Datenbankpasswort zu ändern oder aktualisieren Sie wp-config.php mit dem neuen Passwort

    —–

    I had tried to explain before that manually installing the demo would overwrite all of your content and settings. You would just need to add your admin account again. If you change your database password, you will also need to update wp-config.php with that password so WordPress can connect to the database.
    Please try changing your database password back or update wp-config.php with the new password

    Best regards,
    Mike

    in reply to: how to reverse the order of the fotter widgets on mobile? #935283

    Hey DROR,
    To do this please create copies of your widgets and place them under the current ones, but in reverse order. Then install the plugin: Widget CSS Classes and add the custom class “desktopwidgets” to the ones you want to show on the desktop, and “mobilewidgets” to the ones you want to show on mobile.
    Then add this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 766px) {
    .desktopwidgets {
    display:none !important; 
    }
    }
    @media only screen and (min-width: 767px) {
    .mobilewidgets {
    display:none !important; 
    }
    }

    Best regards,
    Mike

    in reply to: How to override the background color on Tables #935273

    Hi,
    For the text in your table that has opacity applied to it, please look in your custom css and replace:

    /* font size */
    .pricing-table>li {
        font-size: 14px;
        color: #ffffff !important;
        background: #000 !important;
        opacity: .3;
    }

    with:

    /* font size */
    .pricing-table>li {
        font-size: 14px;
        color: #ffffff !important;
        background: rgba(0, 0, 0,0.3)!important;
    }

    For your 1/4 empty cells, I see the one on the right has the class “empty-table-cell” but the one one the left doesn’t. If you add this class to the one on the left you could use this css to hide them both:

    li.empty-table-cell {display:none !important;}

    Best regards,
    Mike

    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

Viewing 30 posts - 28,441 through 28,470 (of 34,923 total)