Remove the bubbles?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/19/2012 10:36:57 AM
Gravatar
Total Posts 112

Remove the bubbles?

http://sobersa.org is an alcohol and other addictions community recovery information portal. I've been asked to remove the bubbles. I've heard people say it reminds them of champagne and that's not the type of celebration the organization wants to suggest.

I've looked through the CSS and images and can find no bubbles; they seem almost like magic to me.

How can I get rid of those lovely celebratory bubbles?

3/19/2012 10:44:31 AM
Gravatar
Total Posts 42

Re: Remove the bubbles?

#art-page-background-glare-image

{ background-image: url('/cms/Data/Sites/30/skins/aa-SoberSA/images/Page-BgGlare.png');

background-repeat: no-repeat;

height: 441px;

width: 362px;

margin: 0; }

Above is the css line which is responsible for the bubbles. Just remove the background-image.

3/19/2012 10:56:48 AM
Gravatar
Total Posts 42

Re: Remove the bubbles?

And one more thing ... better change the password (and the machine key in web.config) first :)

Have a nice day

Tomasz

3/19/2012 11:27:53 AM
Gravatar
Total Posts 112

Re: Remove the bubbles?

Hi Tomasz;

Account disabled, thanks!.

Will changing the "machine key" effect current main-site or sub-site usage? Please suggest a method of determining a new valid "machine key." Thanks!!

style.css and style.ie6.css both reference Page-BgGlare.png and have been /* */ commented out. A different browser, and the bubbles are still there. Any other ideas?

Thanks,
Dale 

3/19/2012 11:32:48 AM
Gravatar
Total Posts 2239

Re: Remove the bubbles?

Hi,

Go to Administration > Advanced Tools > Design Tools > Cache Tool and click the "reset skin guid" button.

Read this page for the MachineKey information.

HTH,
Joe D.

3/19/2012 11:43:51 AM
Gravatar
Total Posts 42

Re: Remove the bubbles?

>>Go to Administration > Advanced Tools > Design Tools > Cache Tool and click the "reset skin guid" button.

If you don't have the above opption just edit the web.config file (whatever ... add a space somewhere) and save it. It should reset the cache. The bubbles should disappear.

3/19/2012 11:44:19 AM
Gravatar
Total Posts 112

Re: Remove the bubbles?

Hi Joe D;

I don't have "reset skin guid", I'm using

mojoPortal Version 2.3.6.2 MSSQL
Operating System Microsoft Windows NT 5.2.3790 Service Pack 2
ASP.NET Info v4.0.21006 Running in Full Trust
Server Time Zone Central Daylight Time
Server Local Time (GMT -5) 3/19/2012 11:41:57 AM
Greenwich Mean Time (GMT/UTC) 3/19/2012 4:41:57 PM

But I do have Disable and Enable CSS Caching which has no effect, still bubbly.

I'll check out that "machine key" change; thanks!

Dale 

3/19/2012 11:46:25 AM
Gravatar
Total Posts 112

Re: Remove the bubbles?

Web.config touch, lengthy time after refresh... still bubbly.

3/19/2012 11:52:03 AM
Gravatar
Total Posts 2239

Re: Remove the bubbles?

You will need to copy the skin to a new folder and set the site to use the new copy.

3/19/2012 11:57:51 AM
Gravatar
Total Posts 42

Re: Remove the bubbles?

>>You will need to copy the skin to a new folder and set the site to use the new copy.

Joe, the trick with "editing" the web.config, doesn't reset the css cache? 

3/19/2012 12:13:24 PM
Gravatar
Total Posts 2239

Re: Remove the bubbles?

No, not always. It should clear the cache on the server but the browser will usually need clearing as well. While one could clear their own browser cache, that doesn't mean that the cache for other users will be cleared. Renaming the skin will force all browsers to download the skin again because they will see it as a new set of files. That's why the Skin Version Guid is so nice, we can effectively change the url the css without needing to rename the actual skin directory.

HTH,
Joe D.

3/19/2012 12:22:36 PM
Gravatar
Total Posts 42

Re: Remove the bubbles?

I understand that changing the skin to another one and back to the initial also doesn't guarantee that the cache will reset. I am thinking how to avoid in such case copying the skin.

3/19/2012 12:32:41 PM
Gravatar
Total Posts 2239

Re: Remove the bubbles?

Hi,

I didn't say to change it to another skin and then back to the initial. I said to copy the current skin to a new directory and set the site to use the new copy. For instance, if the skin name is mycoolskin, copy it to a new directory named mycoolskin_v2 and then set the site (in site settings) to use mycoolskin_v2.

If the site is running 2.3.7.5 or newer, the "Reset Skin Version Guid" button is available and that can be used to avoid needing to copy the skin.

HTH,
Joe D.

3/19/2012 12:41:27 PM
Gravatar
Total Posts 42

Re: Remove the bubbles?

I understood about copying the skin to the new directory and pointing the site to the new one. But I was just wondering weather switching it to the other one and back to the initial wouldn't also help. But as you wrote - it is not the solution.  Thank you very much for the answers.

3/19/2012 6:15:42 PM
Gravatar
Total Posts 112

Re: Remove the bubbles?

I copied the Skin folder and changed the site to use the new folder. Perfect, it's working wonderfully now (without bubbles!) 

Thanks for the thoughts, for hanging with me, and for the continued discussion; this is very much appreciated!

You must sign in to post in the forums. This thread is closed to new posts.