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
  • Page:
  • 1

TOPIC: Latest module and style

Latest module and style 05 Jun 2014 05:59 #4798

I'm almost done. Some minor issues:
1. Where can I change "Read more" buton style (fonts) in the latest module?

This image is hidden for guests. Please log in or register to see it.



2. Where can I find translation for article date in the same module on the first page (ex. on 30 Apr 2014.."

This image is hidden for guests. Please log in or register to see it.



3. Why in Contact page "Kontakt", after filling in all fields and pressing send buton "Wyslij List" there is an error message comming out?

This image is hidden for guests. Please log in or register to see it.


4. How to set button Search in Search module to display properly (after initial search is done and there is result displayed and another approach to advanced search)?

This image is hidden for guests. Please log in or register to see it.


5. Where can I change login module style? After user is logged in, logout buton has another style...

This image is hidden for guests. Please log in or register to see it.


6. Where can I change the style of K2 item create/edit run from the level of main page?

This image is hidden for guests. Please log in or register to see it.



THANK YOU ONCE MORE FOR THIS GREAT WORK. I SPENT SO MUCH TIME TO TAKE THE MOST FROM THE TEMPLATE AND ONLY SOME ISSUES ARE REMAINING. PLEASE HELP AND THANK YOU IN ADVANCE.
Last Edit: 05 Jun 2014 08:53 by Przemek.

  • Posts:8
  • Przemek
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Latest module and style 05 Jun 2014 07:47 #4800

Hi
Please take screenshot for each of your issue so we can determine exactly what need to be changed

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

Re: Latest module and style 17 Feb 2015 23:08 #6271

Hi,
Long time no talk;) Can I get your support, especially for topics 2,4,5? Topic #2 is the most important one. Thank you in advance and I extended my questions with images as you requested.....

  • Posts:8
  • Przemek
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Latest module and style 24 Feb 2015 05:02 #6290

Hi,
Topic #2:
templates/jf_calla-exteriors/html/mod_k2_content/Default/default.php, modify:
 
<?php if($params->get('itemDateCreated')): ?>
<span class="moduleItemDateCreated"><?php echo JText::_('> <?php echo date("d M Y", strtotime($item->created)); ?></span>
<?php endif; ?>
 

to
 
<?php if($params->get('itemDateCreated')): ?>
<span class="moduleItemDateCreated"><?php echo JText::_('> <?php echo JHTML::_('date', $item->created, JText::_('K2_DATE_FORMAT_MODCONTENT')); ?></span>
<?php endif; ?>
 

In administrator, go to Extensions->Language Manager->Overrides, Create a New Override: K2_DATE_FORMAT_MODCONTENT with text is "d M Y".

Topic #4:
Copy componentscom_searchviewssearchtmpldefault_form.php file to templatesjf_calla-exteriorshtmlcom_searchsearch, modify:
 
<button name="Search" >"><span class="icon-search"></span></button>

to
 
<button name="Search" >"><?php echo JText::_('SEARCH');?></button>
 


Topic #5:
edit templates/jf_calla-exteriors/css/template.css file, line 214
 
button, .button {
...
}
 

to
 
button, .button, .logout-button .btn {
...
}
 


joomfreak

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

Re: Latest module and style 25 Feb 2015 00:31 #6294

Works perfectly!! Thank you! Great template, great suport!!

  • Posts:8
  • Przemek
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 1.03 seconds
Saturday 20 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.