Issues Since 2.0 Upgrade

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Fri Aug 20, 2010 6:10 am
Since upgrading to 2.0, I've stumbled upon the following issues:

- the icons for the news pro 4 show don't appear as before. they're outside the module
- the spacing between paragraphs is off. When I enter the coding for a new paragraph, it instead gives me a line break when it shows on the main page. I know it's a CSS issue, however I don't know what file to edit (or what part) to correct it.

I don't believe this is a customization issue, as it was working perfectly fine before the upgrade to 2.0.

I'm using Joomla Version 1.5.20

My website is here: www.soapoperasource.com
User avatar
Senior Boarder

GK User
Fri Aug 20, 2010 11:07 am
Actually, I've been having the same problem with the "Arrows with Pagination" in News Show Pro 4 with version 1.3 of MeMovie, but have the same question. What CSS has to be changed and in what file?

I haven't had this problem using it with Car Magazine, so am assuming this is the right forum to be posting this in.

Thanks in advance for any help.
User avatar
Junior Boarder

GK User
Sun Aug 22, 2010 12:46 am
I've been trying for the longest time via Firebug to fix the problem and still nothing. It's so infuriating.
User avatar
Senior Boarder

GK User
Sun Aug 22, 2010 5:52 am
After upgrade to 2.0 jomsocial in memovie looks awful , I had to downgrade immediately to 1.3.
Please fix it!
User avatar
Senior Boarder

teitbite
Sun Aug 22, 2010 10:03 am
Hi

Can You please show me the exact place where this problems are ?
User avatar
Moderator

teitbite
Sun Aug 22, 2010 10:06 am
Hi

Please show it to me on Your site ant tell how it should looks like.
User avatar
Moderator

GK User
Sun Aug 22, 2010 8:06 pm
teitbite wrote:
Hi

Please show it to me on Your site ant tell how it should looks like.


For example: http://soapoperasource.com/interviews/s ... brown.html

There are no paragraph breaks, however in the HTML it shows that there are.

Code: Select all
<p>
should get me a new paragraph. Entering
Code: Select all
<br>
Should get me a line break. My articles show as if there are no paragraph breaks, even though the HTML says there is. I didn't have this problem before the upgrade to 2.0.

It's affecting all of my articles. However if I enter a double
Code: Select all
<br><br>
It'll give me the effect of entering
Code: Select all
<p>
.
User avatar
Senior Boarder

GK User
Mon Aug 23, 2010 1:54 am
darom wrote:
After upgrade to 2.0 jomsocial in memovie looks awful , I had to downgrade immediately to 1.3.
Please fix it!


I got the same issue with the jomsocial. the profile page's contents falls down. :(
User avatar
Junior Boarder

GK User
Mon Aug 23, 2010 8:28 pm
skiesofryan wrote:
Since upgrading to 2.0, I've stumbled upon the following issues:

- the icons for the news pro 4 show don't appear as before. they're outside the module
- the spacing between paragraphs is off. When I enter the coding for a new paragraph, it instead gives me a line break when it shows on the main page. I know it's a CSS issue, however I don't know what file to edit (or what part) to correct it.

I don't believe this is a customization issue, as it was working perfectly fine before the upgrade to 2.0.

I'm using Joomla Version 1.5.20

My website is here: www.soapoperasource.com


Nobody say nothin about thise problem???

Image
User avatar
Fresh Boarder

GK User
Tue Aug 24, 2010 3:03 pm
Here is a screen shot that shows the problem which occur with jomsocial. i hope this helps Gavick Admins to solve this problem.
looking forward for fix.

kind regards

Sam

ScreenShot
Image
User avatar
Junior Boarder

teitbite
Tue Aug 24, 2010 3:39 pm
Hi

shiberghan could You please remind me Your page address ?


skiesofryan <br /> just start a new line, so having more than one <br /> creates an empty line between. But to Your <p> problem. You say that paragraphs lost margins on top and bottom? That's the case? You can add it at any css file (I preffer a new one or template.css file) with code:

div.article-content p {
margin:5px 0px;
}

Makejo_D can You show me an example of that behaviour on Your site ?
User avatar
Moderator

GK User
Tue Aug 24, 2010 4:24 pm
teitbite wrote:
Makejo_D can You show me an example of that behaviour on Your site ?


Here its the original template Mod_gk4_News style

Image

I update the themplate and i get the defaul module estile

Image

I supouse that these is the swicht to select the style i want

Image

but its not working for me...

I was workin nice... widthout problem but i update to de 2.0 version and now dont work.
User avatar
Fresh Boarder

GK User
Tue Aug 24, 2010 9:04 pm
Hi Teitbite,
i emailed you the site url and login detail.
User avatar
Junior Boarder

teitbite
Fri Aug 27, 2010 11:12 am
Hi

