-
Search Results
-
Hi,
Although the portfolio items don’t show the author of the items themselves, I noticed that the author (i.e. creator) does show up in the search results, which is a bit stange if for example the webmaster name is shown instead of the website owner’s name.
So I added this to the child theme functions.php to be able to change the author on those items:
// ***** Add filter for author to portfolio items (galleries) *****/ add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_cpt_args', 1); function avf_portfolio_add_cpt_args($args) { $args['hierarchical'] = true; $args['supports'] = array('title','thumbnail','excerpt','editor','comments', 'page-attributes','author'); return $args; }So far so good, I can now change the author of the portfolio items so they show in the search results like they should.
Today however I noticed that if the above code is kept there, the previous-next buttons (navigation) on portfolio items disappear, so I had to comment the above code out again.While this is no problem in itself (the author being changed already and stored in the database), I am curious how and why this code can interfere with the portfolio navigation buttons (they continue to work on blog posts though).
Thanks for clarifying!
Rob
Topic: Youtube Video doesnt run
I have a problem with a youtube video on the page: https://www.spreewald-luftaufnahmen.de/drohnen-aufnahmen-firma/
It was added with a thumbnail but won’t play. On my other website is exactly the same video with the same link and it works: https://www.sgl-concept.de/werkstatt/
I have already checked the wordpress versions, everything is identical. The code looks like it is incomplete. Can you tell me why a script is written? The code seems incomplete since the <div is started but not completed.
The script:
<script type=”text/html” class=”av-video-tmpl”>
<div class=’avia-iframe-wrap’>
<iframe title=”SGL – Concept GmbH | Virtuelle Tour mit Drohne 4K | Spreewald Luftaufnahmen” width=”1500″ height=”844″ src=”https://www.youtube.com/embed/MN8fRjOeROQ?feature=oembed&autoplay=1&loop=0&controls=1&mute=1″ frameborder=”0″ allow=”accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture” allowfullscreen>
</script>the text is also under the video, but this should be next to it.
Thank you and best regards!
HI,
How do I remove the gallery widget boarder on the thumbnails. I found this thread but the code does not work.
Hi there, I see a few post about this, but no solutions I can do myself.
In the private content is a link to the page I have the gallery inserted – you’ll see the thumbnails are duplicated. I have disabled the css file merging and compression – it didn’t help.
Topic: Posts: remove lines
Hello, I already had contact in thread 1345370. You helped me with the quick css.
Unfortunately the problem is not completely solved yet. My customer doesn’t want the grid view for the posts, but the “single author, large thumbnail” view. The double line appears below the post. Can you remove them or at least center them in the column?
Next I want the short gray line under the title in green.
Thanks for the help, Tanja
Topic: Website Performance Issue
Hello,
I’ve run several performance reports on one of our sites (below) and have reached out to plugin support and hosting support regarding the performance.
The report (from GT Metrix) is saying there’s two main issues:
1. Avoid enormous network payloads
2. Properly size imagesI spoke with the hosting company, WP Engine, and they suggested reaching out to the plugin developer directly, which I did.
This is what they got back to me with:
This is Joseph from Imagify, and I’ll gladly assist you here!
I ran a Pagespeed test of my own to see the specific results you’re getting, and I can see the following 2 sections being flagged that are the sections related to Imagify (these sections are related to image optimization and serving images as WebP format on your pages). However, I don’t think the issue with the images specifically flagged is related to Imagify because they are all external images (see highlighting of a couple examples below):
5ce40e3163193a0362a81b60db6f588a.png
1a5414952590b0f4b0e070718cb63469.pngIf we look at a list of all the images on your page, we can see that all the local ones (the ones on your website’s server) are in WebP format (meaning they have been optimized and are displaying on your page properly):
cafc613775134543c742be9bcc3332a2.png
Basically what this all means is that you have some images on your page(s) that seem to be from Instagram and Facebook. Since those images are being served from external servers, there’s nothing that can be done about them, unfortunately.
Regarding these 2 items that you mentioned:
1. Avoid enormous network payloads
2. Properly size imagesThe first one is a bit more of a general category, and part of it does relate to the “Efficiently Encode Images” and “Serve images in next-gen format” categories that are related to Imagify, but since as I mentioned there’s not much further we can do about the remaining external images, I don’t think there is anything further from Imagify’s perspective that I can suggest.
The “Properly Size Images” warnings are actually not related to Imagify. Imagify doesn’t technically serve images, as that is the job of your theme. When you upload an image, your theme creates all the different thumbnail sizes of that image and (when working properly) serves the appropriate size based on where the image is used on your site, and the size of the visitor’s screen.
The reason that you’re getting these warnings is that your theme is serving images that are larger in size than the size at which they are actually displayed on your site. So for example, if an image is actually 1000 pixels wide, but your theme uses HTML or CSS to resize it down to 500 pixels wide when it is displayed, these warnings are saying your theme should actually just be creating a 500 pixel wide thumbnail version of the image to use.
Imagify optimizes all your thumbnail image sizes to reduce file size. However, even an optimized image will still get flagged if its dimensions are larger than necessary for the context in which it is used. Although this is one of those external images, so Imagify is not able to optimize it either.
With that said, I would also mention that themes must be designed to look well on many different screen sizes, from small mobile phones up to large computer displays, so it’s possible your theme developer has done things this way intentionally.
Often, themes set image widths and heights based on a percentage of how wide the visitor’s screen is so the display looks good no matter the screen size. The downside of doing this, is that it causes the displayed dimensions of images (again based on percentages) to be somewhat smaller than the actual dimensions of the images, which leads to the speed tests flagging them, as is the case here.
The best course of action is likely to ask your theme developer about this, and to see whether they have any solutions or suggestions on how things could be improved. However, this is a tradeoff between design and function, so it is possible that you might want to leave things as they are for the sake of your site’s design and layout.
Any help would be appreciated
I am having some issues with duplicated thumbnails in the gallery widget. See example here: https://www.musikkbooking.com/lyd-og-lys/leie-scene/
What causes this issue? I have updated to the latest Enfold theme and WordPress. The issue appeared after updating to the latest version of Enfold.I reported this issue yesterday: https://kriesi.at/support/topic/youtube-video-not-showing-thumbnail-black-screen/#post-1345218
It worked yesterday, but I applied the same suggested fix for the pages I listed below, but the black screen still appears. How can I resolve this? Thank you.
Best Regards,
JulioI have 2 posts that I created with YouTube videos using the Video Element (see links below) where the preview screen is black with the link in the upper left-hand corner. This is what typically occurs when the YouTube video is Private, but that’s not the case…they are Public. If I click on the link the video will play.
Note: I created these posts from a template and simply changed the video URL and a couple other items. The other 2 posts created from the same template work fine.
How can I have the preview screen / thumbnail show up vs. this black screen? Thanks for your help.
Best Regards,
JulioHello,
I am using the Gallery on one page, and there are gaps in it. Why is that happening, and how do I get the gaps to go away? That is happening in Firefox on my MacBook Pro.
On mobile phone, there are still gaps for that same gallery, and there are still four columns of thumbnail images, although it would be better if there was one column for mobile phone, and probably two for small tablet and three for large tablet. How can I get that to happen?
Regards,
Jonah

