News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Lost some css stying on migration

Started by djpete, August 28, 2015, 17:54:22 PM

Previous topic - Next topic

djpete

I moved this website to new server using Akeeba. All went to plan except the top menu is larger now and the logo does not fit. Also the side slider is out of wack.
I am sure the transfer went to plan without issue. I actually did the whole process twice and still have exact same issue.
This is the website
http://www.flexikitch.com.au/index.php/en/

I have tried clearing cache with no joy.
Is there anything else I should look at?

appreciate any help..

GJC Web Design

your serving your css from a template cache

e.g. top menu

.gf-menu.l1 > li > .item {
  font-size: 26px;
  line-height: 71px;
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
}

http://www.flexikitch.com.au/templates/rox_bestshop/css-compiled/menu-2a869a11fdd762917facfb5232671e7d.css

dump these template cache or switch it off to refresh .. see if that helps

although in the case of the logo the css is simply wrong

it is

#rt-logo {
  display: block;
  height: 46px;
  margin: 0;
  width: 155px;
}

should be

#rt-logo {
  display: block;
  height: 67px;
  margin: 0;
  width: 286px;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jenkinhill

But that is Joomla template stuff. Nothing to do with VirtueMart.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

djpete

#3
Thanks for the help.
I just can't work out why this has changed after the backup and restore.

I already switched off caching and cleared it too.
Also refreshed the template cache in that Rox template with no joy.

It DOES seem like a cache issue to me, would explain why all this has stopped without making any file or css changes.
Is there some where else?
see pic
http://i.imgur.com/PU4eAwb.png

Also the Flexible Options slider is broken on the right side too.
And the main menu on right of logo font size was smaller in the orig website too.
Seems like similar issue.

The orig template is here
http://themeforest.net/item/bestshop-html5-joomla-ecommerce-template/4508194

Could it be server issue as in php version?
Using  2.0.24 version of Virtuemart with late version of server php compliler.

UPDATE:
Think I may be onto the issue.
For some reason I thought when doing a Akeeba restore you needed Joomla installed.
I dont think you do.
So redoing the restore on blank server...stay tuned..

Nope.
Exactly the same problem

jenkinhill

Maybe themeforest can help, but that is an old template and they have apparently not updated it for nearly 2 years.

You should not be using VM2.0.24 now as that is old and very insecure. http://forum.virtuemart.net/index.php?topic=118683.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

GJC Web Design

agree with version -- old and unsafe

but re the template .. the problems are so minor just change the css to suit
why waste so much time on knowing why?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

djpete

Thanks guys for all the help.  I am worried changing version as may have compat issues?
Can you see any I may have?
I do have a copy of it on my server so will test there.

Anyway I finally got there.
Added my custom css to custom.css in the template folder and was able to fix it all