Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Montezuma - showing off (http://forum.bytesforall.com/showthread.php?t=18583)

juggledad Sep 3, 2013 05:12 AM

@ 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

nevermoor Sep 3, 2013 02:24 PM

Yep. http://wordpress.org/plugins/tagline-rotator/

SigWS Oct 8, 2013 09:55 PM

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

eddiefrankie Oct 25, 2013 12:07 PM

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

CrouchingBruin Oct 27, 2013 10:58 PM

Quote:

Originally Posted by eddiefrankie (Post 104361)
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.

juggledad Oct 28, 2013 05:26 AM

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.

eddiefrankie Oct 28, 2013 09:45 PM

thanks so much for the tip. that totally makes sense. will try it out.

Quote:

Originally Posted by juggledad (Post 104408)
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.


jneele Nov 11, 2013 12:06 PM

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.

Ilke Nov 16, 2013 08:31 AM

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!

CrouchingBruin Nov 23, 2013 11:11 PM

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).

claudiacreates Apr 26, 2014 09:00 AM

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 ;)

BigEd76112 Mar 5, 2015 06:41 PM

great looking site!

ralfsteck Mar 31, 2015 07:23 AM

So now it's my turn, it seems. I'm also a Atahualpa convertite :-)

http://www.engineeringspot.de

CrouchingBruin Mar 31, 2015 12:29 PM

Quote:

Originally Posted by ralfsteck (Post 111946)
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.

ralfsteck Mar 31, 2015 02:10 PM

thanks for the flowers :-)

Would love to have the greyscale/shadow effect on the small images... :-)

CrouchingBruin Mar 31, 2015 05:18 PM

Quote:

Originally Posted by ralfsteck (Post 111952)
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.

CemD Apr 20, 2015 09:07 PM

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

piotao Sep 12, 2015 10:15 AM

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?

jms5017 Sep 26, 2015 06:56 AM

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!

CrouchingBruin Sep 26, 2015 09:50 AM

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.

rosetrees May 30, 2016 05:09 AM

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.


All times are GMT -6. The time now is 01:14 AM.

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