VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Conflict with the form on the left
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Conflict with the form on the left

Conflict with the form on the left 01 Jan 2015 22:13 #6056

Hello, I am creating a simple form with ChronoForms to quote online, but I can not solve a little problem ...
if by forms managers go in test form the dropdown works, JS calls and makes the calculation, but if you call the form from the dropdown frontend in a module does not work anymore.
I believe there is a conflict with the form on the left who writes vertically the title, try to remove it for verification but I'm not able. Is no way to remove it only for this article?
Thank you for your good job!
Last Edit: 06 Jan 2015 09:55 by cristinasenore.

Re: Conflict with the form on the left 06 Jan 2015 03:45 #6073

In templates/jf_creativia/index.php, edit:
 
<div id="left">
<div class="rotate">
<h1></h1>
</div>
</div>
 

to:
 
<?php if($view == 'article' && JRequest::getVar('id') == 11) : ?>
<div id="left"></div>
<?php else : ?>
<div id="left">
<div class="rotate">
<h1></h1>
</div>
</div>
<?php endif; ?>
 

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Conflict with the form on the left 06 Jan 2015 09:54 #6075

Great! Thank you!
  • Page:
  • 1
Time to create page: 0.57 seconds
Wednesday 24 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.