Forum Replies Created
-
AuthorPosts
-
December 12, 2018 at 4:14 am in reply to: Download limit in Envato stopping me updating to 4.5.1 #1044096
Hi,
Thank you for the feedback, I believe that I understand your situation better now, even though you could download the theme file once to your computer, and manually update all of your sites then, this would be cumbersome.Perhaps updating all of your sites remotely would be easier, with a dashboard such as WP Remote which is free. But there are others that may even work better for your needs.
What I found exciting is that you can config it to call a GitHub repository to update your theme instead of Envato, so you would not be limited when updating your 50 or more sites.
You could download the update from Envato and upload it to your private GitHub, then login to your remote dashboard that will show all of your sites and click update once for all of them.Best regards,
MikeDecember 12, 2018 at 3:20 am in reply to: Enfold – Enable previous and next post navigation #1044090Hi,
Thank you for the login, first I changed your category from “news-cat” to “news”, so the function I posted will work correctly. So now all of your posts in the category news has the page class “news-cat”
Then I added this css to only show the arrows on posts in the category “news”#top:not(.news-cat) .avia-post-nav { display: none !important; }I believe this is what you wanted, please see the examples in the Private Content area.
But I’m a little confused by your last link above, that goes to the page “Φωτογραφίες” because it is not showing the “news” category.

