Ralf SchlieperGuest
Hallo Herr Budschedl,
ich überlege, für eine Kundenwebsite Ihr Theme (Enfold) zu kaufen und würde gerne wissen,
ob Sie eine komplett eingedeutschte Version anbieten, die ich bei Ihnen direkt mit einer ordentlichen Firmenrechnung (Deutschland) kaufen kann?
Herzliche Grüße von der Insel Fehmarn
Ihr
Ralf Schlieper
(GF)
Moin SOC – Ihre neue Web-Agentur auf Fehmarn
|———————————————————————-|
| Kontakt
|———————————————————————-|
Schlieper Online-Consulting e.K. (SOC) – Web-Portale + Web-Services.
Wilhelmstr. 42 | D-23769 Fehmarn | E-Mail: (Email address hidden if logged out)
Firmensitz: Fehmarn | Handelsregister: Amtsgericht Lübeck, HRA 10392 HL
Konto: Postbank Köln | IBAN: DE70 3701 0050 0202 2005 00 | BIC: PBNKDEFFXXX
Tel.: +49 (0) 43 71 / 6 04 87-30 | Fax: +49 (0) 43 71 / 6 04 87-32
Threema Messenger-ID: https://threema.id/DRKKJZR7
Inhaber / vertretungsberechtigt: M.A. Ralf H. Schlieper (Anschrift wie oben)
Rechtsform: Einzelkaufmann | UST-ID-NR.: DE196085944
Impressum: https://www.schlieper-online.de/impressum/
Datenschutz: https://www.schlieper-online.de/datenschutz/
AGB: https://www.schlieper-online.de/agb/
|———————————————————————-|
| https://www.schlieper-online.de – die Firmenwebsite.
| https://www.kurkliniken.de – das Klinikportal.
| https://www.rehacafe.de – die Gesundheitscommunity. *
|—————————————————————————-|
* Rehacafé Gesundheitscommunity® ist eine eingetragene Marke.
Hey amyteslin,
Enfold is compatible with PHP 7.4. Please make sure that you are running the latest version of the theme: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thank you for the update.
You can place the code in the Enfold > General Styling > Quick CSS field or in the style.css file within the child theme directory. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and don’t forget to purge the cache after adding the css modification.
Best regards,
Ismael
Hey pelgrimrat,
Thank you for the inquiry.
You should be able to use the following css code to adjust the style of the iconbox icons.
#top .iconbox_top .iconbox_icon {
float: none;
position: absolute;
left: 50%;
top: -46px;
margin: 0 0 0 -46px;
padding: 30px;
font-size: 50px;
line-height: 50px;
}
#top .iconbox_top .iconbox_icon:before {
position: absolute;
left: 50%;
top: 50%;
right: auto;
transform: translate(-50%, -40%);
}
Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi,
I have a widget installed that applies categories to media elements.
How do you apply the categories (landscape, portrait) to the images or media files? Are you using a plugin? Please ask the plugin author how can we retrieve the image categories so that we can create a condition or logic out of them.
In the enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php, you will find a function called ratio_check_by_tag which as the name suggests, checks for the posts tag and returns the appropriate orientation. We might be able to do the same thing with the image categories once we know how to retrieve them.
Best regards,
Ismael
Hey Christian,
Thank you for the inquiry.
You may need to modify the enfold/framework/php/widgets/widget-classes/class-avia-combo.php file directly and adjust the widget tab title in this code around line 47.
$this->form_tabs = array(
0 => __( 'No content', 'avia_framework' ),
'popular' => __( 'Popular posts', 'avia_framework' ),
'recent' => __( 'Recent posts', 'avia_framework' ),
'comments' => __( 'Newest comments', 'avia_framework' ),
'tagcloud' => __( 'Tag cloud', 'avia_framework' )
);
You can also use this plugin if editing a file is not an option.
// https://wordpress.org/plugins/say-what/
Best regards,
Ismael
Hi,
Did you enable the masonry excerpt? The filter above will only work when excerpt is enabled.
If you need the read more text inside the masonry image, try to edit the enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php file and look for this code around line 650.
$bg = '<div class="av-masonry-outerimage-container">';
$bg .= $img_before;
$bg .= "<div class='av-masonry-image-container' {$img_style} {$outer_title} {$outer_alt}>";
$bg .= $img_html;
$bg .= '</div>';
$bg .= '</div>';
You can place the read more text after this line.
$bg .= $img_html;
Best regards,
Ismael
Hi,
Thank you for the update.
Once the ALB is locked, user who is not an admin will not be able to use the templates option, but we can modify the enfold/config-templatebuilder/avia-template-builder/php/class-save-buildertemplate.php file to enable it back. You have to remove the following code around line 29 inside the __construct function.
if( ! isset( $_REQUEST['avia_export'] ) )
{
if( $this->builder->disable_drag_drop == true )
{
return;
}
}
Best regards,
Ismael
Hey steel-blue,
Thank you for the inquiry.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings. And please make sure to purge the cache after disabling the compression.
Best regards,
Ismael
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad to hear, I Enabled the Avia Layout Builder Debugger and copied the section shortcode.
You can also use the WordPress Classic Editor shortcode wand in a default post or page to create an element and the shortcode will show in the Classic Editor for you to copy.
Note that full-width elements, such as the color section don’t always behave when nested in other elements such as widgets, so in the widget you see that I removed the color section container and added an html div to take it’s place.
Unless there is anything else we can assist with on this issue, shall we close this then?
Best regards,
Mike
Hey Rob :)
You can refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options and it to theme options as image.
Enfold uses icons from Fontello and currently there is no TikTok icon on Fontello, so I am afraid we are unable to add it to theme options.
Best regards,
Yigit
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.slide-content .slide-meta {
display: none;
}
Best regards,
Rikard
Hey Bobybarns,
Could you try updating the theme to the latest version (4.9.2.3) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia-table td {
font-size: 18px;
background: red;
}
Best regards,
Rikard
Hello,
I want to have a button within the masonry hover and so I´m searching for a paid freelancer. You should be pro with the enfold template to customize the masonry gallery to add a button to the masonry hover with the link-src of the custom-url of each image. I will describe it more detail of course.
If someone is able to work for me for 1-5 hours just let me know.
thank you,
best Marc
our customer has enjoyed the Enfold Theme since 2014-5 I believe but now somehow all pages have this kind of content
[av_heading tag='h3' padding='5' heading='Welcome to our product portefolio' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size=''][/av_heading]
and it says ‘classic’ on top of the content. I’ve tried to “Convert to blocks” but the special codes stays in place.
No matter what ‘editor’ I try to install – the content continue to look the same. All is good on the “front-end” of things – but no one can update the website anymore (well, I know that technically we could, if I edit the special tags and stuff, but …
My question is – how can I get back to the Enfold editing?
Hi,
Unfortunately, we don’t have a way to disable Enfold mobile styles globally, it would require editing the stylesheet of each element manually and would require a lot of time for a plugin that we don’t support or recommend.
Sorry but this is beyond our support scope.
Best regards,
Mike
Hi there
Thanks for your response. We did reach out to elementor directly. And as expected they were not really willing to provide third party support but what they did state was that enfold was removing the mobile styles for elementor. Is there a way we can disable mobile styles for enfold ?
Their actual response
Hello there,
Thank you for your patience!
We checked it, and it seems that no mobile styles are being applied to the content when the Enfold theme is active:
alt image
In this case, I will recommend you report this issue to the Enfold theme support team. Unfortunately, we are not providing any support for 3rd party themes as we do now have any control over their development.
However, I don’t think using fonts in logos for the body font – (paragraph texts) on the website is a good decision anyway. This font in particular should be seen as a standalone and stand out well. For the headings it could be a similar font – but for some fonts that would be no good idea.
Think about Coca Cola would use their own font for the body text of their website…?
Only where “Nomen est Omen” applies, such as the Times Magazine, is the body type adapted to this.
Besides this advice regarding typography; if you have the licensing rights to the font, and there are no web fonts (woff, woff2 etc) included in the package, you could upload it to Fontsquirrel and have the web fonts generated.
After that you can embed those fonts in different way to your theme.
If you then also want to include these fonts in the Enfold theme – i.e. the selection of this font via Enfold Options dialog – there would be a solution for this as well.
PS: what font is the brand font? – maybe we can find a good font-combination on that.
Hi,
Thanks for the screenshots, try adding this css to your EN Quick CSS field in the theme options:
Enfold Theme Options ▸ General Styling ▸ Quick CSS field
#top #wrap_all .avia-slideshow .av-slideshow-caption.av-l2g3x00n-d3eb9544f049e85bc61e9272b95ae46b__0 .avia-caption-title {
font-size: 58px;
color: #fff;
}
#top .avia-slideshow .av-slideshow-caption.av-l2g3x00n-d3eb9544f049e85bc61e9272b95ae46b__0 .avia-caption-content p {
font-size: 28px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hello Kriesi support team,
Next to a recent update, some images disappeared from our web site (https://steel-blue.ch). An update fixed some of them (top of main page), but still there are images missing (middle of main page), while they are visible from the editor (once the container is selected). Those images have a sliding effect, don’t know if this has an influence.
We are currently running version 4.9.2.3.
Can you please help ?
Emmanuel Dardaine
PekkaGuest
Hi,
We tried to register to be able to login to the support forum as we are having problems with our enfold theme in WordPress. However, we were not getting any email to be able to login. When trying to add the Item Purchase Code again it just appears a message stating that “Sorry, but that item purchase code has already been registered with another account. Please login to that account to continue, or create a new account with another purchase code”.
Hi Frits,
Sorry for the late reply. I’m not sure why your front page is acting like that, since I can’t see any error messages on the page. Could you try to enable debug mode, so that we can try to move the content to a new page please? https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you, if you give us permission to do so.
Best regards,
Rikard
Hey kops,
Thank you for the inquiry.
In the Enfold > Layout Builder panel, there is the Lock advanced layout builder option, which prevents anyone who is not an administrator to adjust the layout of an existing page, but everyone who can edit that entry will still be able to edit the content of the existing elements. You nay need to use a third party membership plugin if you need to specify more rules and restrictions.
Best regards,
Ismael