Viewing 30 results - 26,131 through 26,160 (of 244,595 total)
  • Author
    Search Results
  • Hi,

    Thanks for the update!

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    #1351313

    Hi,

    We are glad that Rikard could help! :)

    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

    Hi Peter,

    We are glad that Rikard could help! :)

    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

    #1351308

    Hi María,

    We are happy that Rikard could help you.

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    #1351290

    Well you say it i name it: use the ALB Element : Widget Area
    You can create on widgets a new widget area – f.e.: form1
    place inside that new widget area your form and place it with that above mentioned ALB : Widget Area to all of your 20 pages

    Next: how to put a form in a widget area?
    How would you do it on a normal situation – do you have a shortcode for it?

    Is it an enfold generated form? – then you can copy that enfold – shortcodes and place a html widget in that new widget-area – copy&paste that enfold shortcodes of that form to it.

    you know how to get the enfold shortcodes?

    #1351288

    OK I think I may have fixed this. After I updated the theme to the latest version, I deactivated the “classic editor” plugin and select “use block editor” in the enfold settings. It seems to be working fine, not my favourite editor but hey it is working! Thanks for your help in this matter.

    #1351281

    In reply to: Form not working

    Hey Ingo,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot :)

    Best regards,
    Yigit

    #1351279

    Hi Ingo,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    .avia-safari #top .flex_column_table.av-equal-height-column-flextable.av-7kmmtz-63e735761ed44bed2ca27c142ce5dff9 {
    margin-top: -40px;
    }

    Also you have following code in style.css file

    .submenue-ib {
      padding: -100px 0 10px 0;
      margin: 0 0 0 0;
      text-align: right;
      vertical-align: top;
    }

    Please change “-100px” to “0” as negative values are invalid for padding

    Best regards,
    Yigit

    #1351277

    Hi Vera,

    It does not really matter but developers at Codeable are familiar with Enfold :)

    Best regards,
    Yigit

    #1351276

    In reply to: Z-Index issue

    Hi Dan,

    Thanks for contacting us!

    Could you please try moving your Code Block element into a separate Color Section element with a custom ID (you can edit your Color Section element and go to Advanced > Developer Settings > Custom ID. “custom-bar” in example below) at the very beginning of your page and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #custom-bar {
      z-index: 2;
      position: fixed;
    }

    Best regards,
    Yigit

    #1351273

    In reply to: Change name 'winkel'

    Hey Eric,

    Thanks for contacting us!

    Please add following code to bottom of functions.php file of your child theme

    
    add_filter('avf_title_args', 'av_custom_single_title', 10, 2);
    function av_custom_single_title($args,$id)
    {
    if ('is_singular')
    	{
    		$args['title'] = get_the_title($id);
    		$args['link'] = get_permalink($id);
    	}
    return $args;
    }
    

    Best regards,
    Yigit

    #1351266

    In reply to: Lazy Loading

    Hey Evi,

    Let me elaborate:
    1- Image elements i.e. slider elements, gallery elements. Supported elements have lazy load option in Advanced > Performance tab.
    2- You can use it on all supported elements.
    3- If there is a conflict with 3rd party plugins, lazy loaded images may not be loaded or animations may be broken. You can simply check your images on front end.
    4- It would be safe when checked once. You could also check after an update if we make performance changes which would be mentioned in change log – https://kriesi.at/documentation/enfold/changelog/

    Cheers!
    Yigit

    #1351265
    InSilentio
    Participant

    Hi,
    Like in my other threads already told i added a CPT: “Classes”
    I created a page called “Classes” with a masonry.
    This is the place where customers can get an overview about the classes we offer.
    So far, so good.

    When a user cklicks on one of the classes he sees the usual (images, text, booking form)
    What he should also see is:
    A preview/announcement of the other courses – a little bit like “What else do we offer”.
    Now i checked the options of Enfold and i find dozens of ways to do this if i had posts – but i dont see even one way to do it with pages.
    Remember: I use CPT that has the same capabilities like your portfolio-CPT.

    So how can i either….
    – create a sidebar that shows something like “latest posts” – just with my CPT
    – create some content-Element that does something similar?

    Expected amount:
    All in all we are talking about 20 classes, divided in about 5 or 6 categories.

    What could be a possible way to get that done with Enfold?

    kind regards
    Evi

    #1351262

    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

    #1351255

    In reply to: Lazy Loading

    Sorry Yigit,
    but this did not answer any of my questions.
    I know where and how to disable/enable LL but this was not what i wanted to know, neither about 3rd Party Plugins.

    1: Which elements are influenced by Lazy Load?
    2: On which elements it should be used or not (on which it is more recommended than others)?
    3: What can happen in a bad case?
    How to check?
    4: Will it stay safe when checked once or do have to check every Enfold update?
    …and so on

    Evi

    #1351245

    Hey Thorsten,

    Thanks for contacting us!

    Have you checked Custom Element Templates – https://kriesi.at/documentation/enfold/custom-element-templates/? You could lock selected settings in the elements and only leave content field unlocked :)

    Best regards,
    Yigit

    #1351240

    In reply to: Extend support

    Hi Ingo,

    Thanks for contacting us!

    Please login to your account on ThemeForest and go to Enfold’s page – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and click “Renew support” button on the right hand side.

    After that, you can go to https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code :)

    Best regards,
    Yigit

    #1351239

    Hi Olivier,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1351237

    In reply to: Lazy Loading

    Hi Elvira,

    Thanks for contacting us!

    Currently only images are lazy loaded using HTML. You can enable/disable it globally in Enfold theme options > Performance or enable/disable in supported elements under Advanced > Performance > Lazy Loading Of Images.
    In a bad case, if you are using a 3rd party plugin to lazy load images, they may not show up or break the animations. Since it is implemented using HTML, it is safe.

    Regards,
    Yigit

    #1351225

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .flex_column.av-6j251f4-707e937d083a53255153ab2399200342 {
      background-color: rgba(255,255,255,0.9);
    }
    

    255,255,255 is the RGB value of the color and 0.9 is opacity level.

    Best regards,
    Yigit

    #1351219

    Hey Chrilles,

    Thanks for the login token. The problem seems to be a conflict with the SG Optimiser plugin. Could you try turning off file compression under Enfold->Performance, to see if that helps?

    Best regards,
    Rikard

    #1351218

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 480px) {
    .title_container .breadcrumb {
      display: none;
    }}
    

    Best regards,
    Yigit

    #1351216

    Hey greigmckean83,

    Thanks for the login details. 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

    #1351215

    Hi,
    Thanks for the feedback, you can have the text to the right, please see our documentation here, with your code above but you will need specific css to move the “text” & “claim” there for each screen size and it is depending on your header size before and after scroll and the header height for mobile. It would be much easier if we could help on a live site.
    I would recommend using “span” instead of a “div” because you will want them to display “inline” instead of “block” for the text to be to the right of the image.
    I will try a Header widget solution on my test site and see if that might work out.

    Best regards,
    Mike

    #1351214

    Hey,

    Thanks for contacting us!

    Active state works on my end but focus state does not. Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .header_color .main_menu ul:first-child > li a:focus {
      color: #b3ae40;
    }
    


    @guenni007
    thanks for your help :)

    Best regards,
    Yigit

    #1351211

    It seems as if we dont understand each other.
    I was asking for something like a Template “out of the box” (i know that i can create my own “Coming soon” page”
    “has Enfold an option to have a nice “Under Construction” or “Coming Soon” message for a SUBPAGE

    Evi

    #1351209

    In reply to: Formatting

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
      text-transform: none;
    }
    

    Best regards,
    Yigit

    ceakins1908
    Participant

    Hi,
    I clicked the button to manually check for a theme update and it gave me a “critical error” message and I can no longer access my admin area and my site is not showing (https://alisonreedcounseling.com/). I’ve deactivated all plugins and it is still giving this error. How can this be fixed?

    Hi Rikard,
    We do see that both the template + PHP versions need to be updated.
    However, when accessing enfold-child > Theme Update > there is this message: No Updates available. You are running the latest version! (4.7.4). It is clear that the child theme is not updating as expected to the 4.9.2.3. We had re-purchased the template as the previous developer did not insert the valid Envato private token.

    Would you be able to advise why the child theme is not updating as expected?

    In the meantime, I will have the hosting company update the PHP version to 7.4.
    Best,
    Tamara

    Hi Ferdinand,

    Are you sure that you are logging into Themeforest with the same account which was used to purchase the license? If it is the correct account, then you would have to reach out to Themeforest support for further help with that, as we don’t manage any purchase details ourselves.

    Once you have access to the theme files, then the update to 4.9.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

Viewing 30 results - 26,131 through 26,160 (of 244,595 total)