seanwalten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error messageHi 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 354function 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.
Forum: Themes and Templates
In reply to: [onetone] Gallery LinksI 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.
Forum: Plugins
In reply to: [Lightbox Gallery] thumbnailsthis is a link to what I am trying to fix
Forum: Networking WordPress
In reply to: Multi Siteagain, thanks!
Forum: Networking WordPress
In reply to: Multi SiteThank 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 Sitethis 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 WordPressHow 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 Sitei 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 Sitewouldn’t that affect the main doimain seanalten.com?
Forum: Fixing WordPress
In reply to: CssI 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: CssI’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: Csshere 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: Cssi 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: Cssum 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..