Viewing 30 results - 14,161 through 14,190 (of 244,612 total)
  • Author
    Search Results
  • #1416220

    Hi,

    Thank you for the update.

    Is the Lightbox Modal Window option enabled? Please go to the Enfold > Theme Options panel and make sure that the lightbox option is enabled. Or post the login details in the private field so that we can check the issuer further.

    Best regards,
    Ismael

    #1416205

    Hi,
    Thanks for the link to the example, I see that on hover the box-shadow on the bottom and right grows slowly
    Enfold_Support_2921.jpeg
    So to add the effect to your slider buttons try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .avia-slideshow-button:hover {
    box-shadow: 10px 9px 0 0px #d0d0d0;
    transition: box-shadow .3s;
    }

    After applying the css, please clear your browser cache and check.
    This is the expected results on hover:
    Enfold_Support_2923.jpeg

    Best regards,
    Mike

    #1416201

    In reply to: Z-Index does not work

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

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #av-extra-columns > .av-section-cont-open {
        margin-top: 80px;
    }
    }

    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

    #1416199

    Hello Mike,

    I want to adapt the “style 6” button in this link to our website.
    (Actually, I wanted to buy the button features in this link, but the enfold is not compatible with “elementor”. I refused to buy.)
    Thanks

    • This reply was modified 2 years, 8 months ago by tulin88.

    Hi,
    Thanks for your patience and the link to your site, when I check your icons there are no empty boxes, please clear your browser cache and check.
    Enfold_Support_2919.jpeg

    Best regards,
    Mike

    #1416194

    Hi,
    It seems to be working when I visit your site.
    Enfold_Support_2917.jpeg
    If this is not what you mean then please explain in further detail, the more detail that you add to a support thread really helps us to help you.

    Best regards,
    Mike

    #1416193

    In reply to: Mouse Hover

    Hey Tim,
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    #1416191

    Hi,
    Sorry, my mistake, I was looking at the menu, anyways I do see that the text in the grid column is not showing on my desktop Mac in Safari, I see an error Error: problem parsing d= on Windows while the text shows there is a error Error: attribute d: Expected number, “…9 9.5-203.5-82.5-97.”.
    Please include an admin login in the Private Content area so we can investigate. Also please Enable the Avia Layout Builder Debugger by adding this snippet to the WordPress ▸ Appearance ▸ Theme File Editor ▸ Enfold child theme ▸ functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    Best regards,
    Mike

    #1416185

    Hi,
    Glad we could help, and glad you are able to create such a nice site with the theme, we don’t have a theme demo submission link, but you could post to the Enfold Showcase thread and say that you would be happy to share as a possible future demo, the team routinely comments on these posts in the background for possible ideas.
    I will go ahead an close this thread, 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

    #1416184

    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

    #1416182

    WORKED PERFECTLY!!! Thank you!!

    By the way, I would like you to consider using my photography magazine as an Enfold theme sample. I LOVE the new animation features and have taken full advantage of them.

    I have many moving images; here is a page – ghost hunting section. https://photomagx.com/ghost-hunting-photography/

    My main page has a lot of moving features. https://photomagx.com/

    Is there anywhere to submit my idea to you guys?

    And thank you again for solving my issue.

    #1416175

    Hi,
    For the header logo and icons try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header .container.av-logo-container {
        width: 100%;
        max-width: 100%;
    }
    #header #menu-item-shop .cart_dropdown_link {
        left: 50%;
        padding: 0 3px;
        z-index: 5;
    }
    .responsive #top #header #header_main > .container .main_menu .av-main-nav > li > a {
        padding: 0 0 0 10px;
    }
    .responsive #top #header_main .logo {
        width: 60%;
        padding-left: 5%;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Please see the screenshot in the Private Content area for the expected results.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416173

    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

    #1416170

    Hey sarthakchoudhary,
    Thank you for the link to your site, the following css will remove the Linkden icon from the team member images and move the icons down in the popup, due to the limited space under the images in the popup the icons will be half over the bottom with some box shadow to make them look nicer:
    Enfold_Support_2913.jpeg
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .team-img-container:hover .team-social-inner {
    	display: none;
    }
    .white-popup .team-img-container:hover .team-social-inner {
    	display: block;
    }
    .white-popup .team-img-container .team-social-inner {
    	top: 98%;
    }
    .white-popup .team-img-container .team-social-inner a {
    	box-shadow: 0 0 4px #000;
    }
    .white-popup .team-img-container {
    	overflow: visible;
    }
    .white-popup .team-img-container {
        margin: 0 20px 20px 0;
    }

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

    Best regards,
    Mike

    #1416169

    Please go ahead and activate Enfold.

    #1416166

    Hi,
    It looks like your staging site script didn’t activate your Enfold child theme, you can activate it. You do not need a new license for the staging site.

    Best regards,
    Mike

    #1416158

    Hi,

    Thanks for the login details. Enfold is not activated on the installation in question, is it ok if we activate it?

    Best regards,
    Rikard

    #1416151
    mediaapps
    Participant

    My host uses Plesk. I decided to create a staging site from the production site using the plesk cloning utility.
    It has all worked however it looks like I can’t change the theme options in the staging site. I use a child theme of Enfold.

    #1416149
    Advantage09
    Participant

    After updating PHP to 8.2.6 most of my site crashed. After deactivating all plugins I am left with the following Enfold errors:

    Deprecated: Creation of dynamic property Avia_Popup_Templates::$resp_sizes_options is deprecated in /var/www/1/211549/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 65

    Deprecated: Creation of dynamic property Avia_Popup_Templates::$resp_titles is deprecated in /var/www/1/211549/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 81

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/1/211549/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:65) in /var/www/1/211549/www/wp-admin/includes/misc.php on line 1431

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/1/211549/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:65) in /var/www/1/211549/www/wp-includes/functions.php on line 6935

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/1/211549/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php:65) in /var/www/1/211549/www/wp-admin/admin-header.php on line 9

    Getting more errors when trying to reactivate plugins.
    Is there a solutions to this problem? Rolling back PHP is soon no longer an option with the host we use.

    Regards
    Nina

    #1416148

    Hi,
    Sorry, I should have said to include the css, but I’m glad 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

    #1416145

    In reply to: Preview Issues

    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

    #1416141

    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

    #1416140

    Hey steffens6,
    Thanks for the link to your site when I check your horizontal gallery seems centered to me:
    Enfold_Support_2905.jpeg
    and each image is centered
    Enfold_Support_2907.jpeg
    If you mean the first one, you would need to edit this image it self.
    Enfold_Support_2909.jpeg

    Best regards,
    Mike

    #1416138

    Hey Gagik,
    Check Advanced ▸ Responsive ▸ Element Visibility to see if it is hidden
    Enfold_Support_2901.jpeg

    Best regards,
    Mike

    #1416136

    Hey James Bowtine,
    I find this snippet in enfold\css\grid.min.css and enfold\css\grid.css on your site:
    Enfold_Support_2897.jpeg
    Enfold_Support_2899.jpeg
    In both cases it is in the proper media query.
    Where on the frontend did you experience the issue that made you think it was missing?

    Best regards,
    Mike

    #1416131

    Hi,
    Thanks for your patience and the link to your site, I found that in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field you had a PHP function that was causing your css to not work correctly, I moved it to your child theme functions.php
    Now your buttons are aligned to the bottom of your columns.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1416130

    Hey kieskadoos,
    Thanks for your patience and the screenshot, I assume that this is on a page or post that was created with the Advanced Layout Builder, unfortunately the Yoast Premium plugin can not “read” the Enfold backend shortcode for the Prominent words and tell the difference between elements and text. Unfortunately we don’t have a solution for this, it is on the feature list for the Dev Team but there is no update as to the progress or when / if it may be added, currently the Dev Team has a lot going on.

    Best regards,
    Mike

    #1416129

    Hey justvisible,
    Thanks for your patience and the link to your site, I see that you are not using a child theme, so I would recommend installing the WP Code plugin to install the following snippet, then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add this code and save:

    function change_logo_on_scroll() { ?>
      <script>
    (function ($) { 
      $(window).scroll(function() {
        var scroll = $(window).scrollTop();
          if (scroll > 20) {
        $('.logo a').find( 'img' ).attr('src', 'https://massplaner.de/wp-content/uploads/2023/07/EICHENHAUS-Schreinerei-Planungsbuero-Logo-2017_CMYK_randlos-300x169.png');
       } else {
        $('.logo a').find( 'img' ).attr('src', 'https://massplaner.de/wp-content/uploads/2023/07/eichenhaus-schreinerei-planungsbuero-logo-2017-mobil_poster_.png');
       }
      });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'change_logo_on_scroll');

    In this example I found a different logo in your footer to use, so when you scroll the snippet will change your top logo and then back again when to scroll to the top, feel free to change the logo url’s to suit, the first url is the after scroll url, and the second is your current logo.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1416128

    In reply to: PSD FILES for 11$

    Hey Dickerhof, Michael,
    Thanks for your patience, the PSD files will not do this, they are only images and used with PhotoShop to create HTML pages.
    To add parts of demos to your current Enfold site you can create a sub-domain on your webhost, then install a new WordPress on your sub-domain, then install Enfold into the sub-domain.
    You are allowed to have your main domain and a sub-domain install of Enfold for testing with your license.
    Then Enable the Avia Layout Builder Debugger on both sites, this will allow you to see the theme shortcode and copy it from site to site.
    Then on your testing sub-domain site install a demo and view the page shortcode and copy it to your live site. You can also save templates from the test site and export them to your live site at Enfold Theme Options ▸ Import/Export ▸ Export Layout Builder Templates

    Best regards,
    Mike

    #1416127

    Topic: Preview Issues

    in forum Enfold
    stepheng
    Participant

    8-12
    I’ve been having problems with Previews. At first they are okay then after I look at a few they stop showing updates.
    Under “Select your editor” we are given two choices:
    WP Classic Editor and Block Editor
    Neither of which is Enfold’s Advanced Layout Builder
    Confusing…
    It was set to Block. Will switching it to Classic help my Preview issue?

    Thanks,
    Stephen

Viewing 30 results - 14,161 through 14,190 (of 244,612 total)