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 »

Montezuma - showing off


  #101  
Old Sep 3, 2013, 05:12 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
@ rosetrees
1) on my ipod touch, the site text is small and squished to the left
2) the blog title/tagline is off to the right down by the content seperted by a big chunk of real estate
3) your background image is 673K (nice tree) but you should reduce the quality and dimensiion - does it really have to be 1800X1350?
4) in your header.php you have multiple div's with the same ID - ID's are suppose to be unique on a page, classes can be duplicated, but ID's should always be unique
  #102  
Old Sep 3, 2013, 02:24 PM
nevermoor
 
12 posts · Aug 2013
Yep. http://wordpress.org/plugins/tagline-rotator/
  #103  
Old Oct 8, 2013, 09:55 PM
SigWS
 
29 posts · Sep 2012
Here is my gaming blog that I've been working on. Still some tweaking to do left with Montezuma but for the most part I am pretty happy with it.

http://cruciblegaming.com
  #104  
Old Oct 25, 2013, 12:07 PM
eddiefrankie
 
12 posts · Jun 2013
Hello All,

I made some modifications to the original Montezuma theme design.
  • Circular navigation buttons
  • Logo with hover change
  • Large thumbnail with text overlay on blog page

I spent some time figuring out how to put iTunes and Amazon Affiliate links into it while still looking good on iPhone, iPhone4, iPad mini and Desktop. On iPhone, I had to hide the first Amazon banner so it doesn't look weird.

Here's the site I've been working on:

http://www.silverlakeartgarage.com/b...indow-display/

Thanks,
K
  #105  
Old Oct 27, 2013, 10:58 PM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
Quote:
Originally Posted by eddiefrankie
Hello All,

I made some modifications to the original Montezuma theme design.
  • Circular navigation buttons
  • Logo with hover change
  • Large thumbnail with text overlay on blog page

I spent some time figuring out how to put iTunes and Amazon Affiliate links into it while still looking good on iPhone, iPhone4, iPad mini and Desktop. On iPhone, I had to hide the first Amazon banner so it doesn't look weird.

Here's the site I've been working on:

http://www.silverlakeartgarage.com/b...indow-display/

Thanks,
K
Wow, the circular nav buttons and the post title over the thumbnails are very cool. Thanks for sharing.
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #106  
Old Oct 28, 2013, 05:26 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I like the circles looks like they are done with this CSS
HTML Code:
ul#menu1 li {
    border: 1px solid #E2E3E5;
    border-radius: 150px 150px 150px 150px;
    height: 75px;
    margin-right: 25px;
    width: 75px;
}
#menu1 > li {
    box-shadow: 2px 4px 20px -18px #000000;
}
#menu1 > li:hover, #menu1 > li.active, #menu1 > li.ancestor {
    border-top: 1px solid #E2E3E5;
}
and you might want to add
HTML Code:
#menu1 a, #menu1-smooth a {
    text-align: center;
}
One note, this will only work well with short menu names, something that will fit in the circle. 'Home' will work, but 'Track your order' will exceed the constraints of the circle.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by lmilesw; Oct 28, 2013 at 06:29 PM.
  #107  
Old Oct 28, 2013, 09:45 PM
eddiefrankie
 
12 posts · Jun 2013
thanks so much for the tip. that totally makes sense. will try it out.

Quote:
Originally Posted by juggledad
I like the circles looks like they are done with this CSS
HTML Code:
ul#menu1 li {
    border: 1px solid #E2E3E5;
    border-radius: 150px 150px 150px 150px;
    height: 75px;
    margin-right: 25px;
    width: 75px;
}
#menu1 > li {
    box-shadow: 2px 4px 20px -18px #000000;
}
#menu1 > li:hover, #menu1 > li.active, #menu1 > li.ancestor {
    border-top: 1px solid #E2E3E5;
}
and you might want to add
HTML Code:
#menu1 a, #menu1-smooth a {
    text-align: center;
}
One note, this will only work well with short menu names, something that will fit in the circle. 'Home' will work, but 'Track your order' will exceed the constraints of the circle.
  #108  
Old Nov 11, 2013, 12:06 PM
jneele
 
1 posts · Nov 2013
Here's my Montezuma website http://www.jpnc.nl/.
Hope you like it.

Thanks CrouchingBruin for helping me to change the standard layout of the blogpage.
  #109  
Old Nov 16, 2013, 08:31 AM
Ilke
 
126 posts · Aug 2010
I have done some sites using atahualpa, and after finding it rather difficult but wonderful at the beginning I got used to it and I truly like it. Montezuma made me curious enough to try it.
Being rather new to CSS and surely to php, it is a challenge, but I like it.

This is my first montezuma-site: www.tastenfischer.de

Thanks for the great help with some issues on this forum!
  #110  
