Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter daltonskygazer

    (@daltonskygazer)

    My host is hostmetro for reference. I tried to downgrade to 3.9.1 but that failed now site is offline. Put in work ticket to hostmetro, hoping they can restore site to previous restore point.

    Thread Starter daltonskygazer

    (@daltonskygazer)

    That did the trick! Thanks!!! Much better looking!

    Thread Starter daltonskygazer

    (@daltonskygazer)

    link to site is my username dot com or just look at my member profile for site.

    It is definetly the sprite image as noted by Kjodle. I would like to just shut reference to the sprite image off think this would be easiest. I see several references to ancestor for various menu sprites being called to create menu features. Just trying to figure out what code I could change so it doesnt look for that particuliar down arrow sprite on the menu bar leaving just the grayish color as seen in menu background, seems easier then going into photoshop and editing the arrow. Removing call to this arrow is what I am looking to do now as a solution. For reference some of code pasted below. I know it calls for arrow from one of the ancestor attributes calling for the down arrow image just not sure exactly what part in code calls it and I could change reference of url to none.

    }
    #header-menu,
    #secondary-menu {
    	margin: 0 10px;
    }
    #header-menu > li {
    	font: normal 14px arial;
    	margin: 0 0 0 5px;
    }
    #header-menu > li:first-child {
    	margin-left: 0;
    }
    #header-menu > li > a {
    	color: #cc3300;
    	line-height: 16px;
    	padding: 9px 10px 10px;
    }
    #header-menu > li > a > span {
    	display: block;
    	font-size: 11px;
    	color: #aaa;
    }
    #header-menu > li.menu-item-ancestor > a {
    	background: url(images/sprite_master.png) -877px -236px no-repeat transparent;
    	padding-left: 26px;
    }
    
    /* Top level header menu, hover and current state */
    #header-menu > li:hover,
    #header-menu > li.current-menu-item,
    #header-menu > li.current-menu-ancestor {
    	background: url(images/sprite_h.png) left -300px repeat-x #eee;
    }
    #header-menu > li:hover > a,
    #header-menu > li.current-menu-item > a,
    #header-menu > li.current-menu-ancestor > a {
    	color: #000;
    }
    #header-menu > li:hover > a > span,
    #header-menu > li.current-menu-item > a > span,
    #header-menu > li.current-menu-ancestor > a > span {
    	color: #484848;
    }
    #header-menu > li.menu-item-ancestor:hover > a,
    #header-menu > li.current-menu-item > a,
    #header-menu > li.current-menu-ancestor > a {
    	background-position: -877px -192px;
    Thread Starter daltonskygazer

    (@daltonskygazer)

    Issue resolved

    The theme The PaperCore was the issue…..all is working well currently have twenty ten in the site worcestershakespearecompany.org and admin panel is working great.. Long night ahead now updating and reworking site, need simple yet artistic theme for this sight now…..

    Thanks much for your support!!! Okay to close thread!

    Regards,

    J. Turner
    [sig moderated as per the Forum Rules]

    Thread Starter daltonskygazer

    (@daltonskygazer)

    The ones under .html seems to be live ones…. will send test file and check…

    going to place one site only and under the www* on server

    I checked my own website and on server it is in two locations my own site has no issues…

    When I had done wordpress installs originally used hostmonster tool to do them…… this time around will FTP everything.
    Will let you know how I make out….

    Thread Starter daltonskygazer

    (@daltonskygazer)

    Thanks ESMI for your support……in middle of finding out that same thing myself……….thinking maybe it is hostmonster backup?? Gonna send file to one see if it appears in nother…Then will rename one install and see if that changes things.

    Thread Starter daltonskygazer

    (@daltonskygazer)

    Quick question….

    On server there are two locations for the WP files for sites…one under public html and one under a globe with www. on the icon…….which location do I edit? Should there be two locations? Was going to reset plugins folder…

    Each location has main site name and WP content folders….FYI

Viewing 7 replies - 1 through 7 (of 7 total)