Forum Replies Created
-
AuthorPosts
-
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,
MikeHi,
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,
MikeMarch 27, 2022 at 5:09 am in reply to: EmbedPlus YouTube Plug-in; latest video not displaying #1346176Hi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHey kersnet,
Thanks for your question, I have checked this in version 4.9.2.1 with both the Classic Editor and the Block Editor:

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,
MikeHi,
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,
MikeMarch 27, 2022 at 12:14 am in reply to: How to quote the latest posts of my other blogs to my site #1346162Hey 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,
MikeHey 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,
MikeHey 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,
MikeHi,
Thanks for the login, but your theme editor option seems to be disabled, please enable it

or try adding this code to your child theme functions.php, I tested this on my test site without any issuesfunction 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,
MikeHey Magdalena,
Sorry, they are both full-width elements, so it is not possible.Best regards,
MikeHey 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,
MikeHey 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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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.

I put the page back to the way I found it, so please test this and see if it helps.Best regards,
MikeHi,
Thanks for the login, I selected the page sidebar to show on that page and now they do, please check.

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,
MikeMarch 26, 2022 at 6:52 pm in reply to: EmbedPlus YouTube Plug-in; latest video not displaying #1346137Hi,
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:

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,
MikeMarch 26, 2022 at 4:59 pm in reply to: Audioplayer -time display in the timeline not visible #1346124Hi,
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,
MikeHey 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,
MikeMarch 26, 2022 at 2:14 am in reply to: Audioplayer -time display in the timeline not visible #1346099Hi,
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,
MikeHi,
Very good, this thread is getting quite long, shall we close this then?Best regards,
MikeHi,
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,
MikeHi,
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.

Best regards,
MikeHi,
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,
MikeHi,
Thanks for the feedback, I see that my code didn’t post correctly above, the last line included 3 but they show above as spaces, please try like this:
$(this).find(postCat).append( $(this).find(postMeta).append('<span class="post-in"> / in </span>'));Best regards,
Mike -
AuthorPosts



