Tagged: x
-
AuthorPosts
-
May 31, 2016 at 10:01 am #1018246
antonpolosinParticipantHi. Have a question about Revolution Slider. But not sure should i address to X Theme support or to Revolution slider team. Thank you
May 31, 2016 at 10:25 am #1018275
JoaoModeratorHi There,
Please let us know your question, provide your URL and if you judge necessary a screenshot of your issue.
That way we will be able to help you.
Thanks,
Joao
June 1, 2016 at 6:04 am #1019790
antonpolosinParticipantThank you for reply.
I’d like to remove “play button” on the slider (sometimes it could be seen). And as it’s video slider and i have to insert poster for mobile visibility. But I don’t want that poster appear on the desktop version before the video starts. URL: http://www.flighttour.com.au/Thank you
June 1, 2016 at 7:46 am #1019935
JoaoModeratorHi,
To remove the play button please add the following code to Appareance / Customizer / Custom / CSS
.tp-video-play-button { display: none !important; }To hide the video poster image before the video please add the following code to Appereance / Customizer / Custom / CSS
@media screen and (min-width: 550px) { .tp-videoposter .noSwipe { display: none !important; } }Hope that helps,
Joao
June 1, 2016 at 9:08 am #1020055
antonpolosinParticipantThank you for help. Display button disappeared. Button I still can see poster on desktop and laptop versions. Thank you.
June 1, 2016 at 10:27 am #1020191
RupokMemberYou are welcome!
Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
June 6, 2016 at 8:38 am #1027995
antonpolosinParticipantHi
I still can see poster on desktop and laptop versions. Thank you.June 6, 2016 at 10:38 am #1028174
ChristianModeratorWould you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 7, 2016 at 8:56 am #1029915
antonpolosinParticipantThis reply has been marked as private.June 7, 2016 at 12:09 pm #1030267
JadeModeratorHi there,
There seems to be a JS error when I checked the console log. This might be caused by a third party plugin conflict. Kindly try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know how it goes.
June 22, 2016 at 8:47 am #1054311
antonpolosinParticipantDeactivated all plugins but the problem still persists. And it appears only when the web just loads. Any other suggestions?
June 22, 2016 at 10:13 am #1054462
JoaoModeratorHi There,
Update your code to :
@media screen and (min-width: 550px) { .tp-videoposter { display: none !important; } }Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1018246 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
