Joomla 2.5

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Jan 16, 2012 2:47 pm
Hello All,


Are there any foreseeable problems with Gavick Pro Templates designed for Joomla 1.7 working with Joomla 2.5?


Thanks,

Scott
User avatar
Fresh Boarder

GK User
Tue Jan 17, 2012 1:40 am
Until stable version of Joomla! 2.5 is not release we don't advise to use beta/RC versions.
User avatar
Platinum Boarder

GK User
Tue Jan 24, 2012 9:43 pm
User avatar
Fresh Boarder

GK User
Tue Jan 24, 2012 10:57 pm
I had same error with Game Magazine, put

Code: Select all
#gkPopupOverlay {
display: none !important;
}


in override.css temporarily till this issue is resolved.
User avatar
Senior Boarder

GK User
Tue Jan 24, 2012 11:30 pm
Joomla 2.5 does not work upgraded www.noktabilgi.com
User avatar
Gold Boarder

GK User
Tue Jan 24, 2012 11:50 pm
ercan-usta wrote:Joomla 2.5 does not work upgraded http://www.noktabilgi.com


Put the code I put in my post in your override.css for temporary fix. If you don't understand, let me know and I'll explain in Turkish :)
User avatar
Senior Boarder

GK User
Wed Jan 25, 2012 12:10 am
4Site wrote:
ercan-usta wrote:Joomla 2.5 does not work upgraded http://www.noktabilgi.com


Put the code I put in my post in your override.css for temporary fix. If you don't understand, let me know and I'll explain in Turkish :)

lo dediğiniz kodu yazdım düzelmedi tema css dosyasındaki
Code: Select all
/* popup */
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupRegister,
#gkPopupCart {
      display: none;
      overflow: hidden;
      width: 500px;
      margin-left: -250px;
      position: fixed;
      z-index: 1000002;
      left: 50%;
      top: 50%;
      background: #fff;
}
#gkPopupLogin,
#gkPopupRegister,
#gkPopupCart {
      position: absolute;
      top: 100px;
}
#gkPopupLogin {
      width: 600px;
      margin-left: -300px;
}
.gkPopupWrap {
      padding: 35px;
}
#gkPopupOverlay {
      background: #000;
      width: 100%;
      height: 100%;
      z-index:1000001;
      top:0;
      left:0;
      opacity:0.7;
      filter:alpha(opacity=70);
      margin-left:0;
}
.gkPopupWrap h3 {
      border-bottom: 1px solid #eee;
      color: #333;
      font-size: 28px;
      font-weight: bold;
      line-height: 28px;
      margin: 0 0 24px;
      padding: 0 0 30px;
      text-transform: uppercase;
}
.gkPopupWrap h3 small {
      font: normal 12px Arial, Helvetica, sans-serif !important;
      text-transform: none;
}
.gkPopupWrap h4 {
      font-size: 18px;
      margin: 0 0 12px;
}
.gkPopupWrap ul li {
}
#gkPopupLogin fieldset {
      padding: 0!important;
}
#gkPopupLogin fieldset label {
      font-size: 12px
}
#gkFBLogin {
      float: left;
      width: 45%;
}
#gkFBLogin p {
      line-height: 18px;
      margin: 14px 0 20px
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
      float: left;
      width: 45%;
      margin-left: 4%;
      padding-left: 30px;
      border-left: 1px solid #e7e7e7
}
#form-login-remember {
      margin: 30px 0 4px;
}
#form-login-remember label {
      color: #777;
      font-size: 11px;
      font-weight: normal;
      vertical-align: top;
}
#login-form ul {
      border-top: 1px solid #E7E7E7;
      margin: 20px 0;
      overflow: hidden;
      padding: 2px 0 0;
}
#login-form ul li {
      float: left;
      font-size: 11px;
}
#login-form ul li:first-child {
      margin-right: 10px;
}
label#jform_spacer-lbl {
      font-size: 11px;
      font-weight: normal;
      color: #666
}
.logout-button .login-greeting {
      float: left;
      margin-right: 32px;
      font-size: 14px;
}
#gkPopupRegister dl dt:first-child {
      font-size: 10px;
      display:block;
      width:100%;
}
#gkPopupRegister dt {
      float: left;
      width: 35%;
      clear: both;
}
#gkPopupRegister dt,
#gkPopupRegister dd {
      line-height: 41px;
      height: 41px;
}
#gkPopupRegister legend {
      display: none;
}
#member-registration fieldset {
      padding: 0 0 24px
}
#member-registration label {
      padding: 0 0 0 2px;
      font-size: 12px;
}
#member-registration > div {
      line-height: 30px;
}
#member-registration > div > button {
      margin-right: 12px;
}
#gkPopupLogin input[type="text"],
#gkPopupLogin input[type="password"] {
      clear: both;
      display:block;
      width: 220px;
}
#gkPopupRegister input[type="text"],
#gkPopupRegister input[type="password"] {
      width: 250px;
}

