We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Vladimir
  2. General Discussion
  3. Tuesday, 12 August 2014
  4.  Subscribe via email
Please show examples of styles "modChrome_t3tabs, modChrome_t3slider, modChrome_t3modal, modChrome_popover" template t3_bs3_blank
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Could you please make your point clear? I'm not sure I got your point.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Could you please make your point clear? I'm not sure I got your point.


The file modules.php there are certain styles of modules (eg modChrome_t3tabs, modChrome_t3slider, modChrome_t3modal, modChrome_popover).
Suppose the file header.php we can define the style of the module output as
<jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="3tabs" />


I do not understand how bududut displayed tabs, if one module? So I want to see "live" internet project, where they were used similar styles modules.

And please tell me how to assign the module to the position (eg position-1) style "t3modal"

t3modal style - does not work <jdoc:include type="modules" name="<?php $this->_p('callmy') ?>" style="t3modal" />
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
It should work, I will have closer check and confirm with you later
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
I appeal once again:

I created a spotlight-4.php with the following code:


<?php if ($this->checkSpotlight('spotlight-4', 'callmy, languageswitcherload, head-search')) : ?>
<div>
<?php $this->spotlight('spotlight-4', 'callmy, languageswitcherload, head-search') ?>
</div>
<?php endif ?>


In file mainnav.php put the following code:


<?php $this->loadBlock('spotlight-4') ?>


How do I assign styles modules:

module "callmy" assign "t3modal"

module "languageswitcherload" assign "popover"

absolute "head-search" assign "T3Xhtml" (default)

???

AND t3modal style - does not work in t3_bs3_blank ....

Thanks in advance.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
  • Page :
  • 1


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