1. Turbomay
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 11 November 2024
  5.  Subscribe via email
Hello Ciaran,
I need your help again. When rebuilding a website with the template "Jasmine". I have two problems with the request for support:


  1. I would like the graphics in the icon module to be aligned vertically upwards and not in the middle (see screenshot_01.jpg).


  1. The responsive titles should be deactivated in the J51_LayerSlideshow module (see screenshot_02.jpg). The responsive settings in the template have no function.


At the same time, I will send you access data for administration by email to info@joomla51.com, because the website is currently offline.

Thanks and best regards, Frank
Attachments (2)
References
  1. https://hebamme-heuken-moll.de/
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.j51_icon_layout_row-i-t i, .j51_icon_layout_row-i-t img {
    align-self: flex-start;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

thank you so much it works fine.

Is there a solution for point 2?
"The responsive titles should be deactivated in the J51_LayerSlideshow module (see screenshot_02.jpg). The responsive settings in the template have no function"

Thanks and best regards, Frank
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

I am not sure if I understand you correctly. Are you saying the responsive options in your LayerSlideshow module are not working correctly?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

I am not sure if I understand you correctly. Are you saying the responsive options in your LayerSlideshow module are not working correctly?

Ciaran


Hi Ciarán,
I want the title text to be hidden at all widths.

Thanks und best regards, Frank
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Frank

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.layerslideshow-title {
    display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

thanks, but a complete hiding of the title is not wanted. I would like to have the caption (see screenshot-03.jpg) of the title hidden on small devices.

Thanks for your efforts, Frank
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Does the above CSS give you the desired result when used within Custom CSS field of your templates 'Responsive Options' tab (https://joomla51.com/tutorials/template-parameters/applying-custom-css-to-a-screensize-device)?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

sorry, but it does not work.

Frank
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

I sent you an administration account via email just to be on the safe side.

Regards und thanks, Frank
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

I have checked your site and the title is now hidden on smaller screen sizes. To remove the containing box you can use the following instead...

.layerslideshow .info {
    display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 10
  • Page :
  • 1


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