How to remove article title?

When you open Display Options of the instance you’ll see there Template feature. Enable Template and in you’ll be able to customize layout of the slide template. There you can remove title of the articles or customize layout of the all elements of the slide. In customization you can use not only build-in tags, but also CSS styles and HTML tags.

I enabled “Read More” option, but i can’t see read more button. Why?

Here you need to check few important things. First make sure that you insert tag into article to  split it for intro and full text parts. Make sure that in Display Options / Show text you specify Introtext value. In the case If you have long intro text, you just need to specify another (bigger) height value for your instance and you will see read more, if not please post ticket at our support section and we’ll find solution for your case!

I have “fuzzy” text in title of the 2JNewsSlider in IE, what can i do ?

It’s happened bec. of IE bug of the background processing. You should make few simple steps, described below, to sort this problem:

  • Load page on the front end and check source of the loaded page, using special option of the browser (it’s called “View Page Source” in FireFox or “View Source” in IE), there you will find first div of the 2JNewsSlider (it’s should looks like: <strong>&lt;div  id=&quot;twoj_news_scroll_1_all&quot;  class=&quot;twoj_news_slide_class0&quot; &gt;</strong>);
  • Copy  class value (in our sample it’s “<strong>twoj_news_slide_class0</strong>”);
  • Login to the admin section and in 2JNewsSlider component section you will find CSS editor where you should add this line: <strong>.twoj_news_slide_class0, .twoj_news_slide_class0 .twoj_news_slide_ul { background-color: White !important;}</strong> in this case for class twoj_news_slide_class0 and white background color.

In every particular case you should specify your own class and background color values.

How to create nested tabs?

In 2JTabs or 2JSliderTabs you can easily implement nested tabs functionality. In our content related extension we implemented few ways to insert this extensions to the Joomla! articles with single or multi tags. You can mix this tags in article and insert one instance of the tabs inside another one this way.  Please check nested tabs video guide.

I’m wondering if all of your extensions implemented in native Joomla! way?

Yep,  all our Joomla! extensions  (components/modules/plugins) implemented based on native Joomla! API.  We do not adapting old applications, we implement it using all updates and changes in Joomla! framework. We do not use any hacks in our classes/structures/styles. All versions of our extensions for Joomla! 1.6 / Joomla! 1.7 / Joomla! 2.5 / Joomla! 3 implemented
as native component for every Joomla! version.

Cupcake demo trick

The main trick of this demos it’s  customized styles.  For example in cakes demo every tab contain such images with styles: <img
src=”images/3.png” alt=”Banana  Cupcake” style=”position: relative; top: -185px; left: -5px; margin-bottom: -128px;” />
So just add this images to the content of the tabs and add such custom styles to this images.
For the apple style demo you can use the same trick.
For the cake demo we used Style17, for the apple style demo Style3 and very important in advanced settings for Content over frame
option turn to the Show.

This entry was posted in 2JTabs.