Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

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

change icon menu1


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Dec 13, 2012, 12:14 PM
fafa
 
39 posts · Dec 2012
Hi

I read all post below :

http://forum.bytesforall.com/showthr...ht=change+icon
http://forum.bytesforall.com/showthr...ht=change+icon
http://forum.bytesforall.com/showthr...ht=change+icon
http://forum.bytesforall.com/showthr...ht=change+icon
http://forum.bytesforall.com/showthr...ht=change+icon

and do ... but nothing happened :

my permalinks is in "/%postname%/" post name also i change it for test but no thing happened ...

I delete cache of browser but no thing happened ...


let's :
I have a meue1 with 4 link

1. in "Using Menu Icons" i see in "CSS for icons in "Menu 1"" this code :

Code:
/* Part 1- for default state: */
#menu1 .item-%d8%a7%d8%af%d8%a7%d9%85%d9%87 > a > i { background-position: 0px 0px; }
#menu1 .page-%d8%a2%d8%b1%d8%b4%db%8c%d9%88-%d8%a7%d8%ae%d8%a8%d8%a7%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa > a > i { background-position: 0px -24px; }
#menu1 .page-%d8%af%d9%84-%d9%86%d9%88%d8%b4%d8%aa%d9%87-%d9%87%d8%a7 > a > i { background-position: 0px -48px; }
#menu1 .page-%d9%be%d8%b1%d8%b3%d8%b4-%d9%88-%d9%be%d8%a7%d8%b3%d8%ae > a > i { background-position: 0px -72px; }
/* Part 2 - for hover state: */
#menu1 .item-%d8%a7%d8%af%d8%a7%d9%85%d9%87:hover > a > i, #menu1 .item-%d8%a7%d8%af%d8%a7%d9%85%d9%87.active > a > i { background-position: -24px 0px; }
#menu1 .page-%d8%a2%d8%b1%d8%b4%db%8c%d9%88-%d8%a7%d8%ae%d8%a8%d8%a7%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa:hover > a > i, #menu1 .page-%d8%a2%d8%b1%d8%b4%db%8c%d9%88-%d8%a7%d8%ae%d8%a8%d8%a7%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa.active > a > i { background-position: -24px -24px; }
#menu1 .page-%d8%af%d9%84-%d9%86%d9%88%d8%b4%d8%aa%d9%87-%d9%87%d8%a7:hover > a > i, #menu1 .page-%d8%af%d9%84-%d9%86%d9%88%d8%b4%d8%aa%d9%87-%d9%87%d8%a7.active > a > i { background-position: -24px -48px; }
#menu1 .page-%d9%be%d8%b1%d8%b3%d8%b4-%d9%88-%d9%be%d8%a7%d8%b3%d8%ae:hover > a > i, #menu1 .page-%d9%be%d8%b1%d8%b3%d8%b4-%d9%88-%d9%be%d8%a7%d8%b3%d8%ae.active > a > i { background-position: -24px -72px; }
as in example I should change second number . so new code will be this :


