Conflict with Flexicontent

GK User
Sat Sep 04, 2010 1:16 pm
Hi All!
When I try to use frontend feature, from Flexicontent, with Gavick templates nothing is displayed...
It works fine when I use, for example, JA Purity template... So I suppose it?s something with the Gavick template.
I?m using ?gk_cherrydesign_J!15? template but it also doesn?t work with gamebox, partyfreek, etc...
Here is a link where you can see this(http://famizade.interioridades.com). Login with Username : demo Password: demo
Can someone help in this one?
Sorry my English. Thanks in advance
User avatar
Fresh Boarder

teitbite
Sat Sep 04, 2010 6:50 pm
Hi

Right now You do not use Gavick template. Tell me what does this Flexicontent do ?
User avatar
Moderator

GK User
Sun Sep 05, 2010 12:29 am
Thanks for the answer.
Here is the Flexicontent component: http://www.flexicontent.org/
You have a template chooser in the test site to see the difference between the templates when you try to Submit Article Flexicontent. (Need to login user: demo pass: demo)
User avatar
Fresh Boarder

teitbite
Mon Sep 06, 2010 11:53 am
Hi

You mean that the side modules are not showing ? Login data doesn't work.
User avatar
Moderator

GK User
Mon Sep 06, 2010 1:53 pm
Hi!
I will try to explain step by step?
I'm building a new website and I think that your template gk_cherrydesign_J!15 it's perfect (Like all the others from gavick ;) ) and matches exactly my needs.
In the same site I'm trying to use the Flexicontent component (CCK) and its Frontend editing feature.
The trouble it's that when I create a menu link and try to access this feature the form does not display in Gavick Templates (cherrydesign, gamebox, partyfreak and others) but displays correctly, for example in JA_Purity or in rhuk_milkyway.
To reproduce the 'error' please follow this steps:
1 Go to http://famizade.interioridades.com
2 In Top Menu you have a menu item to login login;
3 Please use this credentials:
Username: demo
Password: demo
4 Ok! You are logged in.
5 In the same Top Menu you have a menu item (Submit Article Flexicontent) to use 'Flexicontent Frontend editing feature'. Click it.
6 Something wrong! The form did not display.
7 Now in the left top corner you have a Template Chooser. Please try to select JA Purity for example.
8 Ok! Now the form displays.
I don't really know if this is one bug from the Gavick Templates. I'm putting this doubt here in the forum only because the same form is working correctly in other templates.
Thanks for your patience, sorry my English and I really appreciate your help
User avatar
Fresh Boarder

teitbite
Wed Sep 08, 2010 1:41 pm
Hi

Hehe. That's funny :)

The form is there but flexicontent developers uses class "clear" to hide an element and our templates are using the same class to clear the float option (I must say that in my 15 years with sites webdeveloping I've never seen a diffrent option for this class).

Solution:

In file: http://famizade.interioridades.com/admi ... ackend.css

Please edit class:

Code: Select all
.clear {
border:0 none;
clear:both;
float:none;
font-size:1px;
height:0;
line-height:1px;
margin:0;
padding:0;
visibility:hidden;
}


and comment it out form the code.
User avatar
Moderator

GK User
Thu Sep 09, 2010 9:23 am
Worked! Thanks.
Nice Templates and nice support!
User avatar
Fresh Boarder

GK User
Fri Oct 22, 2010 8:12 pm
Hi teitbite,

I had the same problem as Krios and your fix solved the problem, however I'm having another little problem. The sidebar is below the article submission form and looks like the template is kinda broke.

I'll be sending you a PM with the info to access the website.
User avatar
Junior Boarder

teitbite
Sat Oct 23, 2010 10:34 pm
Hi

I've found only one bug. Please guide me to the next.

Class should like that:

Code: Select all
div.topblock .image {
border:1px solid silver;
float:left;
line-height:22px;
margin-right:10px;
}


in the file: /components/com_flexicontent/templates/default/css/item.css
User avatar
Moderator

GK User
Sun Oct 24, 2010 1:50 am
Hi Teitbite,

I've replaced div.topblock .image with the code you gave me but nothing change, at least it didn't fix the problem.

I don't know where to point you, It seems that the top, just before "Editer le Contenu" is kinda weird, it looks like this should be the bottom of the div, if you look at the bottom there's no line to close the div.

In this image you'll see what I mean with the top.


But other than that I really don't know where to point you to.

Do you think this could be the problem?

Thank you for your help.
User avatar
Junior Boarder

teitbite
Sun Oct 24, 2010 4:21 am
Hi

Than I've fixed the error You didn't noticed :)

By pointing me I meant to tell me how to get to this error clicking throught the site from frontpage. The link You've mailed me is giving me "Bad token" message.
User avatar
Moderator

GK User
Sun Oct 24, 2010 5:21 am
Hi,

Have you logged in with the user I sent you by email?

When you log in you should then go to Blog Flexicontent in main menu, you'll see a list with 3 articles, click on "Article Teste" and if you're logged, you'll find a link on top of the article that says "Editer le Contenu", you can see it in the image I'm annexing.

When you edit the content, you'll see how the layout is broken.

Thank you
User avatar
Junior Boarder

teitbite
Sun Oct 24, 2010 4:58 pm
Hi

Ok. I can see it. I'm not sure if this is the right soultion but please try with adding this at the end of style2.css

Code: Select all
.gk_round_bl {
background-position:0 0 !important;
}

.gk_round_bl {
background-position:0 0 !important;
}

.gk_round_br {
background-position:100% 0 !important;
}
User avatar
Moderator

GK User
Sun Oct 24, 2010 9:18 pm
Hi,

It seems to have changed a little bit the top but the sidebar is still under the form.

I'll send you an email with the ftp access so you can test it.

Thank you
User avatar
Junior Boarder

teitbite
Mon Oct 25, 2010 8:05 pm
Hi

Och so that was You were talking about ;/. Unfortunately it's some validation error, but I cannot tell if it's from flexicontent, jomsocial or from the template ;/

I think all You can do is to fix it as much as possible with css for flexicontent. For start:

Code: Select all
div#gk_wrapper {
position:relative;
}

div#gk_right {
position:absolute;
right:30px;
top:131px;
}

div#gk_bottom,
 {
margin:0 auto;
width:946px;
}

div#gk_footer {
margin:0 auto;
width:940px;
}
User avatar
Moderator

GK User
Wed Oct 27, 2010 4:19 pm
Hi Teitbite,

Where do I need to put this code? Which File?

Thanks
User avatar
Junior Boarder

teitbite
Wed Oct 27, 2010 7:57 pm
Hi

Try template.css. If this doesn't work plase it in this component's style file.
User avatar
Moderator


cron