Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Forum: Fixing WordPress
    In reply to: 3.6.1 update error
    Thread Starter purplenaartjie

    (@purplenaartjie)

    This topic is marked resolved – it was a conflict with Woothemes’ plugin for Gravity Forms. Woothemes have since issued an update to the plugin to correct the conflict.

    Forum: Fixing WordPress
    In reply to: 3.6.1 update error
    Thread Starter purplenaartjie

    (@purplenaartjie)

    Yep that’s the one. Annoying that Woocommerce originally informed me therewas no problem yesterday. Wasted a hell of alot of my time on this…

    Forum: Fixing WordPress
    In reply to: 3.6.1 update error
    Thread Starter purplenaartjie

    (@purplenaartjie)

    Thanks Krishna… I’ve restored from my backup and will wait and watch to see if the reported errors on 3.6.1 calm down a bit…

    Sophie

    Forum: Fixing WordPress
    In reply to: 3.6.1 update error
    Thread Starter purplenaartjie

    (@purplenaartjie)

    I can’t change to 1213 or deactivate plugins. Neither can I get anywhere on the website. Whatever I do now I get the same error message. There is nothing I can do within the site or my dashboard.

    I got the following error when I tried to update using the link in my dashboard:

    Fatal error: Call to undefined function wp_validate_redirect() in /home/fleursfl/public_html/wp-includes/functions.php on line 1305

    Now what???
    Thanks.

    Thread Starter purplenaartjie

    (@purplenaartjie)

    Thankyou! All is well now and I have scaled the image down to 760px.

    Cheers!!!

    Thread Starter purplenaartjie

    (@purplenaartjie)

    Hi,

    I’ve added to my custom CSS to adjust my header image size and position, as below. In IE I don’t get any header at all and in Firefox the header image is too big… In Safari and Chrome it’s fine.

    #site-title {
    margin:0;
    line-height:0;
    float:left;
    }
    #social-media-icons {
    display:none;
    float:none;
    margin-top:0;
    }
    #header input#s {
    display: none;
    }
    #header #searchform {
    float:none;
    }
    #access ul {
    text-transform: titlecase;
    font-size: 18px;

    Forum: Fixing WordPress
    In reply to: Can't login
    Thread Starter purplenaartjie

    (@purplenaartjie)

    It’s the same in Chrome, IE and Safari…. Agh!

    Forum: Fixing WordPress
    In reply to: Can't login
    Thread Starter purplenaartjie

    (@purplenaartjie)

    Hi Esmi,

    Apologies, I was wrong about the password for the forum – entirely my error… I’m becoming paranoid!

    The wp-admin problem remains, and is not only me. We have two admins on different machines miles apart. Both are experiencing the same login problem…

    Help!

    Forum: Fixing WordPress
    In reply to: Can't login
    Thread Starter purplenaartjie

    (@purplenaartjie)

    Tried emptying cache & deleting cookies. Still doesn’t help….

    Forum: Fixing WordPress
    In reply to: Can't login
    Thread Starter purplenaartjie

    (@purplenaartjie)

    Disabling plugins doesn’t help. My login for this support forum is doing the same thing – I have to reset it each time I login…

    Thread Starter purplenaartjie

    (@purplenaartjie)

    Thanks Esmi, looks like I’ve got a steep learning curve ahead… here goes!!!!

    Thread Starter purplenaartjie

    (@purplenaartjie)

    Oops, my fault! It’s https://www.westeuston.org

    Thread Starter purplenaartjie

    (@purplenaartjie)

    Hiya,

    I’m a newbie to editing code so apologies for being slow! Here’s the complete header section, what should I change?

    Thankyou!!!!

    /* =Header
    -------------------------------------------------------------- */
    
    #header {
    	padding: 10px 0 0 0;
    }
    #blog-title {
    background:url();
    float:left;
    width:100%;
    padding-left:0; padding-right:0; padding-top:30px; padding-bottom:20px
    }
    #blog-title-holder {width:980px;}
    
    #site-title {
    	float: left;
    	font-size: 0px;
    	line-height: 60px;
    	margin: 0 0 0px 0;
    	width: 910px;
      	background: url(https://www.westeuston.org/wp-content/themes/absolum/images/logo-big.png) no-repeat 0 0;
    }
    #site-title a {
    	color: ;
      background:;
      padding:0 10px;
    	text-decoration: none;
      text-shadow:0 1px 2px #111;
      float:left;
    }
    #site-title a:hover {background:#url('') no-repeat bottom center;}
    
    #site-description {
    	clear: left;
    	float: left;
    	margin: 10px 0 0 15px;
      font-family: 'Trebuchet MS', Helvetica, sans-serif;
      font-size: 20px;
      color:#66666;
      width: 700px;
    }
    
    #subscribe {float:right;}
    #subscribe a {float:left;margin-left:10px;}
    
    /* This is the custom header image */
    
    #access {
    	display: block;
    	margin: 0 auto;
    	width: 980px;
    }
    #access .menu-header,
    div.menu {
    	font-size: 18px;
    	width: 980px;
      float:left;
    }
    #access .menu-header ul,
    div.menu ul {
    	list-style: none;
    	margin: 0;
    }
    #access .menu-header li,
    div.menu li {
    	float: left;
    	position: relative;
    }
    #access a {
    	color:#999;text-shadow:1px 1px 0 #fff;
    	display: block;
      float:left;
    	line-height: 38px;
    	padding: 5px;
      margin:0 7px;
    	text-decoration: none;
      font-weight:bold;
      letter-spacing:0px;
      position:relative;
    }
    li.current_page_item a .item-left  {left:-7px;bottom:0px;position:absolute;width:7px;height:47px;background:url('images/item-left.png') no-repeat center left;}
    li.current_page_item a .item-right  {right:-7px;bottom:0px;position:absolute;width:7px;height:47px;background:url('images/item-right.png') no-repeat center right;}
    
    ul.children .item-left, ul.sub-menu .item-left  {display:none;}
    ul.children .item-right, ul.sub-menu .item-right  {display:none;}
    
    #access ul ul {
    	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    	display: none;
    	position: absolute;
    	top: 44px;
    	left: 0;
    	float: left;
    	width: 180px;
    	z-index: 99999;
    }
    #access ul ul li {
    	min-width: 180px;
    
    }
    #access ul ul ul {
    	left: 100%;
    	top: 0;
    }
    #access ul ul a {
    	background: #e5e5e5;
    	line-height: 1em;
    	padding: 10px;
    	width: 160px;
    	height: auto;
      border-bottom:1px dotted #fff;
      font-size:13px;
      margin:0;
    }
    #access li:hover > a,
    #access ul ul :hover > a {
    	color: #333;
    }
    #access ul li:hover > ul {
    	display: block;
    }
    
    #access li.current_page_item a, #access li.current_page_parent a, #access li.current_page_ancestor a {
    	color: #333;
      background:url('images/item-back.png') no-repeat center center;
      text-shadow:1px 1px 0 #ddd;
    }
    
    #access li.current_page_parent li a,
    #access li.current_page_item ul li a,
    #access li.current_page_ancestor li.page_item a,
    #access li.current_page_parent li.current_page_item .page_item a,
    #access li.current_page_ancestor li.current_page_ancestor li.page_item a,
    #access li.current_page_ancestor li.current_page_ancestor li.current_page_item li.page_item a,
    #access li.current_page_ancestor li.current_page_ancestor li.current_page_ancestor li.page_item a
    {
    	color: #999;
      background-image:none;
      background:#e5e5e5;
      text-shadow:1px 1px 0 #fff;
    
    }
    li.current_page_item {
    background:transparent;
    }
    
    #access li.current_page_parent li a:hover,
    #access li.current_page_item ul li a:hover,
    #access li.current_page_ancestor li.page_item a:hover,
    #access li.current_page_parent li.current_page_item a,
    #access li.current_page_ancestor li.current_page_parent a,
    #access li.current_page_ancestor li.current_page_ancestor a,
    #access li.current_page_parent li.current_page_item .page_item a:hover,
    #access li.current_page_ancestor li.current_page_ancestor li.page_item a:hover,
    #access li.current_page_ancestor li.current_page_ancestor li.current_page_item a,
    #access li.current_page_ancestor li.current_page_ancestor li.current_page_ancestor a,
    #access li.current_page_ancestor li.current_page_ancestor li.current_page_item li.page_item a:hover,
    #access li.current_page_ancestor li.current_page_ancestor li.current_page_ancestor li.page_item a:hover,
    #access li.current_page_ancestor li.current_page_ancestor li.current_page_ancestor li.current_page_item a
    {
    	color: #333;
      background:#f2f2f2;
    }
    Thread Starter purplenaartjie

    (@purplenaartjie)

    That’s it!!!! It’s using my child style.css!!! Thankyou sooo much ??

Viewing 15 replies - 1 through 15 (of 22 total)