Viewing 30 results - 14,041 through 14,070 (of 244,605 total)
  • Author
    Search Results
  • #1416657

    In reply to: Privacy policy buttons

    Hi,
    Enfold_Support_2999.jpeg

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
    	bottom: unset;
    	left: unset;
    	margin: 0;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }
    #top .avia-cookie-consent .avia-cookie-consent-button {
    	display: block;
        width: 60%;
        margin: 10px auto;
    }
    #top .avia-cookie-consent p {
    	 display: block;
    	 padding-bottom: 20px;
    }
    #top .avia-cookie-consent-button {
    	 border-radius: 50px;
    }
    @media only screen and (max-width: 767px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 80%;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 25%;
    	}
    }

    Best regards,
    Mike

    #1416655

    Odd, as I had disabled the plugin and not seen any improvements. It was one of the first things I tried, kind of WordPress 101. Anyhow, you were correct, though for some odd reason I had to disable and re-enable the optimizer again once I made an update to the site. That said it’s back to rock solid, and after 6’ish years using Enfold, I still believe it to be one of the absolute best themes available… and the support is second to none.

    Thank you Rikard for helping me resolve the issue and in such short order as well.

    #1416652

    Hi,
    When I check the footer.php the closing brackets that you are pointing to, #main & #wrap_all close before the WordPress footer function that I assume that Elementor is hooking in to:
    Enfold_Support_2997.jpeg

    Best regards,
    Mike

    #1416645

    Hey Celeranttechnologycorp,
    First ensure that the Custom Fields option is enabled in the Screen Options at the top of your page in the Classic Editor:
    Enfold_Support_2989.jpeg
    Or in the Block Editor, go to Preferences ▸ Panels ▸ Custom Fields:
    Enfold_Support_2991.jpeg
    Then add a custom field custom_title and enter the value you want:
    Enfold_Support_2993.jpeg
    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter( 'the_title', 'custom_field_title', 10, 2 );
    function custom_field_title( $title, $post_id )
    {
        if( $new_title = get_post_meta( $post_id, 'custom_title', true ) )
        {
            return $new_title;
        }
        return $title;
    }

    and your custom title will show in the title bar:
    Enfold_Support_2995.jpeg

    Best regards,
    Mike

    #1416640

    Hi,
    The Dev Team has fixed this and will be in the next update, if you want to try it you can download the columns.php below and replace your via FTP at /enfold/config-templatebuilder/avia-shortcodes/columns/columns.php

    Best regards,
    Mike

    #1416639

    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

    #1416636

    In reply to: Alternate Content

    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

    #1416634

    Hey Sébastien,
    You can go to our demos page and then choose any of the demos and right-click to save any of the images.
    For the video in the startup business demo it is on YouTube https://www.youtube.com/watch?v=Wq-DEL2ONGg
    Enfold_Support_2985.jpeg

    Best regards,
    Mike

    #1416633

    In reply to: Privacy policy buttons

    Hi,
    Sorry I misunderstood you, I thought that you wanted the cookie bar buttons rounded like your other buttons, like this:
    Enfold_Support_2983.jpeg
    The cookie bar doesn’t have this option.

    Best regards,
    Mike

    #1416629

    Hey Fabian,
    You could modify the file at enfold/includes/loop-comments.php and add this line <div class="comment_author_email"><?php comment_author_email(); ?></div> on line 28:
    Enfold_Support_2981.jpeg
    but you won’t be able to add this to your child theme, so you will need to make this change each time that you update.
    The WordPress Developer Resources advises against making the email publicity visible to assure that email harvesters do not capture your commenter’s email address as most assume that their email address will not appear in raw form on the site.
    Perhaps using a plugin to allow commenters to engage with each other would be better, such as wpDiscuz, a quick look at this seems to allow users this ability, or perhaps Disqus Comment System or Vuukle Comments
    I don’t have any experience with any of these but there seems to be many comment form replacements that allow better engagements, using a plugin would be better as they would have worked out any loop holes the bad bots would use against your visitors information, which could be an issue.

    Best regards,
    Mike

    #1416620
    fknisel
    Participant

    Hello :)
    Is it possible to add a (publicly visible) custom field (e.g. public contact information) to the comments section of Enfold? I would like users to be able to contact each other.
    Thanks for any help in advance!

    #1416619

    Topic: deprecated functions

    in forum Enfold
    webmanu
    Participant

    Using Enfold 5.6.5
    but
    Deprecated: Der Hook avf_avia_builder_masonry_lightbox_img_size ist seit Version 4.8.2 veraltet! Verwende stattdessen avf_alb_lightbox_image_size. in /home/webmanuf/www/staging.immo-cons.ch/wp-includes/functions.php on line 5828

    Will the problem be solved soon?

    Hi Frank,

    Sorry to hear about your problem. I would suggest that your client purchases a new regular license, otherwise you will have the same problem every time you want to update or access the theme files.

    Once you have access to the theme files, then the update to 5.6.5 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

    #1416617

    Hey J_Sako,

    Thanks for the login details. The SG Optimiser plugin causes problems when file compression is turned on in the theme options under Enfold->Performance. I turned that off, and it brought your content and images back. Please check on your end as well. Could you try updating again please? You will likely not have any problems now.

    Best regards,
    Rikard

    #1416611

    Hi sarthakchoudhary,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #footer-page .av-special-heading-tag {
        font-weight: bold;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1416610

    Hi sarthakchoudhary,

    Please try the troubleshooting steps listed on our documentation: https://kriesi.at/documentation/enfold/contact-form/#troubleshoot
    If that does not work, then try to ask for assistance from your hosting provider since the issue is probably on the server or their hosting platform.

    Best regards,
    Nikko

    #1416603
    J_Sako
    Participant

    I have used Enfold on the same site for many years, and it’s been fantastic. I generally update the site once or twice a month. The last time I updated it, it broke the site. About 30% of the content will load. Some of the copy and most of the images don’t load, even though it does load empty space for them.

    I have tried many things, and this is not my first post. I have renewed my support, and I hope you can help me get through this. As instructed, I updated the theme via the Envato plugin and tried reloading it through FTP. Both instances and everything else I do, end up the same. I am truly at my end here.

    In this new staged site, I only made one change. I tried to change the © to 2023. It was enough to break the site. Currently the site is running 4.7.3 Enfold, but as mentioned above, updating it didn’t resolve the issue for me, I had to delete everything and restore.

    I truly appreciate anything you can do to help me.

    Frank Vergoossen
    Guest

    Hi,

    A new client came to me and she has the following problem.
    Her previous webdesigner unfortunately has passed away.
    The clients website has installed the Enfold theme version 4.2.
    I would like to update to the latest Enfold version.
    There was no Themeforest User Name nor a Themeforest API Key filled in.
    Is there a possibility to help my client to update the theme?
    Or does the client need to buy a new theme, and if so, which one is the right one?
    Thank you very much in advance,

    Frank.

    #1416593

    Hi, I’m using Enfold. I enabled breadcrumbs on pages. I’m displaying page title (left side) and breadcrumbs (right side). Is it possible to replace the page title (left side) with custom data.

    Example: Instead of the page title, I want to display…
    – “Press” on all press release pages
    – “Success Story” on all success story pages
    And so on…

    #1416592

    Hi, I’m using Enfold. I added ‘Blog Posts’ to the bottom of ALL single posts (I call this section “Related Posts”). I’m just showing the last 3 posts. How do I hide the post I’m currently on from this ‘Related Posts” section?

    Example: http://www.mycompany/blog/post2/
    On this page, the “Related Posts” section should hide Post 2. It should only display Posts 1, 3 and 4.

    #1416587

    Hey Lene,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av_header_transparency #menu-item-1123 .sub-menu,
    #top .av_header_transparency #menu-item-1123 .sub-menu li,
    #top .av_header_transparency #menu-item-1123 .sub-menu a {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416585

    Hi,
    As I understand your mockup your header needs to be 188px, the logo needs to be 102px centered in the header, but that gives you 43px above & below the logo, but your mockup says it’s 20px?
    Nonetheless, I changed the header height at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Custom Height to 188px, then I added this css to make the logo 102px and center it.

    @media only screen and (min-width: 990px) { 
    #top .logo a {
    	display: flex;
        align-items: center;
    }
    #top .logo img {
    	height: 102px;
    }
    }

    You can adjust to suit by reducing the header or change the logo height so the space is down to 20px.
    As for the space between the menu items to add 50px I added this css:

    @media only screen and (min-width: 990px) { 
    #avia-menu.av-main-nav > li > a {
        padding: 0 38px;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1416583

    Hey Rikard , first I tired the inbuilt form builder by enfold but it was showing the same problem. Should I create it again with enfold form builder ??

    #1416581

    In reply to: Privacy policy buttons

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-cookie-consent-button {
    	 border-radius: 50px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416580

    Hey Lene,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .avia-slideshow-button.avia-color-light {
        background-color: rgba(0,0,0,0);
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416576

    In reply to: Transparent header

    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

    #1416562
    Sachs
    Participant

    Hi Enfold
    The background of the button on full Width Easy Slider should be transparent. how/where can this be changed?

    Best regards
    Lene

    #1416556
    Sachs
    Participant

    Hi Enfold team
    The site has a transparent header, and changes to sticky header when scrolling down.

    There has now been added a page under a section page:
    Kontakt>Nyheder

    With mouseover the dropdown menu the background appears white.
    Is it possible to have a transparent background?
    https://imgur.com/VD1YXlg
    When user scrolls down it is fine that the background of the drop down menu is white.

    Thanks a lot
    Best regards
    Lene Sachs

    #1416551

    Hey Jurriaan,
    This is due to your font weight set to 100 which is very light, I assume this is a custom font that you added, try changing it to normal (400) in your css for the font or in the Enfold Theme Options ▸ Advanced Styling, if that is where the font weight is set, or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .all_colors p,#top #wrap_all .all_colors h3 {
    	font-weight: normal;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416550

    Hey daves1997,
    Try removing the bottom padding from your special heading:
    Enfold_Support_2974.jpeg
    and change your top color section height from 75% of the screen to 300px the size of the image:
    Enfold_Support_2976.jpeg

    Best regards,
    Mike

Viewing 30 results - 14,041 through 14,070 (of 244,605 total)