TechWebUX
Forum Replies Created
-
Forum: Plugins
In reply to: [Head & Footer Code] Header and Footer CodeHello @daves1997,
As this is very 1st time someone reported such issue, please let us know:
- Are enabled options for post types in Article specific settings?
- Have you maybe uninstall and then install again Head & Footer Code plugin? Asking this because when you remove/uninstall plugin, all plugin related date is cleaned up from the database.<br/>If you did this, then you can get back custom code only by restoring database from the backup.
- What recent changes on site you did before you noticed that head codes are missing? Maybe installed/removed another plugin or theme?
If none of above apply, please let us know so we look for further options.
Thank you for understanding,
AleksandarForum: Plugins
In reply to: [Head & Footer Code] Wording suggestionHi @swinggraphics,
Thank you for choosing Head & Footer Code and handy suggestion. As I highly agree with your advise, I have updated message to “No custom code” in just now released version 1.2.2 of the plugin.
Kind regards,
AleksandarForum: Plugins
In reply to: [Head & Footer Code] Notices upon activationHi @swinggraphics,
Thank you for reporting this issue. It’s resolved in just now released version 1.2.2.
Kind regards,
AleksandarForum: Plugins
In reply to: [Stock Ticker] Font Size Change Not WorkingHi @brvids,
Thank you for choosing Stock Ticker plugin!
Could you please provide a screenshot of the “Custom Style” field on Stock Ticker plugin settings page and link to the website where your custom font size does not work?
Kind regards,
AleksandarForum: Plugins
In reply to: [My YouTube Channel] Video Width as % / Centering contentHi @swashin,
You probably found out how to achieve 16 videos on page make sure you have set the shortcode parameter
num=16
and you fetch more than 15 videos (the shortcode parameterfetch=16
or Fetch parameter in global plugin settings).Kind regards,
AleksandarForum: Plugins
In reply to: [My YouTube Channel] Video Width as % / Centering contentHello @swashin,
Thank you for choosing YouTube Channel plugin!
you can achieve four video thumbnails per row by doing following:
- Enable responsive option for YouTube Channel block on your page
- Add following custom CSS to Customizer:
.youtube_channel.responsive.ytc_wall .ytc_video_container { max-width: 25%; /* This rule distribute four thumbs per row */ padding: 5px; /* This rule add 5px padding around each thumbnail block so you have some white space */ } @media screen and (max-width: 820px) { .youtube_channel.responsive.ytc_wall .ytc_video_container { max-width: 50%; /* Distribute to two thumbnails per row on tablet screen size */ } } @media screen and (max-width: 420px) { .youtube_channel.responsive.ytc_wall .ytc_video_container { max-width: 100%; /* Distribute to single thumbnail per row on mobile screen size */ } }
Please let me if that works good for you.
Cheers,
AleksandarForum: Plugins
In reply to: [My YouTube Channel] Autoplay Playlist Not WorkingHi @knightgambit,
Newer versions of Firefox automatically block video and audio autoplay so you have to disable blocking of the autoplay in the browser. This is browser level restriction and cannot be overridden.
Please check screenshot https://drive.google.com/file/d/1zbfEIFib4Y9vDZ7qn-bjuaMULCFXJPmO/view?usp=sharingRegarding Chrome, I managed to reproduce issue once in more than 10 page reloads. It could be related to Chrome blocking autoplay videos with sound, but I have to additionally investigate that in January. You could subscribe to the YouTube Channel project issue on GitHub https://github.com/urosevic/youtube-channel/issues/2 and track progress on this issue.
You can try to use display mode “HTML5 (iframe)” instead of “HTML5 (iframe) Asynchronous” and see if that helps.
Kind regards,
AleksandarForum: Plugins
In reply to: [My YouTube Channel] Autoplay Playlist Not WorkingPlease let me know in which browser and on which device autoplay does not work for HTML5 (iframe) display mode so I can check?
Here is a test in Chrome incognito on Windows – on each page reload video autoplay start https://drive.google.com/file/d/1B7n61O2LjA-qrPRhmMsqZ3OwkMOF7n39/view?usp=sharing
Thank you for understanding,
AleksandarForum: Plugins
In reply to: [My YouTube Channel] Autoplay Playlist Not WorkingHello @knightgambit,
I test YouTube Channel inserted as a widget on your homepage, and found all working as it should work:
- You have inserted youtube random video as a thumbnail. Once visitor click on the thumbnail, popup with autoplay YouTube video is shown.
- I configured widget on my demo website and changing User Controls visibility in the widget for thumbnail does not affect randomness – on reload in most cases different random video thumbnail is shown.
- Unfortunately, there is no option to set the initial volume on videos inserted with YouTube Channel plugin.
If you would like to autoplay inline video directly in right-hand sidebar on page load, please change What to display? widget option from Thumbnail to HTML5 (iframe).
Another detail I have noticed – you set cache timeout to 1 minute only. I would recommend updating widget option Cache feed to at least 1 hour.
Kind regards,
Aleksandar