Viewing 30 results - 18,931 through 18,960 (of 244,617 total)
  • Author
    Search Results
  • #1398092

    and to have a similar request – maybe it would be very interesting if the postnavigation ( left right arrows on portfolio and posts ) works with swipe too.
    so far I have done this with an edited plugin; however, it would be nice if it were implemented natively in Enfold.

    #1398087

    In reply to: spotify icon

    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

    #1398078

    In reply to: Adding image

    Hey troupdim,
    The Photography Demo uses a sidebar header, so please see our documentation for Adding a header widget area, this will place the image before the social icons:
    Enfold_Support_361.jpeg
    to move it after the social icons try adding a script like this to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
        $('#header_main #media_image-2').css({'padding':'0'}).detach().insertAfter($('.av-sidebar-social-container').css({'border-bottom':'1px solid #e1e1e1'}));
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    please note that your image widget ID maybe different, if you need help adjusting please link to your page so we can examine.
    This is the expected results:
    Enfold_Support_363.jpeg

    Best regards,
    Mike

    #1398077
    ofeuillet
    Participant

    Hello, I have a problem with toggle/switch buttons in Enfold (the ones used for cookies settings for example or in WP backend to activate Enfold options), It seems that Enfold do not use the convention right/on and left/off but the opposite, why this choice ? it’s a bit disturbing…
    Enfold toggle buttons
    EDIT : I’ve found a way to change that with quick css for those who are interested :

    #top .av-toggle-switch .toggle-track:before {
        right: 27px;
    }
    #top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track:before {
        right: 0;
    }
    • This topic was modified 3 years, 2 months ago by ofeuillet.
    • This topic was modified 3 years, 2 months ago by ofeuillet.
    #1398069

    Hi,
    Glad Günter 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 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

    #1398066

    In reply to: PopUp function

    Hi,
    Thanks for the feedback, to automatically open the popup you would need some custom javascript, which is possible, but you may find it easier to use a plugin as it will give you more options as when to popup, etc.
    The free WP Popups typically works well with Enfold.

    Best regards,
    Mike

    #1398065

    Topic: Enfold

    Gagik Vardanian
    Guest
    #1398064

    In reply to: Theme installieren

    Hey Michael Lerchster,
    Thanks for your question, it sounds like you are uploading the full zip file with documentation, try to download the installable WP version from your Theme Forest account, there are two links, one is the full zip the other is the installable zip.
    Otherwise, try extracting your zip file to your computer and then find the directory enfold then create a new zip of just that directory enfold.zip and try installing it.

    Best regards,
    Mike

    #1398061

    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

    #1398060

    In reply to: "Preisfrage"

    Hey Singer,
    Thank you for your question, Enfold v3.8.4 will not work with PHP v8, the current version of Enfold is v5.4.1, you can purchase it here.
    You would simply create a new Theme Forest account to make the purchase.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    After you update then see our documentation for creating a Envato Token and registering your theme.
    I recommend creating a full server backup before updating for fallback, but typically updating from your version should work fine.

    Best regards,
    Mike

    #1398050

    Topic: Adding image

    in forum Enfold
    troupdim
    Participant

    Hello, I’m using enfold photography demo. How can I add a image under the social media buttons?

    Thanks in advance

    #1398046

    Hey,

    I went to Enfold theme options > General Styling > Logo Area and adjusted “Logo Area Font Color” and “Logo Area Secondary Font Color”.

    Please review your website.

    Cheers!
    Yigit

    #1398033

    In reply to: Can´t install Enfold

    Hallo Allerseits!
    Hab euer Theme enfold.zip gestern gekauft, hab aber noch Probleme beim hochladen in WordPress.
    Arbeite Lokal auf meinem Rechner, deswegen kann das Problem nicht am Server liegen. Die Meldung lautet “Der Link, dem du zuvor gefolgt bist, ist abgelaufen.”

    Habt ihr eine Idee?

    Danke

    #1398021
    #1398017

    Hey ecshopper,

    Thank you for the inquiry.

    You can use the wp_footer hook or the wp_add_inline_script function to add custom scripts to the site.

    // https://developer.wordpress.org/reference/functions/wp_add_inline_script/

    Below are a few examples using the wp_footer hook.

    // https://kriesi.at/support/topic/slideshow-in-gridrow/#post-1396236
    // https://kriesi.at/support/topic/style-inserted-by-layout-architect/#post-1397586
    // https://kriesi.at/support/topic/content-slider-not-opened-by-default/#post-1397388

    The css can be added in the Enfold > General Styling > Quick CSS field.

    Best regards,
    Ismael

    Hey siduval,

    Thank you for the inquiry.

    The issue occurs because your home or front page is also set as the base shop page. You have to create another page for your home page. To fix the issue temporarily, we deselected the “Projets” page in the Enfold > Theme Options > Frontpage Settings.

    Best regards,
    Ismael

    #1398006

    Hi,

    Thank you for the inquiry.

    User has to accept or confirm the privacy cookies and refresh the page first in order to use the form and in order for the Google ReCAPTCHA script to initialize automatically on page load. You can also set the Default Cookie Behavior to the first or second option in the Enfold > Privacy & Cookies > Cookie Handling panel to allow the script without the users’ consent.

    Best regards,
    Ismael

    #1398003

    Hey Jasper_1,

    Thank you for the inquiry.

    You can try the following script to add an extra class to the active menu item or once the corresponding section is visible in the viewport.

    // https://kriesi.at/support/topic/full-width-submenu-4/#post-1297063
    // https://kriesi.at/support/topic/enfold-gaming-demo-menu-functionality-on-sub-menu/#post-1284777

    Best regards,
    Ismael

    #1398002

    In reply to: Embedded Video problem

    Hi,

    Thank you for the update.

    We just noticed that the privacy consent message is enabled. You may need to adjust the Default Cookie Behavior to the first or second option from the Enfold > Privacy & Cookies > Cookie Handling panel. The videos will not play automatically unless the required cookies are present.

    Best regards,
    Ismael

    #1397999

    Topic: Enfold Masonry Gallery

    in forum Enfold
    danmckee
    Participant

    After I created a Masonry Gallery it won’t let me add or delete any new pictures, I have to delete the gallery and then re-add it.

    Dan

    #1397995
    Kersversbusiness
    Participant

    Hi, just set the Recaptcha V2 and V3 on a couple of my sites with Enfold. But not showing the Recaptcha button on the right bottom side. Tried several keys from different accounts. But not showing.

    #1397991
    Singer
    Guest

    Hallo,

    kürzlich habe ich die EDV inkl. der Webseite eines kleinen Unternehmens übernommen und habe mich nun soweit vorgekämpft, dass ich mich ins WordPress einloggen konnte.
    Dieses scheint sich soweit über all die Zeit selbst geupdatet zu haben – mit der Ausnahme von dem Theme “Enfold”, das dort in der Version 3.8.4 vorliegt und mit dem veralteten PHP 7.2 halbwegs funktioniert, bis auf ein paar Fehlermeldungszeilen oben auf der einen oder anderen Webseite.

    Beim Umstellen auf ein aktuelles PHP 8.1 oder 8.2 geht dann aber leider gar nichts mehr, also brauchen wir wohl ein Update von Enfold.

    Ich habe auch schon im Forum herumgelesen, wie das geht, über Theme Forest usw. Soweit ist mir das alles klar.

    Jetzt würde mich aber zuvor noch interessieren, wieviel Enfold denn kostet?

    Der Link zu “Purchase” funktioniert bei mir leider nicht und Zugangsdaten zu Theme Forest haben wir auch nicht, da das Theme vor vielen Jahren von einer Agentur gekauft wurde…

    Also kurze Frage nach der langen Einleitung:

    Wieviel würde uns Enfold kosten? Eine Domain für die Eigennutzung einer winzigen Webseite mit wenigen Besuchern pro Tag. Vermutlich mehr Bots als Menschen.. ;-)

    Vielen Dank,
    Knut Singer

    #1397983

    In reply to: Update

    Hey Dablec di Tiziano Moletta,
    To update an old version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    If you don’t have a Theme Forest account because the theme was installed by someone else you can create one when you make a new purchase so you will always have access to the latest versions in the future.
    Once you update please see our documentation for creating an Envato Token.

    Best regards,
    Mike

    #1397981

    Hi,

    Thanks for the update, I’m glad that you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1397980

    Hi,

    Thanks for the update. There are only warnings in your log, no actual errors, so it shouldn’t affect anything.

    If you are experiencing slow load times on a single page only, then it’s likely that it’s related to the content on that particular page. If you should need further help with that, then please open a new thread.

    Best regards,
    Rikard

    Site and credentials in private comment! This is a lower environment, not production. We’re using a child theme, but I switched it to the base Enfold theme for you (the issue occurs either way). So if the front end looks broken, that’s probably why. Shouldn’t affect the back end where this issue is, though!

    Thank you so much for your help!

    #1397966

    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

    #1397965

    Hi,
    We will close this as you have requested, 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

    #1397953
    metafora29
    Participant

    Hello
    Thank you for the enfold theme. We are very happy and enthusiastic users!
    A quick question, which may be a bit silly:
    I cannot find anywhere where to write the excerpt for any of my blogposts. Also, once I find where it is, can I edit the html of the excerpt and add links to that text etc?
    I am trying to get around a specific way of designing my posts so i can use them in different ways across my website.
    Thank you,

Viewing 30 results - 18,931 through 18,960 (of 244,617 total)