sfCaribouPlugin theme not displaying properly

35 views
Skip to first unread message

LTIPL

unread,
Jan 11, 2017, 7:44:31 PM1/11/17
to AtoM Users
When I activate the theme sfCaribouPlugin, all of the text appears down the left hand side like it is not using the CSS

Dan Gillean

unread,
Jan 12, 2017, 1:18:42 PM1/12/17
to ICA-AtoM Users
Hi there,

A bit more information will help us provide a better diagnosis. What version of ICA-AtoM are you using? Were any of the other themes working? Can you provide a screenshot of what you are seeing? Have you tried clearing your browser cache, clearing the application cache, and re-indexing? Have you tried placing the application in Debug mode to see if you can get any more information from the page?

I would like to point out as well that at this point the 1.x ICA-AtoM releases are not being maintained or developed. For security, performance, and bug fixes, we strongly recommend you upgrade to a newer 2.x version of AtoM. There is an upgrade path from 1.x to 2.x. More information on AtoM 2:
Often errors with themes in 1.x were caused by a PHP error on the page somewhere - it's possible that Debug mode will tell us more. Here's a link for Debug mode instructions in 2.3 - they are pretty much exactly the same as those for 1.x, because the old developer's wiki for 1.x no longer exists:

You can also try re-indexing your site, clearing the application cache, and making sure that your browser cache is cleared as well. For the first 2, go to the root installation directory of your AtoM instance in the command-line, and try:

  • php symfony cc
  • php symfony search:populate QubitSearch

Now make sure you go into your browser's settings and clear the cache. Let us know if any of the above helped resolve the issue. And please consider upgrading when possible!


Cheers,


Dan Gillean, MAS, MLIS
AtoM Program Manager
Artefactual Systems, Inc.
604-527-2056
@accesstomemory

On Wed, Jan 11, 2017 at 4:44 PM, LTIPL <ltipl...@gmail.com> wrote:
When I activate the theme sfCaribouPlugin, all of the text appears down the left hand side like it is not using the CSS

--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-users+unsubscribe@googlegroups.com.
To post to this group, send email to ica-atom-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/b75f082a-fde0-4235-ab83-bc9511f2e08a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

LTIPL

unread,
Jan 14, 2017, 12:42:01 PM1/14/17
to AtoM Users
Hello,

I'm using ATOM 2.3, other themes are working, it no longer works after the upgrade, see attached image.

Thanks
Capture.JPG

Dan Gillean

unread,
Jan 16, 2017, 4:39:29 PM1/16/17
to ICA-AtoM Users
Hi there,

The Caribou theme was an early ICA-AToM theme that has not been maintained in AtoM 2.x - the base theme in AtoM 2 is Dominion. I'm not sure how you have the Caribou theme in your instance unless you have tried to manually import the code - but the layout has changed in AtoM 2 anyway, and I would not be surprised if Caribou would not work in AtoM 2 anyway.

In case you mean the base Dominion theme:

We use lessc to minimize the CSS, and sometimes (after a git installation, after edits to a theme, or other changes, etc) the CSS needs to be recompiled for it to appear properly. You can try the following to recompile the CSS for the Dominion theme - run these commands from the root AtoM directory (e.g. if you followed our default installation instructions, this is probably /usr/share/nginx/atom):

First, recompile the CSS
  • make -C plugins/arDominionPlugin

Now, clear the application cache

  •  php symfony cc

Restart PHP5-FPM and nginx

  • sudo service php5-fpm restart
  • sudo service nginx restart

These instructions are based on you following exactly our Ubuntu 14.04 installation instructions. If you have used the 16.04 instructions, restart services like so:

  • sudo systemctl restart php7.0-fpm
  • sudo systemctl reload nginx

Don't forget to clear your browser cache as well! Let us know if this solves the issue. Otherwise, any further information you can provide about your installation, and how this error has occurred, will help us better diagnose the problem.

Thanks, and good luck!

Cheers,


Dan Gillean, MAS, MLIS
AtoM Program Manager
Artefactual Systems, Inc.
604-527-2056
@accesstomemory

--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-users+unsubscribe@googlegroups.com.
To post to this group, send email to ica-atom-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ica-atom-users.
Reply all
Reply to author
Forward
0 new messages