Forum Replies Created

Viewing 30 posts - 12,301 through 12,330 (of 34,910 total)
  • Author
    Posts
  • 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

    in reply to: Informations sur fichier media .bk #1346155

    Hey sebzh22,
    Thank you for your question, I assume that inside your uploads directory such as \wp-content\uploads\2022\01\ you are seeing files with .bk.jpg
    Enfold doesn’t name any files like this, it is probably from a plugin and it is probably a “backup” from when a plugin does something to the file, so this is probably a duplicate that is not needed but you will have to check the similarly named files without the “bk” to check.

    Best regards,
    Mike

    in reply to: Edit the elegant blog layout #1346153

    Hey b2digital1,
    Thank you for your patience please link to your page, if all of the elements are showing we can help you move them with javascript, but if not then you may need to use one of the other layouts so the elements show and them we can help you move them into the order you wish.

    Best regards,
    Mike

    in reply to: Blog posts disappeared #1346152

    Hi,
    Thank you for your patience and the link to your staging site, I tested disabling all of your plugins and then your posts showed, please try this and then enable your plugins one at a time until the error occurs again and then you will know which plugin is causing the conflict.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Issue with GRID element #1346150

    Hi,
    Thank you for your patience, try changing the “bottom” to “40%” like this:

    @media only screen and (max-width:767px) {
      #top .av-layout-grid-container .no-padding .av_textblock_section {
        position: absolute;
        bottom: 40%;
        left: 0;
        width: 100%;
      }
    }

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

    Best regards,
    Mike

    in reply to: one page menu with anchors #1346148

    Hi,
    Thank you for your patience and for the login, I note that your page is using the preloader and takes a little while to show the content and when it does the offset of the page is not quite right, thus the title is under the header some. I believe this is due to your layerslider shortcode in the code block element is loading a little late so the height of the page is changing by the time the page is shown, disturbing the offset.
    I tested using the layerslider element instead of the code block element and the offset then was fine.
    2022-03-26_005.jpg
    I put the page back to the way I found it, so please test this and see if it helps.

    Best regards,
    Mike

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

    Hi,
    Thanks for the login, I selected the page sidebar to show on that page and now they do, please check.
    2022-03-26_004.jpg
    I note that you have a post category and page that are the same “fotografie” this could cause issues in the WordPress permalinks structure.
    If you notice this happening again try to manually select the sidebar or remove the conflicting category.

    Best regards,
    Mike

    in reply to: EmbedPlus YouTube Plug-in; latest video not displaying #1346137

    Hi,
    Thanks for the link to your page, as I look at your “play list” and your “channel list” shortcodes on your test page I see that they point to two different lists on youtube, and when you look on youtube at the two lists some of the videos are not the same.
    So I believe the plugin is pulling the correct videos from youtube. Perhaps I don’t fully understand what you want, but why are you using two different lists on youtube if you want the plugin to show the same videos?
    I also note that your plugin is set to check for new videos every half hour:
    2022-03-26_003.jpg
    so you could change to “page load” which would be more often, or since this time is probably using the WordPress cron schedule which is triggered by page visits and could be running behind if you are not getting enough non-admin visits, if this is true try a cron trigger plugin.

    Best regards,
    Mike

    in reply to: Audioplayer -time display in the timeline not visible #1346124

    Hi,
    Glad Guenni007 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: put Infos in a flyoutbox ?? #1346100

    Hey Sabine,
    Thank you for your question, this is typically called a floating menu and you will need to use a plugin for this, please see these in the WordPress Plugin directory.

    Best regards,
    Mike

    in reply to: Audioplayer -time display in the timeline not visible #1346099

    Hi,
    Were you able to implement Guenni007’s solution?
    If you have not tried it yet, try this code in the General Styling ▸ Quick CSS field:

    body#top .main_color .mejs-controls .mejs-time-rail .mejs-time-float {
        background: #e44363;
        color: #fff;
    }
    body#top .main_color .mejs-controls .mejs-time-rail .mejs-time-float-corner {
        border: solid 4px #e44363;
        border-color: #e44363 transparent transparent transparent;
    }

    After applying the css, please clear your browser cache and check.
    Thanks for sharing Guenni007.

    Best regards,
    Mike

    in reply to: section full width #1346097

    Hi,
    Very good, this thread is getting quite long, shall we close this then?

    Best regards,
    Mike

    in reply to: section full width #1346006

    Hi,
    Thanks for the screenshots and example, the issue was that all of the columns were in a color section, in this case the columns need to be inside the code block as the wrapping div and not nested.
    I corrected it for you, please clear your browser cache and check.

    Best regards,
    Mike

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

    Hi,
    Thank you for the login to your site, I see that you would like to install a child theme but are having trouble, when I check your themes I see that you have a broken theme that I assume is your child theme, please include FTP access (or cPanel login) in the Private Content area so we can correct and install the child theme for you.
    2022-03-24_001.jpg

    Best regards,
    Mike

    in reply to: custom blog grid structure #1345869

    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: custom blog grid structure #1345867

    Hi,
    Glad to help, shall we close this then?

    Best regards,
    Mike

    in reply to: custom blog grid structure #1345859

    Hi,
    Thanks for the feedback, I see that my code didn’t post correctly above, the last line included 3 &nbsp; but they show above as spaces, please try like this:
    $(this).find(postCat).append( $(this).find(postMeta).append('<span class="post-in">&nbsp;/&nbsp;in&nbsp;</span>'));

    Best regards,
    Mike

Viewing 30 posts - 12,301 through 12,330 (of 34,910 total)