Viewing 30 results - 19,171 through 19,200 (of 244,612 total)
  • Author
    Search Results
  • #1397068

    Hi,
    Glad Nikko was 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

    #1397066

    Hey daineax,

    Thank you for the inquiry.

    The font is not available in the theme by default. Did you upload the font files using the Custom Font Manager? Please check the documentation below for more info about the font manager.

    // https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    Best regards,
    Ismael

    #1397065

    In reply to: Demo Import

    Hi,
    Glad Yigit 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

    #1397064

    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

    #1397062

    Hey CopperCityCreative,
    Thanks for the link to your site, I see that you have already installed the Font Awesome font, so to add a Font Awesome icon to before the accordion title you first need to find the unicode for the icons you wish to use, for example f09d is a credit card and f3d1 is cash.
    Enfold_Support_306.jpeg
    Then add the unicode to css like this:

    .togglecontainer p[data-fake-id="#toggle-id-1"]:before {
      font-family: "Font Awesome 5 Free"; 
      content: "\f09d";
      font-size: 40px;
      padding-right: 12px;
    }
    .togglecontainer p[data-fake-id="#toggle-id-1"] {
    	display: flex;
    }
    .togglecontainer p[data-fake-id="#toggle-id-2"]:before {
      font-family: "Font Awesome 5 Free"; 
      content: "\f3d1";
      font-size: 40px;
      padding-right: 12px;
    }
    .togglecontainer p[data-fake-id="#toggle-id-2"] {
    	display: flex;
    }

    This is the result:
    Enfold_Support_304.jpeg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Ismael 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

    #1397057

    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

    #1397056

    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

    #1397055

    In reply to: Hide burger menu item

    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

    #1397054
    Sozo
    Participant

    Hi!
    I keep getting these “Enfold” error messages from my SMTP mail client that say “Message Body Empty” and then a file path to a line number.

    The first several messages ended at line enfold/framework/php/class-form-generator.php (line: 1393)
    and then later switched to line /enfold/framework/php/class-form-generator.php (line: 1450)
    (see images below)

    I’ve checked and those lines aren’t empty. I’ve tested the mail client itself as well as all the contact forms and everything is working as far as I can tell but every few days now, I get these errors.

    Thanks in advance for the help.

    #1397047

    In reply to: Support Anfrage

    This reply has been marked as private.
    #1397038

    In reply to: Support Anfrage

    Hi,

    Please refer to this: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1397037

    Hey Lene,

    You can change fonts under Enfold->General Styling->Fonts.

    Best regards,
    Rikard

    #1397036

    Hi Lokman,

    Could you try updating the theme to the latest version (5.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1397034

    Hi,

    Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1397020

    Hi,

    Thanks for that. Are these warnings only appearing on the page you linked to? Please include FTP login details as well, and activate debug mode so that we can move the content to a new page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you if you don’t know how.

    Best regards,
    Rikard

    #1397018

    In reply to: Support Anfrage

    This reply has been marked as private.
    annevoelkel
    Participant

    Dear Kriesis,
    I’m now installing the english version of the website using a different URL for English. This is a relaunch so I cannot switch to display the languages by directories, what works without any problems. The problem is the same I found in a topic from 2021: all general font settings in enfolds english dashboard and custom style.css concerning font-families are ignored and replaced by system fonts in Firefox and Chrome. In Safari it works better but not 100 percent as wanted.
    What to do?
    Best regards
    Anne

    #1397004
    This reply has been marked as private.
    #1397001
    itconnectab
    Participant

    Hi,

    I’m just finished updating or migating from Enfold 4.7 to 5.4. The problem is that everytime I hit the Plugins > Add New button the following error message comes up.
    ['all-in-one-wp-migration' => class stdClass { public $id = 'w.org/plugins/all-in-one-wp-migration'; public $slug = 'all-in-one-wp-migration'; public $plugin = 'all-in-one-wp-migration/all-in-one-wp-migration.php'; public $new_version = '7.70'; public $url = 'https://wordpress.org/plugins/all-in-one-wp-migration/'; public $package = 'https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.3'; public $upgrade = FALSE }, 'better-search-replace' => class stdClass { public $id = 'w.org/plugins/better-search-replace'; public $slug = 'better-search-replace'; public $plugin = 'better-search-replace/better-search-replace.php'; public $new_version = '1.4.2'; public $url = 'https://wordpress.org/plugins/better-search-replace/'; public $package = 'https://downloads.wordpress.org/plugin/better-search-replace.1.4.2.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.0.1'; public $upgrade = FALSE }, 'iwp-client' => class stdClass { public $id = 'w.org/plugins/iwp-client'; public $slug = 'iwp-client'; public $plugin = 'iwp-client/init.php'; public $new_version = '1.11.0'; public $url = 'https://wordpress.org/plugins/iwp-client/'; public $package = 'https://downloads.wordpress.org/plugin/iwp-client.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.1'; public $upgrade = FALSE }, 'popup-maker' => class stdClass { public $id = 'w.org/plugins/popup-maker'; public $slug = 'popup-maker'; public $plugin = 'popup-maker/popup-maker.php'; public $new_version = '1.17.1'; public $url = 'https://wordpress.org/plugins/popup-maker/'; public $package = 'https://downloads.wordpress.org/plugin/popup-maker.1.17.1.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '4.9'; public $upgrade = FALSE }, 'post-duplicator' => class stdClass { public $id = 'w.org/plugins/post-duplicator'; public $slug = 'post-duplicator'; public $plugin = 'post-duplicator/m4c-postduplicator.php'; public $new_version = '2.28'; public $url = 'https://wordpress.org/plugins/post-duplicator/'; public $package = 'https://downloads.wordpress.org/plugin/post-duplicator.2.28.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '4.0'; public $upgrade = FALSE }, 'simple-301-redirects' => class stdClass { public $id = 'w.org/plugins/simple-301-redirects'; public $slug = 'simple-301-redirects'; public $plugin = 'simple-301-redirects/wp-simple-301-redirects.php'; public $new_version = '2.0.7'; public $url = 'https://wordpress.org/plugins/simple-301-redirects/'; public $package = 'https://downloads.wordpress.org/plugin/simple-301-redirects.2.0.7.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '5.0'; public $upgrade = FALSE }, 'wp-mail-smtp' => class stdClass { public $id = 'w.org/plugins/wp-mail-smtp'; public $slug = 'wp-mail-smtp'; public $plugin = 'wp-mail-smtp/wp_mail_smtp.php'; public $new_version = '3.7.0'; public $url = 'https://wordpress.org/plugins/wp-mail-smtp/'; public $package = 'https://downloads.wordpress.org/plugin/wp-mail-smtp.3.7.0.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '5.2'; public $upgrade = FALSE }, 'wordpress-seo' => class stdClass { public $id = 'w.org/plugins/wordpress-seo'; public $slug = 'wordpress-seo'; public $plugin = 'wordpress-seo/wp-seo.php'; public $new_version = '20.1'; public $url = 'https://wordpress.org/plugins/wordpress-seo/'; public $package = 'https://downloads.wordpress.org/plugin/wordpress-seo.20.1.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '6.0'; public $upgrade = FALSE }, 'custom-facebook-feed' => class stdClass { public $new_version = '4.3.4'; public $stable_version = '4.3.4'; public $package = 'https://smashballoon.com/edd-sl/package_download/NTI3NTc...='; public $download_link = 'https://smashballoon.com/edd-sl/package_download/NTI3NTc...='; public $slug = 'custom-facebook-feed'; public $name = 'Custom Facebook Feed WordPress Plugin Developer'; public $url = 'https://smashballoon.com'; public $homepage = 'https://smashballoon.com'; public $last_update = '2022-12-14 11:07:30'; public $id = 300; public $requires = ''; public $requires_php = ''; public $tested = '5.9.3'; public $sections = class stdClass { ... }; public $description = [...]; public $changelog = [...]; public $upgrade = TRUE }]

    Other than the theme there are nothing else (no plugins) activated. This is the environment used

    Wordpress: v6.1.1 (single-site)
    Enfold: v5.4
    Child Theme active

    Local dev environment using Local (by Flywheel)
    Server: Nginx
    PHP: 8.0.22
    MySQL: 8.0.16

    Please advice.

    //Seb

    billbasler
    Participant

    Enfold Support, I have a page where I am using three blog page elements on a single page.

  • One will pull in a single post tagged as “featured”
  • The second will be filtered to pull in the prior six days posts, in a grid layout.

  • The third will complete the posts for the current month in a list layout.

    Please see a page mockup here: https://baslerdesign.com/wp-content/uploads/Blog-H2-Headings-Example-scaled.jpg

    My question is this: How do I edit the size of the H2 in the top blog element (circled in red on the above link)? This is set to Single Author, big preview Pic (no author picture is displayed). ….

    WITHOUT

    …affecting the lower Blog Post element H2s (circled in green) This is a List Layout – Simple.

    And finally, on the lower Blog Post element (circled in green) how can I make the “tags” text smaller?

    Thank you!

    • This topic was modified 3 years, 2 months ago by billbasler.
#1396997

Hi,

Images inside Enfold cannot be found. It seems like you have custom rules in your .htaccess file and it might be the cause of the issue. Please temporarily remove the custom rules and check if that helps.

Regards,
Yigit

#1396994

In reply to: Demo Import

Hi Erin,

I attached Medical icons in the private content field below. As a workaround, please upload it in Enfold theme options > Import/Export and edit your pages and select the icons.

Regards,
Yigit

#1396993

In reply to: Image size in backend

Hi,
Okay, no problem, but I was talking about the backend!
And I think this must be some enfold css or something similar.
But it is just the backend, not so important, just complicated and not easy to find the labels for my customers.
Thank you and best regards
Barbara

Hi,

You are welcome! :)

For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

Enjoy the rest of your day!

Best regards,
Yigit

#1396977

Hi,
Thanks for your patience it looks like your custom font is in the Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager try removing this custom font and see if you still get the 404 error for re.woff2
Your homepage won’t open in the backend because you are getting server errors 503 Service Unavailable this seems to be coming from the AIOSEO plugin that shows this error: AIOSEO relies on the WordPress Rest API and your site might have it disabled
I deactivated the AIOSEO plugin and the backend loaded but there were a few more server 503 errors for “blocks” I believe it is another plugin but I’m not sure, when I switch to the Classic Editor at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor so the Block Editor is not used the backend of the homepage opens without errors.
Please check.

Best regards,
Mike

#1396976

Hey Yigit,

okay thanks for testing it. The randomness is annoying but okay…

The code block error seems to be due to my self created page.php. I copied the page.php from enfold to my enfold-child and wrote ” /** * Template Name: tk2-news */” at the top and when I select this layout template, the code block doesn’t work. I also copied the includes/loop-page.php.
Do you know why the code block does not work then?

Best
biocomag

No Mike it’s not a matter of plugins, as the same things is happening on my local computer on a developing website, which has no plugin at all yet.
I wonder if, with the latest upgrades of Enfold and the introduction of position and z-index for most elements may cause a different behaviour.

I found a hack, which is to put the elements in a section with z-index 10. However I would prefer to have single elements, instead of a section, overlapping the full screen slider. Otherwise I guess I should deal with LayerSlider or Slider Revolution (which I hoped not to use)

If Ismael may jump in the conversation, it would be great

#1396973

Hi,
Thanks, do you mean the H1’s that are currently using the font “Love Ya Like A Sister”, to change all of these I added a wpcode snippet called H1 belda-font with this rule:

#main h1 strong {
	font-family: belda-font;
}

and for the LayerSlider I edited the text layer element by first removing the font “Love Ya Like A Sister” and then when to Style ▸ Advanced Settings ▸ Custom CSS and added this css:

font-family: belda-font;

Enfold_Support_302.jpeg
please clear your browser cache and check.

Best regards,
Mike

#1396969
Stefano M.
Guest

Hello and thanks for the quick reply about WPress 6.1 compatibility

I also wanted to know if ENFOLD has the chance to add link to its slideshow and found a post in the forum where you were saying it is possibel to add 1/2 buttons that activate a link but the other guy wanted to link directly from the caption text. Is it right to say that this is possible simply adding a tag like

Slide Title ?

Thanks !

Viewing 30 results - 19,171 through 19,200 (of 244,612 total)