StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   resolution -(messes up my home page!) (http://www.studiopress.com/support/showthread.php?t=332)

JRLROCKS 11-04-2008 02:15 PM

resolution -(messes up my home page!)
 
HI There!

Thanks for the cool plugin!

Looking for a quick bit of help. I have installed a blogging theme at http://www.lambertonline.ca/ On the main page I use the FCG plugin. It works awesome for what I want to accomplish as long as your monitor resolution is high. If you change it to 1024X768 the right edge of the plugin overlaps the sidebar. I'm sure this is a simple fix but I don't know how to adjust. Or is this theme scrap?

Thanks for any input / direction / support :)

J

Jason Schuller 11-04-2008 09:29 PM

Re: resolution
 
This would have nothing to do with the plugin, rather your placement within theme that you use for your site. You might want to verify with your theme author how to best place the plugin.

Jason

JRLROCKS 11-05-2008 01:43 PM

Re: resolution
 
Thanks Jason.

Thought so. I was hoping someone would suggest placement.
Contacting the author makes more sense.

Cheers!

JRLROCKS 11-05-2008 04:04 PM

Re: resolution
 
Here was the fix from the author of my site. Didn't realize that I can change the width in the backoffice of wordpress from numbers to percentages. The author pointed to the gallery... maybe there's more than 1 way to skin the cat. (So to say)
I'll leave it with you if you want to update the plugin.zip

Quote:

easy fix:

it's at plugins/content-gallery/css/
then find this line:

#flickrGallery { width: 500px; height: 334px; }

and replace it with this:

#flickrGallery { width: 99%; height: 334px; }
then in the featured area find this:

<div id="featured">
<style>
#myGallery,#myGallerySet,#flickrgallery{
width:610px;
...

to this

<div id="featured">
<style>
#myGallery,#myGallerySet,#flickrgallery{
width:99%;
I changed the width to 99% in Feature content gallery in the back office of wordpress


...

Jason Schuller 11-06-2008 10:26 PM

Re: resolution -(messes up my home page!)
 
Glad you were able to figure it out.


All times are GMT -5. The time now is 10:28 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.