Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Forum: Fixing WordPress
    In reply to: error message
    Thread Starter seanwalten

    (@seanwalten)

    Hi again,

    I am still getting this message and I’m even using a theme straight up. Not a child theme. I am getting the error on a different line of code, but the same user php file. My theme is Divi and this is the affected code and the offending error:

    Fatal error: Cannot call overloaded function for non-object in /home/jazzy4k/public_html/wp-includes/user.php on line 354

    function get_current_user_id() {
    	if ( ! function_exists( 'wp_get_current_user' ) )
    		return 0;
    	$user = wp_get_current_user();<--this is line 354
    	return ( isset( $user->ID ) ? (int) $user->ID : 0 );
    }

    The error message locks me out for up to 30 minutes at a time and is random.

    AS this has happened in two different themes and a child theme, I’m concerned as to what the error is telling me? It doesn’t seem to theme specific.

    Thread Starter seanwalten

    (@seanwalten)

    I actually figured it out from basically guessing. I had read about the fact that you have to add any shortcodes in the visual editor NOT the text editor. It was confusing at first but I have it now! Thanks though.

    Thread Starter seanwalten

    (@seanwalten)

    this is a link to what I am trying to fix

    http://seanalten.com/corporate/

    Forum: Networking WordPress
    In reply to: Multi Site
    Thread Starter seanwalten

    (@seanwalten)

    again, thanks!

    Forum: Networking WordPress
    In reply to: Multi Site
    Thread Starter seanwalten

    (@seanwalten)

    Thank you very very much for your help. I think I have it now.

    I appreaciate all you have helped me with. It was very frustrating!

    Forum: Networking WordPress
    In reply to: Multi Site
    Thread Starter seanwalten

    (@seanwalten)

    this is all that is on my .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    How do i edit it as you have stated? is my file wrong? and if so, how would I go about fixing it?

    I’m sorry, I’m a somewhat beginner trying to sort this out. I’ve watch a few videos and read as to how to do somethings with WordPress, but I’m confused as to why it worked one day and then stopped working…

    Forum: Networking WordPress
    In reply to: Multi Site
    Thread Starter seanwalten

    (@seanwalten)

    i do want to have subsites.. I know it’s possible as it’s worked when I initially set it all up.. and my main site works fine.. how do i fix it so I can work on both sites as a Super Administrator..

    Forum: Networking WordPress
    In reply to: Multi Site
    Thread Starter seanwalten

    (@seanwalten)

    wouldn’t that affect the main doimain seanalten.com?

    Forum: Fixing WordPress
    In reply to: Css
    Thread Starter seanwalten

    (@seanwalten)

    I tried both.. and I’m going crazy.. I will check with the weaver forums. Hopefully they can tell me what I’m doing wrong or what I can do within their theme to make it all work..

    thanks for your help!

    Forum: Fixing WordPress
    In reply to: Css
    Thread Starter seanwalten

    (@seanwalten)

    I’ve tried putting my CSS code in the ‘editor’ section of the theme, the individual page in the html area.Even when I put it into the Weaver II advanced options area for inserting CSS. still nothing…. Am I putting it into the wrong area?

    I don’t know if I can Validate my site as it’s on my localhost.. but I’ve only done minor things to it so far.. this is my initial foray into setting it up so I can add some content…

    Forum: Fixing WordPress
    In reply to: Css
    Thread Starter seanwalten

    (@seanwalten)

    here is the code that I have written for this:

    <style type="text/css">
    <!--
    #performerswrapper {
    	position:absolute;
    	left:5px;
    	top:5px;
    	width:600px;
    	height:1070px;
    	background-color:#000099;
    }
    #bandwrapper1 {
    	position:absolute;
    	left:5px;
    	top:5px;
    	width:590px;
    	height:350px;
    	background-color:#00CCFF;
    }
    #bandwrapper2 {
    	position:absolute;
    	left:5px;
    	top:360px;
    	width:590px;
    	height:350px;
    	background-color:#00CCFF;
    }
    #bandwrapper3 {
    	position:absolute;
    	left:5px;
    	top:715px;
    	width:590px;
    	height:350px;
    	background-color:#00CCFF;
    }
    
    .band1 {
    	position:relative;
    	left:5px;
    	top:5px;
    	width:180px;
    	height:340px;
    	background-color: #00FFFF;
    }
    
    -->
    </style>
    </head>
    
    <body>
    <div id="performerswrapper">
    	<div id="bandwrapper1">
         	<div class="band1">
            test
         	</div>
         		<span class="band1">
         		</span>
        </div>
      	<div id="bandwrapper2">
        test
        </div>
    	<div id="bandwrapper3">
        test
        </div>
    </div>
    </body>

    can someone help me figure out what the heck i’m doing wrong? or am i just an idiot and missing something simple..

    Forum: Fixing WordPress
    In reply to: Css
    Thread Starter seanwalten

    (@seanwalten)

    i will post the code in a few as I’m at my day job… . but I can’t link the page as it’s just localhost right now…

    Forum: Fixing WordPress
    In reply to: Css
    Thread Starter seanwalten

    (@seanwalten)

    um not to sound like a complete idiot but Andrew what do you mean by ‘selectors’?

    and yes Rev Voodoo I am in the html view… sad face on this..

    as i said i have it working fine as a dreamweaver document with the css and divs displaying as I would like..

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