Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] Problem with Simply Instagram and Montezuma


  #1  
Old Sep 29, 2012, 03:38 AM
guybrusthreepwood
 
12 posts · Sep 2012
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  
Old Sep 29, 2012, 04:26 AM
juggledad's Avatar
juggledad
 
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  
Old Sep 30, 2012, 03:15 AM
guybrusthreepwood
 
12 posts · Sep 2012
In the widget. what url do you need?
  #4  
Old Sep 30, 2012, 11:43 AM
juggledad's Avatar
juggledad
 
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  
Old Oct 1, 2012, 05:32 AM
guybrusthreepwood
 
12 posts · Sep 2012
carlos.chumeik.org
  #6  
Old Oct 1, 2012, 05:58 AM
juggledad's Avatar
juggledad
 
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  
Old Oct 4, 2012, 06:39 AM
guybrusthreepwood
 
12 posts · Sep 2012
Problem solved!
Thanks a lot!
  #8  
Old Oct 4, 2012, 06:47 AM
guybrusthreepwood
 
12 posts · Sep 2012
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  
Old Oct 4, 2012, 08:05 AM
juggledad's Avatar
juggledad
 
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  
Old Oct 5, 2012, 12:10 AM
guybrusthreepwood
 
12 posts · Sep 2012
No, i put ten and only appears one column
  #11  
Old Oct 6, 2012, 06:06 AM
juggledad's Avatar
juggledad
 
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  
Old Oct 8, 2012, 02:24 PM
guybrusthreepwood
 
12 posts · Sep 2012
Sorry, But i didn't understand your last post. When i put twenty-ten the it works ok.
  #13  
Old Oct 8, 2012, 07:15 PM
juggledad's Avatar
juggledad
 
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  
Old Oct 10, 2012, 02:26 PM
guybrusthreepwood
 
12 posts · Sep 2012
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  
Old Oct 10, 2012, 04:54 PM
juggledad's Avatar
juggledad
 
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  
Old Oct 11, 2012, 06:33 AM
guybrusthreepwood
 
12 posts · Sep 2012
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  
Old Oct 11, 2012, 06:36 AM
juggledad's Avatar
juggledad
 
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  
Old Oct 11, 2012, 06:39 AM
guybrusthreepwood
 
12 posts · Sep 2012
forget my last post. it works in chrome too.

Thanks for your patience!!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Welcome Montezuma Users Flynn Montezuma Theme 8 Nov 18, 2012 08:33 PM
[SOLVED] Montezuma 2.0 for WP 3.x delware99 Other BFA WordPress Themes 2 Jan 20, 2011 02:33 PM
Sidebar widgets are simply not appearing aceseowebdesign Sidebars & Widgets 25 Feb 10, 2010 03:17 PM
[SOLVED] The blogroll simply doesnt dissappear siggiboy81 Sidebars & Widgets 1 Sep 26, 2009 12:52 PM


All times are GMT -6. The time now is 01:18 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.