sildiğim zaman düzeliyor hocam ama ben joomla 2.5 stable paketini ftp ile siteme üzerine yazdırma ile yükledim 2 gün öncesine ait yedeğim var şimdi onu yükleyecegim gavick ekibi ne zaman bu soruna care bulur :d bilmiyorum gerçi gavick ne zaman sorduğum bişeyi yaptı ki kunena temasını bile ben editledim :(
User avatar
Gold Boarder

GK User
Wed Jan 25, 2012 12:11 am
ercan-usta wrote:
4Site wrote:
ercan-usta wrote:Joomla 2.5 does not work upgraded http://www.noktabilgi.com


Put the code I put in my post in your override.css for temporary fix. If you don't understand, let me know and I'll explain in Turkish :)

dediğiniz kodu yazdım düzelmedi tema css dosyasındaki
Code: Select all
/* popup */
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupRegister,
#gkPopupCart {
      display: none;
      overflow: hidden;
      width: 500px;
      margin-left: -250px;
      position: fixed;
      z-index: 1000002;
      left: 50%;
      top: 50%;
      background: #fff;
}
#gkPopupLogin,
#gkPopupRegister,
#gkPopupCart {
      position: absolute;
      top: 100px;
}
#gkPopupLogin {
      width: 600px;
      margin-left: -300px;
}
.gkPopupWrap {
      padding: 35px;
}
#gkPopupOverlay {
      background: #000;
      width: 100%;
      height: 100%;
      z-index:1000001;
      top:0;
      left:0;
      opacity:0.7;
      filter:alpha(opacity=70);
      margin-left:0;
}
.gkPopupWrap h3 {
      border-bottom: 1px solid #eee;
      color: #333;
      font-size: 28px;
      font-weight: bold;
      line-height: 28px;
      margin: 0 0 24px;
      padding: 0 0 30px;
      text-transform: uppercase;
}
.gkPopupWrap h3 small {
      font: normal 12px Arial, Helvetica, sans-serif !important;
      text-transform: none;
}
.gkPopupWrap h4 {
      font-size: 18px;
      margin: 0 0 12px;
}
.gkPopupWrap ul li {
}
#gkPopupLogin fieldset {
      padding: 0!important;
}
#gkPopupLogin fieldset label {
      font-size: 12px
}
#gkFBLogin {
      float: left;
      width: 45%;
}
#gkFBLogin p {
      line-height: 18px;
      margin: 14px 0 20px
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
      float: left;
      width: 45%;
      margin-left: 4%;
      padding-left: 30px;
      border-left: 1px solid #e7e7e7
}
#form-login-remember {
      margin: 30px 0 4px;
}
#form-login-remember label {
      color: #777;
      font-size: 11px;
      font-weight: normal;
      vertical-align: top;
}
#login-form ul {
      border-top: 1px solid #E7E7E7;
      margin: 20px 0;
      overflow: hidden;
      padding: 2px 0 0;
}
#login-form ul li {
      float: left;
      font-size: 11px;
}
#login-form ul li:first-child {
      margin-right: 10px;
}
label#jform_spacer-lbl {
      font-size: 11px;
      font-weight: normal;
      color: #666
}
.logout-button .login-greeting {
      float: left;
      margin-right: 32px;
      font-size: 14px;
}
#gkPopupRegister dl dt:first-child {
      font-size: 10px;
      display:block;
      width:100%;
}
#gkPopupRegister dt {
      float: left;
      width: 35%;
      clear: both;
}
#gkPopupRegister dt,
#gkPopupRegister dd {
      line-height: 41px;
      height: 41px;
}
#gkPopupRegister legend {
      display: none;
}
#member-registration fieldset {
      padding: 0 0 24px
}
#member-registration label {
      padding: 0 0 0 2px;
      font-size: 12px;
}
#member-registration > div {
      line-height: 30px;
}
#member-registration > div > button {
      margin-right: 12px;
}
#gkPopupLogin input[type="text"],
#gkPopupLogin input[type="password"] {
      clear: both;
      display:block;
      width: 220px;
}
#gkPopupRegister input[type="text"],
#gkPopupRegister input[type="password"] {
      width: 250px;
}

