[ Video Sharing CMS v4 ] Modifying Variation theme

Started by awsjulio,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

awsjulioTopic starter

I am trying to wrap the video loop on the home page in span8 in order to have space on the right(span4) to add features to, including a sign in form next to the video thumbs. Is video-loop.php the only place to do this? When I echo the extra DIVs, It works with the exception that span4 repeats along with span8.

Also in Variation, clicking your own profile photo to edit does nothing. Cover works fine.

Thanks
  •  

PHPVibe A.

Hi, noted.

Variation only has a few changes from default, it's a default theme variation :)

video-loop.php is the file which renders the video blocks (only and globally!)
You probably want to edit home.php

awsjulioTopic starter

Quote from: Alexander on
Hi, noted.

Variation only has a few changes from default, it's a default theme variation :)

video-loop.php is the file which renders the video blocks (only and globally!)
You probably want to edit home.php

Ok thanks, that did the trick  :)

And yes I am aware Variation is essentially the same as Main (default)

the 'user change' link in profile is not working though

line 7 in profile.php
<a href="<?php echo $canonical; ?>&sk=edit" class="btn btn-small">

I changed it to and that worked
<a href="<?php echo site_url(); ?>dashboard/&sk=edit" class="btn btn-small">


how hard would it be to have a hove icon with on site change form like the cover?


  •  

PHPVibe A.

I will fix the button. That theme needs more differences anyways, but we were on vacation.

Similar topics (7)