Viewing 30 results - 3,841 through 3,870 (of 241,717 total)
  • Author
    Search Results
  • 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

    #1464077

    In reply to: bug report

    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

    #1464073

    Dear Günni, my answer wasn’t meant cynical or snarky at all! I tried to say it with humor, but I obviously failed. So it’s me to apologise. Serious: I am no coder. All of my very minor knowledge of CSS is coming from this forum or other websites. To be clear: If I got a problem designing a website (and I mostly use Enfold) I search for a solution in this forum here. Sometimes I combine the hints given here with some from other forums or websites – and all of this combined mostly does the job for me.
    So to be clear: My last comment was meant as a kind of bow to you and people like you, who continuously post suggestions and helpful snippets in here without receiving a cent for it. And it should say something like that (now said without trying to be funny): “I don’t have any idea if my workaround with the box-shadow is appropriate – and if it is not, I would be thankful for a hint from a experienced Forum Member like Günni is.”

    #1464065

    Hi teamvelocitymarketing,

    Please open a new thread, and include a link to where we can see the problem that you are having.

    Best regards,
    Rikard

    #1464064

    Hey fotodesigner,

    Did you follow this? https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1464061

    In reply to: bug report

    Hey CJ,

    That is usually due to a plugin conflict, what happens if you temporarily deactivate all plugins? Also make sure that you are running the latest version of the theme (6.0.2): https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Rikard

    #1464058

    Hi there, I am having issues with a pop up that doesn’t keep the display video on the same window. It pop ups then it opens a new window with the link. Has there been any issue with Enfold updates with using pop ups? All my video on the website are being effected by this.

    #1464053

    Topic: bug report

    CJ
    Guest

    Enfold > Fullscreen Slider > Edit Form Element > Caption

    The input fields do not allow spaces to be added, i.e. the spacebar does not work. Spaces can be copy/pasted in, so it is easy to work around, but a strange glitch I thought you would like to know about.

    #1464048

    In reply to: Color menu.

    Hi,

    Did you try changing the menu colour under Enfold->Theme Options->Transparency Options?

    Best regards,
    Rikard

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1464041

    Hi,
    Your Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files is correct, but you still have Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression enabled, but I thought that you wanted to disable the them caching and only use your server caching.
    Enfold Support 6457

    Best regards,
    Mike

    #1464030

    hi mike. thanks for your support. unfortunately, my web Cpanel hosting does not provide this option(staging site). I prefer not to update Enfold until the next generation and I again check the new version in the future and notice again here.

    #1464015
    kevinsiml
    Participant

    Hello,

    I have an incomprehensible or reproducible problem with text blocks. The problem occurs sporadically/randomly.

    Is it due to special characters or something similar?

    After saving, everything is displayed correctly in the backend, but AVIA code is visible in the frontend. Please note the screenshots!

    If I remove the faulty text block and insert it again, everything works correctly again.

    But the problem also occurs without making any changes to the page. I assume that it happens when the cache is created (WP-Optimize).

    How can the problem be solved?

    Thank you very much

    #1464004
    Babylon-Designer
    Participant

    Hallo zusammen,

    ich benutze den Icon-Shortcode unter dem Accordion, möchte jedoch einige Erweiterungen am Shortcode vornehmen, z.B. pudding-right etc. Wie kann ich das am besten umsetzen? Ich habe gehört, dass man einen neuen Shortcode im Child-Theme einbauen kann. Wie gehe ich dabei am besten vor?

    Danke und Gruß
    Martin

    #1463993

    In reply to: Homepage element

    Hey Zaccc,

    Thank you for the inquiry.

    You can add the numbers as images using the Image element or as text using the Special Heading element. The text below can be added using the Text or Code Block element. Another option is the Iconbox element, but you may need to upload the numbers as icons because they are not available by default on Fontello or Flaticon. Please check the documentation below for more info on how to upload your own font icons.

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    Best regards,
    Ismael

    #1463992

    Hey amyncuih,

    Thank you for the inquiry.

    The dynamic_avia folder contains most of the files that are generated on-the-fly when you update posts, change the style options, or download video thumbnails, etc. If you want to decrease the number of files in the folder, you can start by enabling the Enfold > Performance > Delete Old CSS and JS Files? option. This option is located at the very bottom of the panel. You can also disable the generation of the posts css file by adding this filter in the functions.php file:

    function avf_mod_post_css_create_file( $create ){
      return false;
    }
    add_filter( 'avf_post_css_create_file', 'avf_mod_post_css_create_file', 10, 1 );
    

    Another approach is to manually delete old or orphaned stylesheets and script files in the folder. These files are prefixed with names such as avia-footer-scripts, avia-gutenberg-dynamic-enfold, and avia-merged-styles. However, be sure to create a site backup before proceeding.

    Best regards,
    Ismael

    #1463989

    In reply to: Easy WINS

    Hey Julie,
    Thank you for your ideas, please submit them to our Github Feature Request. It is for users to place requests and follow them as the Dev Team reviews them. Thank you for using Enfold.

    Best regards,
    Mike

    #1463984

    Hi,
    Glad to hear that we 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

    #1463983
    #1463979

    Hi,

    Great, I’m glad that Mike could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1463977

    In reply to: Support Forum

    Hey Helmut,

    You can start a new thread by clicking the big blue button at the very top of the Enfold sub forum.

    Best regards,
    Rikard

    Hey leloux,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-masonry-entry .av-masonry-entry-title {
      color: brown;
    }

    Best regards,
    Rikard

    #1463969

    Topic: Homepage element

    in forum Enfold
    Zaccc
    Participant

    Hello,

    Can you tell me is it possible to make such element with Enfold and how?
    https://postimg.cc/8jCg0k9H

    Regards

    #1463963

    Hi,
    When I check the /colorado-trail-resupply-guide/ page, I the backend ends with the tab section “bundles” and the next section “WATER RESUPPLY” doesn’t show on the backend.
    I also note that the entire tab for the “bundles” is not showing, I see many empty columns:
    Are these columns meant to show content? Or is this also broken?
    I see the last working column has unclosed div tags:
    Enfold Support 6455
    unclosed HTML tags can break the page structure and cause the builder to close the page early, try to recreate the page from scratch on a new blank page and don’t use the template, and be careful when pasting text, as some browsers also paste the HTML, so check for this.
    If this works correctly save this as your new template and delete the old template, typically once a template is saved with broken HTML tags it can not be corrected and resaved, thus the need to create a new blank one and saved.

    Best regards,
    Mike

    #1463962

    Topic: Easy WINS

    in forum Enfold
    welswebmaster
    Participant

    I’d like to feed you an easy win for all of your customers using Enfold. Read private

    #1463961

    Hi,
    Yes, if you have Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression disabled, then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files then the files will be cleared when the cache is cleared.
    I recommend waiting until this occurs on it’s own, as your server cache seems to lag behind causing your issues above.
    If you manually delete the files and your server cache is still calling them you will probably see some errors, so it will be better to wait until it occurs on it’s own.

    Best regards,
    Mike

    #1463960

    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

    #1463956

    In reply to: SVG DIVIDERS

    Hello Guenni007,

    I’m sorry for not having answered your messages quickly. I only spent a lot of time cropping SVGs that I found on the internet and that I added by modifying your code. I thank you nevertheless for the speed of your messages but especially for their relevance. You are one of the only ones to have helped me on Enfold for a long time and I thank you for that. I may ask you a few questions about other subjects but I thank you because my animated SVG separators are sublime thanks to you. Thank you !!!

    Have a good day.

    #1463950

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1463942

    In reply to: Theme Problem

    Hey Paul,

    If your site has been compromised then I would suggest that you get it cleaned by professionals, or try to overwrite theme via FTP: https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install.

    You can register on the support here.

    Best regards,
    Rikard

Viewing 30 results - 3,841 through 3,870 (of 241,717 total)