Forum Replies Created
-
AuthorPosts
-
Hey kosmosdigital,
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,
NikkoHi Franz,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Haissam,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi newmediologo,
Thanks, I have checked that page and it does have the correct code and it does not work properly however it’s a bit hard to determine the cause of the issue without isolating some things which involve deactivating plugins and tweaking some code for debugging.
Can you try setting up a staging site? so we can try to debug it there without affecting your live site and disrupting your users/clients.
Here’s a tutorial on how you can do it with ease: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoDecember 15, 2020 at 8:39 am in reply to: PHP Warning: Creating default object from empty value "avia-template-builder" #1267388Hi mednaturalis,
We have already reported this warning to our devs.
Atm, we can only suggest clearing the cache to make sure that it’s not the cached version that’s served on the site and switch to 7.3 (which most people said have fixed the issue) since this issue is still under queue for investigation.Best regards,
NikkoHi bobfurgo,
I tried to check again, but the same results.
I also tried in Chrome’s incognito mode and still the same, please check the screenshot in private content.Best regards,
NikkoHi Mark Clover,
The code you posted is the standard solution, which is in the documentation: https://kriesi.at/documentation/enfold/icon/#troubleshoot
It is tested to work properly on all CDNs (other solutions are basically just a variation of it) and the only exception is the one coming from Godaddy’s chosen CDN secureservercdn.net.
I haven’t found other workaround as well except for disabling CDN in Godaddy.
You can check further information on CORS in MDN: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORSBest regards,
NikkoDecember 15, 2020 at 6:43 am in reply to: ALB for new post type not working after wordpress 5.6 update. #1267377Hi likefps,
Thanks, this is now fixed, I have replaced:
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'specjalisci'; $supported_post_types[] = 'YOUR CUSTOM POST NAME'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);with:
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'specjalista'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);Best regards,
NikkoDecember 15, 2020 at 6:30 am in reply to: function: header is invisible and appears when user scrolls down stopped working #1267371Hi koen_dieren,
Can you temporarily deactivate “Login Authentication Code”? so any moderator can look into the issue.
Best regards,
NikkoHi rpetru,
Thanks for giving us admin access (you can remove this now).
This is now fixed, I modified the Blog Posts element in Styling > Pagination, the Post Number was set to 21 and Pagination is set to No that’s why there are only 21 posts, I just set Pagination to Yes so you can go to the next set of 21 posts. :)Best regards,
NikkoHi marko7,
You’re welcome :)
We’re glad that we could help.Best regards,
NikkoHi fcp,
No worries, cheer up because you’re doing great :) we all make mistakes, and sometimes we just missed it for some reason.
We’re just glad that we could help you :)
Thanks as well for using Enfold and have a great day!Best regards,
NikkoHi marko7,
I have disabled Responsive Images in Enfold > Performance which removes the warning.
We’ll report this issue to our devs.Best regards,
NikkoHi Alexander,
You need to repeat this step on every Grid Row you want to apply this behavior:
1. Edit the Grid Row, Advanced > Developer Settings > Custom CSS Class, then put this value: equal-columns (You can use this in multiple gridrows you want this to apply, just by doing step 1)
I checked it and the Grid Row does not contain the equal-columns class.Best regards,
NikkoDecember 15, 2020 at 4:47 am in reply to: trying to update my theme to latest version, but getting issues #1267348Hi subrakavi,
Yes, you can do that by first using a child theme: https://kriesi.at/documentation/enfold/child-theme/
All modifications should be added to the child theme (anything in the child theme won’t be lost during a theme update)
Next, register the theme in order for it to receive updates and allow you to update in the Theme Options, further details on this can be found here: https://kriesi.at/documentation/enfold/theme-registration/Best regards,
NikkoHi ThomSchu,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi newmediologo,
Thanks, I have checked on portfolio but it’s using Load More button not pagination.
On the blog page, it seems to work properly on my end, going to the 2nd page and clicking back to the first page works properly as well.
Can you try to use Chrome browser in incognito mode?Best regards,
NikkoHi newmediologo,
Can you give us temporary admin access? so we can inspect further on your site.
Best regards,
NikkoDecember 14, 2020 at 2:11 pm in reply to: portfolio pagination not working – portfolio entries #1267139Hi newmediologo,
Thanks for creating a new thread, we’ll continue the discussion there.
Best regards,
NikkoHi mrsecommerce,
You’re welcome :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Thomas,
Try using CSS word-break, you can refer here: https://www.w3schools.com/cssref/css3_pr_word-break.asp
If it can’t be solved by that, then please give us a link to the page, you can post it in private content.Best regards,
NikkoDecember 14, 2020 at 2:05 pm in reply to: Top Menu instantly goes shrunken size (know as small!) #1267130Hi mikeybabes68,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoDecember 14, 2020 at 2:04 pm in reply to: Freelancer Demo – Text Block and Justifying text. #1267129Hi Mark,
Try the shortcut key to justify the text:
– Windows: Ctrl + Alt + J
– Mac: Ctrl + Option + J
Or try the solutions posted here: https://wpintensity.com/justify-text-wordpress/Best regards,
NikkoDecember 14, 2020 at 1:59 pm in reply to: PHP Warning: Creating default object from empty value "avia-template-builder" #1267127Hi mednaturalis,
No worries, I have checked on your site again and it seems to look fine on my end. (screenshot in private content)
Please try to clear your browser cache.Best regards,
NikkoHi mrsecommerce,
You’re welcome, please try adding this as well:
.html_elegant-blog #top.page-id-440 .post-entry .minor-meta, .html_elegant-blog #top.page-id-440 .post-entry .post-title { text-transform: lowercase !important; }Best regards,
NikkoDecember 14, 2020 at 12:57 pm in reply to: portfolio pagination not working – portfolio entries #1267116Hi newmediologo,
Yes, that’s correct :)
Best regards,
NikkoDecember 14, 2020 at 12:20 pm in reply to: trying to update my theme to latest version, but getting issues #1267094Hi subrakavi,
Can you give us both admin and FTP access? so we can inspect on the issue.
Just post the details in private content.Best regards,
NikkoHey Joseph Avery,
Thanks for purchasing Enfold!
You can generate it here: https://build.envato.com/create-token/
For further information please check: https://kriesi.at/documentation/enfold/theme-registration/Best regards,
NikkoHi Patrick,
Some files may have been corrupted during the update that’s why it wasn’t working properly.
We’re glad that this is now fixed :)
Just let us know if you need further asssistance.Best regards,
NikkoHi Xavier,
Thanks, the bug has been reported.
Please check the temporary solution posted by Rikard: https://kriesi.at/support/topic/alternate-menu-for-mobile-2/Best regards,
Nikko -
AuthorPosts
