Forum Replies Created
-
AuthorPosts
-
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,
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,
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 weiterhelfenGlad 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,
Please include FTP access and please add a dropbox link to the server error logs, posting here whould be too much.Best regards,
MikeMarch 5, 2018 at 11:44 am in reply to: Adding "background" image at the top of the blog (enfold 2017 "blog modern") #921431Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Let us know if that solved it, and if we should close this thread.Best regards,
MikeMarch 5, 2018 at 11:22 am in reply to: Aktualisierung auf neue Enfold Version nicht möglich/Widgetdarstellung fehler #921415Hey 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,
MikeMarch 4, 2018 at 9:50 pm in reply to: How to make changes to icon list element on a specific page #921201Hey 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,
MikeHi,
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,
MikeHi,
@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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
@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 v7Please 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,
MikeMarch 4, 2018 at 7:27 pm in reply to: Adding "background" image at the top of the blog (enfold 2017 "blog modern") #921122Hi,
Sidebars will alway be below color sections because they are full width, but it looks like your page needs to have the header set to transparency.
Here’s an example using your video:
But the way your sidebar is showing on that page reminds me of a plugin conflict, Try disabling your plugins.
On your post though it looks like you added a color section to a post created with the default editor, which will not work well.
Try using the advanced layout builder to create the post if you wish, but it’s not recommended to mix editor types.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,
Please go to Enfold theme options > Sidebar tab and make sure that have chosen to display sidebar on “Sidebar on Single Post Pages”
Then go to Appearance > Widgets and add widgets you would like to display on your forum in widget area called “Forum”Best regards,
MikeHi,
Unfortunately you would need to start over, but since you would only want to use the demo pages to learn from you could install a localhost on your computer and install enfold there. Here is a video how: https://youtu.be/AULUBUshg1I
Or you could refer to the Enfold training videos I posted earlier whenever you get stuck on something, of course we will help too.Best regards,
MikeHi,
If I understand correctly you would like the column 1 shortcode to show as full width, and I assume centered.
Try this code in the General Styling > Quick CSS field:#top div.columns-1 .products .product{ width: 100%!important; } #top div.columns-1 .thumbnail_container img { max-width: 300px !important; } #top div.columns-1 .thumbnail_container { display: flex!important; justify-content: center!important; }
Please see screenshot in Private Content area.
Best regards,
MikeHi,
It looks like the difference between the mobile view and the tablet view is the menu, please try this code in the General Styling > Quick CSS field to enable the mobile menu for the tablet view:@media only screen and (max-width: 1023px) { .av-burger-menu-main { display: block!important; } #top #avia-menu .menu-item { display: none!important; }}
Please see screenshot in Private Content area of your current mobile and tablet views, should I have missed another difference.
Best regards,
MikeHi,
@goldengate415 Thanks for sharing your solution.Best regards,
MikeHi,
I see in your settings for the bbPress your forum title & base are both using the same word, the warning means that you should not use the same word. Try changing one and save your settings.Best regards,
MikeHi,
If I understand correctly, you would like Disable Image Attachment Pages in WordPress Enfold doesn’t have a setting for this as it is done by WordPress, but the link points to some plugins that do.Best regards,
MikeMarch 4, 2018 at 4:56 pm in reply to: Avia interface not loading + update button greyed out. #921091Hi,
Thank you for sharing your solution, shall we will close this now?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,
@HEF2015 sorry for the late reply on your other thread, but it reads as though it is resolved?Best regards,
MikeHey David Magennis,
I have included the Spa Demo uploads folder in a link in the Private Content area.Best regards,
MikeHi,
@CodeSamurai I see that site 2 (Ashford) is now running v4.2.5 was this solved by replacing the enfold folder via ftp? As I look back it seems you wrote that it was updated via the admin panel?It looks as you are using v3.6.1 for the first site, the same method didn’t help this site?
As I understand this is a production site that can’t be down, 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.
Two good tools for migration to a staging site is Duplicator and All-in-One WP Migration Both have many videos on YouTube explaining the process.Best regards,
MikeHi,
Glad to hear that your site is back up and running.
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.
Two good tools for migration to a staging site is Duplicator and All-in-One WP Migration Both have many videos on YouTube explaining the process.Best regards,
MikeHi,
@amazingcare7, sorry I was under the impression that you were trying to install Enfold on a localhost, with xampp and had connection issues. With this setup we can’t install it for you. Do you also have a IIS host running too? That would explain your issues, please see this video on such a setup: https://youtu.be/T8yglB59Xu0
But perhaps with these issues in mind, using a webhost would be better, that way we could login to help. If you don’t want the test site to be public, there are many “maintenance” plugins that can hide your site until you are ready.Best regards,
Mike -
AuthorPosts