Forum Replies Created
-
AuthorPosts
-
Hey erman4764,
You can find the import file at \wp-content\themes\enfold\includes\admin\demo_files
but there could be other issues. If you would like us to check, please include a admin login in the private content area.
Also please tell us which webhost you are using.Best regards,
MikeMarch 31, 2018 at 5:57 am in reply to: URGENT I just messed up my whole website/where do I find the css overrides file? #935523Hi,
Your dynamic css is stored at: /wp-content/uploads/dynamic_avia/
You may have enfold.css or enfold_child.css
and a avia-merged-styles-xxxxxxxxxx.css (the x’s are a random string)But these are live and if a change is made, it will be reflected in these files.
But you can save copies of these and export your theme settings from Enfold Theme Options > Import/Export > Export Theme Settings FileBest regards,
MikeMarch 31, 2018 at 5:44 am in reply to: Split Menu – Logo in the Middle of the Menu is this possible and if yes how? #935521Hi,
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,
MikeMarch 31, 2018 at 5:35 am in reply to: H1/H2 — Open Sans – Extra-Bold 800 and Montserrat weight 900 (black) #935519Hey searhard,
The instructions on that page is to add the fonts to Enfold, but Montserrat & Open Sans are already in Enfold.
To set these fonts to these headings, please go to Enfold Theme Options > Advanced Styling > and choose your heading and assign the font and weight.
If you find your having a little trouble with the special heading element, try adding custom css to WordPress > Customize > Additional CSS, such as this:h1.av-special-heading-tag { font-family: 'Montserrat' !important; font-weight:700; } h2.av-special-heading-tag { font-family: 'Open Sans' !important; font-weight:700; }Best regards,
MikeHi,
Glad Yigit was 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 Eric,
The first one with “.home” may work better with this:.home #layer_slider_1 .ls-wrapper.ls-in-out { text-shadow: 5px 5px 3px #000000; }The second one “.history_page” doesn’t look valid, you should have a page ID like this: “page-id-206”
.page-id-206 #test .ls-wrapper.ls-in-out { text-shadow: 5px 5px 3px #000000; }But it would be easier to actually see the page.
Best regards,
MikeMarch 31, 2018 at 5:00 am in reply to: H-tags necessary in both desktop and mobile versions of homepage? #935512Hey Multispace,
You should only use your H tags (headings) on the desktop site, as Google will see both versions of the page.
You are on the right track though, as many have found that a layerslider built for a desktop is small and hard to view on mobile. Might I suggest making you break point 767px, under for mobile and over for tablets and above. This is just a general rule of thumb, 990px would be fine too.Best regards,
MikeHey jpanzetta,
That’s odd, on my install the newest posts are on top, try disabling your plugins, perhaps there is a conflict. If that resolves the issue, reactivate each one individually until you find the cause.
Otherwise, Can you please include a admin login in the private content area so we can take a closer look.
We will also ask for permission to temporary disable your plugins to check for conflicts.Best regards,
MikeMarch 31, 2018 at 4:29 am in reply to: Site not shoing up after update to 4.2.6 and WordPress 4.9.4 #935510Hi,
I see your webhost has PHP v5.3 installed, please ask them to update to v7
After your site is back online, please enable your plugins one at a time to check for any conflicts.Best regards,
MikeHey yoice,
Unter der Annahme, dass der Sektor korrekt ist, könnten Sie versuchen, am Ende Ihrer Regeln wichtige hinzuzufügen. Aber wir müssen die Seite und das Element sehen, um sicherzustellen, dass dies der richtige Sektor ist..grid-entry-excerpt { font-size: 16px!important; font-style: normal!important; margin-bottom: -2px; }—-translate—
Assuming that the sector is correct, you could try adding important to the end of your rules. But we will need to see the page and element to ensure that this is the correct sector.
.grid-entry-excerpt { font-size: 16px!important; font-style: normal!important; margin-bottom: -2px; }Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.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,
Your webhost has the “PHP ZipArchive Extension” disabled, please ask them to enable and then try uploading the icons again.Best regards,
MikeHi,
It was the title bar, I disabled from within your page by going to the layout options > Title Bar Settings and choosing “hide both”
Please check.Best regards,
MikeHi,
Is there anything else we can assist with on this issue, or shall we close this then?Best regards,
MikeHi,
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,
Mike -
AuthorPosts


