Forum Replies Created

Viewing 30 posts - 8,671 through 8,700 (of 34,635 total)
  • Author
    Posts
  • in reply to: Layer slider navigation icon position #1397636

    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

    in reply to: Drop down menu in conent section #1397635

    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

    in reply to: cookie bar background color #1397634

    Hi,
    Thanks for the feedback, I adjusted your css to this:

    #top .avia-cookie-consent {
        background-color: #e0e7e8;
        color: #b45d15;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Header logo size and padding for desktop and mobile sizes #1397614

    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: trouble with layout of text box and image #1397612

    Hi,
    Try adding your image to the column as a background image:
    Enfold_Support_336.jpeg
    the add the custom class background-cover
    Enfold_Support_338.jpeg
    then ensure that the Row Layout is set to Equal Height Columns
    Enfold_Support_340.jpeg
    Then include this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .flex_column.background-cover {
        background-size: cover;
    }

    After applying the css, please clear your browser cache and check, this is the expected results:
    Enfold_Support_342.jpeg

    Best regards,
    Mike

    in reply to: Tab Section Image Url #1397609

    Hey paolam111,
    The images are added with inline css “background-image” not a shortcode, for example:
    <span class="av-tab-section-image" style="background-image: url(/wp-content/uploads/2017/02/logosquare-bbpress-mini.jpg);"></span>
    Typically you would choose the image you want to use in the element options, can you explain further what you want to achieve with an example page?

    Best regards,
    Mike

    in reply to: Again the demo import problem #1397607

    Hi,
    Thanks for your feedback and glad to hear that you have this sorted out now.
    Enfold uses the WordPress import function for the demos to remain consistent with the WordPress roadmap, unfortunately, we don’t have control over servers that disable basic functions.
    I hope that we can continue to help you and thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad Nikko was 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: plug-in to enable php 8 compatibility #1397604

    Hey Jim Zeigler ,
    Sorry I have not heard of any such plugin, perhaps you need to update your site to the latest version, if you are using Enfold that is v5.4, otherwise please check with your theme author.

    Best regards,
    Mike

    in reply to: Again the demo import problem #1397603

    Hey aryus96,
    Sorry that you are having troubles, but OVH disables the set_time_limit() function and will not enable it for their customers, this function is used by WordPress so that imports will not time out.
    This is not the same as max_input_time, OVH is the only host that we have seen do this, often OVH users move to a webhost that gives them full control.
    If you are unable to do this try importing your demo on a localhost install and use the Duplicator plugin to migrate/clone it to your OVH host, I believe this will work.
    You could also try the manually import a theme demo method, but typically for OVH the import still times out.

    Best regards,
    Mike

    Hi,
    I found this css in each of the layers changing their position:

    position:relative !important; 
    left:70% !important; 

    Enfold_Support_332.jpeg
    removing it solved the issue.
    Enfold_Support_334.jpeg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Modify results page #1397597

    Hey mike.rav,
    You would need to modify the loop-search.php file, here is an example, and another and this is the latest one.

    Best regards,
    Mike

    in reply to: AngularJS Application and Enfold Elements #1397595

    Hey paolam111,
    We don’t have specific documentation for shortcodes as typically the shortcode is displayed on rendering, you could try ob_start and ob_end_clean.
    Another option would be to inject the shortcode with javascript or jQuery, for example:

    window.addEventListener('DOMContentLoaded', function() {
      (function($){	
            var wpseo_breadcrumb = '<?php echo do_shortcode("[wpseo_breadcrumb]"); ?>';
          $('.breadcrumb.breadcrumbs.avia-breadcrumbs').replaceWith('<div class="breadcrumb breadcrumbs avia-breadcrumbs">' + wpseo_breadcrumb + '</div>');
      })(jQuery);
    });

    Best regards,
    Mike

    in reply to: SubLevel Menu Advanced Styling not being Applied #1397592

    Hey volpagirl,
    Thank you for the link to your site, please try this css:

    .header_color .main_menu ul ul,
    .header_color .main_menu .menu ul li a span,
    .header_color .main_menu .menu ul li a:hover {
    	background-color: #930c15;
    	font-size: 16px;
    	font-weight: 600;
    }

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

    Best regards,
    Mike

    in reply to: change word into icons sec menu #1397591

    Hey studioinktvis,
    Please link to the page where we can see the words “shoppincart” and ” my account” and also link to the icons that you want to use, they should already be uploaded to your site, we can then offer the css to hide the words and show the icons.

    Best regards,
    Mike

    in reply to: cookie bar background color #1397590

    Hey jeel147,
    You can change the cookie bar background color and font color with this css:

    .avia-cookie-consent {
        background-color: rgb(184 201 44 / 85%);
        color: rgb(128 38 159 / 90%);
    }

    please adjust the colors to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: set p font to calibri #1397588

    Hey jeel147,
    Calibri doesn’t seem to be a font available from Google Fonts, so you would first need to install the font with a plugin like Use Any Font and then apply the font to your site with css like this:

    #main p {
    	font-family: "Calibri";
    }

    If you were going to use a Google Font from the theme options then you would choose the font at Enfold Theme Options ▸ General Styling ▸ Fonts ▸ Font for your body text
    Enfold_Support_330.jpeg

    Best regards,
    Mike

    in reply to: Style inserted by Layout-Architect #1397586

    Hi,
    Thanks for your patience and the link to your site, I first tried to recreate you page on my demo site linked below but couldn’t recreate the error, nor was the inline style added.
    After different attempts to solve your issue I ended up adding this script to your site to remove the inline styles and test if that was the issue:

    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');

    This did remove the inline styles and solved your issue, please clear your browser cache and check.
    When I tried the function Ismael recommended your element was not correct, so I’m not sure if your server is using object-oriented cache or if your cache plugin is a factor or if it is something really simple that I’m not looking at, but please take a look at your page now and see if it is working right now.

    Best regards,
    Mike

    Hey fellwoody,
    Please include an admin login in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Contact Form #1397583

    Hi,
    Sorry we couldn’t help more with this, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold and have a great weekend.

    Best regards,
    Mike

    in reply to: Code block element removing HTML tags on update page #1397582

    Hi,
    Thanks for your patience, the HTML that you are adding to the code block is not correct, it is not good to add

    <html>
    <head>
    <title>Content Types Word Cloud EN</title>
    <meta name=”author” content=”WordArt.com”>
    </head>
    <body>

    on any page a second time, it causes conflicts.
    The second opening HTML is stripped out of the source code to correct the error, it is better to not add this error on the English page to start with.
    Please try removing this from the start of your code

    <html>
    <head>
    <title>Content Types Word Cloud EN</title>
    <meta name=”author” content=”WordArt.com”>
    </head>
    <body>

    and this from the end of your code

    </body>
    </html>

    and then re-traslate your page.
    Let us know if you need any help with this.

    Best regards,
    Mike

    in reply to: Header logo size and padding for desktop and mobile sizes #1397578

    Hey William,
    Thanks for your patience and the login, for desktop to make you svg logo smaller on scroll with more space above and below you can try this css:

    #header.header-scrolled .avia-svg-logo a.av-contains-svg svg {
    	 max-height: 50px !important;
    	 transition: max-height .1s ease;
    }
    #header.header-scrolled .avia-svg-logo a.av-contains-svg {
    	display: flex;
    	align-items: center;
    }

    I’m not sure how small you want it on scroll so try adjusting to suit.
    On tablet the header script doesn’t add the header-scrolled class for the Shrinking effect, this is by design, please see Enfold Theme Options ▸ Header ▸ Header behavior ▸ Shrinking Header
    Enfold_Support_324.jpeg
    I believe that you see the effect when you test because you are using the Dev Tools and are not refreshing the page when you are testing tablet and mobile.
    The default mobile header is not a sticky header, please see our documentation to change this.
    To reduce the logo width for mobile try this css:

    @media only screen and (max-width: 430px) { 
    .responsive #top .logo svg {
        width: 200px;
    }
    }

    and adjust to suit.

    Best regards,
    Mike

    in reply to: Navigation Disappeared #1397573

    Hi,
    Sorry to hear you are having trouble with GoDaddy database, we will leave this open to hear back from you when they are able to resolve this for you.
    I tried to view the backend of the three sites but the login didn’t work on any of them, if the menu is set in the backend and not showing on the frontend due to a database error with GoDaddy I believe you will need to wait for GoDaddy to resolve the database issue first.

    Best regards,
    Mike

    in reply to: Social media icons in footer #1397572

    Hi,
    Thanks for the login, I have added Guenni007‘s shortcode function to your child theme functions.php

    function social_bookmarks_shortcode() {
      $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
      $social = avia_social_media_icons($social_args, false);
      return $social;
    }
    add_shortcode('social-bookmarks', 'social_bookmarks_shortcode');

    and the css to your quick css

    #footer .widget ul.social_bookmarks {
        display: inline-flex;
        gap: 0px 10px;
    }
    
    #footer .widget ul.social_bookmarks li {
        border: none
    }	

    and now they show in your footer widget where you had added the shortcode [social-bookmarks]
    Enfold_Support_322.jpeg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Layer slider navigation icon position #1397570

    Hi,
    Thanks for the login, I checked your LayerSlider on Windows in Chrome, Firefox, & Edge and they all seem to be aligned correctly, what browser are you using?
    Enfold_Support_320.jpeg

    Best regards,
    Mike

    Hi,
    Thanks for the feedback but I don’t see the admin login in the Private Content area, the files listed in the Private Content area seem to be WordPress core files for the block editor, the theme would not modify these files, but perhaps WordPress updated on this date?
    Does your webhost automatically update WordPress for you, I know that my webhost offers this option.

    Best regards,
    Mike

    Hi,
    Thanks for your patience, I asked the rest of the team for any ideas or recent z-index changes as I couldn’t find any in the change log.
    Since I didn’t hear back I took another look at your test page and found that this css seems to correct the issue:

    .avia-fullscreen-slider {
    	z-index: 0;
    }

    Please give this a try.

    Best regards,
    Mike

    Hey ergates,
    Thanks for your patience I’m not sure about the recurring events but I see on the Event Calendar Known Issues page they point out to If it’s a recurring event, be sure to choose the All events option and in this support ticket from 3 weeks ago they say there are issues with PHP v8 and recommend downgrading to PHP 7.4
    Perhaps this will help, if not can you include an admin login so we can check?

    Best regards,
    Mike

    Hi,
    Thanks for your feedback, and I have checked your page /aanbevelingen/ but I don’t see any failed requests for css, such as post-10755.css, so I’m not sure what occurred but it seems to be sorted out now?

    Best regards,
    Mike

    in reply to: low pagespeed score (mobile) #1397557

    Hey 0_o,
    When I check your page it looks like you don’t have Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression enabled and it looks like you are not using a caching plugin, ThinkJarvis wrote some good tips for using WP-Rocket here. We also have a great article here that may help.

    Best regards,
    Mike

Viewing 30 posts - 8,671 through 8,700 (of 34,635 total)