I have shared the wp-admin with you by email.
ta_io
Posts
-
External Video in Thumbnail Grid Not Triggering AJAX Page Transition -
HTML5 Carousel Video Captions IssueThanks ! :)
-
External Video in Thumbnail Grid Not Triggering AJAX Page TransitionYes, I'll give you the link.
https://max7259.live-website.com/ -
External Video in Thumbnail Grid Not Triggering AJAX Page Transitionthanks :)
-
External Video in Thumbnail Grid Not Triggering AJAX Page TransitionWhen I place a video in a thumbnail grid using Use External Video, clicking on it doesn’t trigger the AJAX page transition. How can I fix this?
-
HTML5 Carousel Video Captions IssueI can’t edit the captions on the video in my HTML5 carousel when using an external video source.
-
External Video for Image Hover AddonCould External Video functionality be added to Image Hover Addon?
-
Vimeo laycustom volume controlsWhen I try to turn up the volume with the LayCustom controls of a Vimeo video, the volume doesn't work.
-
Is it Possible to Add imagen Hover to an Overlay with a Project Index?Would it be possible to add a hover image effect to my project index when it is in an overlay.
I have the 'Use Image Hover Addon' option enabled, but it doesn't work when my Project Index is in an overlay. -
Fullscreen Slider Returns to the First Slide After Closing Overlay projectnice :) thanks @arminunruh !!
-
Fullscreen Slider Returns to the First Slide After Closing Overlay projectWhen I open a project overlay in the Fullscreen Slider, upon closing it, it goes back to the first slider instead of staying on the slider where I clicked.
-
Thumbnails grid url videoIt would be interesting to put an external URL in video thumbnails grid like one from Vimeo https://player.vimeo.com/ since the loading of videos is much faster.
I'm trying with this script but it doesn't work at all
<script>
jQuery(document).ready(function() {
var newVideoUrls = [
// Video
'https://player.vimeo.com/progressive_redirect/playback/929651530/rendition/1080p/file.mp4?loc=external&log_user=0&signature=43094fa43b31495020241416581fc9d0e435cbe0ba98802673cf86e9e7cb1211',
// Video
'https://player.vimeo.com/progressive_redirect/playback/843550565/rendition/1080p/file.mp4?loc=external&log_user=0&signature=59c985552b4e60df3819741c8df3f7e76aee3671dd4b88a07473eaeed6bb6542',
// Video 3
'https://player.vimeo.com/progressive_redirect/playback/981872045/rendition/2160p/file.mp4?loc=external&log_user=0&signature=985fc53ee963d4ab1b9770be6984a12b42c4ef8a3987895b1a0f38ebc3d9c690',
// Video 4
// ...
];jQuery('.thumb-collection .thumbnail-wrap video source').each(function(index) {
if (index < newVideoUrls.length) {
jQuery(this).attr({
'data-src': newVideoUrls[index],
'src': newVideoUrls[index]
});
}
});
});</script
-
Bug on Desktop Row GutterThank you very much, Armin, for your work and attention. I hope this is an isolated case.
-
Bug on Desktop Row Gutterthanks :)
-
Bug on Desktop Row GutterI've tried it, but the distances are not equal. The row gutter still has a larger size
-
Bug on Desktop Row Gutter -
Bug on Desktop Row GutterI sent you an email
-
Bug on Desktop Row GutterI've tried changing it from px to % and from % to px, and nothing works.
-
Bug on Desktop Row GutterWhen I change the Desktop Row Gutter of my thumbnail grid, it doesn't change properly, and I can't manage to change it. I don't know why![alt text]
-
Projects Overlays doesn't go to expanded RowThanks A :)