Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter chmchm

    (@chmchm)

    ee-gads, got it to work sort-of, but when you try to load the home page, it won’t and the home menu item is always highlighted.
    hmmmm

    Have you managed to fix this, I am having the same problem. The home page tab is always highlighted.

    Please let me know.

    Thanks in advance 🙂

    I am having a problem related to the menu. When i click one menu ietm it gets highlighted at the same time the previously selected menu item also remains highlighted, please help me any one.
    chmchm I visited your site. Can you tell me how you fixed this issue??

    Thanks in advance
    http://wordpress.org/extend/plugins/advanced-ajax-page-loader/

    I am having a problem related to the menu. When i click one menu ietm it gets highlighted at the same time the previously selected menu item also remains highlighted, please help me any one.
    chmchm I visited your site. Can you tell me how you fixed this issue??

    here is my site link – http://www.davpsmidnapore.in
    Thanks in advance
    http://wordpress.org/extend/plugins/advanced-ajax-page-loader/

    Thread Starter chmchm

    (@chmchm)

    If you read the docs related to the plugin, you will see the click code page:
    http://software.resplace.net/WordPress/AAPL/click-codes/
    copy the menu changer listed into your settings and use your menu ul class in place of “sf-menu” so change it to read:

    jQuery(‘ul.menu li’).each(function() {

    then, you need to see if your classes correspond to the remove and add Class functions here, “current_page_item” and “current”

    hope that helps!

    hey chmchm,
    thanks for the invaluable reply.
    i am new to wordpress.
    i am using the Custom Community theme by Themekraft, in this theme the only css visible in the style.css file is as follows –

    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
    .alignleft {
    float: left;
    margin-right: 15px;
    }
    
    .alignright {
    float: right;
    margin-left: 15px;
    }
    
    div.post .wp-caption {
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:12px;
    }
    
    div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    padding: 0 4px 5px 0;
    margin: 0;
    }

    it has an option to add custom css though
    Please help me in finding the classes of this theme.

    Thanks a lot
    chmchm

    Thread Starter chmchm

    (@chmchm)

    atonu,

    If you use the development tools in your browser, you can find out the class names of your menus.

    I recommend either using Firefox or Chrome and looking for the instruction on the development tools in either browser.

    Good luck to you!

    Hey chmchm,
    I am messing up everything. I need you valuable kind help.
    I found this from the method that you specified.

    [please read http://codex.wordpress.org/Forum_Welcome#Posting_Code – the code below is partially corrupted because it was posted unmarked]

    <div id="access" class="span12">
        		<div class="menu">
    
    <ul>
    										</ul>
    								<div class="menu">
    <ul><li class="page_item page-item-15"><a href="http://davpsmidnapore.in/">Home</a><li class="page_item page-item-49 current_page_item"><a href="http://davpsmidnapore.in/about-us-3">About Us</a><li class="page_item page-item-55"><a href="http://davpsmidnapore.in/forum">Discussion Forum</a><li class="page_item page-item-8"><a href="http://davpsmidnapore.in/members-directory">Members</a><li class="page_item page-item-53"><a href="http://davpsmidnapore.in/page_id53">Image Gallery</a><ul class='children'><li class="page_item page-item-58"><a href="http://davpsmidnapore.in/page_id53/2011-reuninon-photos">2011 Reuninon Photos</a><li class="page_item page-item-60"><a href="http://davpsmidnapore.in/page_id53/2012-reunion-photos">2012 Reunion Photos</a></ul>
    </div>
    			</div>
    		</div>
    
    		<div class="clear"></div>

    can you please point out the classes for me?
    I would really be thankful & obliged.
    Thanks

    Plugin Author Dean Williams

    (@deano1987)

    could you link us to the site, this would make it easier for me or chmchm to help you.

    My home page menu links are not working after installing plugin Please help

    http://www.gothicwallpaperz.com

    Hey Deam Williams,
    here is the link to my site –
    http://www.davpsmidnapore.in

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘menu not refreshing’ is closed to new replies.