Old Nov 23, 2013, 11:11 PM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
Here is my second site built using the Montezuma theme: Venice Hongwanji Buddhist Temple. I converted it over from Atahualpa and managed to keep most of the same appearance, but, of course, now it's responsive. The front page is a static page, although I use the plugin xili Post in Post to display the latest post from a particular category. Another plugin I use on the front page is Meta Slider to mimic Atahualpa's rotating image feature in the header, as well as to place a carousel in the main content area (I created widget areas in both to hold the two sliders).
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!

Last edited by CrouchingBruin; Nov 25, 2013 at 01:58 PM. Reason: Forgot to populate a link value.
  #111  
Old Apr 26, 2014, 09:00 AM
claudiacreates
 
27 posts · Sep 2012
Hey everyone, my website is almost ready. I got a lot of help from CrouchingBruin. if you want to take a look: http://www.trendpersmixmedia.nl/
I am still working on some things, social media icons will be put later and I am now trying to figure out how I can change the tag cloud, but I am quite happy with the result already
  #112  
Old Mar 5, 2015, 06:41 PM
BigEd76112
 
4 posts · Feb 2010
great looking site!
  #113  
Old Mar 31, 2015, 07:23 AM
ralfsteck
 
55 posts · Oct 2009
So now it's my turn, it seems. I'm also a Atahualpa convertite :-)

http://www.engineeringspot.de
  #114  
Old Mar 31, 2015, 12:29 PM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
Quote:
Originally Posted by ralfsteck
So now it's my turn, it seems. I'm also a Atahualpa convertite :-)

http://www.engineeringspot.de
Good looking site, I like the thumbnails on the left of the post excerpts on your index page.
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #115  
Old Mar 31, 2015, 02:10 PM
ralfsteck
 
55 posts · Oct 2009
thanks for the flowers :-)

Would love to have the greyscale/shadow effect on the small images... :-)
  #116  
Old Mar 31, 2015, 05:18 PM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
Quote:
Originally Posted by ralfsteck
thanks for the flowers :-)

Would love to have the greyscale/shadow effect on the small images... :-)
Take a look at this post. I think you should be able to use it for your post excerpt thumbnails.
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #117  
Old Apr 20, 2015, 09:07 PM
CemD
 
5 posts · Apr 2015
Hi,
after lurking for a while (and using a lot of tips from here ) and fighting for days with the template I'd appreciate some feedback especially if you think the theme suits photography related content. My initial thought was the feature images might be too small but I'm staring now so long I've lost all objectivity. Still some tweaks need to be done here and there and site is not loading on tablets and smartphones. But it's a nice lean theme - thanks.

http://dinckol.com
  #118  
Old Sep 12, 2015, 10:15 AM
piotao
 
6 posts · Oct 2014
hello, this is my first post here, so here is my site I maintain using a wonderful theme Montezuma (which I think is the best theme ever):

http://polskikursblendera.pl/

What would you say?
  #119  
Old Sep 26, 2015, 06:56 AM
jms5017's Avatar
jms5017
 
115 posts · Jul 2010
NY/NJ Metro area
I am loving the diversity of this theme. Here are two very different examples I put together:
www.thestrapsaver.com

www.ItalianSchoolNJ.com

For the Italian School, the
client preferred the left sidebar vertical menu to a "horizontal, collapse to a sidebar". go figure!
  #120  
Old Sep 26, 2015, 09:50 AM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
JMS, those sites look great. The Italian school client didn't want some sort of mobile menu? On a mobile device (cell or tablet), visitors are going to have to scroll through several screens of menu items to get to the content. If not a mobile menu, then maybe use the push/pull classes that Flyboy elaborates on in this post so the menu comes after the page content on a mobile device.
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #121  
Old May 30, 2016, 05:09 AM
rosetrees
 
108 posts · Mar 2009
Haven't added any sites for a while. Here are my latest two
http://methylationsupport.com/dev/
http://rsng.co.uk

As you can see I'm "in" to the full width style of site.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Welcome Montezuma Users Flynn Montezuma Theme 8 Nov 18, 2012 08:33 PM
Montezuma + LATEX thunderfoot Montezuma Theme 7 Oct 7, 2012 12:03 PM
[SOLVED] Montezuma 2.0 for WP 3.x delware99 Other BFA WordPress Themes 2 Jan 20, 2011 02:33 PM
Differences between Montezuma & Atahualpa sparksmex New Versions, & Updating 4 Sep 25, 2009 05:37 PM
New to WP...Got Ata 3.3..?'s on Ata vs Montezuma and TOP THINGS TO CUSTOMIZE - FIX? Brasshatgroup New Versions, & Updating 5 Jun 1, 2009 06:22 AM


All times are GMT -6. The time now is 10:51 PM.


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