- Posts: 20
- Home
- Forum
- Community Forum
- Questions
- User Finish Paying Balance of Reservation
Remove front end icons /
- Shemeam
- Topic Author
- Offline
Less
More
7 years 6 months ago - 7 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 codePlease 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
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; }
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
Last edit: 7 years 6 months ago by Shemeam.
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2953
7 years 6 months ago #10570
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
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,
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,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
The following user(s) said Thank You: Shemeam
Please Log in or Create an account to join the conversation.
Moderators: solidres