Forum Replies Created
-
AuthorPosts
-
Hi,
Typically we try to keep one question per thread so the threads don’t get so long, but go ahead and ask here :)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,
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 not doing anything wrong, it’s just that the template adds some padding around elements by default, and this is one of those rare cases where you don’t want that. Unfortunately if you want to do the same again we will need to help with some code.
I added the code to your Enfold Theme Options > General Styling > Quick CSS field
and gave your separator 10px of height, please adjust to suit.Best regards,
MikeHi,
We would be happy to help, but you could try using this code again, most likely the “#av_section_1” will be a different number like “#av_section_6” using your browser’s inspector tool would show you the number.Best regards,
MikeHi,
Sorry, I see now that I did miss that there is a flex_column_table above.
Please try:#top.page-id-3719 .flex_column_table:nth-child(n+15) { width: 80%!important; margin: auto!important; }
Best regards,
MikeHi,
@VSG_DE Please include the url to the page in question so we can take a closer look. If you could add a screenshot of the issue, it would be helpful.Best regards,
MikeHi,
Thanks for making it red, it really helps :)
Please try:#top.home #main #av_section_1.avia-section { min-height: 10px !important; max-height: 10px !important; }
Please clear your browser cache and check.
Best regards,
MikeHi,
I looked at your page again, and I’m sure you only have one “flex_column_table” on the page, the “flex_column” below with the images are not affected.
Please see screenshot in Private Content area.
But if you only want to do one row within the flex_column_table, you will need to please give more info, preferably with a screenshot.
We can work on the second issue within this thread, once the code fix for the first is in place.
Thanks for your patience and understanding.Best regards,
MikeHi,
@id8872
Ok, I can understand that.
So to do it yourself, install WordPress & Enfold on a localhost, & then install the demo you wish.
Then upload all of the files in /wp-content/uploads/ from your localhost via FTP to your live site, then push your database from your localhost to your live site using this plugin.
Read the plugin site on how to use it.One other option is to install the demo on a localhost, FTP the files, and use this plugin to save your database, and then use it in PHPmyAdmin to replace your live site database. Mostly the same steps, only the first plugin is easier.
I have found that installing the demo on a localhost works 100% of the time, and using the plugin to push the database work about 95% of the time, of the sites that the user could not install the demo themselves.
I found that some managed WP hosts, have made many changes to permissions, firewalls, & security scripts so that the demo install either throws a false positive or permissions are not allowed or the process times out, such as “Godaddy Managed WP”
Some hosts, such as Strato webhost, refuse to assist in debugging the issue. Although using these steps above have worked on Strato 100% of the time so far.I firmly believe that the issue is with the webhost not allowing the demo import, a localhost import works 100% of the time… with the correct minimum settings.
PHP Version: 5.6.x PHP Time Limit: No limit PHP Memory Limit: 256M PHP Post Max Size: 50M PHP Max Upload Size: 20M
Please try this for yourself, I hope this helps, as always are happy to assist.
Best regards,
MikeHi,
@farangsamui
Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
In your new thread please provide admin login & FTP login info and the demo you would like installed.
Please note that you will lose all content, setting, users, etc. You will be given a new admin login based on the login details you give.Best regards,
MikeHey rankbrite,
To change the social icon colors, Try this code in the General Styling > Quick CSS field:#top #wrap_all .av-social-link-twitter a,#top #wrap_all .av-social-link-instagram a,#top #wrap_all .av-social-link-facebook a,#top #wrap_all .social_bookmarks a { background-color: #1B1E2F; color: #8dd733 !important; }
Best regards,
MikeMay 7, 2018 at 5:00 am in reply to: 1 Photo upload create in the /wp-content/uploads/* folder a lot of files #952478Hey br50com,
WordPress creates many different image sizes when you upload a image and chooses the appropriate file to show depending on screen size the device viewing the site, and the element showing the image. This is normal and intended. Although you can change these sizes using a plugin such as Simple Image Sizes or writing some code, but both of these options are meant for advanced users, most users will find the built in sizes are the best option.
I hope this helps explain it.Best regards,
MikeHi,
You to add your own choice of icon fonts from fontello.com in to the theme at Enfold Theme Options > Import/Export > Iconfont Manager
Please read more hereBest regards,
MikeMay 7, 2018 at 4:40 am in reply to: Enfold footer theme not displaying correctly on the site #952468Hey woveon,
The footer widgets you were seeing are the defaults when there are no widgets in the footer, I added 3 blank widgets and it removed the defaults, please replace the blank widgets with your own. The footer background color was set to white via Enfold Theme Options > General Styling > Footer
I changed it to the darker color as shown in the demo, “#35383C” Please adjust to suit.Best regards,
MikeMay 7, 2018 at 4:27 am in reply to: Parse error: syntax error, unexpected T_FUNCTION on update #952461Hey Kathleen,
Thank you for the FTP login & password, but can you please include the ftp address.
Also include admin login, so we can investigate by temporary disabling the theme.Best regards,
MikeHey rmatus,
Do you mean the blue strip “She’s the same person”
Try this code in the General Styling > Quick CSS field:#top.home #av_section_1 .container {padding: 0px !important; margin: 0px !important; width: 100% !important; max-width: 1900px !important; }
max-width: 1900px works for my screen, but feel free to adjust to suit.
Best regards,
MikeHi,
The WordPress search function is pretty simple / limited, have you considered trying a more advanced search plugin?Best regards,
MikeHi,
Unfortunately, that’s not possible at the moment. Please request for the feature here.
One workaround is to hide the tab section on mobile and then replace it with a different element (ex. tabs or accordion) using the same content. Use the elements’ Screen Options to show or hide per screen size.Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
I’m not sure I understand correctly, if you want to use the 2/3 column for the tabs element, then please try adding the element to a 2/3 column. The css code above wouldn’t change. Sorry I must be missing something?
Before we start a new request lets solve the tab section first, thank you.Best regards,
MikeHi,
I see that you have a web socket error:WebSocket connection to blob:https://public-api.wordpress.com/02dd9a78-a971-4551-9cb1-803b66a2f59a:164 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403
My research points to a JetPack error where the solution is:
If you use the Jetpack plugin on your site, go to this page and deactivate the Notifications feature:
https://yoursite.com/wp-admin/admin.php?page=jetpack_modulesI know you said you tried disabling all plugins, but perhaps this worth a try.
Another thought is your host caching at the server level, perhaps with varnish or something else?Best regards,
MikeHi,
@id8872 If you include the admin login & FTP login in the Private Content area I can try a manual install of the 2017 Demo.
Please note that you will lose all content, setting, users, etc. After the install I will naturally add your user as admin.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,
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,
Glad Rikard could help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Seems that user id is not valid. Do you login at “kriesi.at/support” ?Best regards,
Mike -
AuthorPosts