Forum Replies Created

Viewing 30 posts - 13,531 through 13,560 (of 34,594 total)
  • Author
    Posts
  • 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: Partner/Logo Slider Arrow Position #1324282

    Hey Markus,
    Thank you for the link to your site, I added his css to your Quick CSS to correct:

    .avia-slideshow-arrows a:before {
    	padding: 0 !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: footer has disappeared #1324277

    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: Can't log into WordPress — All plugins turned off #1324276

    Hi,
    Thanks for the login but I’m only getting a server error 500 when I try to login, please try disabling the iThemes Security plugin.
    Now that I see your login url includes ?itsec-hb-token= I recognize your re-authorization issue as a result of using this option from the plugin, I believe that with this plugin you must delete it to restore the default settings, disabling it is not enough.

    Best regards,
    Mike

    in reply to: Change Church Demo Color #1324253

    Hey jnightingale,
    Thank for the link, did you already sort this out? When I look the green is now blue.

    Best regards,
    Mike

    in reply to: Fullwidth Submenu Active text Underlined #1324251

    Hey hitrev,
    Thank you for your patience and for the links, when I looked at your page the sub-menu items were not getting the “active-menu-item” class that the script you linked to was to add, but it did work when I injected it via the browser.
    So I will assume that you will be adding this to your functions.php as it will be needed for the underline of the menu items when they reach the anchors.

    function custom_script() { ?>
        <script>
    jQuery(document).scroll(function() {
         var sections = jQuery('.avia-section'),
             menu   = jQuery('.av-submenu-container'),        
             nav_height = menu.outerHeight();
             jQuery(window).on('scroll', function() {
                var cur_pos = jQuery(this).scrollTop();
                sections.each(function() {
                    var top = jQuery(this).offset().top - 300,
                        bottom = top + jQuery(this).outerHeight();
                    if (cur_pos >= top && cur_pos <= bottom) {
                        menu.find('a').removeClass('active-menu-item');                    
                        menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item');
                    }
                });
            });
        });
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    Ok, so when I tested this I found that you had added the css for the gold background color:

    .active-menu-item {
        background: gold!important
    }

    but as I understand you don’t want a background color but a white underline instead, so please replace with this:

    #sub_menu1 #menu-main-menu .active-menu-item {
        display: inline-block;
        visibility: visible;
        border-bottom: 2px solid #fff;
        opacity: 1;
        padding-bottom: 6px;
    }
    

    Then clear your browser cache and check.

    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: cURL error 28: Connection timed out #1324246

    Hi,
    Thank you for your patience and for the login and ftp access, but I’m having trouble installing the theme on your server, the pages and menu install and even though all of the images are on your server they are failing to import into the WordPress database, I’m not sure why this is. Please try updating your PHP to v7.4+ and set your PHP Time Limit to “No limit” and I will try again.

    Best regards,
    Mike

    Hey goldengate415,
    Thank you for your patience, we have not included the plugin we have added a configuration file to allow better integration of the plugin. Sorry for the confusion, I will recommend rewording the documentation.

    Best regards,
    Mike

    in reply to: Fullwidth sub menu align left help #1324239

    Hi,
    Thank you for your patience, as I understand your request you would like your custom div “main-breadcumrs” to stay on top of the title bar as the page scrolls, so it scrolls away.
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
        <script>
    (function($) {
      $(function() {
         $('.main-breadcumrs').detach().insertBefore('.title_container');
         $('#main').css({ 'padding-top': '120px'});
      });
     })(jQuery);
     </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Hide image title on hover no longer working #1324237

    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: Pictures on blog page have changed in sizeq #1324236

    Hi,
    Thank you for your patience, and the links, I believe this issue has to do with your featured images aspect ratios, most of your featured images are close to square, within a few hundred pixels, but the featured image of the post: How to spend your energy wisely in the next 6 months is much more landscape 2400×1260, so it was looking mush different, I downloaded it and cropped a copy of it for you to be more square 1560×1260 and now it looks like the others on your blog grid. Please give this a try with your other featured images.

    Best regards,
    Mike

    Hi,
    Thank you for your patience and for the login, I did see the error but it is very quick so I could not investigate what is sending it, but I have not seen one like this before, I note that WordPress is giving you this warning: Your .htaccess file does not contain all recommended security headers.
    2021-10-09_012.jpg
    so I would recommend looking at that and disabling your plugins, I also note that you are using PHP v8, try downgrading to the recommended v7.4

    Best regards,
    Mike

    Hi,
    Your ssl is already installed, I changed your General Settings to reflect this and disabled your caching plugin and the site shows the demo is also already installed, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Oh I see, try this:
    2021-10-09_125225.jpg

    Best regards,
    Mike

    in reply to: 404 page for single events #1324225

    Hi,
    Thank you for your patience, I took a look and notice that you are using a child theme and the footer.php & single-event.php files are both out of date and can not be updated because they have the wrong file permissions
    2021-10-09_006.jpg
    I also note that you have an error across the top of your site: The Events Calendar Shortcode PRO license needs to be activated. perhaps this is also an issue?
    Have you tried disabling your plugins one at a time to see if there is a conflict with one?

    Best regards,
    Mike

    in reply to: Background Image in Colored Section Not Displaying #1324223

    Hey bimsenfold,
    Thank you for your patience and the links, when I checked both pages had the last color section background image set to scroll, I adjusted the first link to parallax as you had the link labeled and checked both pages with Chrome, Firefox, Edge on Windows 10 & Safari on Mac and both are showing for me, please see the screenshots in the Private Content area.
    Perhaps try clearing your browser cache and check again.

    Best regards,
    Mike

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

    Hi,
    Thank you for the login but I couldn’t reproduce the missing orange background image on my Mac with Safari, I tried at many different sizes. On the backend the desktop and mobile versions of this section look the same, is there a difference that I’m missing to make you want to use two sections? Can you use just one section for mobile & desktop?

    Best regards,
    Mike

    in reply to: Cookie Hinweis mehrsprachige Website #1324218

    Hi,
    Did you find a way for your Cookiebot plugin to work with Polylang? I have not used this plugin so I can’t advise.

    Best regards,
    Mike

    in reply to: Some issues #1324217

    Hey julia_usn,
    Thank you for your patience, for your first question I added this css to your WordPress ▸ Customize ▸ Additional CSS field and it seems to be working.

    @media only screen and (min-height: 1279px) and (max-height: 1367px) {
    @media only screen and (min-width: 1023px) and (max-width: 1025px) { 
    	#top #av_section_1.av-minimum-height-55 > div > .container {
    		height: 546px;
    	}
      }
    }
    

    For your second question your background image size would need to be adjusted like this:

    #top #av_section_1.av-minimum-height-20 {
    	background-size: cover;
    }

    I added this for you.
    For the third question, if you don’t want the title to be shown you can disable it in the layout sidebar of the page with “Impostazione Titolo Barra” option.
    For the last question your footer already seems to be that color but you can hide it on mobile with this css:

    @media only screen and (max-width: 767px) { 
    	#footer {
    		display: none;
    	}
    }

    I did not add this.

    Best regards,
    Mike

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

    Hi,
    Thanks, but please turn 2FA security off.

    Best regards,
    Mike

    Hey jnightingale,
    Thank you for the link to your site, I note that you sent a non-ssl link http instead of a ssl link https are you sure that you are loggin in with https and during the import your not redirecting to http?
    Try installing the Really Simple SSL plugin to force your site to use your ssl.
    If this doesn’t help then please elevate the login you posted for us to Admin as currently we can not view the backend settings.

    Best regards,
    Mike

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

    Hey Design-Kink,
    I have not seen this as an error with any recent versions, but I will be happy to take a look, please include an admin login in the Private Content area and a link to your site, I assume we can disable your plugins?
    You can use any fake email address you like for the account and paste the username & password below.
    Please also test the account you create for us to ensure that the error is still occurring with that account.

    Best regards,
    Mike

    in reply to: footer has disappeared #1324208

    Hey Susanne,
    Thank you for the link to your site, I see that you are using a child theme did you have a copy of the footer.php in your child theme, if so please see this sticky post.
    If not then please include an admin login in the Private Content area.

    Best regards,
    Mike

    Hey goldengate415,
    I believe you are referring to Enfold Theme Options ▸ General Styling ▸ Main Content ▸ Main Content font color
    2021-10-09_003.jpg

    Best regards,
    Mike

    in reply to: Hide image title on hover no longer working #1324206

    Hey goldengate415,
    Thank you for your patience, please check that you are not forcing jQuery to load in your footer with a caching or minifying plugin or with Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer and try clearing your Enfold merged js by enabling Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and reloading your page and clearing your browser cache. You can disable it again if you wish.
    If this doesn’t help you can try this function instead:

    function remove_all_title_attr(){
    ?>
     <script>
    (function($){
      $("*").hover(function(){
        $(this).removeAttr("title");
      });  
    })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'remove_all_title_attr');

    Best regards,
    Mike

    in reply to: Something not working as before #1324205

    Hey Dzimnikov,
    Thank you for the link to your site and your patience, but I see the Testimonial Slider shortcode working on your shop page and I was able to edit the shortcode by adding the word “test” and it showed on the frontend, please see the screenshot in the Private Content area. I removed the word after testing, please check that the Testimonial Slider is working for you and advise.

    Best regards,
    Mike

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

    Hi,
    Thanks for the screenshots, can you include an admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: Need Two columns on WooCommerce checkout page #1324077

    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: Having trouble uploading Theme to WordPress #1323908

    Hey atravers70,
    Thank you for the login, could you upload the theme file you are trying to use to DropBox or something similar and link to it in the Private Content area so we can check.
    I see that you are using WordPress 5.8.1 with the Replete theme from 2012 on a server using PHP v5.6.40
    your server is also set to
    Upload max filesize 2M
    PHP post max size 8M

    The file size of the Enfold theme zip is around 16M, so this is why you can’t upload it.
    It looks like your site is a live shop with almost 400 products, considering that you are using PHP v5.6.40 I would not try to add Enfold to this site.
    I would recommend building a new staging site on a different server because you will need to use PHP v7.4 minimum for WordPress, here is a screenshot of your WordPress Site Health:
    2021-10-07_002.png
    but if you change your PHP version with the Replete theme there is a possibility of your site crashing.
    Also, note that Enfold is not a drop-in replacement for Replete, so you will need to make changes to your pages & posts to get the same look and feel of your site and this will take time and I’m concerned that you will have to have your site down for a time.
    So you would be better to not make changes to this site of server and build your new site on a new server so you and get it up and running the way you like.
    I also note that you have Thrive Architect installed and there is a builder conflict with it and Enfold that Thrive nor us have been able to solve, so you may not be able to use it.

    Best regards,
    Mike

Viewing 30 posts - 13,531 through 13,560 (of 34,594 total)