0
Votes
Undo
  1. pitzerwm
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 01 May 2018
  5.  Subscribe via email
I'm totally new with Joomla and templates. I have watched hours and hours of YouTube videos trying to get to the point that what I think should happens actually happens. Sadly, there are not too many videos using J51 templates. I found this one: https://www.youtube.com/watch?v=uIdf9l8j-SI&t=3717s which turned me on to J51. Don't click on any of his links because he is using spammers to make a little money.

I am old fart just playing with web sites to help friends rather than making money. Wanting to get a template with as many options as possible I picked Kinvara. Of course, I immediately wanted to change things. It also took some time to learn how to install it so that I could use the sample data. Read the directions very carefully, you will finally get it.

The first thing I wanted to change is the "Slide/sign" over the showcase picture. I wanted it more like the Juliet template. Carian was kind enough to send me an updated layersliledshow extension. Of course, that created a few new problems.

First, loet me say that I think some of what I have learned may apply to other templates too.

When I used the new extension the Slide worked as expected but there was no image. Carian to the rescue, with a CSS fix:

#container_showcase1_modules .wrapper960 {
background-color: transparent !important;
}

This solved the lack of image issue but since the "Arrows" are white if your images are light you couldn't see them. Carian to the rescue, with a CSS fix:

.layerslideshow .NextArrow,
.layerslideshow .PrevArrow {
background-color: rgba(0,0,0,.8);
}

That solved that issue but again killed the image!!! After a lot of messing around and a stroke of genius, I found that when you add CSS to your Custom CSS it erases the last one that you added. SO when you add Custom CSS, you need to add all of them at one time.

Then I wanted to enlage the font size of the Slide, Carian to the rescue, with a CSS fix:

.layerslideshow-title {
font-size: 46px;
}

Again, you need to put all of your custom css in the box at one time for them to work right.

If you just want the Slide Title, without the caption, you can not just delete the caption text because it kills the Title too. The fix: delete the text and replace with a period.

As you can see, I haven't progressed very far, but if Carian thinks this will be of value, he might make it sticky. I will continue to add to it as I learn more.and I encourage others to add to it as well.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

We have just updated the LayerSlideshow module for our Juliet template so the text will be displayed if the title OR the caption is set. Thank you for bringing this issue to our attention. You will find this module attached with this post.

Note that modules vary slightly depending on which template they are bundled width. If I recall we supplied you with the LayerSlideshow module bundled with our Juliet template as you were looking for the added functionality. Some issues may occur when mixing modules with different templates which is the case here although in most cases this issues are CSS based and can be easily fixed.

CiarĂ¡n
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok