• Welcome to WooUSEFUL by PHPVIBE . 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

Hi, one of the css files appears to have been broken, my best guess is vibe.style.css
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Marius

Actually, there is a lot of wrong there.
Make sure your files are uploaded properly (some js files missing)
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

nuffsaidTopic starter

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

Marius

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]
If this helped, consider buying me a coffee.
20 years coding, tweaking, building in PHP. Still creating!
  •  

Similar topics (7)