EyePhoto
Forum Replies Created
-
Hi, yes thanks, I know it can be done with CSS or moving the code but I don’t know where to start digging for the code, any pointers would be nice.
Regards
Forum: Plugins
In reply to: [Bogo] Bogo 2.0 Call to undefined function wp_get_current_userFYI: The stable version (The one from WP) still has this problem, tried the plugin earlier and got the exact same message as above and had to add code to the plugin to get it to work, now it’s been deactivated as a precaution.
Code below that needed including in the Plugin php file.
/* include_once(ABSPATH . 'wp-includes/pluggable.php'); */
WP: 3.4.2
It did work after including the above code but shouldn’t really be necessary.
Forum: Installing WordPress
In reply to: Macintosh compatabilityFor local testing I use MAMP on my Mac and use that for testing any changes before using on live site.
Whilst usually not the same versions of PHP etc…. on hosting server and local (MAMP) machine I’ve not had any real problems when uploading any changes.
Forum: Fixing WordPress
In reply to: Existing directory?Creating a page does not create a folder, all your files relating to WP stay in the root of where you install unless you customise the install to suit you.
2 way to go, either make phpBB look like your WP theme (mmmm!) or integrate phpBB to WP:
Here don’t know how successful or how much work is involved as never used phpBB.
Forum: Themes and Templates
In reply to: Abstractia 1.0 Theme – Widgets?Forum: Themes and Templates
In reply to: “pirating” theme???lol, agree Rosie, I use Mimbo on one of my sites and the original (index.php) is a little different from a ‘general’ WP theme but once you read the instructions (several times ; ) it’s just as easy to edit as any other and it helps that Mimbo’s site is full of instructions to help you along.
Forum: Fixing WordPress
In reply to: Login button gone?! How do I log in?Instructions:
Forum: Themes and Templates
In reply to: same old image problem; no one is helping! please??Please don’t take this as directed at you but that theme (source code) is a mess and your WP shows up here as WP 2.3.2.
First thing I’d do is update to 2.5.1
Then change theme.Here in:
FF only the header shows up and the whole theme is shifted to the right, so not all your search field is visible. The flickr stuff is blocked here as js is restricted in FF. (It blocked, yimg, etsy and flickr)Also in your header I see a link to:
but this doesn’t exist, and all favicon’s end with .ico
In Safari all looks OK
In Camino same as FFThere are no image calls in your source apart from the one mentioned above, so FF maybe blocking them because of, as I do, a restriction in your browser settings, or as whooami says “quite possibly you renamed a file that’s actually a gif to a .jpg”.
Don’t use IE! here.
There’s some very old themes in your ‘theme’ folder, when you upgrade put an ‘index.html’ in there as well to stop people seeing what you have installed ; )
Forum: Fixing WordPress
In reply to: Login button gone?! How do I log in?Check your files/theme for:
<?php wp_loginout(); ?>
if it’s not there just put it somewhere convenient ie: Sidebar etc….
And take RosieMBanks advice and update immediately!
Forum: Plugins
In reply to: Sociable plugin, getting icons in a line without a gap or blue dotThanks for the update but here it doesn’t change the spacing, still too far apart!
And all that does is make the “These icons link to social bookmarking sites where readers can share and discover new web pages.” appear above the icons instead of in a pop up.
Forum: Plugins
In reply to: Sociable plugin, getting icons in a line without a gap or blue dotFind: $html .= "\n</span>\n<ul>\n"; Replace by: html .= /*$"\n</span>\n";*/<ul>\n";
All that does is throw back an error!
Parse error: syntax error, unexpected T_CONCAT_EQUAL in /home/xxx/public_html/wp-content/plugins/sociable/sociable.php on line 626
Forum: Plugins
In reply to: [Plugin: Register Plus] ERROR: Image Validation does not match.Thanks for the update skullbit it’s stopped the \ from appearing but still get the image validation error.
On PHP 5 and linux server here with WP 2.5.1
Plugins used are:
1. Confirm User Registration 1.2.1
2. Dagon Design Form Mailer 5.4
3. Disable Canonical URL Redirection 1.0 (Inactive)
4. External Links 2.12
5. Register Plus 2.2
6. Witty Text 1.1
7. wp-cache 2.1.2Forum: Themes and Templates
In reply to: Image alignment & text wrap/flow around imagesDidn’t have time to look at it in full but there is a ; missing from here (x marks the spot):
#content { font-size: 1.2em x }
Forum: Themes and Templates
In reply to: Validation (again)1. Just use a
<br />
maybe.
2. Did you close the<ul>
?Forum: Themes and Templates
In reply to: Bloody sidebar is messed up!You might have some
<?php endif; ?>
missing?