Thats some issue with browser selection. Style from IE6 is being loaded.

Please add at the end of components/com_community/templates/default/css/styleIE6.css this code:

Code: Select all
#community-wrap .cMain {
float:left !important;
margin-right:0 !important;
width:420px !important;
}
User avatar
Moderator

GK User
Fri Aug 27, 2010 2:57 pm
Hi Teitbite,

thanks for the help. it works fine but i noticed one another issue. when i am trying to brows the ALL Users then the users fall over on top of each other.
here is the link:
http://../users/search/browse
User avatar
Junior Boarder

teitbite
Sun Aug 29, 2010 9:18 pm
Hi

Once again in styleIE6.css find class:

Code: Select all
body #community-wrap div.mini-profile, body #community-wrap div.see-all {
position:fixed;
}


and change the value for position to "relative".
User avatar
Moderator

GK User
Mon Aug 30, 2010 2:03 am
Thanks once again,

i have find one another problem with the template, the drop-down menu hides under the jomsocial menus, would you mind fixing it for me.

example:
Image
User avatar
Junior Boarder

GK User
Mon Aug 30, 2010 4:03 am
Hi

Try adding this code:

Code: Select all
ul#cToolbarNavList {z-index:1!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 6:09 pm
wonderful it works.
thank you
User avatar
Junior Boarder

GK User
Mon Aug 30, 2010 7:43 pm
and what you say about my problem... i just have 7 days left with support.
User avatar
Fresh Boarder

GK User
Mon Aug 30, 2010 9:59 pm
Makejo_D wrote:
and what you say about my problem... i just have 7 days left with support.


Please enable "Use default CSS" on External Files.
In the updated version, we choose to use default css module style along with some classes on gk_stuff.css.

Cheers
User avatar
Platinum Boarder

GK User
Sat Sep 04, 2010 9:06 pm
I just update and i have all the issues from above and this new one as can be seen here http://www.swaggakings.com/models/kings ... el-gallery
i am using Phoca Gallery and all the pictures have slid down so that you now have the white background box showing above the pic
here is a screen shot
User avatar
Senior Boarder

teitbite
Mon Sep 06, 2010 11:39 am
Hi

Your site doesn't show :(. Time limit exided.
User avatar
Moderator

GK User
Tue Sep 07, 2010 1:12 pm
Are you saying exceeded? what do you mean? I am looking at my site now. I work on it every day as its a online magazine. Its showing and still showing the photos slid down too lol try again my friend we are up and running maybe it was a glitch or something when u tried before
User avatar
Senior Boarder

teitbite
Wed Sep 08, 2010 10:41 pm
Hi

Now it's running fine. Please edit file http://www.swaggakings.com/components/c ... yieall.css and change the value of "top" to:

Code: Select all
.phocagallery-box-file-second {
display:table-cell;
left:50%;
position:absolute;
top:7%;
vertical-align:middle;
}
User avatar
Moderator

GK User
Wed Sep 22, 2010 3:02 am
Finally I installed latest Memovie release, and some things run better, but I 've some issues with Jomsocial.
I applied all fixes you made above but, some contents of jomsocial are wrongly placed to the left. You can see some examples here
(I can give you full access if you want)
http://www.vistamedica.com/main/index.p ... &Itemid=56
http://www.vistamedica.com/main/index.p ... &Itemid=20
http://www.vistamedica.com/main/index.p ... &Itemid=92

I tested this with IE8 and FF 3.6.10

But when I reload the contents are placed correctly.
You say that there is some issue with browser selection and Style from IE6 is being loaded. But how can I fix this???

Thanks in advance
User avatar
Senior Boarder

teitbite
Thu Sep 23, 2010 4:30 pm
Hi

I think IE6 detection works fine now.

Now the problem is that the site is not fully loaded. It stucked on facebook connection (probably some component issue or server settings of the other sites connections). That is why the style is not always used in whole.
User avatar
Moderator

GK User
Wed Sep 29, 2010 2:34 pm
Hi there,

After updating from 2.0.0 to 2.0.3 once again i got this problem, the drop-down menu hides under the jomsocial menus, would you mind fixing it for me.

example:
Image
User avatar
Junior Boarder

teitbite
Thu Sep 30, 2010 7:56 pm
Hi

Please in gk_stuff.css find class:

Code: Select all
#gk-mainnav {
background:url("../images/style1/menu_bg.png") repeat-x scroll 0 0 transparent;
font-size:120%;
line-height:1;
position:relative;
z-index:10000;
}


and change the z-index value to 10000.
User avatar
Moderator

GK User
Thu Sep 30, 2010 9:07 pm
perfect :)
Thank you Teitbite, you are helpful as always
God bless you
User avatar
Junior Boarder


cron