Forum Replies Created

Viewing 30 posts - 12,361 through 12,390 (of 34,986 total)
  • Author
    Posts
  • in reply to: Change animated numbers circle border #1346237

    Hi,
    yes

    Best regards,
    Mike

    in reply to: Change animated numbers circle border #1346233

    Hi,
    For that one you will need to create a transparent image of the icon with the rings around it and then use it to replace the icon with css.
    For example imagine this as your image, but with a transparent background
    2022-03-27_009.jpg
    then you wouls use this css with the url to your image:

    #main .iconbox .iconbox_icon {
    	background: url(https://savvyify.com/img/images/2022/03/27/2022-03-27_009.jpg);
    	height: 60px;
    	width: 60px;
    	font-size: 0px;
    	display: inline-block;
    	background-size: contain;
    	background-repeat: no-repeat;
    	border: none;
    	background-position: center 11px;
    }

    then the result would be:
    2022-03-27_010.jpg

    Best regards,
    Mike

    in reply to: Change animated numbers circle border #1346229

    Hi,
    Sorry, not that one.

    Best regards,
    Mike

    in reply to: Add Clicky analytics code #1346227

    Hi,
    You can change the add_action to wp_head like this: add_action('wp_head', 'alwin_clicky_analytics_footer');

    Best regards,
    Mike

    Hi,
    Try adding this css:

    .caption_framed .slideshow_caption .avia-caption-content {
    	background: rgba(0,106,166,0.7);
    	padding: 0px 0px 50px 190px;
    
    }
    .caption_framed .slideshow_caption .avia-caption-content p {
    	background: unset!important;
    }
    .caption_framed .slideshow_caption .avia-caption-title {
    	margin: 0;
        padding: 50px 250px 10px 200px;
    }

    expected results
    2022-03-27_008.jpg

    Best regards,
    Mike

    in reply to: Change animated numbers circle border #1346223

    Hey navindesigns,
    Thanks for the mockup, try this css in your Quick CSS

    #av_section_1 .avia-animated-number .avia-animated-number-circle-inner {
        border: 2px solid #007da5;
        border-radius: 50%;
    }
    #av_section_1 .avia-animated-number .avia-animated-number-circle:after {
      display: block;
      border: 2px solid #969696;
      width: 100%;
      border-radius: 50%;
      transform: translateX(-6%);
    }

    this is the expected results
    2022-03-27_007.jpg

    Best regards,
    Mike

    in reply to: Problème suppression création de miniatures #1346222

    Hey sebzh22,
    Merci pour votre patience et les captures d’écran, votre première capture d’écran concerne les vignettes woocommerce, je ne pense pas que vous puissiez les désactiver et que la boutique woocommerce fonctionne correctement.
    Votre deuxième capture d’écran semble provenir de la bibliothèque multimédia principale et la plus petite vignette 150 a été supprimée, essayez donc de l’activer à nouveau.

    — Translated with Google —

    Thank you for your patience and the screenshots, your first screenshot is of woocommerce thumbnails, I don’t believe that you can disable these and have the woocommerce shop work correctly.
    Your second screenshot looks like it is of the backend media library and the smallest thumbnail 150 has been removed, so try enabling this again.

    Best regards,
    Mike

    in reply to: Google Maps not working with valid key #1346215

    Hi,
    Thank you for the link to your site, I found that the EventON plugin is causing a conflict, when it is disabled the google maps work correctly.
    I don’t know this plugin so perhaps there is a setting you can disable to solve the conflict or you can ask the plugin author to help you solve it.

    Best regards,
    Mike

    in reply to: No LayerSlider in Enfold 2017 #1346212

    Hey andreane1,
    Thanks for your question, the Enfold 2017 demo includes a layerslider, so it seems that an error occurred with your install, but this is easy to fix by importing the layerslider demo zip file in the Private Content area into the layerslider import option.
    2022-03-27_003.jpg

    If you get an error then this would post to your web server not having the PHP ZipArchive Extension installed, which allows your web server to handle zip files.
    You can check if the PHP ZipArchive Extension is installed by going to the layerslider dashboard and clicking the three dots in the upper right corner and click the System Status
    layerslider_system_status_menu_option.jpg
    then look under the Server Settings to see if PHP ZipArchive Extension is enabled.
    layerslider_system_status_PHP_ZipArchive_Extension.jpg

    Best regards,
    Mike

    in reply to: Add Clicky analytics code #1346211

    Hi,
    Glad to hear this helped, the functions.php file in a Child Theme appends the parent theme functions.php which is way you can not use a filter, action, or function with the exact same name as in the parent theme functions.php or functions-enfold.php
    The header.php and footer.php or any other file overwrites the parent theme file.
    If you can avoid using a child theme header.php or footer.php it may be a good idea, since the last few times that we updated those files it caused errors with client sites that they were not expecting. We don’t update these files often and it is always noted in the changelog, but it often catches people off guard.
    Most of the time the changes can be made in the child theme functions.php

    Hopefully this helps, shall we close this then?

    Best regards,
    Mike

    in reply to: Hide image title, etc. on hover #1346210

    Hi,
    Thanks for the login, I have installed your child theme and imported the parent theme settings and added the from Guenni007 above to remove the image titles. Please clear your browser cache and check, and let us know if we should now close the thread.

    Best regards,
    Mike

    in reply to: Featured image option missing in blog post #1346208

    Hi,
    Thank you for the login, I created a new draft post and the featured image option was visible and available, please check your site and see the screenshot in the Private Content area.
    If you don’t see this in your login try the login you posted for us.
    Perhaps for your login the option has been disabled somehow, try going to a post and click the 3 dots in the upper right corner 1
    then click the Preferences from the dropdown 2
    then look in the Panels for the Featured Image option 3
    2022-03-27_002.jpg

    Best regards,
    Mike

    in reply to: Theme update Enfold 4.9.1-dev-1 #1346204

    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: EmbedPlus YouTube Plug-in; latest video not displaying #1346201

    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: Audioplayer – delete inverted commas in the titles #1346183

    Hi,
    Glad Guenni007 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: Masonry gallery only shows first 24 elements #1346181

    Hi,
    Glad Yigit 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: Theme updates #1346179

    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: Internal server error on all Enfold site #1346177

    Hi,
    Glad Ismael 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: EmbedPlus YouTube Plug-in; latest video not displaying #1346176

    Hi,
    Thank you for explaining, from this comment about the screenshot I took of your youtube channel:

    As you can see under “Channel List“, the newest Daily Word video is displayed at the top of the list. However, under the Playlist the second newest video is shown at the top of the list vs. the newest video. It will eventually show up, but it takes several hours.

    this is a youtube issue, since it’s youtube that is slow to display your uploads, this doesn’t seem to do with the plugin or Enfold.
    Try asking youtube creators support.
    The Cron Trigger plugin will not help this situation, when I suggested it I thought the plugin was slow to get the updated list from youtube, but now I see it’s youtube slow to update the list.
    Sorry we were not more help.

    Best regards,
    Mike

    in reply to: Demo import question #1346173

    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: Demo import question #1346168

    Hi,
    Thanks for the link to your site but the login didn’t work for me, nonetheless, try going to the slider and click on the first slide
    2022-03-26_012.jpg
    then go to the advanced tab and under link settings you will find the button settings
    2022-03-26_013.jpg

    Best regards,
    Mike

    in reply to: Sidebars disappear on 4.9.2 #1346166

    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: Featured image option missing in blog post #1346165

    Hey kersnet,
    Thanks for your question, I have checked this in version 4.9.2.1 with both the Classic Editor and the Block Editor:
    2022-03-26_184027.jpg
    Please check that you are using the latest version and that you are not having plugin conflicts, if you still don’t see this please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Empty white space #1346163

    Hi,
    Thanks for your patience, this issue is due to the Smush lazy load option, this issue is known to Smush and they have told Smush Pro users that they are working on it. For now please disable this feature until Smush is able to correct it. We can’t not modify a plugin error at the theme level, it must be done within the plugin files.

    Best regards,
    Mike

    Hey zemanchiu,
    I assume that you mean more than a link to a post on another site, there is not a built-in function from this but you could display an rss feed of your other site and only display the first latest post. For this you will want to find a WordPress Plugin that displays the content the way you wish, so display the images and others only display a simple list.

    Best regards,
    Mike

    in reply to: Text Block Tool Bar #1346161

    Hey Al,
    Try clicking the “toggle toolbar button”
    2022-03-26_009.jpg

    Best regards,
    Mike

    in reply to: Appearing speed of the menue #1346160

    Hey Grobi,
    Thank you for the link to your site, I believe that you mean the speed that the header drops down into view, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .av_header_scrolldown{
    -webkit-transition: opacity 1.9s ease-out, margin 1.9s ease-out!important;
    transition: opacity 1.9s ease-out, margin 1.9s ease-out!important;
    }

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

    Best regards,
    Mike

    in reply to: Make Upper Header Stick on Scroll #1346159

    Hey Michael,
    Thanks for the link to your site, currently it looks like your header is sticky so you will disable that and add this code to the end of your functions.php:

    function sticky_header_meta() { ?>
        <script>
    (function($){
    $(function() {       
     var scroll_start = 0;
     var startchange = $('#header_meta');
     var offset = startchange.offset();
      if (startchange.length){
     $(document).scroll(function() { 
        scroll_start = $(this).scrollTop();
        if(scroll_start > offset.top) {
          document.getElementById('header_meta').classList.add('sticky-top');
         } else {
          document.getElementById('header_meta').classList.remove('sticky-top');
         }
     });
      }
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'sticky_header_meta');

    and this code to your Quick CSS:

    #header_meta.sticky-top {
    	position:fixed!important;
    	top:0!important;
    	z-index:10000!important;
    	width: 100%;
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Add Clicky analytics code #1346158

    Hi,
    Thanks for the login, but your theme editor option seems to be disabled, please enable it
    2022-03-26_007.jpg
    or try adding this code to your child theme functions.php, I tested this on my test site without any issues

    
    function alwin_clicky_analytics_footer(){
    ?>
    <script src="//static.getclicky.com/101348066.js"></script>
    <?php
    }
    add_action('wp_footer', 'alwin_clicky_analytics_footer');
    

    Typically if you get a critical site error when adding code to the functions.php it is because the quotes have changed into curly quotes from copying the code from an email and not from the forum.

    Best regards,
    Mike

    in reply to: Question about fullwidth submenu #1346156

    Hey Magdalena,
    Sorry, they are both full-width elements, so it is not possible.

    Best regards,
    Mike

Viewing 30 posts - 12,361 through 12,390 (of 34,986 total)