- This topic has 7 replies, 3 voices, and was last updated 7 years, 5 months ago by Theme Horse Support Team.
-
AuthorPosts
-
May 17, 2017 at 5:49 am #51401VParticipant
Hi Theme horse!
I’m using a woderplugin slider to show youtube videos in posts. I have a following problem with youtube video in the wonderplugin slider – does not play youtube video on mobile (on PC not problem). Here is the link with youtube video (second point in wonderplugin slide):https://drevodilnakulicka.cz/2017/03/11/domino/
When I change the template to twenty-seventeen everything is fine. I think there can be a conflict between the WP Portfolio Pro and the wonderplugin slider.
Please, can you help me?
Vlada
May 17, 2017 at 12:20 pm #51402Theme Horse Support TeamKeymasterHi Vladimír,
Yes we have used excerpt to display the blog. Excerpt shows only a plain text. In single page your youtube slider will work fine but not in blog page. If you like to display slider instead of excerpt then you have to customize a bit of code.Go to theme folder -> inc -> structure -> content-extension.php on line no 118 change this code
<p><?php the_excerpt(); ?></p>
with<p><?php the_content(); ?></p>
We recommended you not to customize the code. IF you customize the code then while updating to new version all your customized code will be lost. So create a child theme before making any changes in the code or make the same changes while your update to new version.
Thank you!
May 19, 2017 at 12:52 pm #51442VParticipantThank you for your answer. I made a change in code on line 118 as you describe but nothing has changed. Youtube video can not be played on mobile. Please what other changes will I make?
Thank you
VladaMay 22, 2017 at 6:09 am #51466Theme Horse Support TeamKeymasterHi Vladimír,
Please undo the above answer. We have checked in our website using woderplugin slider and its working fine in mobile device. Are you sure that we are using the correct plugin or not? We have tested the video in this link and its working fine.Please deactivate all the plugins that you have installed on your dashboard except this plugins and check it whether its working on your site or not. If you have added any javascript in text widgets then please remove all javascript. Sometimes javascript will conflict with the theme.
Thank you!
May 23, 2017 at 9:53 am #51475VParticipantHi Horse,
you are right. I tested WP Porfolio Pro theme on my test site and the problem did not appear there. So I’m going to look for what else the conflict is causing. Thank you for your support.
Vlada
May 24, 2017 at 7:49 am #51484Theme Horse Support TeamKeymasterHi Vladimir,
Let us know if there is any problem.
Thank you for using our theme.
May 29, 2017 at 6:10 am #51540VParticipantHi Horse,
so done – resolved. It was a “https:” security. Browsers on mobile devices prohibit viewing of nested content. Resolved by canceling https: and pages running on http:
Thank you.
VladaMay 29, 2017 at 6:30 am #51542Theme Horse Support TeamKeymasterThat’s great Vlada,
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.