We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Slide show in logo | Forum

Topic location: Forum home » Support » General Questions
Claudia Jeronimo
Claudia Jeronimo Dec 28 '17
Guys How I can change the logo imagem with slide show.
Darryl B Leader
Darryl B Dec 29 '17
To do that you would have to replace the logo html in the theme master pages with html for a slideshow, and add supporting css in the base css file for the theme. You would also have to add supporting js to the bottom of the master page files, if it is a js driven slideshow.  There are some that are pure css, and don't require js. You will find several examples on the web.
If you aren't good with html, or css, you will want to consider hiring a developer to do this for you.
Claudia Jeronimo
Claudia Jeronimo Dec 30 '17
How much do you charge to do this. And I just add the slide images.

Quote from Darryl B To do that you would have to replace the logo html in the theme master pages with html for a slideshow, and add supporting css in the base css file for the theme. You would also have to add supporting js to the bottom of the master page files, if it is a js driven slideshow.  There are some that are pure css, and don't require js. You will find several examples on the web.
If you aren't good with html, or css, you will want to consider hiring a developer to do this for you.

Darryl B Leader
Darryl B Dec 31 '17
I'm not a professional. I just know this is a way to go about it. There are professional theme devs that could possibly help. Try contacting OW Visuals, or Sprintally Solutions. I have seen both offer custom work.
Claudia Jeronimo
Claudia Jeronimo Dec 31 '17
Ok. thank you. Happy new year fot you, and your family.
Quote from Darryl B I'm not a professional. I just know this is a way to go about it. There are professional theme devs that could possibly help. Try contacting OW Visuals, or Sprintally Solutions. I have seen both offer custom work.

Darryl B Leader
Darryl B Dec 31 '17
Same to you, and yours.  
Here is a good example of a pure css slider on Codepen.  Maybe it will give you some inspiration, and maybe be something you can get a dev to implement.

https://codepen.io/davidhc/pen/nLpJk
Claudia Jeronimo
Claudia Jeronimo Jan 3 '18
Thank you for your help. Happy new year.
The Forum post is edited by Claudia Jeronimo Jan 3 '18
Claudia Jeronimo
Claudia Jeronimo Jan 11 '18
Thank you.
Quote from Chris_W This might help https://developers.oxwall.com/forum/topic/25557

Claudia Jeronimo
Claudia Jeronimo Jan 11 '18
I try  change but not work.
Quote from Chris_W There was a post on here about a year or so ago, with just such a slide show. Do a search, see if you can find it.

Oxwall Türkiye
Oxwall Türkiye Jan 11 '18
if you tell me what you want to do I can try to help
Claudia Jeronimo
Claudia Jeronimo Jan 15 '18
Hello, Thank you for you attentions.

I need help for add video um bakcground in my site. And Add button for use to do upload video.

Quote from Oxwall Türkiye if you tell me what you want to do I can try to help

The Forum post is edited by Claudia Jeronimo Jan 15 '18
Oxwall Türkiye
Oxwall Türkiye Jan 15 '18

I saw in the Oxwall shop that this is a plugin. Please check the plugins. A new plug-in should be prepared for such a change. In general, there is no problem with image assignments as a site plan. But you have to create a local resource for mobile media attachments. If you have PHP knowledge, I can give you a short example.


Prepare a export db in install.php.

<div class = "ow_page_wrap"> Connect to css service.php and admin.php Create a media upload field on the admin page

fixing the content of the media.mp4 to the plugin package

The media path that is loaded in the admin domain should be css-enabled.


.ow_page_wrap 

------------------------------------------------------------------------------

The following codes must be between <head> and </ head>.

<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/bigvideo.css"> <script src="js/modernizr-2.5.3.min.js">

<body> & </body>you can make your site as you like because the things you will place on the video will be entirely on the video. In short, there is nothing about the video here. You just have to create your site with divs or tables and then place the following code at the bottom of them.

<!– BigVideo with work scriptler –>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script> <script src="js/jquery-ui-1.8.22.custom.min.js"></script> <script src="js/jquery.imagesloaded.min.js"></script> <script src="http://vjs.zencdn.net/c/video.js"></script>

<!– BigVideo scripti –>

<script src="js/bigvideo.js"></script>

<!– Video features–>

<script> $(function() { var BV = new $.BigVideo(); BV.init(); if (Modernizr.touch) { BV.show('img/background-dock.jpg'); } else { BV.show('vids/dock.mp4',{ambient:true}); } }); </script>


-------------------------------------------------------------------------------------

you can call more at sosyallift.com

Claudia Jeronimo
Claudia Jeronimo Jan 17 '18
Thank you for your help.
You know when ". A new plug-in should be prepared for such a change" ???
Oxwall Türkiye
Oxwall Türkiye Jan 17 '18
There is no reason to do so already 2 plugin on sale. I think this addon is aron and there is one more. A quarter of $ 5 is sold.
Claudia Jeronimo
Claudia Jeronimo Jan 17 '18
I search , but not see. I want. Who sale. ?
Quote from Oxwall Türkiye There is no reason to do so already 2 plugin on sale. I think this addon is aron and there is one more. A quarter of $ 5 is sold.

Oxwall Türkiye
Oxwall Türkiye Jan 17 '18
https://developers.oxwall.com/store/item/1257

https://developers.oxwall.com/store/item/1309

Claudia Jeronimo
Claudia Jeronimo Jan 22 '18
This https://developers.oxwall.com/store/item/1309 ; can be help me. Thank you for your help.
Quote from Oxwall Türkiye https://developers.oxwall.com/store/item/1257

https://developers.oxwall.com/store/item/1309



Quote from Oxwall Türkiye https://developers.oxwall.com/store/item/1257

https://developers.oxwall.com/store/item/1309


OW-Ghost
OW-Ghost Jan 24 '18
Cloudflare have video background "add on" feature and it is totally free. 


i have test it and it works


ow-ghost

Claudia Jeronimo
Claudia Jeronimo Jan 24 '18
Can you help me. Where I can test ?
Thank you for your attentions. 
Quote from OW-Ghost Cloudflare have video background "add on" feature and it is totally free. 


i have test it and it works


ow-ghost


OW-Ghost
OW-Ghost Jan 26 '18
you sign up for https://www.cloudflare.com/ account.


and when you done install cloudflare on your website you go to menu "apps" and you will see a app that runs background videos and you can install that app for free.







Pages: 1 2 »