Forum Replies Created
-
AuthorPosts
-
Hi,
Your !important; is missing the “;”
Please try this:#form2 .input_checkbox_label, #form2 .input_checkbox_label a {color:#fff!important;}Best regards,
MikeMarch 31, 2018 at 3:53 am in reply to: On mobile device normal menu AND burger menu is shown #935497Hi,
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,
MikeHi,
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,
MikeHi,
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,
MikeMarch 31, 2018 at 2:45 am in reply to: Contact form 7 & Enfold contact form: identical styling #935493Hi,
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; }Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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 passwordBest regards,
MikeMarch 30, 2018 at 12:55 pm in reply to: how to reverse the order of the fotter widgets on mobile? #935283Hey 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,
MikeHi,
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,
MikeHey 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,
MikeHey 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,
MikeHey 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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHey 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,
MikeMarch 29, 2018 at 12:47 pm in reply to: List of small problems with my project. Help welcome! #934772Hi,
Try this code in the General Styling > Quick CSS field:.current-menu-item a:hover .avia-menu-text { color: #fff !important; }Best regards,
MikeHi,
We will leave this open for now, until we hear back from the dev team.Best regards,
MikeMarch 29, 2018 at 12:37 pm in reply to: Customized the theme as per my liking but bit of css please? #934761Hi,
Is there anything else we can assist with on this issue, or shall we close this then?Best regards,
MikeHi,
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,
MikeHey 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 -
AuthorPosts

