• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Broken Header

Started by nuffsaid,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nuffsaidTopic starter

Holah

I have a small problem with the header on my site ..

THe Icons like for the current logged in user shows way below the top bar . Like its hanging on air , not on the top.. Same applies for the Upload video menu .. Its just hanging on air ..

And sometimes the icons do no show and somethimes they show ..

Is they anyway to fix this  ?
I have attached a screenshot of the problem
  •  

Marius P.

Hi, one of the css files appears to have been broken, my best guess is vibe.style.css
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!
  •  

Marius P.

Actually, there is a lot of wrong there.
Make sure your files are uploaded properly (some js files missing)
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!
  •  

nuffsaidTopic starter

Thanks Mario .. I re-uploaded the whole tpl/main folder and that seemed to have fixed the problem ..
  •  

Marius P.

Quote from: nuffsaid on
Thanks Mario .. I re-uploaded the whole tpl/main folder and that seemed to have fixed the problem ..

Also, try to work with www. or non-www and redirect the other

In .htaccess:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]



to redirect all requests to www. in front.


For non-www (depends how you setup the url in vibe_config.php)


RewriteEngine On
 RewriteCond %{HTTP_HOST} !^my-domain\.com$ [NC]
 RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L]
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)