Shape 5

Joomla Templates => Regan Tech - Club => : Pit101 August 03, 2016, 06:26:02 AM



: Need advice with few option in Regan Tech theme
: Pit101 August 03, 2016, 06:26:02 AM
Hello,
I would like to make a few changes and I can`t
find option for this in  Back Office joomla administrator site.

s5_pos_custom_2:
1. I would like to change background colour s5_pos_custom_2 but only there.
2. How to change via module settings in back office image in s5_pos_custom_2 ?
 I see the path but there is a lot of background settings - don`t have any option
to put there img. So I would like create new image and just simply add it.
3. How to edit text inside this tab ?

tab_product_button
1. How to setup only 4 products /static for good/ and edit image and text there ?


: Re: Need advice with few option in Regan Tech theme
: mikek August 03, 2016, 07:08:30 AM
Hello,

1. Custom_2 is defined by the custom highlight color under the Theme Specific tab. It is not designed to use it's own background color. If you want to change this you would have to modify the template's index.php file and right above the closing </style> tag add the following:

#s5_pos_custom_2 {
background:#000000 !important;
}

2. That uses the S5 Tab Show module, each slide is published as a custom html module to the s5_tab1, s5_tab2, etc. positions. You edit them via the module manager.

3. This is the same question as #2, you edit all the content in that particular slide's module.

4. I am not understanding your question, the products are also in an S5 Tab Show module, you would edit edit slide's module in the module manager of Joomla.


: Re: Need advice with few option in Regan Tech theme
: Pit101 August 03, 2016, 07:58:19 AM
4. I am not understanding your question, the products are also in an S5 Tab Show module, you would edit edit slide's module in the module manager of Joomla.

Mike thnx for reply,
I don`t know how to setup only 1 row with 4 boxes and edit text in those boxes inc. paste new image. Every time when I unchecked the box with 3 defauts shape tabs (5,6,7) on module setup page in backend  and save it - they still exist.


: Re: Need advice with few option in Regan Tech theme
: Pit101 August 03, 2016, 08:26:50 AM
Made 2 screens with my problem:


: Re: Need advice with few option in Regan Tech theme
: Pit101 August 03, 2016, 01:05:22 PM
Oh sorry, my fault - I removed some of modules first. Sorry :)


: Re: Need advice with few option in Regan Tech theme
: mikenicoll August 03, 2016, 09:58:18 PM
Hello,

Did you resolve this? I am not sure from your posts. You would just need to edit the Custom HTML modules in those positions and modify the HTML code as needed.


: Re: Need advice with few option in Regan Tech theme
: Pit101 August 03, 2016, 11:59:49 PM
Hello,
yes - issue has been resolved. My fault :)


: Re: Need advice with few option in Regan Tech theme
: mikenicoll August 04, 2016, 08:37:17 PM
Great ;)