Forum Replies Created

Viewing 30 posts - 13,801 through 13,830 (of 34,910 total)
  • Author
    Posts
  • in reply to: i want to connect the management of https://kriesi.at/ #1325264

    Hey waqas,
    Sorry the Slider Revolution Plugin is not our product, please try: https://www.sliderrevolution.com/

    Best regards,
    Mike

    in reply to: Error message after demo import #1325263

    Hi,
    I checked your site, but I don’t see the error now.
    I suggested this because at the error location /class-asset-manager.php on line 904
    was this comment:

    * Fix a possible bug occurring on some installs - occur ocasionally - reporting "Creating default object from empty value"
    * https://kriesi.at/support/topic/clean-enfold-install-with-woocommerce-and-demo-data-results-in-critical-error/
    * https://github.com/KriesiMedia/wp-themes/issues/3281

    at the github issue page the Dev Team said they were not able to reproduce this, and my demo site also doesn’t give this error.
    So that is why I was asking about your server settings, do you have any plugins or scripts you can disable?
    Who is your webhost?

    Best regards,
    Mike

    in reply to: sidebar content displayed underneath #1325261

    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

    in reply to: Failed to initialize plugin: avia_builder_button #1325259

    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

    in reply to: Blog post element broken when Woocommerce is activated #1325258

    Hi,
    I’m not sure if this will help your situation, but at the start of this thread you said that your issues seem to start when the woocommerce plugin is activated, if you are using WooCommerce 5.7.1 try downgrading to 5.6.1, in another thread woocommerce said that there was a known bug in 5.7.1 that caused issues on some sites. Perhaps this is your issue. I couldn’t login to your site and my keyboard doesn’t respond correctly on your site so it’s hard to say.

    Best regards,
    Mike

    in reply to: size of the arrow #1325257

    Hey schweg33,
    Thank you for the link to your site and the screenshot, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .html_av-submenu-hidden .av-submenu-indicator:before {
        font-size: 20px;
    }

    and adjust the font-size to suit.
    On your mobile layout the size of the logo container starts as 80px, due to some css you have:

        .responsive #top #header_main > .container .main_menu .av-main-nav > li > a,.responsive #top #wrap_all .av-logo-container {
            height: 80px;
            line-height: 80px
        }
    

    but then it changes to 96px due to some more css you have

        .responsive #header_main .container {
            height: auto !important;
        }
    

    I also not that your logo image leads to a 404 error: /wp-content/uploads/2021/10/logo-mobil-300x57-1.png
    the logo shown is from this css:

    /*Logo mobil kleiner*/
    @media only screen and (max-width: 989px) { 
    .logo img, .responsive .logo img { opacity: 0 !important; }
    .logo a { background-image: url(/wp-content/uploads/2021/10/logo-mobil.png)!important; background-size: contain; background-repeat: no-repeat; background-position: -15% 50%; }}
    

    but the actual image is logo-mobil.webp
    So to correct all of this perhaps you should remove the last two css rules and update your logo image to the one that shows, then you won’t have the conflicting rules and images causing the change.

    Best regards,
    Mike

    in reply to: Setting to hide caption below lightbox doesn't work #1325255

    Hey Ueli,
    Thank you for pointing this out, I have submited this to the dev team, meanwhile please try this css to hide the title in the lightbox:

    #top .mfp-gallery .mfp-content .mfp-title {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: Add onclick to contact form #1325254

    Hey sysop2018,
    Thank you for the link to your site, try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function add_gtag_to_contact_submit() { ?>
        <script>
    (function($) {
    $('#top.page-id-1607 .contact-landing .button[type=submit]').attr('onclick', 'return gtag_report_conversion(\'https://sysop.com.mx/desarrollo-web-y-de-aplicaciones/\')\;');
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'add_gtag_to_contact_submit');

    Best regards,
    Mike

    in reply to: Logos on scale #1325252

    Hey FamalcoGroup,
    Thank you for the video, from which I found your site and was able to examine your custom css:

    }  /*Set the brand logos to grayscale on load on the individual business units pages*/
    #business-units-logos .slide-entry-excerpt
    {
     filter: grayscale(100%);
     opacity: 40%;
    }  /*Enlarge the brand logos on hover on the individual business units pages*/
    #business-units-logos .slide-entry-excerpt:hover
    {
     filter: grayscale(0%);
     transform: scale(1.2);
     opacity: 100%;
    } 

    to correct your issue please change your css to this:

    }  /*Set the brand logos to grayscale on load on the individual business units pages*/
    #business-units-logos .slide-entry-excerpt
    {
     filter: grayscale(100%);
     opacity: 40%;
    }  /*Enlarge the brand logos on hover on the individual business units pages*/
    #business-units-logos .slide-entry-excerpt:hover
    {
     filter: grayscale(0%);
     opacity: 100%;
    } 
    #business-units-logos .slide-entry-excerpt:hover img {
        transform: scale(1.2);
    }

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

    Best regards,
    Mike

    in reply to: frame layout, scheme border colors #1325250

    Hey sitibus,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home #av_section_1 > .av-section-color-overlay-wrap {
    	background-color: #000000;
    }

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

    Best regards,
    Mike

    in reply to: Error message after demo import #1325246

    Hey boyan89,
    Try disabling the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression options. What version of PHP is your server using and is it using an object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc?

    Best regards,
    Mike

    in reply to: rebuilding an old site #1325242

    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

    in reply to: Logo Centered split menu is not responsive #1325240

    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

    in reply to: Contact form required fields validation #1325231

    Hey jenhames,
    Thanks for the link to your page, from the frontend the Postal Code and Email fields don’t seem like they are required fields, could you include an admin login so we can see the backend?

    Best regards,
    Mike

    in reply to: Fullwidth Submenu Active text Underlined #1325081

    Hi,
    I took a look at your page but didn’t find this css in your stylesheets or page source code, please check again.

    #sub_menu1 #menu-main-menu a {
        padding-bottom: 8px;
    }

    Best regards,
    Mike

    in reply to: Fullwidth Submenu Active text Underlined #1324970

    Hi,
    Thanks for the video, on hover the css above adds 8px, 2px for the border & 6px for the padding, so try adding this css to add the 8px so when you hover there is no change:

    #sub_menu1 #menu-main-menu a {
        padding-bottom: 8px;
    }

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

    Best regards,
    Mike

    in reply to: Exclude Javascript from Cache #1324917

    Hey ronellenfitsch,
    Thank you for the link to your two pages, when I compare the latest posts on the pages both seem the same, please see the screenshot in the Private Content area, from your explanation I was not expecting these to match. But I continued to examine the loaded .js files for each page and found the /news-events/ doesn’t seem to be loading shortcodes.js, so perhaps allowing this to be excluded will help /wp-content/themes/enfold/js/shortcodes.js
    I also notice that it looks like you are using Autoptimize & WP Rocket at the same time, double caching like this could cause issues, so if you continue to have issues please try disabling Autoptimize.

    Best regards,
    Mike

    in reply to: 404 page for single events #1324906

    Hi,
    Thank you for the feedback, I see that you have many custom sort customizations in your child theme functions.php, but the file can not be edited because of the wrong file permissions,
    2021-10-09_006.jpg
    please correct the file permissions on your web host and remove these customizations for now while we try to sort out why your new events are pointing to a 404, also do you see any errors in your web host error logs?

    Best regards,
    Mike

    in reply to: Pictures on blog page have changed in sizeq #1324743

    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

    in reply to: Fullwidth Submenu Active text Underlined #1324741

    Hi,
    Thank you for your patience and for the screencast, to add a menu item hover please try this css:

    #sub_menu1 #menu-main-menu a:hover {
        display: inline-block;
        visibility: visible;
        border-bottom: 2px solid #fff;
        background: transparent !important;
        opacity: 1;
        padding-bottom: 6px;
    }

    I tested the scrolling issue and the jump occurs when the sub-menu position is changed from absolute to fixed, this is part of the script for the sticky sub-menu and this added script doesn’t programmatically affect this, it measures the height and distance of the element. I say “programmatically” but strange things can happen.
    Anyways I stared at this for a long time scrolling up & down & reviewing your video, and I believe that this is based on the manual scroll speed. When I test with & without the script (on Chrome & Windows 10) if I scroll slowly the jump is almost not there and is the same with & without the script, but if I test quickly the jump really shows, but it seems to be the same with & without the script. I note that in your video the test without the script was slow, and the test with the script was fast.
    So for me it was hard to be consistent manually scrolling, so I tested with this script which waits 2 seconds for the pages to load then scrolls down 1200px over 2 seconds, so it’s slow. I also adjusted the speed to 1 second so it was faster and 5 seconds so it was very slow. I did this with & without the script enabled, and in all cases the behavior was the same.
    This was the test script if you would like to try in your your functions.php file:

    function scroll_test_script() { ?>
        <script>
    (function($) {
    	setTimeout(function () {
    	  $('html, body').animate({scrollTop: (1200)}, 2000);
    }, 2000);
    }(jQuery));
    </script>
        <?php
    }
    add_action('wp_footer', 'scroll_test_script');

    Please see the videos below.
    So I guess I don’t really have a solution for you, but considering that the auto scroll test went so well perhaps there is a script to force a slower mouse wheel scroll, but perhaps that would just frustrate users?

    Best regards,
    Mike

    in reply to: content 100% viewport on mobile landscape #1324574

    Hi,
    Thank you for your patience, I took a look at your grid row “Rasterzeile” I only found one on your homepage, it has the ID “zamma-mobile-9” but it is set to be hidden on screens larger than 990px and the iPad viewport is 1024px, so it will be hidden.
    2021-10-12_003.jpg
    I see you have a custom class “zamma-screens-mobile” assigned to it but I don’t find any matching css, try un-checking the visibility option and creating a css rule to allow the visibility up to 1024px if you want this element to show on the iPad.
    As for the blue bar, in my test on a Mac with Safari in Responsive Design Mode simulating an iPad (9.7″) & iPad Pro (10.5″) the bar is fullwidth in portrait view, in landscape it is hidden, iPad Pro (12.9″) it is hidden on portrait 7 landscape.
    Which iPad are you using and was it your intention to only show the bar in portrait view?

    Best regards,
    Mike

    in reply to: Alternate logo in mobile #1324537

    Hi,
    Very good, please let us know once you confirm this is working for you and we can close this thread.

    Best regards,
    Mike

    in reply to: Can't log into WordPress — All plugins turned off #1324534

    Hi,
    Glad to hear that you have this sorted out and thank you for sharing the info about the woocommerce bug and solution.
    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

    in reply to: Block resize #1324533

    Hi,
    Thanks for the feedback, I had not noticed this before, I asked the Dev Team to review and advise and I will reply when I hear back, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Can't log into WordPress — All plugins turned off #1324424

    Hi,
    Thank you, I was able to login after many tries and stalls, eventually I tried loading the homepage and saw the admin toolbar and got in via the user profile.
    Your WordPress Site Health Status has no errors, the browser console has no errors, your PHP version is fine (v7.4), and you can access post, pages, plugin, etc, but not the dashboard /wp-admin/index.php
    So it seems that something is blocking that, as it is also the login destination.
    I tried disabling these plugins:
    BackupBuddy
    Booster Plus for WooCommerce
    Classic Editor
    Classic Editor Addon
    Limit Login Attempts Reloaded
    Redirection
    Squirrly SEO 2021 (Smart Strategy)
    but it didn’t help, you said above that the htaccess looks normal, so I don’t know what this could be.
    Try looking at your server error logs for references to /wp-admin/, since the browser console is not giving any errors I assume it’s on the server-side.

    Best regards,
    Mike

    in reply to: Top header small bar menu and formatting #1324417

    Hi,
    Thanks for the screenshot, for the new button I assumed that you wanted the border around it and the same styling as the other two, so I added this, I also aligned the third button to be centered below the other two on mobile with this css:

    @media only screen and (max-width: 767px) { 
    #top #header_meta #menu-item-1817 {
       display: flex;
        line-height: 38px;
        justify-content: center;
        padding: 10px 0;
    }
    }

    I believe this also solved the padding between the buttons and phone number, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: disable .doubleclick.net tracking #1324400

    Hi,
    Glad to hear that you have this sorted out, I researched this in our GitHub and found that the Dev Team is aware of this but currently the youtube-nocookie doesn’t support an API so only manual embed is possible, the team will keep an eye out for the availability of a API.
    So using a self-hosted mp4 is your best solution, and faster as you noted.
    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

    in reply to: Footer Navigation is missing after the update of today #1324397

    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

    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

    in reply to: Navigation in Galerie und Masonry Galerie #1324325

    Hi,
    Schön, dass wir helfen konnten, bei weiteren Fragen bitte einen neuen Thread erstellen und wir werden versuche dir gerne zu helfen. Vielen Dank, dass Sie Enfold verwenden.

    — Translated with Google —

    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 posts - 13,801 through 13,830 (of 34,910 total)