|
#1
Sep 29, 2012, 04:38 AM
|
|
Hi
Sorry, but i'm new in this and i've just installed Montezuma Theme.
Previously i had another theme installed and the widget Simply Instagram, to show the thumbnails of my pictures. I could configure the size of this thumbnails smaller or bigger. But with Montezuma Theme i try to do this but the size is always the same.
Could someone tell me how can i configure this?
Thanks
|
#2
Sep 29, 2012, 05:26 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
with the previous theme, did you configure the image sizes in the widget or in a theme option?
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Sep 30, 2012, 04:15 AM
|
|
In the widget. what url do you need?
|
#4
Sep 30, 2012, 12:43 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
The URL pointing to the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Oct 1, 2012, 06:32 AM
|
|
carlos.chumeik.org
|
#6
Oct 1, 2012, 06:58 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
The problem is that the widget's CSS is being overridden by Montezuma's CSS. Ther are two ways to handle this
1) change the CSS ins the widget
2) change some CSS in Montezuma
if you change the CSS in Montezuma, it may effect other areas.
to change the plugin's css you need to find it and change the CSS starting with the selector '.front-photo' - change it to 'img.front-photo' and add a 'width: xxx' and 'max-width: xxx' settings
to change Montezuma edit the 'content.css' file and find the comment section
/***********************************
Resizing content
***********************************/
then find the 'img {' below it and remove teh 'max-width' and 'width' statements BUT remember this may have other effects on your images in the site.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7
Oct 4, 2012, 07:39 AM
|
|
Problem solved!
Thanks a lot!
|
#8
Oct 4, 2012, 07:47 AM
|
|
Only one more thing.
Now i can change the size of the thumbnails, but they appears in one column.
I want they appears in a row. What line from the css style do i have to change?
|
#9
Oct 4, 2012, 09:05 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
That all depends on how the plugin works. If you switch to twenty eleven can you get more than one on a row in the widget?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Oct 5, 2012, 01:10 AM
|
|
No, i put ten and only appears one column
|
#11
Oct 6, 2012, 07:06 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
so this appears to be a plugin issue since the same thing occurs with twenty-ten
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12
Oct 8, 2012, 03:24 PM
|
|
Sorry, But i didn't understand your last post. When i put twenty-ten the it works ok.
|
#13
Oct 8, 2012, 08:15 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
you stated that the iages now show in one column. I asked you to test in twentyten and you said
Quote:
No, i put ten and only appears one column
|
what is the difference?
do you mean they show in one column or one row?
How do you want them to show?
have you looked at the plugins options?
have you looked at the CSS applied to the images and played with changing it to get the effect you want?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#14
Oct 10, 2012, 03:26 PM
|
|
I want thumbnails appears in columns and rows. With other themes it works, but not with Montezuma. They appears only in one column.
Thanks again, and sorry for the misunderstanding.
|
#15
Oct 10, 2012, 05:54 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
have you tried using the FireBug extension of FireFox and seeing what different CSS will do?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#16
Oct 11, 2012, 07:33 AM
|
|
Finally it works.
I've added this line: "float: left;" to the file simply-instagram/css/simply-instagram.css
However, it only works in Firefox but not in Chrome.
Maybe do i have to do the same in other css file?
Thanks again!!
|
#17
Oct 11, 2012, 07:36 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I'm seeing it multi images/line in chrome on the mac
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#18
Oct 11, 2012, 07:39 AM
|
|
forget my last post. it works in chrome too.
Thanks for your patience!!
|
|