Please note that Form2Content is no longer being developed. All files from the latest version can be found on Github.

Form2Content Forum

Questions and answers for Form2Content, a Joomla CCK.
  1. Thom
  2. Form2Content Lite & Pro
  3. Friday, 04 December 2015
  4.  Subscribe via email
Joomla 3.4.5 and F2C Pro 6.12.0
Hi there,
<blockquote>As I have just bought a license and have started using F2C, I may ask questions I could find the answer for, but after searching on various key words, I couldn't find the answer, so here goes:</blockquote>

I'm editing F2C articles on the front end. When I hover my mouse over the input fields the field titles disappear. When I refresh the page, they come back. Am I doing something wrong? What is the cause? How can I resolve the issue?

Thanx,


Thom
Thomsterdam.nl Web Design
Accepted Answer
Accepted Answer Pending Moderation
Hoi Patrick,

Thanks for getting back to me on this. What I've done is change this css in bootstrap.min.css
label {
display: inline-block !important;
}

I don't know why, but on hover the label display changed to "none". So by adding !important the display stayed on inline-block. I know, it is a workaround rather than a solution of the problem, but for now it works.

Cheers,


Thom
Responses (13)
Accepted Answer Pending Moderation
Hi Thom,

Even without a license you are free to ask ;)

I think this is a CSS issue. Maybe the hover color is white (on white) so it appears to disappear?

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 1
Accepted Answer Pending Moderation
Hi Thom,

Did you manage to solve or find the problem?

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 2
Accepted Answer Pending Moderation
Hi Thom,

Thanks for the update and glad you've got a workaround. Strange one indeed, especially since so many use bootstrap and I haven't heard or experienced this myself.

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 3
Accepted Answer Pending Moderation
Hoi there,

This is Bootstrap 3.3.4 Would that be the difference? I don't have the detailed knowledge of the Bootstrap versions to be able to say.

Cheers,

Thom
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 4
Accepted Answer Pending Moderation
Hi,
This is happening to me also using bootsrap 3.3.5.

We already know why this is happening?
I am getting crazy.

I am using the display: inline-block !important; solution ... but I can´t sleep at night... ;)
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 5
Accepted Answer Pending Moderation
Can you let me know which Joomla templates you are using for the F2C Front-end editing?
Is the bootstrap custom/cloud loaded or part of the template package?
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 6
Accepted Answer Pending Moderation
Hi P,

I am using a plane blank template with pure bootstrap 3.3.5

This one : http://www.blank.vc/
T
his is the live site wich I am using f2c http://www.alonsobalaguer.com/

Thank you so much...
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 7
Accepted Answer Pending Moderation
Hi guys,

I'm starting to see a pattern. I'm also using a blank Joomla! template (http://www.masterbootstrap.com) with Bootstrap 3.3.4 So it may be something in Boostrap 3. Since I'm happy with the workaround I found, I'm not digging into it too much, unless something else appears.

Still following this thread with interest though!

Cheers,


Thom
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 8
Accepted Answer Pending Moderation
ok.

It s a problem with the mootols of joomla and jquery from bootstrap.

you can solve it with this script:


// Mootools fix
if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
// both present , kill jquery slide for carousel class
(function($) {
$('[data-toggle="tooltip"], .hasTooltip, div.btn-group, [data-toggle="tab"]').each(function(){this.show = null; this.hide = null});
})(jQuery);
}


Credits go to : Spyros Petrakis

Mootols will be replaced for jquery in joomla 3.5 ;)

See you around.
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 9
Accepted Answer Pending Moderation
Francesc, Can you please tell me where you are inserting this script?
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 10
Accepted Answer Pending Moderation
Just put it at the end of your index.php file of your template. Don t forget to use the script tags. <s-cript></script>.

Can you tell me if you are using joomla 3.5 or 3.4? Cause 3.5 is supposed to remove mootols from joomla and I didn t try myself yet...
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 11
Accepted Answer Pending Moderation
Hi all, I have the same problem. My joomla version 3.6.2, Form2Content Pro version 6.14.0, using a bootstrap template and the css workaround above did not work for me. Any updates on fixing this problem?

Ok. It's solved! Sorry for the inconvenience!
  1. more than a month ago
  2. Form2Content Lite & Pro
  3. # 12
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.