Forum Replies Created
-
AuthorPosts
-
January 29, 2021 at 3:09 pm in reply to: Demo import issue – “Importing didnt work! you might want to try reloading the p #1276313
Hi Iulian,
Thanks for giving us admin access.
We have imported the demo to your site. Please review your site.
There are few things to note, first is that when trying to manually upload the image (1800px wide and 750px high), I got this error:Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.After few minutes the image was uploaded but some image sizes are missing.
In Enfold > Performance, Load only used elements does not work properly so I have to change it to Always load all elements, and Advanced Styling also does not seem to work properly (or maybe it takes time before some of these settings take effect properly).Best regards,
NikkoJanuary 29, 2021 at 2:04 pm in reply to: Content element "masonry" with "portfolio entries" shows no portfolio items #1276298Hi mai,
It’s frontend.png, actually I can see the boxes but the text inside the box are too little to read.
Best regards,
NikkoHi mai,
Can you tell us what’s the error and which line it points to?
I have actually tested this on my end and didn’t have any issues.
I checked the link you gave however I can only see something like functions.php in a black bar on top and then just white space below, if it’s the content of those files, try to upload it here: https://pastebin.com/
Also tell us the PHP version of your site.Best regards,
NikkoHi Clément,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
@Guenni007 Thanks again for helping and providing a much simpler solution :)Best regards,
NikkoHi Felix,
I see, I will forward this to our devs.
Best regards,
NikkoHi mai,
I understand, please make sure you have added the code instructed in https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb in your child theme’s functions.php.
Then in the shortcodes folder of your child theme, add another folder and name it portfolio then inside it add a new file and call it portfolio.php inside it paste this code: https://pastebin.com/QBaiqcYM
Then at the bottom of the child theme’s functions.php file, add this code:
function category_description_toggle(){ ?> <script> (function () { jQuery(document).ready(function ($) { let desc = $('#portfolio-category-description'); $('#js_sort_items a').on('click', function() { let filter = $(this).data("filter"); desc.find('div').hide(); desc.find(.${filter}).show(); }); }); })(); </script> <?php } add_action('wp_footer', 'category_description_toggle');And finally in the WordPress Dashboard, go to Enfold > General Styling > Quick CSS, then add this CSS Code:
#portfolio-category-description > div { display: none; }Best regards,
NikkoJanuary 26, 2021 at 2:46 pm in reply to: Content element "masonry" with "portfolio entries" shows no portfolio items #1275495Hi mai,
I apologize for that.
Can you tell us what’s written in the boxes? (link in private content)
Do you have caching enabled on your site? maybe a plugin or an internal caching (from the web server), if yes please try to flush out the cache and disable it temporarily as it is usually the cause of these types of issues. Also try to disable all plugins temporarily and check, if nothing happens then just enable them back.Best regards,
NikkoHi Marco,
Try adding this CSS code in Quick CSS:
@media only screen and (max-width:767px) { .responsive .logo img { max-height: 60px; } }Just adjust the max-height value.
Best regards,
NikkoHi Britte,
Thanks for providing the link and I apologize for the delayed response.
It seems that the problem you’re having is in position: fixed which has different implementations in mobile and not working properly especially on IOS devices: https://developer.apple.com/library/archive/technotes/tn2010/tn2262/_index.html#//apple_ref/doc/uid/DTS40009577-CH1-SAFARI_ON_IPAD_READINESS_CHECKLIST-4__MODIFY_CODE_THAT_RELIES_ON_CSS_FIXED_POSITIONING
You can however find some codes online that might help but it seems it’s much better to not use position fixed on mobile.Best regards,
NikkoHi Noucky,
Can you try the solution posted on this thread: https://kriesi.at/support/topic/the-grid-with-products-does-not-work-pagination/#post-1254673
Let us know if it helps or not.Best regards,
NikkoJanuary 25, 2021 at 4:21 am in reply to: Bilder werden in der Mediathek nicht mehr angezeigt. #1275166Hi Andres,
You’re welcome, I have enabled “Responsive Images”.
You can see this in Enfold > Performance > Responsive Images And Lazy Loading > Responsive Images.
It seems all images are showing properly on my end even when Responsive Images is enabled.Best regards,
NikkoHi EWAKOPI,
Yes, that’s true but since I have to consider that it’s a live site, I opted into using a plugin instead of a child theme.
Also, there were no issues in functions.php it’s only that it’s not working because the code was in the child theme’s functions.php and it’s the parent theme (enfold) that has the code.
With WordPress, when a child theme is activated it inherits the code from the parent, but if the parent theme is activated, it’s only the parent theme’s functions that will run.Best regards,
NikkoHi Harald,
Please open up a new thread.
Then put again the description of your issues, then in private content, give us admin credentials so we can inspect your site.Best regards,
NikkoHi Roland,
We’re glad to hear that :)
Let us know if you need further assistance or if we can close the thread.Best regards,
NikkoHi Bruno,
Can you tell us what were the changes you have made on the site during those months? then most likely it’s related it.
If you’re WordPress version is 5.5 or 5.6 then we could tell that the changes in WP has brought it.
Can you try to disable all plugins and check? if it works properly then try to enable them one by one to know which one is causing it.
Aside from that, if you’re using a child theme then you can check on that as well.Best regards,
NikkoJanuary 25, 2021 at 4:05 am in reply to: Updating Enfold for old client – Downloading up to date version? #1275157Hi mattamusic,
It shouldn’t affect your Enfold settings as it is stored in the database, however, we would always suggest having a backup always.
Also, you can try to setup a staging site and do the update there first in order to find out if things will most likely to go smoothly, you can follow this tutorial in setting up a staging site: https://themeisle.com/blog/wordpress-staging-site/
As for updating the theme in the Enfold > Theme Updates, you could say it’s discontinued but to be accurate it’s envato/themeforest that discontinued the use of API keys and uses token instead, so once you update the theme to the latest version, register your theme and follow the instructions in: https://kriesi.at/documentation/enfold/theme-registration/ then you should be able to use Theme Updates again.Best regards,
NikkoJanuary 24, 2021 at 1:25 pm in reply to: Blog Posts problem – Fixed it myself, Please disregard #1275057Hey donkrisho,
We’re glad to hear that :)
We’ll be closing this thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoJanuary 24, 2021 at 1:22 pm in reply to: Bilder werden in der Mediathek nicht mehr angezeigt. #1275056Hi Andres,
Thanks for giving us admin access. I have disabled Responsive Images on your site and it seems to recover some of the images.
I believe some of these missing images maybe caused of either caching or some media or image related plugins.
Please try to disable all plugins one by one except for woocommerce then check, if it’s showing up, then try to enable the plugins one by one to know which one is causing the issue.Best regards,
NikkoHey M49bernard,
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,
NikkoHey Oliver,
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 SeanCentro01,
Yes, try to re-enable it after few days to several days.
Best regards,
NikkoHi AlainTernet,
We’re sorry to hear that.
The best way you can do when tweaking is to use a child theme.
You can download it here and follow the instructions on how to use it: https://kriesi.at/documentation/enfold/child-theme/Best regards,
NikkoHi mai,
Can you give us FTP access? just post the credentials in private content.
Best regards,
NikkoJanuary 24, 2021 at 1:09 pm in reply to: Content element "masonry" with "portfolio entries" shows no portfolio items #1275049Hi mai,
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 ezcom,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Bruno,
I see, Enfold 4.3 was released May 2018 while PHP 7.4 was released Nov. 2019.
Can you try to downgrade your PHP version maybe 7.3 and below.Best regards,
NikkoHi Britte,
I can’t seem to see it in dropbox, can you try here: https://imgur.com/upload
Best regards,
NikkoHey AlainTernet,
Can you try this code in functions.php (just adjust the values):
function woo_related_products_limit() { global $product; $args['posts_per_page'] = 6; return $args; } add_filter( 'woocommerce_output_related_products_args', 'jk_related_products_args' ); function jk_related_products_args( $args ) { $args['posts_per_page'] = 6; // 6 related products $args['columns'] = 2; // arranged in 2 columns return $args; }Hope it helps.
Best regards,
NikkoHi laptophobo,
Just let us know if you need further assistance.
Best regards,
NikkoHi sianmfourie,
I tried to check on your site as well but I’m getting:
This site can’t be reachedI have checked it on https://downforeveryoneorjustme.com/ and the result is it’s down.
Best regards,
Nikko -
AuthorPosts
