Stucco Theme
Permalink
I created a simple site using the free Stucco theme.
There isnt any support for the theme so im on here with a small problem.
Just updateed the theme and it took out the site logo and left a hash symbol but managed to replace, howver in the left of the footer, what was a text area is now showing what looks like a font with no charater spacing.
It was fine before the update.
I tried an image in that area and it appreaed ok so must be a font display probelm. when i tried to do anything with the area i got an error message:
{"error":{"message":"Class 'Concrete\\Controller\\Backend\\UserInterface\\Area' not found"},"errors":["Class 'Concrete\\Controller\\Backend\\UserInterface\\Area' not found"]}
Can anyone shed light please?
There isnt any support for the theme so im on here with a small problem.
Just updateed the theme and it took out the site logo and left a hash symbol but managed to replace, howver in the left of the footer, what was a text area is now showing what looks like a font with no charater spacing.
It was fine before the update.
I tried an image in that area and it appreaed ok so must be a font display probelm. when i tried to do anything with the area i got an error message:
{"error":{"message":"Class 'Concrete\\Controller\\Backend\\UserInterface\\Area' not found"},"errors":["Class 'Concrete\\Controller\\Backend\\UserInterface\\Area' not found"]}
Can anyone shed light please?
Sorry siton, yes your right my question is too general, did it in a hurry and wasnt thinking.
Have attached a couple of screen shots.
One is a comp of images showing the left footer area and problems.
Ther other show the erea whwn viewed with web developer inspector.
Hope this helps a bit more.
Have attached a couple of screen shots.
One is a comp of images showing the left footer area and problems.
Ther other show the erea whwn viewed with web developer inspector.
Hope this helps a bit more.
WOW :) Looks really weird. I thinks this is CSS problem - mabye add your own blocks area instead of this "problematic" area:
<?php
$a = new Area('aside area');
$a->display($c);
?>
Without the css code its really hard to know why this if happen. So i think its better to create you own block + add this issue to "Theme support"
Also clear cache
<?php
$a = new Area('aside area');
$a->display($c);
?>
Without the css code its really hard to know why this if happen. So i think its better to create you own block + add this issue to "Theme support"
Also clear cache
I had the same problem.... I don't know why it happens but i fond a solution.
I moved my menu away from the header zone and i made the style modifications -it was applied correctly without alert- and i moved back the menu at the right place and it worked again...
sorry for the english but i'm french.
I moved my menu away from the header zone and i made the style modifications -it was applied correctly without alert- and i moved back the menu at the right place and it worked again...
sorry for the english but i'm french.
Your question its to general.
Tell "what you want do to" (Change logo, add block, edit block, change layout, CSS issue, and so on). Like this its hard to understand what is the problem (maybe add screenshot or url).
About your error. "when i tried to do anything with the area" its also very general topic (Its hard to understand what you want to change in your theme that cause this error + this is problem only with specific area?)