Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Images not centered properly

  • DianeB
  • DianeB's Avatar Topic Author
  • Offline
  • New Member
More
13 years 6 months ago #42914 by DianeB
Images not centered properly was created by DianeB
Hi,
I have set the FPSS module parameters to slideshow width 300 and slideshow height 380.
I have resized my images to be within 300x380 but when I create slides for some reason some images are not centered correctly? Can you please help with this?
Here is a link to the site stevelovett.co.nz
Thanks for your help
-D

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42915 by Lefteris
Replied by Lefteris on topic Re: Images not centered properly
Hi. I do not see any issues in your site. The images are being re-sized by width, so if you try to fit a landscape image in a portrait view-port you may have blank space.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42916 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
I have a similar issue. I have the slideshow on my frontpage as slideshow header. regardless of what style of show I choose, the slideshow is indented to the right by approx 20 pixels. This of course, makes the site look slightly "lopsided". All are slides are exactly 1024 pixel wide.

Any suggetsions?

Thanks

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42917 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Images not centered properly
URL to your site?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42918 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
oops - sorry.. newbie here. URL is www.herecomputers.com

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42919 by Katia
Replied by Katia on topic Re: Images not centered properly
Could you please be more specific? As far as I can see there is no problem in images centering...

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42920 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
At the top of the page, I have the Slideshow changing the picture w/logo every 15 seconds. The frame of the slideshow is approx 20 pixels indented to the right in relation to the page below the header. I am trying to get the frame to be centered on the header. Essentially, I want to move the frame to the left by about 20 Pixels.

Thanks

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago - 13 years 6 months ago #42921 by Katia
Replied by Katia on topic Re: Images not centered properly
First of all reduce the slideshow width to 1022px from 1024px which is now via the FPSS module parameters.
Then go  modules/mod_fpss/tmpl/Sleek/css/template.css.php at line 10
and change this:
#fpssContainer79.fpss-template-sleek {
    border: 2px solid #CCCCCC;
    font-family: Tahoma,Arial,sans-serif;
    height: 215px;
    margin: 4px auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1024px;
}
to this:
#fpssContainer79.fpss-template-sleek {
    border: 2px solid #CCCCCC;
    font-family: Tahoma,Arial,sans-serif;
    height: 215px;
    margin: 4px 0 4px -2px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1022px;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42922 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
Thank you for your assistance. Unfortunately, I am such a newbie  - would you be so kind as to tell me where I find the code that I need to edit? I have looked through the com_fpss folder, looked at each file (using my cpanel code editor) and I am unable to find the area that I need to edit - perhaps I'm looking in the wrong spot?

Thank-You

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42923 by Katia
Replied by Katia on topic Re: Images not centered properly
Go to modules/mod_fpss/tmpl/Sleek/css/template.css.php to line 10 and make the above changes...

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42924 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
Hi Katia;

  Thanks for your reply. I have followed your directions however, the instructions don't match up with the file. The version of the file is: Id: template.css.php 670 2011-09-19. Is it possible that we are talking about a different release of fpss? I have searched the entire file for similar code / text and am unable to find this. You help is greatly appreciated..  :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42925 by Katia
Replied by Katia on topic Re: Images not centered properly
Of course they are... Did you find template.css.php file inside modules/mod_fpss/tmpl/Sleek/css folder?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42926 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
Hi Katia;

Yes, I did in fact find the file. I was unable to locate the code that you indicated. Line 10 was what looks like the closing statement in the Get info function at the top of the page. I searched the files for keywords such as "fpssContainer79" to find where the snippet of code starts but no match was found. I also searched on things like 1024px or 1022px (since I changed the size per your instructions). I manually viewed all the lines to see if maybe the editor I was using (code editor in cpanel). I'm at a bit of a loss.

Thanks

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #42927 by Katia
Replied by Katia on topic Re: Images not centered properly
Don't you have someone familiar with css in order to help you?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago - 13 years 6 months ago #42928 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
Hi Katia

No, there is nobody around here that familiar with CSS (a small town on an island off the west coast of Canada). You told me to edit the following:

#fpssContainer79.fpss-template-sleek {
    border: 2px solid #CCCCCC;
    font-family: Tahoma,Arial,sans-serif;
    height: 215px;
    margin: 4px auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1024px;
}

This snippet of code is not in the template.css.php file. I am using the code editor in Cpanel to view the contents of the file. Please tell me if I am supposed to be using a different utility.

Line 10 contents are: $mid = (int) $_GET; - This doesn't appear to match your instructions

I have searched the entire modules/mod_fpss/tmpl/Sleek/css/template.css.php file and the code snippets indicated are not visible. I am running fpss on Joomla 1.7.1 and FPSS v3.0.2 if that helps.

I will happily upload a copy of my file so that you can see that I'm not crazy...

Cheers

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #42929 by Scott Bennett
Replied by Scott Bennett on topic Re: Images not centered properly
It has been over 2 weeks since last post - with no reply  :( . I assume that you are no longer offering support in this regards. Should you wish to assist your customer with your product please do not hesitate to respond to this thread. Thank-You

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum