Forum Replies Created
-
AuthorPosts
-
Hi Colin,
To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
NikkoNovember 17, 2023 at 4:34 pm in reply to: E_ERROR on Newsbox Widget / Widget panel not working #1425848Hi Thomas,
I’m glad that we could help you :)
Have a great weekend!Best regards,
NikkoNovember 17, 2023 at 4:33 pm in reply to: E_ERROR in Enfold functions file as well as in other files #1425847Hi SHR Design,
How much memory is allowed to you by your hosting provider based on the package you purchased/subscribed?
Best regards,
NikkoHi navindesigns,
The 3rd item will not be visible on the screen if forced to 3, I’ll give two solutions then you can choose whichever you prefer:
Please replace this code in your Quick CSS:@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable { display:grid; grid-template-columns: repeat(2,1fr); grid-column-gap: 20px } .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder { display: none } }
For 3 columns, replace it with:
@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable { display:grid; grid-template-columns: repeat(3,1fr); grid-column-gap: 20px } .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder { display: none } }
For 1 column, please replace it with:
@media only screen and (max-width: 767px) { .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable { display: grid; grid-template-columns: 1fr; grid-column-gap: 20px; margin-top: 0; } .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder { display: none } .responsive #top.home #wrap_all #av_section_5 h1 { margin-bottom: 30px; } }
Hope it helps.
Best regards,
NikkoHi guillaumemichnik,
You’re welcome :)
As for ‘You are encountering a curl error 28 because the issued request could not establish correctly. To diagnose this issue, I invite you to approach the destination server to ensure that there is no blocking of the IP address concerning the exit gateway of your hosting.’, that is indeed possible that the connection between our server and your server have some issues, that’s why we have a workaround of importing demo which is the one you tried however since the importing of the demo is done and moving forward, the error 500 is not related to it, which you may encounter from time to time is not related to connectivity between two servers.
Best regards,
NikkoHi navindesigns,
Would it be okay if we make it one column instead for mobile?
Best regards,
NikkoHi Colin,
It’s possible but you have to add a link to the image and make sure it points to the larger version of the image, that will automatically turn into a lightbox.
Hope it helps.Best regards,
NikkoHi Empatica,
Please check Ismael’s answer on https://kriesi.at/support/topic/contact-form-submit-button-hook/ then you can combine it with is_page: https://developer.wordpress.org/reference/functions/is_page/ to check whether the page is coming from homepage or contact page.
Hope it helps.Best regards,
NikkoNovember 17, 2023 at 7:04 am in reply to: Slideshow (full width) one caption for different slides #1425802Hi phil-0071,
Yes, it’s possible edit the Fullwidth Easy Slider, then go to Styling > Slides > and check Use first slides caption as permanent caption.
Hope it helps.Best regards,
NikkoNovember 17, 2023 at 6:51 am in reply to: Messed up design in blog post loop when sidebar is disabled #1425801Hi Butterkipferl,
Can you give us a link to the page shown?
Best regards,
NikkoHi muratsuedan,
The license is lifetime on your single site, are you trying to update the theme via the license? if yes, you will need to generate a personal token and use it to update the theme, please check our documentation for further information: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
NikkoHi Jean,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Ilaria5,
You can see the information on our documentation: https://kriesi.at/documentation/enfold/quick-setup/#logo-setup
Hope it helps.Best regards,
NikkoHi navindesigns,
I’m glad that you were able to figure it out.
Thanks for using Enfold and have a great day!Best regards,
NikkoNovember 17, 2023 at 6:41 am in reply to: E_ERROR in Enfold functions file as well as in other files #1425796Hi SHR Design,
Thanks for providing the error logs, all the error points to CRITICAL Uncaught Error: Failed opening required which points that the file could not be found but you can easily verify if it’s there for example: wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.php
I think the problem is most likely on the hosting/web server.Best regards,
NikkoNovember 17, 2023 at 6:31 am in reply to: E_ERROR on Newsbox Widget / Widget panel not working #1425795Hi Thomas,
I could not view the image link, however, I have made changes on class-avia-newsbox.php
Please review your site and see if the error still appears.Best regards,
NikkoHi guillaumemichnik,
Thanks for giving us admin access and FTP.
We have imported the Health Demo for you.
Please review your website.Ps. Sometimes the site returns error 500 which seems that there maybe some server issues.
Best regards,
NikkoHi Yaphoon,
I have added the following in Enfold > General Styling > Quick CSS:
To remove the words uncategorized#top #main .avia-content-slider .minor-meta { display: none; }
To change the font size (Just change the value as you see fit)
#top #main .avia-content-slider .slide-entry-title { font-size: 16px; }
As for the last one, since you are using the Advanced Layout Builder, you need to add it manually via Text Block, or you can add this in your child theme’s functions.php:
function post_published_date(){ return get_the_date(); } add_shortcode( 'post_published', 'post_published_date' );
Then add a Text Block and put this shortcode inside it:
[post_published]
Then it should automatically post the published date of the current post.
Hope it helps.Best regards,
NikkoHi guillaumemichnik,
Sure, can you give us temporary admin access to your website as well as FTP access?
Just post the credentials in private content.Best regards,
NikkoHi daves1997,
I believe there’s some plugin conflict involve however since your site is live I’m hesitant to deactivate the plugins.
Best regards,
NikkoHi Christian,
I apologize, there’s something wrong with my code, please replace this part of the code:
@media only screen and (max-width:767px) {
with:
@media only screen and (min-width:768px) {
Best regards,
NikkoNovember 15, 2023 at 4:09 pm in reply to: Formatting & CSS in Child Theme Not Recognized After Update to Enfold 5.6.8 #1425696Hi NicomIT,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Kristian,
To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
NikkoHi daves1997,
Thanks for giving us admin access, however, Health Check & Troubleshooting plugin does not seem to work properly on your site, and to find the cause of the issue, we will need to deactivate some if not all plugins and even try to switch themes, which would make the frontend messy for some time. Can you setup a staging site for us instead? so we can try to troubleshoot it, without affecting visitors on your site.
Best regards,
NikkoHi Christian,
I think the layout is hard to really hard to fix because there are basically 2 layouts, image sizes varies from small and very tall images, and the varying length of the titles.
The complexity might be solved with some javascript but I’m not an expert on that, so I can only give you some CSS codes to try to help make it look better, please try to remove.product .av-product-class-minimal { height: 470px; min-height: 470px !important; }
and replace it with:
@media only screen and (max-width:767px) { #top ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } #top ul.products .product { clear: none; display: flex; flex-direction: column; justify-content: flex-start; float: none; margin: 0; width: 100%; } #top ul.products .product-category a { display: block; position: static !important; } #top ul.products .product-category a .woocommerce-loop-category__title { position: absolute; bottom: 0; left: 0; width: 100%; } #top ul.products .type-product .thumbnail_container { min-height: 270px; } #top ul.products .type-product .thumbnail_container img { max-height: 240px; width: auto !important; margin-left: auto; margin-right: auto; } }
Best regards,
NikkoHi Matt,
You’re welcome :)
Please try to add this CSS code as well:#top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner, #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner:after, #top #header.av_header_transparency .av-hamburger.is-active .av-hamburger-inner:before { background-color: black; }
Best regards,
NikkoHi Carsten,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi woogie07,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi meanster99,
I checked your site and it’s black for burger icon for every page, to make it white for transparent pages, just add this CSS code in Enfold > General Styling > Quick CSS:
#top #header.av_header_transparency .av-hamburger .av-hamburger-inner, #top #header.av_header_transparency .av-hamburger .av-hamburger-inner:after, #top #header.av_header_transparency .av-hamburger .av-hamburger-inner:before { background-color: white; }
Best regards,
NikkoHi Tim,
Thanks for giving us admin access.
Is there any modifications made on the Enfold theme? it seems when it is set to display All, pagination appears but when you set pagination to specific number the pagination disappears on the frontend, which is the exact opposite of how it works.Best regards,
Nikko -
AuthorPosts