Remove front end icons /

More
6 years 6 months ago - 6 years 6 months ago #10568 by Shemeam
Remove front end icons / was created by Shemeam
Hi there

A few queries

1. How do I remove icons from the asset details on the front end?

2. When the page opens it shows 3 tabs
description
feedback
scores
when the feedback tab is clicked the description tab disappears
when the scores tab is clicked the feedback tab disappears
I had a similar issue with the feedback input form tabs disappearing and you gave me the following custom css code
.feedback_form ul.nav li a { display: block !important; }
Please can you give me a similar code to fix the template issue for the reservation page tabs

3. How can I remove the heading which reads 'AVAILABLE HOUSES'

I have attached an image showing the first two queries (ignore the 'facebook' comment on the image)

Many thanks
Attachments:
Last edit: 6 years 6 months ago by Shemeam.

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago #10570 by solidres
Replied by solidres on topic Remove front end icons /
Hi,

1. You can download the following patch file to hide those empty fields automatically:

www.dropbox.com/s/w5gf4koibexyfz8/default_style3.php?dl=0 => /components/com_solidres/views/reservationasset/tmpl/default_style3.php

2. About the tab issue, it is a conflict with your template, you can solve it with this CSS rule:

.asset-tabs ul.nav li a { display: block !important; }

3. You can remove it in this file: /components/com_solidres/views/reservationasset/tmpl/default_searchinfo_style3.php

Regards,
The following user(s) said Thank You: Shemeam

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?