sildiğim zaman düzeliyor hocam ama ben joomla 2.5 stable paketini ftp ile siteme üzerine yazdırma ile yükledim 2 gün öncesine ait yedeğim var şimdi onu yükleyecegim gavick ekibi ne zaman bu soruna care bulur :d bilmiyorum gerçi gavick ne zaman sorduğum bişeyi yaptı ki kunena temasını bile ben editledim :(
User avatar
Gold Boarder

GK User
Wed Jan 25, 2012 4:25 am
Benim site J1.7.3 di ve Joomla Admin bölümünde, [Extensions / Extension Manager / Update] seçenek kullanarak siteyi güncelleştirdim.

Site bazı hatalar vardı [Extensions / Extension Manager / Database / Fix] opsuyonu kullanarak ve [Site / Maintenance / Global Check-In], [Site / Maintenance / Clear Cache], [Site / Maintenance / Purge Expired Cache] seçenekleri kullanarak bunların çoğu düzeldi, ama sitenin ön ve arka tarafı full refresh yaparak, yani tarayıcınin cachesini temizliyerek güncelledikten sonra.

Tek kalan hata bu #gkPopupOverlay hatasıydı, onuda eğer override.css seceneğini tema opsuyonlarinda aktive ettiğisen override.css'a benim yazdığım kodu override.css'e ekliyerek veya template.css dosyasının sonuna ekliyerek çalışması gerekmekliydi.

Arkadaşım sen en büyük hatayı yapmışsın, canli bir siteyi güncelleştirme çalışmışsin. :)

Daha fazla bilgi ya da yardıma ihtiyacın varsa, bana e-posta at
site4 [at] hotmail.co.uk

---
For the sake of not being anti-social, basically I told Ercan Usta how I upgraded my site from a J1.7.3 to J2.5 using [Extensions / Extension Manager / Update] and that after there were a few errors on my J2.5 installation, basically I did the following options from the back-end

[Extensions / Extension Manager / Database / Fix]
[Site / Maintenance / Global Check-In]
[Site / Maintenance / Clear Cache]
[Site / Maintenance / Purge Expired Cache]

After which I did a full fresh of the site (cleaned my browser cache) and that most the errors were fixed.

Only remaning error was the #gkPopupOverlay CSS causing my links not to work, so I disabled it by adding the following code in override.css (if you haven't turned on the override.css option in the Theme options, then you can add this at the end of template.css instead)
Code: Select all
#gkPopupOverlay {
display: none !important;
}

After another full refresh my links were active again, but this is only a temporary fix until Gavick either fix the issue properly or tell us how to do it.
User avatar
Senior Boarder

GK User
Wed Jan 25, 2012 11:20 pm
4Site wrote:Benim site J1.7.3 di ve Joomla Admin bölümünde, [Extensions / Extension Manager / Update] seçenek kullanarak siteyi güncelleştirdim.

Site bazı hatalar vardı [Extensions / Extension Manager / Database / Fix] opsuyonu kullanarak ve [Site / Maintenance / Global Check-In], [Site / Maintenance / Clear Cache], [Site / Maintenance / Purge Expired Cache] seçenekleri kullanarak bunların çoğu düzeldi, ama sitenin ön ve arka tarafı full refresh yaparak, yani tarayıcınin cachesini temizliyerek güncelledikten sonra.

Tek kalan hata bu #gkPopupOverlay hatasıydı, onuda eğer override.css seceneğini tema opsuyonlarinda aktive ettiğisen override.css'a benim yazdığım kodu override.css'e ekliyerek veya template.css dosyasının sonuna ekliyerek çalışması gerekmekliydi.

Arkadaşım sen en büyük hatayı yapmışsın, canli bir siteyi güncelleştirme çalışmışsin. :)

Daha fazla bilgi ya da yardıma ihtiyacın varsa, bana e-posta at
site4 [at] hotmail.co.uk

---
For the sake of not being anti-social, basically I told Ercan Usta how I upgraded my site from a J1.7.3 to J2.5 using [Extensions / Extension Manager / Update] and that after there were a few errors on my J2.5 installation, basically I did the following options from the back-end

[Extensions / Extension Manager / Database / Fix]
[Site / Maintenance / Global Check-In]
[Site / Maintenance / Clear Cache]
[Site / Maintenance / Purge Expired Cache]

After which I did a full fresh of the site (cleaned my browser cache) and that most the errors were fixed.

Only remaning error was the #gkPopupOverlay CSS causing my links not to work, so I disabled it by adding the following code in override.css (if you haven't turned on the override.css option in the Theme options, then you can add this at the end of template.css instead)
Code: Select all
#gkPopupOverlay {
display: none !important;
}

After another full refresh my links were active again, but this is only a temporary fix until Gavick either fix the issue properly or tell us how to do it.



Hocam Verdiğiniz bilgi için Teşekkür ederim ;) Gavickpro güncelleme yapmış ben dosyalardan templateDetails.xml ve js ve config klasörlerini güncelledim sorunum düzeldi sizin söylediğiniz şekilde yaptım düzeldi ama popup açılan sayfalar kapanmadı

saygı ve sevgilerle

Ercan-Usta
User avatar
Gold Boarder


cron