• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] video page ads

Started by fazo1903,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fazo1903Topic starter

  •  

mihai

Ad url in video.php
I suggest you to make a div and place the ad there
  •  

fazo1903Topic starter

  •  

mihai

If you want to add a script there you must take in consideration that the script will overflow the element(video page)becouse is not enough space so you can add a add there but you must add it with media queries so you can no longer display the ad on resolutions under x(1500px) but if you rly want to add ther a ad here you go
In video.php video holder must be added into a div
<div id="name">
content(video holder)
</div>
Then you must add the ad div
<div id="name">
<div id="ad">ADD CODE</div>
content(video holder)
</div>

Now you must add in vibe.style.css
#name{style/width:100%}
#ad{style/float:absolute;width.......}
I am sure you will make the style and then make it responsive to fit your needs
I think would be better to add the style in responsive.css so you can let the mobile style as it is:) so you can add the style in responsive.css(line 250-500) again you will make the style as your wish:)
GL & HF
  •  

mihai

  •  

Marius P.

Hi,

you need to take in consideration a few things:
1. You have an full hd screen as it seems, most your visitors won't.
You can place a fixed div with position left:0, but your will need to hide it or reposition it for smaller devices using css media queries.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 36193

Better Idea for PHPVibe v5 Channels page

Started by DeadFish


Replies: 2
Views: 3381

Blocks issue (Home Page) PHPVIBE 5

Started by yafe3


Replies: 8
Views: 2395

@Mario playlist block shows title of above block in admin and user page BUG#

Started by spirog


Replies: 4
Views: 2099

How-To: Set Start Page

Started by SimpleTwist


Replies: 3
Views: 1016

Linking Facebook page

Started by yafe3


Replies: 2
Views: 1701

Replies: 3
Views: 4449