[ Video Sharing CMS v4 ] How to edit Subscribe btn element

Started by mihai,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mihaiTopic starter

Hi!
I want to edit the subscribe btn(change the text from Subscribe to y,change some css) and i can't find it in video.php/com_video.php or subscribe.php so how can i edit it?
  •  

PHPVibe A.

Hi, lib/functions.php

function subscribe_box($user, $btnc = null, $counter = true){

max18121980

Show you how to fix the bug with displaying pop-up labels.
  •  

mihaiTopic starter

That's a z-index problem.With inspect element find the class(tooltip fade or something) and change it on vibe.css by adding class{z-index:999} or something

This is vibe.css
.sidebar{css css css}
.header{css css css}
your class witch will be something like this:    .tooltop fade{z-index:99;} 
You can add more z-index but make sure it's less than the fixed top element to not overlay
  •  

max18121980

Thanks for the quick response. I would like to clarify a few points:
1. The file is called vibe.style.css ? (tpl/main/css)
2. Could you tell the line number to change the code, because when you hover the mouse on the item he lost and I can not inspect.
  •  

Marius P.

You can add that as an addition, not edit anything.
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)