Forum Replies Created
-
AuthorPosts
-
Hi Alex,
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,
NikkoHey 952402034,
The element that you want to change is breadcrumbs and we don’t have any options to change it except to hide or show it.
Here’s our documentation regarding the element: https://kriesi.at/documentation/enfold/breadcrumbs/Best regards,
NikkoHi Beat,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi alexgorg,
We are glad that you were able to resolve the issue.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi tcampaner,
You can set the links not to have a line and then add this CSS code in Enfold > General Styling > Quick CSS to add underline to telephone links:
#top #wrap_all a[href^="tel:"] { text-decoration: underline; }
Hope it helps.
Best regards,
NikkoJune 30, 2023 at 12:54 pm in reply to: Keep column content attached to the lower margin of the layout grid #1412159Hi Oana,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi NCATIT,
I see, just so we use the same thing, please use the following codes:
– enfold\config-templatebuilder\avia-template-builder\php\class-popup-templates.php -> https://pastebin.com/zKJPDgQA
– enfold\config-templatebuilder\avia-shortcode-helpers\class-avia-slideshow.php -> https://pastebin.com/v3VT5BnJAnd finally, add this CSS code in Quick CSS:
.avia-multi-slideshow-button.avia-slideshow-button-2 { margin-right: 20px; }
Hope it helps.
Note for other Enfold users: the changes is not recommended since both files are core, do it at your own risk.
Best regards,
NikkoHi sitecloudpl,
We’re happy to hear that :)
Just let us know how it goes and just post here if there’s any errors that might appear.Best regards,
NikkoJune 29, 2023 at 4:11 pm in reply to: Enfold Theme Version Number is 5.6.3 update -> Broken site #1412079Hi tomcat,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Guenni007,
Thanks for helping out :)
I forgot about Page Content element as well :)Best regards,
NikkoHi Blatze,
Thanks for giving us FTP access.
I was able to copy the content of the homepage and tried to paste the content on two test pages (link in private content) and it seems to be working without any issue on those pages.
I think for some reason the homepage is bugged but I could not see the cause since there’s no js errors on it, no error_logs as well on the root folder.
I think the workaround is to totally delete the homepage (I have saved a template called Home, so you can re-add the content) and then change the permalink/slug of the test page.
Hope this helps.Best regards,
NikkoHi NCATIT,
That’s nice, the file you need to edit is enfold\config-templatebuilder\avia-template-builder\php\class-popup-templates.php and find this function slideshow_button_links (line 759 in Enfold 5.6.3), just copy those arrays from Button 2 Label to Button 2 Link Target (line 844 – 895), add a comma after the closing parenthesis in line 895 and paste the whole button 2 arrays, then replace the labels with Button 3 and then replace the id as well.
I hope it helps.Best regards,
NikkoHi Franz,
I tweaked the code a little bit, from min-width to max-width:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .single-product #main .container_wrap.container_wrap_first { padding-top: 0; } .responsive .single-product .avia-post-nav { display: none !important; } }
which seems to work, please review your website.
As for “Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.”, it means, you’ll go to Enfold > Performance and disable CSS file merging and compression and Javascript file merging and compression, which I think you don’t need to do since the CSS change is taking effect properly.
Hope this helps.Best regards,
NikkoHi NCATIT,
I didn’t find a way to do it via a child theme since you’ll need to tweak some core files to do this tweak, if you know some PHP programming then I can point you to it, but it will be too risky and I don’t suggest it since it might affect some areas of the website and you will need to do the tweak after every theme update.
Best regards,
NikkoHi Marcos Q.,
I think you can try to create a staging site to test it.
Then on the staging site, delete the child theme and add new child theme and see if it helps.
If the same problem still persists then I think there are some settings that needs to be tinkered around.Best regards,
NikkoHi Guenni007,
I apologize for that, here’s the link: https://pastebin.com/63DHYCMT
Best regards,
NikkoHi Rustum,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Marcos Q,
Thanks for giving us admin access.
I have checked it and noticed that when the parent theme is used (via Health Check & Troubleshooting) it seems to fix the issue, but when the child theme is used the issue shows up again, however, I don’t really see anything in the child theme that should cause the issue. So I add this CSS code in Quick CSS, to hide the extra breadcrumb link:#top.single-post .avia-breadcrumbs .breadcrumb-trail span:nth-child(3), #top.single-post .avia-breadcrumbs .breadcrumb-trail span:nth-child(4) { display: none; }
Please review your site.
Best regards,
NikkoHi Blatze,
Can you give us FTP access as well? so we can check on the issue further.
Just post the credentials in private content.Best regards,
NikkoHi Wang,
I have checked in Settings > Permalinks > Portfolio Entry Settings and it seems the default values are changed to products.
– Portfolio Items Base -> portfolio-item (default value)
– Portfolio Categories Base -> portfolio_entries (default value)
Just change the values and that should fix it.As for the square please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top.tax-portfolio_entries .grid-entry .grid-content { position: absolute; bottom: 0; left: 0; width: 100%; }
Hope it helps.
Best regards,
NikkoHi NCATIT,
Unfortunately, there’s no easy way to add a third button on the Easy Slider, since you will need to modify core files in Enfold to be able to change it which might break parts of the site in the process.
Best regards,
NikkoHi infoglemser,
Please create a temporary admin account and put the credentials in private content, so we can try to check on the issue further.
Best regards,
NikkoHi zimbo,
There’s another option but would require you to use a child theme: https://kriesi.at/documentation/enfold/child-theme/
If you are already use the child theme then please proceed with the instructions below, otherwise, please follow the instructions on the documentation link.Step 1
– Add this code in the child theme’s functions.php file (do not add if this code is already in functions.php):/** * Add filter to add or replace Enfold ALB shortcodes with new folder contents * * Note that the shortcodes must be in the same format as those in * enfold/config-templatebuilder/avia-shortcodes * * @link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ * * @param array $paths * @return array */ function avia_include_shortcode_template( $paths ) { if( ! is_array( $paths ) ) { $paths = array(); } $template_url = get_stylesheet_directory(); array_unshift( $paths, $template_url . '/shortcodes/' ); return $paths; } add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );
Step 2
– create a folder called shortcodes inside the child theme, and inside the shortcodes folder, create another folder called headingStep 3
– create a file inside heading’s folder called heading.php and paste the code in private content.Step 4
– Edit Special Heading > Advanced, then open the second Link Settings, and add a linkHope this helps.
If you need further assistance, just let us know.Best regards,
NikkoHi schweg33,
Please don’t forget this part of Ismael’s code:
@media only screen and (min-width: 767px) {
Best regards,
NikkoJune 28, 2023 at 5:45 am in reply to: Webside looks good on desktop on mobile the pages are gone #1411909Hi rixi,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJune 28, 2023 at 5:45 am in reply to: Enfold theme compatibility issue with PHP, caused 500 error #1411908Hi serinlan,
Can you try to change it to PHP 8.0?
Best regards,
NikkoHi Jed,
Thanks for pointing it out to us.
We’ll forward this issue to our devs.Best regards,
NikkoHi zimbo,
Thanks for the detailed information and links.
The only difference between both sites is the size of fonts which affects the width of the blog container.
You can change the font size but since it will affect other parts of the website, please try to add this CSS code in Enfold > General Styling > Quick CSS instead:#top .fullsize .template-blog .post .entry-content-wrapper { font-size: 18.4px; }
Hope it helps.
Best regards,
NikkoHi xeovision,
We’re happy to hear that you were able to find a working solution. :)
Also, you can try to look up in our documentation: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters and use the Special Character Translation pluginIf you need further assistance, don’t hesitate to create a new thread.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi elsmore01,
Unfortunately, we don’t have that feature yet on the theme.
The only workaround for now is to save the element as a template and use that template to add to other pages so there’s no need to recreate it.Best regards,
Nikko -
AuthorPosts