- Posts: 10
- Thank you received: 0
Problem after update Joomla on 3.2
-
radek178
Inactive member - Topic Author
- New Member
Less
More
11 years 2 weeks ago #35176
by radek178
Problem after update Joomla on 3.2 was created by radek178
Hi,
Iam trying your template. After upgrade Joomla from 3.1 to 3.2 I cannot open template settings (extensions>template manager>hot_bokeh). Where is the problem? WHen I open the template settings I have only blank page. When I want edit template file in joomla administrator I see this error:
Please could you help me?
Iam trying your template. After upgrade Joomla from 3.1 to 3.2 I cannot open template settings (extensions>template manager>hot_bokeh). Where is the problem? WHen I open the template settings I have only blank page. When I want edit template file in joomla administrator I see this error:
Code:
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/data/web/virtuals/virtual/www/subdom/demo/templates/hot_bokeh/css/joomla.css/) is not within the allowed path(s): (/data/web/virtuals/virtual) in /data/web/virtuals/virtual/www/subdom/demo/administrator/components/com_templates/models/template.php on line 111
Please could you help me?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 weeks ago #35179
by ivan.milic
Replied by ivan.milic on topic Problem after update Joomla on 3.2
The following user(s) said Thank You: radek178
Please Log in to join the conversation.
-
radek178
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 2 weeks ago #35180
by radek178
Replied by radek178 on topic Problem after update Joomla on 3.2
Thank you very much for your help. It did not work for a while, now it works.
I am thiunking about buying the Club plans but I am no a coder so I would like to ask you if when I create custom HTML box at this template, can I easily add a color or shadow? I did not noticed any box there. I use Rockettheme they have it made nicely but their templates are slower and slower so I will probably not pay them anymore. And something for the news is missing there.
regards
radek
I am thiunking about buying the Club plans but I am no a coder so I would like to ask you if when I create custom HTML box at this template, can I easily add a color or shadow? I did not noticed any box there. I use Rockettheme they have it made nicely but their templates are slower and slower so I will probably not pay them anymore. And something for the news is missing there.
regards
radek
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
11 years 2 weeks ago #35181
by milos
Replied by milos on topic Problem after update Joomla on 3.2
Hi Radek,
Making "custom modules" sounds scary, but it's not more complex than making a simple Joomla article. Actually, when editing the custom modules, you have WYSIWYG editor (as when you are editing article), so you can apply all styling using it.
Regards
Milos
Making "custom modules" sounds scary, but it's not more complex than making a simple Joomla article. Actually, when editing the custom modules, you have WYSIWYG editor (as when you are editing article), so you can apply all styling using it.
Regards
Milos
Please Log in to join the conversation.
-
radek178
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
11 years 2 weeks ago #35182
by radek178
Replied by radek178 on topic Problem after update Joomla on 3.2
We probably do not understand each other. I mean for example something like this
demo.rockettheme.com/joomla/hexeris/
and then on the right side for example the green coloured box.
I ment by the custom HTML creating a simple custom HTML module in Joomla administration and then change its color (Rockettheme makes it by using Module Class Suffix). Example is here demo.rockettheme.com/joomla/hexeris/features/module-variations
Something for the news I mean for example Roksprocket (again the green module as I ment above)
thank you
I ment by the custom HTML creating a simple custom HTML module in Joomla administration and then change its color (Rockettheme makes it by using Module Class Suffix). Example is here demo.rockettheme.com/joomla/hexeris/features/module-variations
Something for the news I mean for example Roksprocket (again the green module as I ment above)
thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 weeks ago #35183
by ivan.milic
Replied by ivan.milic on topic Problem after update Joomla on 3.2
That approach is implementable with ease, so you set suffix like " green_transparent" note first char is blank and in template_Css.css you add :
.green_transparent{
background:rgba(0,255,0,0.7);
}
and you will get green module with 70% opacity
.green_transparent{
background:rgba(0,255,0,0.7);
}
and you will get green module with 70% opacity
Please Log in to join the conversation.
Time to create page: 0.096 seconds