Code:
/* Part 1- for default state: */
#menu1 .item-%d8%a7%d8%af%d8%a7%d9%85%d9%87 > a > i { background-position: 0px -2376px; }
#menu1 .page-%d8%a2%d8%b1%d8%b4%db%8c%d9%88-%d8%a7%d8%ae%d8%a8%d8%a7%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa > a > i { background-position: 0px -2376px; }
#menu1 .page-%d8%af%d9%84-%d9%86%d9%88%d8%b4%d8%aa%d9%87-%d9%87%d8%a7 > a > i { background-position: 0px -2376px; }
#menu1 .page-%d9%be%d8%b1%d8%b3%d8%b4-%d9%88-%d9%be%d8%a7%d8%b3%d8%ae > a > i { background-position: 0px -2376px; }
/* Part 2 - for hover state: */
#menu1 .item-%d8%a7%d8%af%d8%a7%d9%85%d9%87:hover > a > i, #menu1 .item-%d8%a7%d8%af%d8%a7%d9%85%d9%87.active > a > i { background-position: 0px -2376px; }
#menu1 .page-%d8%a2%d8%b1%d8%b4%db%8c%d9%88-%d8%a7%d8%ae%d8%a8%d8%a7%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa:hover > a > i, #menu1 .page-%d8%a2%d8%b1%d8%b4%db%8c%d9%88-%d8%a7%d8%ae%d8%a8%d8%a7%d8%b1-%d8%b3%d8%a7%db%8c%d8%aa.active > a > i { background-position: -24px -2376px; }
#menu1 .page-%d8%af%d9%84-%d9%86%d9%88%d8%b4%d8%aa%d9%87-%d9%87%d8%a7:hover > a > i, #menu1 .page-%d8%af%d9%84-%d9%86%d9%88%d8%b4%d8%aa%d9%87-%d9%87%d8%a7.active > a > i { background-position: -24px -2376px; }
#menu1 .page-%d9%be%d8%b1%d8%b3%d8%b4-%d9%88-%d9%be%d8%a7%d8%b3%d8%ae:hover > a > i, #menu1 .page-%d9%be%d8%b1%d8%b3%d8%b4-%d9%88-%d9%be%d8%a7%d8%b3%d8%ae.active > a > i { background-position: -24px -2376px; }
I change all second number to "-2376px"

now I copy this code to "menus_menu1.css" and save it but nothing happened ... just show star
  #2  
Old Dec 13, 2012, 07:31 PM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
what is your permalink set to?
  #3  
Old Dec 14, 2012, 01:38 AM
fafa
 
39 posts · Dec 2012
Quote:
Originally Posted by juggledad
what is your permalink set to?
post name : /%postname%/

also I try other and check but no thing happened
  #4  
Old Dec 14, 2012, 04:33 AM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
what is your url?
  #5  
Old Dec 14, 2012, 03:45 PM
fafa
 
39 posts · Dec 2012
Quote:
Originally Posted by juggledad
what is your url?
it's in localhost in my PC . I cant use it in my site until I change Upload folder of theme.

http://forum.bytesforall.com/showthread.php?t=19116
  #6  
Old Dec 14, 2012, 05:43 PM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
try changing the permalinks to the default then look at the menu css and see what it looks like.
  #7  
Old Dec 22, 2012, 01:47 PM
fafa
 
39 posts · Dec 2012
Quote:
Originally Posted by juggledad
try changing the permalinks to the default then look at the menu css and see what it looks like.
I do it but no thing happened ...
  #8  
Old Dec 27, 2012, 12:15 PM
gnosis
 
128 posts · May 2010
Where is:

menus_menu1.css

Or do i create? and if I create where do I place?
  #9  
Old Dec 27, 2012, 01:35 PM
lmilesw's Avatar
lmilesw
 
9,393 posts · Jul 2009
Central New York State USA
It's in the CSS Files section of the theme options.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #10  
Old Dec 28, 2012, 06:37 AM
gnosis
 
128 posts · May 2010
<Appearance =>Montezuma Options=>CSS Settings=>Using Menu Icons> looks like this:

[font="Arial"][size="7"][size="2"][size="3"]/* Part 1- for default state: */
#menu1 .about-the-library > a > i { background-position: 0px 0px; }
#menu1 .contact-us > a > i { background-position: 0px -24px; }
#menu1 .help > a > i { background-position: 0px -48px; }
#menu1 .finding-books-and-articles > a > i { background-position: 0px -72px; }
....


<Appearance =>Montezuma Options=>CSS Files=>menus_menu1.css> looks like this:
#menu1 .page-blog > a > i { background-position: 0px 0px ; }
#menu1 .page-contact-us > a > i { background-position: 0px -24px; }
#menu1 .page-features > a > i { background-position: 0px -48px ; }
#menu1 .page-level-1 > a > i { background-position: 0px -72px; }
#menu1 .page-news > a > i { background-position: 0px -96px }
#menu1 .page-parent-page > a > i { background-position: 0px -120px; }
#menu1 .page-support > a > i { background-position: 0px -144px; }
#menu1 .page-wordpress-themes > a > i { background-position: 0px -168px; }
#menu1 .page-blog:hover > a > i { background-position: -24px 0px ; }
#menu1 .page-contact-us:hover > a > i { background-position: -24px -24px; }
#menu1 .page-features:hover > a > i { background-position: -24px -48px ; }
#menu1 .page-level-1:hover > a > i { background-position: -24px -72px; }
#menu1 .page-news:hover > a > i { background-position: -24px -96px }
#menu1 .page-parent-page:hover > a > i { background-position: -24px -120px; }
#menu1 .page-support:hover > a > i { background-position: -24px -144px; }
#menu1 .page-wordpress-themes:hover > a > i { background-position: -24px -168px; }


