Viewing 30 results - 13,771 through 13,800 (of 244,586 total)
  • Author
    Search Results
  • #1417688

    In reply to: Update on ACF support

    Hi Jason,

    Thank you for using Enfold and for your patience.

    I want to give you a quick overview on what will be coming:

    We are currently working on the integration of custom fields content in ALB elements and to get most out of this feature on “Custom Page Layouts”.

    This means based on ALB you can design editable page layouts and use these to display your pages, posts and custom post type posts.

    But we cannot give a release date yet.

    Best regards,
    Günter

    #1417683

    Hey PCLSIT,
    Thank you for the link to your site and your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-link-column.av-column-link .av-screen-reader-only:focus {
        position: absolute;
        display: inline-block;
        left: unset;
        width: 100%;
        height: 100%;
        color: transparent;
    }

    this allows the column link to show in the correct place and your :focus css shows the border:
    Enfold_Support_3090.jpeg
    in my test using the enter key follows the link.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1417676

    Hey stevewroche,

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

    nav.main_menu .sub-menu .current-menu-item .avia-menu-text {
        font-weight: 600;
    }

    Best regards,
    Rikard

    #1417672

    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

    #1417667
    harmt
    Participant

    On a website I took over for maintenance the Enfold theme is used.
    Something seems to be wrong, since I’m not able to display a footer.
    Whatever I do (use a page as footer, use widgets) absolutely nothing is shown on the bottom of any page.
    I’m not sure where to continue to debug the issue, so I’m looking for advice.

    BR Christian

    #1417663

    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

    #1417655
    Xiscoj
    Participant

    Hi,

    I used this code to include separators between the dropdown menu in services, I used this code from https://kriesi.at/documentation/enfold/menu/#toggle-id-56 but i want it to change the color to #e3e3e3, have tried to but could not make it work :/

    /* Main menu sublevel */
    #top #wrap_all #header #avia-menu ul li.menu-item > a {		
         border-bottom: 1px solid black;  
    }
    #1417646

    In reply to: Update on ACF support

    This reply has been marked as private.
    #1417645
    Jason E
    Participant

    Good day, everyone!

    While I wait to get some sort of support for ACF, I have been trying to manually map in custom post types, fields and taxonomies. But, after doing all of the work on building templates, I just realized the old select Template drop-down does not seem o appear in post, or any post type in the edit post option. I reverted back my templates, thinking maybe I screwed them up, but I still do not have the option to select any of them.

    Am I missing something obvious?

    I have copied files from the Enfold core theme files into the child theme folder (see private content)

    I have also looked around on the net and tried the various other suggestions I could find, but nothing seems to get that drop-down back.

    Hi,

    Thank you for the inquiry.

    You can add this css code to adjust the style of the phone number text widget in the header.

    .responsive #top #header #header_main .inner-container .widget>div {
        color: #ffffff;
        font-size: 30px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1417633

    Hey ThibUbi,

    Thank you for the inquiry.

    The following css code should help adjust the horizontal position of the background image.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .home #av_section_1,
      .page-id-7138 #av_section_1,
      .page-id-6458 #av_section_1 {
        background-position: 20% !important;
        background-attachment: scroll !important;
      }
    }
    
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to make sure that the changes take effect.

    Best regards,
    Ismael

    #1417631

    Hey majabhjorth,

    Thank you for the inquiry.

    There is no alignment option for the Hotspot element by default. Have you tried using the Column elements? You can also use the following css code to adjust the alignment of the hotspot image, but make sure to replace the element UID or apply a custom css class name to it.

    .av-llyi5jlf-41bf1f6dbad402abe38b11bcb6984182 .av-hotspot-container {
        float: left;
    }
    

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1417629

    Hey daves1997,

    Thank you for the inquiry.

    You can still use the block editor with the theme but we recommend using the Advance Layout Builder (ALB) instead. To enable the block editor, go to the Enfold > Theme Options and adjust the Select Your Editor settings.

    Best regards,
    Ismael

    #1417628

    In reply to: my enfold lic.

    Hey Rob Gordon,
    Sorry you are having this trouble, but Enfold v3.8 will not work correctly with WordPress v6+, this is why you are having issues.
    You will need to update the theme manually by downloading the latest version from Theme Forest, as you don’t have a Theme Forest account you will need to purchase a new license and create an account in the process.
    I would not delete the dynamic avia file area as some of those files are needed, after you update the theme should automatically delete the un-needed files, or we can help.
    After you have purchased your license please register your Purchase Code here.
    Then log into the support forum and open a new thread.
    Please include an admin login in the Private Content area so we can be of more assistance of your new thread that explains the issue again so our team can assist.
    I recommend making a full backup using your webhost backup tools and not a backup plugin, these typically don’t work as well as the server backup. Ensure to backup the files and database.
    I also recommend saving a copy of the theme settings at Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File.
    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

    Best regards,
    Mike

    #1417624

    Hi,
    You will need to edit the parent theme functions.php (enfold/functions.php) at line 429 you will see:
    'twitter' => array( 'font' => 'entypo-fontello', 'icon' => 'ue8f1' ),
    change the font (entypo-fontello) and the icon code (ue8f1) to your custon font.

    Best regards,
    Mike

    #1417623
    maxgorelkine
    Participant

    Hi,
    When I try to activate the WMPL String translation (needed to translate the portfolio slug), I’m getting a “There was a critical error on your website.” page…
    When I deactivate it, the site comes back to normal…
    Could you help please ?

    I’m using WPML 4.5.10 and String translation 3.2.2 with Enfold 5.6.6

    Thanks in advance!

    #1417618
    schwabino
    Participant

    Hello

    I have an ex-business partner who wants me to transfer 11 licenses from the 41 licenses I own of Enfold, is this possible? And if so how do I do it?

    Thanks in advance –

    Brian

    He has his own Envato account

    #1417603
    Faun2015
    Participant

    Hello,

    I have integrated the Portfolio Grid with 3 entries on a page that has not yet been published. However, it does not appear.

    BTW: What is strange is that Masonry appears, but not with the Portfolio Entries, but with Menu Names!?

    What I have tried so far:
    – Checked all settings for categories and portfolio entries;
    – enfold is up to date;
    – Cleared browser and server cache;
    – Deactivated all plug-ins;

    Now, after a good 1.5 hours, I don’t know what to do. :-(

    I ask for your support.
    What else should I do?

    Many thanks –

    Marc

    #1417600

    In reply to: Style elements in HTML

    Hi,
    Thanks for the explanation, when you disable the post-css files that contain the page css the css is then added to the page inline, if you remove this css your page will lose it’s css.
    You can test with this script in your child theme functions.php, it will remove it, in my test your page also loses it style.

    function remove_inline_style() { ?>
      <script>
    (function($){
        $('#top.home style[data-created_by="avia_inline_auto"]').remove();
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'remove_inline_style');

    I have used the Yoast post duplicate in the past and didn’t notice any issues with the page style, I also tested again today and couldn’t reproduce any issues. My daily page duplication is a script I found in the WP Code plugin, here is a link to it.
    Perhaps this will work better for you than the plugin.
    If this doesn’t help, then try disabling your function that removes the post-css and Enable the Avia Layout Builder Debugger and clone your pages by copying the shortcode of the page to your new page.

    Best regards,
    Mike

    #1417591

    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

    #1417587

    In reply to: Theme Not Updating

    Hi adriangheorghe80,

    In the future, please don’t post in other users thread. You can open a new thread here .

    The update to 5.6.6 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

    #1417584

    Hey Marco,

    I added the following code to the functions.php file of your child theme to enable ALB on your CPT ( https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type ) and that fixed the issue:

    
    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
      $supported_post_types[] = 'untersuchungsbogen';
      $supported_post_types[] = 'untersuchungsbogen';
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
    

    Best regards,
    Yigit

    #1417580
    Rob Gordon
    Guest

    Hi,

    I had a guy do up my web a number of years ago. He used Enfold. There is a code in the site etc. But the code doesnot allow me to upgrade enfold etc. (He must have bought the lic. vs me) Anyway , he is long gone and I have a serious issue.. My web is up to 100GB and all this stuff is in the dynamic avia file area. ( I have tried to read the forums etc. but cant deal with it. I am uncertain to delete the directory or not… – because my site is out of memory , I cant make edits and pictures are disappearing.

    I am happy to buy a new enfold lic. I am not a web developer , but have managed to work my way around wp over the years

    current ver. word press is 6.0.5

    Current Enfold is ver 3.8

    #1417578
    daves1997
    Participant

    What is Enfold doing so that Enfold can be used with block editor

    #1417573

    We are having the same problem. We created the Twitter-X as an icon with Fontello and uploaded it to Enfold. Now it can be used everywhere, but not in the social media bar in the header. How can the Twitter icon for the social media profiles be replaced?

    #1417571

    Hello everyone,
    For those who are interested, you can download the latest version of the Italian language

    Download here
    Translation: Italian language
    Version: Enfold 5.6.6
    Released on: 30th August 2023
    Strings: 6318
    All translations are synchronised with the source files

    Regards
    Luigi

    #1417567
    majabhjorth
    Participant

    Hi. I am building a site using Enfold, and I would like an image with hotspots align to the left. It seems like it’s centered pr default and I can’t choose any other alignment. Can you help me with a code snippet?
    Best regards,
    Maja

    Thank you Rikard for your prompt response.
    Our concern is more about the SEO side of the migration. If I have to rephrase the question:
    currently one of the pages is accessible and stored in Goggle index as: http://www.site.com/blog/page_name.
    After we move to the new Enfold based site, we want the same permalink to remain as we cannot afford a change in the hyperlink, since it will lower ranking.

    That is the concern we are looking for you advise on the best way to approach

    Thanks again

    #1417558
    Hansa
    Participant

    Dear Support,

    I have a little problem using NextGen gallery with Enfold theme.

    I have two separate blog posts, both of which have NextGen galleries added to them. There are no issues using the gallery with one of the posts – when clicking on an image, only one lightbox appears and I can comfortably scroll back and forth. However when I added a NextGen gallery to anther blog post and clicked on an image, double lightboxes appear. Both galleries were added with the following code block using the correct id:

    [ngg src=”galleries” ids=”…” display=”basic_thumbnail” thumbnail_crop=”0″]

    Lightbox Modal Window is disabled in Enfold Theme options.

    Thank You in advance!

    Hans

    #1417550

    In reply to: Centre Footer

    Hi,
    I see the box when I login, try using the login you posted here:
    Enfold_Support_3088.jpeg
    If you are try a different browser, I’m using Brave (Chrome) on Windows.

    Best regards,
    Mike

Viewing 30 results - 13,771 through 13,800 (of 244,586 total)