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

Compatible with Joomla 3.7?
(1 viewing) (1) Guest

TOPIC: Compatible with Joomla 3.7?

Re: Compatible with Joomla 3.7? 17 Apr 2017 01:40 #10142

Friend,

  The template is running perfect in Joomla 3.6.5.

  Just a question: How to translate the template? In PHP files have codes that are as an example:


  It is like this:

(K2_EXEMPLO_ANTIGO) - Old Example


  I exchanged for:

(K2_EXEMPLO_NOVO) - K2_EXEMPLO_NOVO

  Why are you like this? How to correctly translate the template?

  • Posts:33
  • guisp
  • Junior Boarder
  • OFFLINE
  • Karma: 0

Re: Compatible with Joomla 3.7? 17 Apr 2017 02:45 #10143

In back-end, you can create a new override.
For example, in the string: K2_EXEMPLO_ANTIGO="Old Example: "
'K2_EXEMPLO_ANTIGO' is the constant and 'Old Example: ' is the value.

joomfreak

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

Re: Compatible with Joomla 3.7? 17 Apr 2017 11:34 #10145

Friend,

  After scouring everything I could find the file to translate correctly. Thanks

  • Posts:33
  • guisp
  • Junior Boarder
  • OFFLINE
  • Karma: 0

Re: Compatible with Joomla 3.7? 23 May 2017 14:51 #10261

Hello!

I think the contact form is not compatible with Joomla 3.7! In my existing Joomla installation comes when sending the Form of the error "Subject missing". This error also occurs during a new joomla installation.

The e-mail does not go, if in the php the subject delete.

Please excuse my bad english, thanks for any help!

  • Posts:1
  • chrisli
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Compatible with Joomla 3.7? 23 May 2017 15:28 #10262

Friend, look in the forum as you have a question with the solution to your problem of the contact form. You must add the assun field

  • Posts:33
  • guisp
  • Junior Boarder
  • OFFLINE
  • Karma: 0

Re: Compatible with Joomla 3.7? 23 May 2017 15:36 #10263

You can edit file templates/jf_calla-exteriors/html/com_contact/contact/default_form.php, add below code after email field:

<div class="control-group">
<div class="control-label"><?php echo $this->form->getLabel('contact_subject'); ?></div>
<div class="controls"><?php echo $this->form->getInput('contact_subject'); ?></div>
</div>


See if it solves

  • Posts:33
  • guisp
  • Junior Boarder
  • OFFLINE
  • Karma: 0
Time to create page: 1.08 seconds
Monday 29 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.