Do i merely copy my edits from <Using Menu Icons> and paste over section in <menus_menu1.css>?
If so, that does not work.
I have also tried adding/appending to <menus_menu1.css> and did not work.
Finally, I have edited <menus_menu1.css> and works just for the contact-us page.

Please advise.

Thank you.
  #11  
Old Dec 28, 2012, 06:47 AM
lmilesw's Avatar
lmilesw
 
9,393 posts · Jul 2009
Central New York State USA
copying edits from <Using Menu Icons> and pasting over section in <menus_menu1.css> works for me.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #12  
Old Dec 28, 2012, 06:55 AM
gnosis
 
128 posts · May 2010
Not for me. As an experiment, I changed all to -144px, but still appears as 0px:

/* Part 1- for default state: */
#menu1 .about-the-library > a > i { background-position: -144px -144px; }
#menu1 .contact-us > a > i { background-position: -144px -144px; }
#menu1 .help > a > i { background-position: -144px -144px; }
#menu1 .finding-books-and-articles > a > i { background-position: -144px -144px; }
#menu1 .resources-and-tools > a > i { background-position: -144px -144px; }
#menu1 .using-the-library > a > i { background-position: -144px -144px; }
/* Part 2 - for hover state: */
#menu1 .about-the-library:hover > a > i, #menu1 .about-the-library.active > a > i { background-position: -144px -144px }
#menu1 .contact-us:hover > a > i, #menu1 .contact-us.active > a > i { background-position: -144px -144px; }
#menu1 .help:hover > a > i, #menu1 .help.active > a > i { background-position: -144px -144px; }
#menu1 .finding-books-and-articles:hover > a > i, #menu1 .finding-books-and-articles.active > a > i { background-position: -144px -144px; }
#menu1 .resources-and-tools:hover > a > i, #menu1 .resources-and-tools.active > a > i { background-position: -144px -144px; }
#menu1 .using-the-library:hover > a > i, #menu1 .using-the-library.active > a > i { background-position: -144px -144px; }
  #13  
Old Dec 31, 2012, 03:56 PM
thegirlinyogapants's Avatar
thegirlinyogapants
 
1 posts · Dec 2012
I'm having the exact same problem, except NONE of the icons are showing up, not even the star. I tried changing the URL from the default to the full path, but that didn't help, either.

I'm wondering if it may be a caching problem, because changes I've made to other elements, such as colors and fonts are taking hours to show up, even after I clear the cache. I even tried turning off Quick Cache plugin and clearing my browser cache, but it didn't help.

Any suggestions?
  #14  
Old Dec 31, 2012, 05:23 PM
gnosis
 
128 posts · May 2010
Not a cache issue because I work with several browsers over several cpus.
  #15  
Old Dec 31, 2012, 05:52 PM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
without knowing the site URL it is hard to say.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where can I change the Home icon? Virtualmotorpix Montezuma Theme 0 Dec 6, 2012 09:46 AM
[SOLVED] Change icon menu and change home title with logo fastmediafree Montezuma Theme 9 Dec 3, 2012 10:31 AM
how to change link on rss icon Zed RSS, Feeds & Subscribing 0 Sep 17, 2009 01:09 PM
How to change the logo icon johullster Forum How-To 5 Sep 13, 2009 10:12 AM
How to change the RSS and Comments icon to a bigger one??? ngc RSS, Feeds & Subscribing 6 Jun 19, 2009 12:52 PM


All times are GMT -6. The time now is 12:32 PM.


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