Forum Replies Created
-
AuthorPosts
-
September 10, 2020 at 1:18 pm in reply to: Error message: There has been a critical error on your website. #1244903
Hey Stephen,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoSeptember 10, 2020 at 1:15 pm in reply to: Several Errors After Upgrading to Enfold 4.7.6.3 #1244902Hey Sherman,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoSeptember 10, 2020 at 1:14 pm in reply to: Avia Layout Builder Does not Load on site with SSL #1244901Hey qtheagency,
Thanks for giving us admin access to both.
Your live site is giving this error via admin-ajax:HTTP 502 — Unable to Connect to the Origin ServerI think it can be resolved by following Godaddy’s instruction in this article: https://au.godaddy.com/help/502-unable-to-connect-to-origin-server-27382
Let us know if it helps.Best regards,
NikkoHi Marco,
We’re glad to hear that :)
Let us know if you need further assistance.Best regards,
NikkoSeptember 10, 2020 at 12:42 pm in reply to: Remove underline from hyperlink in bulleted list #1244887Hi mnydish,
Please try adding this CSS code:
li a:hover { color: green; }Best regards,
NikkoHey Mounir,
I have tried the credentials you gave however it doesn’t work:
ERROR: Incorrect username or passwordBest regards,
NikkoHi MrJoscha,
Thanks for giving us admin access.
I have checked it and you’re still using Enfold 4.3.2 which is outdated and not fully compatible with WordPress 5.5.
Please update it first to the latest version (4.7.6.3) and make sure to have a backup first.Best regards,
NikkoHi Jooster,
Thanks for giving us admin access.
The problem you’re having is from your child theme’s helper-main-menu.php file which is modified.
There’s this code in line 83 which causes the issue:echo add_loginout_link();However the function is declared like this:
function add_loginout_link( $items, $args ) {which expects two arguments, To fix this, please replace:
function add_loginout_link( $items, $args ) {to:
function add_loginout_link() {then switch back to your child theme.
Let us know how it goes.Best regards,
NikkoHi evanskathy,
I have checked it and it does return below because it does not have the permissions listed above:
Last time we checked the token we were not able to connected to Envato: Purchases could not be accessed Username could not be accessed (needed for your information only) E-Mail could not be accessed (needed for your information only) Following errors occured: Purchases: Errorcode 403 returned by Envato: Forbidden: - response_code: 403 - reason: scope-missing username Errorcode 403 returned by Envato: Forbidden: - code: not_authenticated email Errorcode 403 returned by Envato: Forbidden: - code: not_authenticated Purchases: A problem occured accessing your purchases. Unable to check for updates.Best regards,
NikkoHi kinderheim511,
I see, please try adding this CSS code then:
#top .av-layout-grid-container .av-screen-reader-only { display: none; }Best regards,
NikkoHi MrJoscha,
We could not login using the link you gave.
Please copy the link the plugin generates, here’s a screenshot: https://imgur.com/CFUYD5J
It should a generate a link that looks like the one in private content.Best regards,
NikkoSeptember 10, 2020 at 10:27 am in reply to: Adding captions underneath featured images on posts #1244833Hi emanar,
I apologize for that, there’s one requirement in order to add the caption and that’s using a child theme, you can download it and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
Then go to the files wp-content > themes > enfold > includes folder, then copy loop-index.php.
Go to the child theme, create a folder called includes and paste inside loop-index.php and edit it and find this code (line 350-353 in Enfold 4.7.6.3):if( $slider ) { echo '<div class="big-preview ' . $blog_style . '" ' . avia_markup_helper( array( 'context' => 'image', 'echo' => false ) ) . '>' . $slider . '</div>'; }and replace it with:
if (get_post(get_post_thumbnail_id())->post_excerpt) { $slider_caption .= '<span class="featured-image-caption">'; $slider_caption .= wp_kses_post(get_post(get_post_thumbnail_id())->post_excerpt); $slider_caption .= '</span>'; } if( $slider ) { echo '<div class="big-preview ' . $blog_style . '" ' . avia_markup_helper( array( 'context' => 'image', 'echo' => false ) ) . '>' . $slider . $slider_caption . '</div>'; }And that should add a caption.
Best regards,
NikkoHi algkent,
You’re welcome. :)
As for that page, just open https://www.moneyprodigy.com/goal-setting-for-kids-3-2/ in another tab/window then another for the backend.
Delete everything in it, then just copy and paste from the frontend side of that page to Gutenberg and that should work.Best regards,
NikkoHi Jooster,
That function is in the parent theme and don’t need to be re-added to your child theme.
Can you give us the login link to your site? so we can try to inspect further.Best regards,
NikkoHi charlotteraboff,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi algkent,
It does work but you’ll need to click on the Default Editor button.
I have done it on your Allowance for Kids page and used a gutenberg editor for it, you may need to tweak it a bit.
Just let us know if you need further assistance.Best regards,
NikkoHi baiker,
Thanks for giving us admin access.
Clicking the Load More button returns a 403 status on admin-ajax.
When using Health Check and Troubleshooting plugin to allow disabling of plugin on the user only, it seems disabling the security plugin makes it work, however since it is essential you may need to adjust the settings of the plugin.Best regards,
NikkoHi eperr,
Thanks for giving us admin access.
I have checked it and it seems hard to troubleshoot without trying to disable plugins and maybe do some tweaks in the files for testing.
Can you try to create a staging site for us where we can try to isolate the issue without affecting your live site?
Here’s a simple tutorial that should help in creating one: https://themeisle.com/blog/wordpress-staging-site/
I also tried to check similar issues but all seems to point to having mod_security blocked, so I think we’ll need to check further.Best regards,
NikkoHi PeterSocialiq,
Thanks for providing us the staging site and admin access.
First, I have added a child theme so I can put the tweak there so it won’t get lost during the theme update.
Here’s where I have downloaded it and you can find instructions: https://kriesi.at/documentation/enfold/child-theme/
In the functions.php of the child theme, I added this code:function enfold_dequeue_scripts($screen) { if ('widgets.php' === $screen) { wp_dequeue_script( 'avia_tooltip_js' ); wp_deregister_script( 'avia_tooltip_js' ); wp_dequeue_script( 'avia_history_js' ); wp_deregister_script( 'avia_history_js' ); wp_dequeue_script( 'avia_modal_js' ); wp_deregister_script( 'avia_modal_js' ); wp_dequeue_script( 'avia_element_js' ); wp_deregister_script( 'avia_element_js' ); wp_dequeue_script( 'avia_builder_js' ); wp_deregister_script( 'avia_builder_js' ); } } add_action( 'admin_enqueue_scripts', 'enfold_dequeue_scripts', 999 );
@brycebarbara Can you test the solution we provided?Best regards,
NikkoSeptember 9, 2020 at 1:38 pm in reply to: Cart Icon not displaying items in basket on hover #1244629Hi Duncan,
We’re glad that we could help :)
Let us know if you need further assistance on your live site.Best regards,
NikkoSeptember 9, 2020 at 9:55 am in reply to: Cart Icon not displaying items in basket on hover #1244582Hi Duncan,
Thanks for giving us admin access.
The problem is caused by the .htaccess (majority in there is generated by SG Optimizer)
I have deleted that file, then go to Settings > Permalinks and save, just to recreate the .htaccess file.
And it seems to work properly now on the staging site :)Best regards,
NikkoHi jnightingale,
Thanks for giving us admin access.
I tried to check on your pages and it seems to load properly on my end.
Please see the screenshot in private content.
The issue might be due to caching or maybe a browser extension causing js conflict.
Please try to clear the browser cache or if you’re in chrome use incognito mode.Best regards,
NikkoSeptember 9, 2020 at 7:10 am in reply to: Easy slider and images have disappeared after update #1244563Hi braymond,
Thanks for giving us admin access as well as the instructions.
I have commented out the 2 scripts at the footer which are causing the issue:<script src="/js/switchSlideTags.js" ></script> <script src="/js/addBlogClass.js" ></script>And it works properly.
I think these js scripts needed to be put inside an anonymous function like this:( function($) { // code goes here } ) ( jQuery );Hope it helps.
Best regards,
NikkoHi vanderhout,
Thanks again for giving us admin access.
I have checked the backend and could confirm it’s using PHP 7.3.20 however I don’t see the warning in the homepage or in other pages.Best regards,
NikkoHi kinderheim511,
Thanks for giving us admin access.
The issue is from your CSS code in the Simple Custom CSS plugin (line 25-26):.zece { width: 10% !important;}Those 2 1/4 columns with images in it have zece class which forces 10% width.
Best regards,
NikkoSeptember 8, 2020 at 5:16 pm in reply to: Save all changes in "Enfold Theme Options" is grey only #1244354Hi inforexx,
Thanks for giving us admin access :)
I have installed and activated this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/
Wordpress 5.5 has made a major change which includes the removal of jQuery migrate plugin which is used by many plugins and themes, including the Enfold theme, with this plugin jQuery migrate is plugged in back to the site and fixes the issue. This incompatibility issue was fixed beginning with Enfold 4.7.6.2 so we suggest to update to the latest version of Enfold so you can deactivate and remove this plugin unless some plugins haven’t updated yet for WP 5.5.Best regards,
NikkoHi HyppoMG,
Yes, it’s possible, Enfold 4.7.6.2 and 4.7.6.3 contains patches for WP 5.5, however to be sure since PHP version and plugins installed are also a factor, create a staging site first, basically it’s a clone of your live site placed in your subdomain so it has the same environment. It is used for testing purposes, here’s a simple tutorial on how you can make one: https://themeisle.com/blog/wordpress-staging-site/
On the stage site, perform the update and see if there are any issues, if there’s none then its safe to update (but still make a backup since sometimes interruptions happen) if there are issues then we’ll try to help with it and document it, so when your live site is to be updated, the possible issues will be quickly addressed.Best regards,
NikkoSeptember 8, 2020 at 4:47 pm in reply to: Save all changes in "Enfold Theme Options" is grey only #1244339Hey inforexx,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoSeptember 8, 2020 at 4:45 pm in reply to: Need help ASAP. I updated Enfold to latest version and it has taken down site #1244338Hi hostworks,
Sure, we’ll wait for it then :)
Best regards,
NikkoHi James,
Unfortunately, we can’t do that as we will be violating some policies by doing that.
If you purchased the theme, you will get lifetime updates but support is limited, it needs to be renewed to be extended.
However in your case, since you can’t reach the previous developer who has access to the account, I could only suggest purchasing a new one using your account or much better if it’s the owner of the site. Otherwise, please try to contact Envato support regarding the issue.Best regards,
Nikko -
AuthorPosts