Was this just a example for me to see, or was I suppose to do something with it?
Thank you.Best regards,
MikeDecember 11, 2018 at 2:09 pm in reply to: Contakt form: Autoresponder does not generate eMail #1043759Hi,
Sorry for the late reply, I found the fix. You have to make sure the EMAIL Address –> says validate email address in the Contact Form, this will fix the autoresponder issue.
I tested your form and it’s now working, please check.Best regards,
MikeHi,
I took a look at your sub-text and logo, and to have the sub-text next to the logo I tested this css:@media only screen and (max-width: 767px) { .responsive #top .logo { width: 25% !important; }Please try the code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field
Please see the screenshot in Private Content area.
I also noticed that your menu is quite large and for tablets (768px) the menu items are stretching under the logo. I would recommend having the mobile menu show until 1030px with this css:@media only screen and (max-width: 1030px) and (min-width: 768px) { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none !important; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block !important; } }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
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 in the Private Content area so we can assist.Best regards,
MikeHi,
Thank you for the image, Try adding this code to the end of your functions.php file in Appearance > Editor:add_filter('avia_widget_time', 'change_avia_date_format', 10, 2); function change_avia_date_format($date, $function) { $output = get_option('date_format'); return $output; }Best regards,
MikeDecember 11, 2018 at 5:39 am in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1043545Hi,
Ok, Please open a new thread so we can assist, and include your admin login & ftp access in the Private Content area, but as this is not your thread your login info will not be private if posted here.Best regards,
MikeDecember 11, 2018 at 5:30 am in reply to: Download limit in Envato stopping me updating to 4.5.1 #1043543Hi,
If I understand correctly, you are updating your sites through the backend of your sites and Envato has limited your account?
Another solution would be to update your sites via FTP, Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Or try using the Update Theme and Plugins from Zip File plugin that will allow you to manually update via the WordPress theme panel by uploading the enfold.zip file.
*Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 17.9mb.Best regards,
MikeHi,
Sorry about that, I missed that customer was not the one that opened the thread, I will pay closer attention going forward. Glad that I asked first.
Your error seem to suggest that perhaps the correct permissions were not allowed in the creation of the token.
But another possibly is that you are managing several licenses and tokens and that the Envato cookie is causing errors, please try using the incognito mode, or a private tab when performing the check. This has worked for others.Best regards,
MikeHi,
I took another look at your site, and noticed that in your child theme style.css you had a function that should only be in the functions.php, so I moved it:add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1); function avf_postslider_show_catergories_mod($category) {$category = 'show_business'; return $category;}But in order to save your style.css I had to correct 19 css errors first.
Then I noticed that your child theme header.php was old and could cause so know issues with the lightbox function, and perhaps your current issue, so I updated it for you.
Then I found that disabling your Popup Maker plugin solved the issue you were having, perhaps it was a combination of these that was the solution, but Please clear your browser cache and check.Best regards,
MikeDecember 11, 2018 at 3:58 am in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1043534Hi,
@wdrow81 thanks for the kind feedback, as everything is working well I deleted the damaged theme folder for you.
Unless there is anything else we can assist with on this issue, shall we close this then?
@abyjrc2016 your error sounds like one from updating the theme via ftp by trying to overwrite the theme folder instead of replacing it. Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
If this doesn’t help, Please open a new thread so we can assist, and include your admin login & ftp access in the Private Content area, but as this is not your thread your login info will not be private if posted here.Best regards,
MikeDecember 11, 2018 at 3:39 am in reply to: Editor Unexpected Error After WordPress 5.0 and Enfold 4.5.1 #1043530Hi,
Thank you Victoria, this file is in WP 5.
So now it a matter of finding the conflict, it seems that our login is no longer valid.Best regards,
MikeHi,
I see that your tab sections are 25% wide now, so adding this css will center the tabs and make them bigger with bigger images:span.av-tab-arrow-container,span.av-tab-section-image { margin: auto !important; } span.av-tab-section-image { background-size: cover !important; width: 180px !important; }Please see the screenshot in Private Content area.
so that solves all but the “friends” one, to solve the image crop, please try uploading your images at 180px.Best regards,
MikeDecember 10, 2018 at 2:39 pm in reply to: Editor Unexpected Error After WordPress 5.0 and Enfold 4.5.1 #1043098Hi,
The js error is coming from/wp-includes/js/dist/vendor/react-dom.min.jswhich is not a standard WordPress directory or file, I tried to disable your plugins but I got a WP Engine warning.
I see you have some “must use” plugins from WP Engine, I wonder if the js is apart of one of those plugins?
Please ask WP Engine if this js is from them and to try disabling it.
If you need your site back ASAP, I believe that WP Engine offers free staging sites, which are copies of your site on temp servers to test with, you could roll your site back to WP 4.9 then create a staging site that is updated to WP 5 that we can continue to work on resolving this issue without it affecting your live site.
*just a thoughtBest regards,
MikeDecember 10, 2018 at 2:07 pm in reply to: Saving Enfold Contact Form to Database (Finally Solved!!) #1043085December 10, 2018 at 1:58 pm in reply to: Dragging Elements in Advanced Layout Editor after Update to 5.0 #1043079Hi,
The dev team has confirmed that they are working on this, we will update this thread with the solution.
Thanks for your patience.Best regards,
MikeHi,
Thank you, so I understand that the install and all resources are in the same directory, and you are redirecting to a new url, and you tried adding some code to your .htaccess, such as this:Header Set Access-Control-Allow-Origin "*"did you try adding this to the .htaccess in both sub-domain directories?
How to enable Cross-Site XMLHttpRequests (Cors) using .htaccess
Best regards,
MikeHey gatehealing,
You could use some css like this:nav.main_menu { top: 40px !important; }
But perhaps we could be of more assistance with a url to your project.
This documentation explains how to put the subtext to the right of your logo.Best regards,
MikeHey Cinziacreazioni87,
Please explain the term “voices/pages” a little more, with some translations “voices” means something else.
Also explain what is different now than before, did you update something?
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Erwin,
I see your issue CORS issue, as you wrote about, you also had a couple of 503 errors for jQuery & css on first load, but a second load didn’t show the 503 errors.
It seems that the easiest solution would be to have these assets served from the sub-domain directly, like everything else, rather than calling a different sub-domain, but I’m not sure how you have your site set up.
I see that the other sub-domain is redirected to the url you posted, was that a testing site?
Perhaps searching your database for the sub-domain “technologie” and replacing with the sub-domain “denp” would correct this error, but I will know more when you explain the relationship of the two.Best regards,
MikeHey dalboslampen,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#sub_menu1.av-submenu-container { z-index: 50 !important; }Best regards,
MikeHi,
Try adding the code to the end of your functions.php file in Appearance > Editor
of either your child theme or the main Enfold theme.Best regards,
MikeHi,
Glad Rikard could help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation 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,
MikeDecember 9, 2018 at 9:59 pm in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1042815Hi,
Thank you, I updated your theme, and ensured that the theme settings and css was preserved, Please clear your browser cache and check.
It seems that I didn’t need to use the backup copies of your theme settings or css, but I have them on hand should you find a error during your inspection.
I left the damaged theme folder in the directory as a backup, once you are satisfied please let me know and I will delete. Please don’t activate it.Best regards,
MikeDecember 9, 2018 at 9:06 pm in reply to: WordPress 5.0 + Enfold 4.5.1 + ALB = Problems Loading Elements #1042812December 9, 2018 at 9:03 pm in reply to: Need to develop Fixed Height column for every pages in Enfold #1042811Hi,
On one page they are 414px high while the other page they are 444px high.
Sorry the equal height element is meant to make two columns the same height on one page, not match all of the columns on different pages.
You should be able to achieve this by setting a max-height for the columns on the site. I recommend adding a custom class to the columns on all pages & write your max-height to match the smallest column set of all the pages:.custom_class { height: 414px !important; max-height: 414px !important; }Please let us know if this helps.
Best regards,
MikeDecember 9, 2018 at 8:39 pm in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1042805December 9, 2018 at 8:01 pm in reply to: Editor Unexpected Error After WordPress 5.0 and Enfold 4.5.1 #1042799Hey mmr1234,
Thanks for the login, I see you have many “mixed content” errors, where your site is https but it’s trying to load scripts from http
Really Simple SSL should solve this.
You also have JS errors:inspector.js - Uncaught TypeError: Cannot read property 'InspectorControls' react-dom.min.js - TypeError: Cannot read property 'decodeEntities'I believe these are scripts from some of your plugins, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Best regards,
MikeHey ex09053,
Which demo do you wish to install & which webhost are you using?
Some webhosts block the import of the images but there are some solutions, other times the issue is with the PHP time limit.
A good place to start is to ensure your PHP setting are like these:
PHP Version: 7.0.x
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 20MBest regards,
Mike -
AuthorPosts
