• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to do Corrections in 3.5

Started by rishab55555,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rishab55555Topic starter

Hello Fellow people,

Creating this post just to mention changes/ correction I am doing and how I am doing so that if anyone needs to do the same thing, can search easily.

1. In the responsive menu, the close icon is right now a plus sign :D which is confusing for the user.
In order to change it:
> GO to : public_html/tpl/main/css/font-awesome.css and search for .icon-plus:before and change the content to the given below. You have to change the value between inverted commas to \f05c and this will show a close sign in responsive menu.

.icon-plus:before                 { content: "\f05c"; }   
  •  

PHPVibe A.

Why not just change in tpl/main/sidebar.php

<a id="mobi-hide-sidebar" class="topicon tipN" href="javascript:void(0)" title="<?php echo _lang('Hide'); ?>"><i class="icon-plus"></i></a>


If that plus shows up somewhere else and you change it via css, it will change everywhere, so better just change
<i class="icon-plus"></i>


in this code.

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 46203

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 74636

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 56561

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 5063

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 26604

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 9790

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 9446