Viewing 30 results - 20,641 through 20,670 (of 244,541 total)
  • Author
    Search Results
  • #1375565

    Hi Philipp,

    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

    #1375564

    Hi,

    You can save pages and elements as templates – https://imgur.com/a/bn495s1 and then load them on other pages/sections – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates :)

    Regards,
    Yigit

    #1375557
    lauraah1
    Participant

    Hallo zusammen,
    ich habe letzte Woche mit einer neuen Website begonnen und somit auch letzte Woche erst WordPress installiert (6.1.1).
    Daraufhin habe ich Enfold erworben und versucht zu installieren. Die richtige .zip Datei habe ich auf jeden Fall verwendet, trotzdem wird mir folgendes angezeigt:

    ”Der Link, dem du gefolgt bist, ist abgelaufen.
    Bitte versuche es nochmal.”

    Liegt es an der WordPress Version und ist mit der bald kommenden neuen Version von Enfold das Problem behoben oder könnte der Fehler auch wo anders liegen?

    Es wäre echt super wenn Ihr mir helfen könntet :) Vielen Dank im voraus.

    Hi Nic,

    Height of that section is 280px but your image does not have to be the exact size. This is the image that was used as background in that section – https://kriesi.at/themes/enfold-restaurant/wp-content/uploads/sites/39/2014/07/coffee.jpg. You can simply edit the background settings and position it at the top center or bottom depending on which portion of the image you would like to display.

    Best regards,
    Yigit

    #1375551

    I have done exactly that (removed child and installed fresh version) and the problem persists.

    I know the Child Theme has next to nothing in it.

    For some reason, in GoDaddy Ultimate Managed WP hosting it crashes with Maintenance Mode enabled.

    I just activated the parent Enfold and tried Maintenance Mode in that. I was so hung up on it being something with the Child that I never tried enabling Maintenance Mode in the parent as a test. Unfortunately, it still crashes.

    This is with Enfold 5.2.1 installed.

    One of the plugins that comes standard with the GoDaddy hosting is “Sucuri Security – Auditing, Malware Scanner and Hardening” perhaps something in that is conflicting? Nope, just disabled it and it still gives me this message:

    Service Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    I disabled ALL plugins and the problem (that message above) persists.

    The problem with these managed WordPress hosting platforms is the hosting company always adds some code/plugin that we as developers cannot access. I prefer a pure install of WP, but I work with what the client has chosen.

    #1375543

    Hi,

    Site is using Enfold theme but pirated copy. Normally when you update the theme, everything should be intact but we cannot guarantee that for pirated copies.

    Regards,
    Yigit

    #1375539

    Hi Chrilles,

    Thanks for contacting us!

    Main color background color seems to be set to transparent, hence the issue. Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .avia-tooltip, .avia-tooltip .avia-arrow {
      background-color: white;
    }
    

    Best regards,
    Yigit

    #1375532

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages :)

    Regards,
    Yigit

    #1375527

    In reply to: Template Pages

    Hey,

    Thanks for contacting us!

    You can use Advanced Layout Builder to create your products and events. You can save your layout as a template – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates and load that template on each product and then replace the content :)

    Best regards,
    Yigit

    #1375519

    Hey Stan,

    Thanks for contacting us!

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

    
    .single-portfolio .avia-post-nav,
    .single-product .avia-post-nav {
      display: none;
    }
    

    Best regards,
    Yigit

    #1375512

    Hi,

    Thanks for letting us know, 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

    #1375509

    In reply to: Homepage design

    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

    #1375507
    eddyvdt
    Participant

    I have speed problems with my first Enfold website that, at the moment, is still under a subfolder and not accessible for the public (it is not ready yet and it will replace the old one that is not being realized with WordPress and has no speed issue). Strangely enough, sometimes the problem disappears but lately the speed is awfully bad. I have another WordPress Website with the same provider and has no issues. Since we are in Germany, we are obliged to save the fonts locally, but I don’t think this is the problem. I installed Real Media Library but the issue was before I installed it. We have really few plugins installed. I tried with cache and everything but nothing changes. I would be incredibly grateful if you could have a look. In case the website works normally just in the time you are checking it, try later again… Thanks (I send you the login data in a private message)

    • This topic was modified 3 years, 4 months ago by eddyvdt.
    #1375501

    Hi,

    Thanks for letting us know, 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

    #1375499

    Hey Nikko

    Perfect thank you and all fixed. Yes, another reason why Enfold is so awesome — the support always delivers :-)

    Richard

    #1375498

    Thanks Ismael for closer view on this. I hate redirects as it slows stuff so still trying to figure this out.
    I found this old thread on forum from 2017. Do you think it could be applicable here?
    https://kriesi.at/support/topic/enfold-background-image-remove-on-mobile/

    The code part there suggests to add custom ID, adding function and then applying CSS. I expect some stuff to be outdated in script (f.e. .av-paralax)? I’ve also hit issue with using it “Uncaught ReferenceError: jQuery is not defined”

    function remove_bg(){
    ?>
    <script>
    jQuery(window).load(function(){ 
    	if (jQuery(window).width() < 768) {
    		jQuery("#unique-id").css("background-image", "");    
    	} 
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_bg');

    + then css change

    @media only screen and (max-width: 480px) {
    #unique-id > .av-parallax {
        background-image: none !important;
    }}

    Just want to be super sure if something like this could work with minimum effort to adjust or I would need to figure this out somehow from scratch.
    Thanks

    #1375492

    Hi
    i followed the steps i added codes:
    add_theme_support( ‘avia_demo_store_downloaded_files’ );
    and this
    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    I retryed importing: Enfold Parallax Demo
    But same problem

    The link your give for manually download do not list Enfold Parallax Demo
    https://github.com/KriesiMedia/enfold-library/tree/master/demos

    Credentials on private (your can overwrite with Enfold Parallax Demo theme)
    Regards

    #1375488

    In reply to: Blog Images

    Hi,

    Sorry, but we are not sure if we understand what you’re trying to do based on your message in the private field. Do you want to add the placeholder in the “blog overview page” or in the “single post page”? Just so we’re clear, the blog overview page contains the list of posts while the single post page is the actual post. And which image would you like to use as a placeholder?

    A screenshot should clear things up a bit. Would you mind providing one? You can use imgur, savvyify or dropbox for the screenshot.

    This sentence is what confuses us.

    For examp0le if you click on News page – ‘New Post’ I have created a standard image at the top of my post – I would like the same image to be on the News page.

    Do you want to put the same image in the News page? By News page, do you mean the page containing the list of posts? You can actually use the Advance Layout Builder to edit your blog page by adjusting the Enfold > Blog Layout > Blog Layout settings. Select the very last option (Use the advance layout builder..) to enable the builder for the blog page. Once this option is selected, you can start editing the blog page using the Advance Layout Builder. Using the builder you can add a posts element (Blog Posts, Magazine, Masonry etc), then add an Image or some other element/content in the blog page.

    Best regards,
    Ismael

    #1375486

    Hi,

    Looks like the masonry element doesn’t include private posts by default. Sorry about that. We added the filter again and modified the condition so that it is only applied in the blog page.

    // Display private posts on Blog page for logged in users
    add_filter('avia_masonry_entries_query', 'avia_custom_query_extension', 10, 2);
    
    function avia_custom_query_extension( $query, $params ) 
    {
    	if(is_user_logged_in() && is_page(66)) $query['post_status'] = array('publish','private');
    	return $query;
    }
    

    If you want to apply the filter to other pages, you can modify the value of the is_page function in the filter above. The conditional function accepts an array of page ID or title.

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

    For the related posts section, you will have to modify the enfold/includes/related-posts.php directly. Unfortunately, this is beyond the scope of support.

    Best regards,
    Ismael

    Hi,

    It seems this option is also available in Performance tab of Enfold under advanced

    Ah, yes, completely forgot about that option. Yes, you can adjust the font-display value there but the filter above should accomplish the same. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    #1375467

    Hi,

    Great! Thank you for purchasing the theme. Please feel free ask any questions here in the forum and we will try our best to assist. You can open a new thread or ticket using the link below.

    // https://kriesi.at/support/forum/enfold/#new-post

    Thank you and have a nice day!

    Best regards,
    Ismael

    #1375466

    Hi,

    Thank you for the update.

    1.) The settings will be preserve on update as long as the update is done correctly. You don’t have to rebuild the site again from scratch. Please check the documentation below for more info about updating.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    2.) We are not really sure what “Shared By VestaThemes.com” means, but please note that the theme is only available on Themeforest. You should not buy a license from anywhere else.

    3.) There is a one-time payment for a single license which is good for a single site or domain, so you don’t need to pay monthly.

    To confirm that the site is actually using the Enfold theme, please provide the site URL in the private field so that we can check it.

    Best regards,
    Ismael

    #1375459

    Topic: Template Pages

    in forum Enfold
    danielp143
    Participant

    Hello,

    I am looking to switch over from Divi to Enfold. In Divi I could build templates for particular events and product categories. Custom post types could be given their own page template, so as new events and products were added they already had a layout from a template. Is there any similar feature in Enfold?

    • This topic was modified 3 years, 4 months ago by danielp143.
    #1375457
    Philip Steyrer
    Guest

    Hi,

    leider ist mein Support abgelaufen, ich versuche dennoch Euch zu erreichen, da ich extreme Probleme mit Eurem Theme habe. Seit dem letzten Update eures Themes verursacht das Plugin Yoast SEO in Verbindung mit Eurem Theme erhebliche Performance Probleme im Backend. Ich meine wirklich erhebliche Probleme, wir sprechen von Ladezeiten von +10 Sekunden bei jedem einzelnem Seitenaufruf… im Forum finde ich hierzu leider auch nichts, könnt Ihr mir bitte sagen was ich tun kann um das Problem zu lösen? Das müsste Euch doch bestimmt auch schon aufgefallen sein. Ich habe bereits alle anderen Plugins deaktiviert, Yoast SEO ist das einzige das die Probleme verursacht. Im Query monitor finde ich auch folgende Fehler:

    .) Fehlende Abhängigkeiten | avia_analytics_js | wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-analytics.js
    .) Fehlende Abhängigkeiten | avia_yoast_seo_js | wp-content/themes/enfold/config-wordpress-seo/wpseo-mod.js

    Die beiden Fehler dürften der Auslöser sein.

    Ich war eigentlich immer zufrieden mit Eurem Theme, auch das FE funktioniert einwandfrei, aber da mein Kunde direkt mit dem BE arbeiten muss, ist das einfach nicht tragbar. Ich würde mich wirklich sehr freuen, wenn Ihr mir hierzu Auskunft geben könntet.

    Danke und LG

    #1375448

    In reply to: Header conflict

    Hi Mike,

    We are using a page for footer.
    The issue does not exist when I select widgets.

    I cannot determine anything in the child theme header that requires it to be active so I have turned it off.

    When the site uses the updated parent theme header we get the duplication of recipe in the footer on recipe pages only. The footer displays properly on all other pages.

    I have placed the section of code below from the header.php in the enfold theme that causes the duplication.

    Any help you could give me to understand what file I may need to edit or if any of this header code can be edited would be greatly appreciated.

    Thank you

    #1375446

    Hey Rikard,
    it was just an example. (I deleted the other tool.)
    Another example:What do I have to do when I want to get the Accordeon in the theme colors (enfold restaurant demo in splash green) or a certain other color?
    What do I have to do?
    Best regards

    #1375441
    j0schi
    Participant

    I have 3 woocommerce shops with enfold.
    Because they are based in germany we have to show different informations on the checkout page Like Pictures and product attributes. Also it must be possible to modify the product quantity on the cart page or remove products. All this is no problem in the desktop version of the pages but on mobile its not working at all. Even in the official Enfold Demo those buttons for modifying the quantity is hidden.

    I would kindly ask the enfold team to fix those problems. in one of the upcomming updates. We had to invest several hours to css arround this and the result is still suboptimal.

    If theres any known solution pleas let me know. These Problems exist on the cartpage (in the screenshot is our modifyed version) as well as on the checkout pages…

    #1375438
    Dean Cheuk A Lam
    Guest

    Thanks for the information.

    If I buy theme, Do I have to rebuild the entire website layout from scratch in this theme are will it use the same settings and layout that is already there?

    I also see that the theme that you have send me (Enfold – Responsive Multi-Purpose Theme) has a different name from the one currently on the website (Enfold | Shared By VestaThemes.com Theme Options).
    Is this merely a change in name or is it something completely different?
    How does this influence my current website layout?

    Is this payment only once or do I have to pay this monthly?

    #1375434

    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 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

Viewing 30 results - 20,641 through 20,670 (of 244,541 total)