amitstreak
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subsite's administration redirects to main site's administrationBTW, now that I have a second WP installation and a second DB everything seems to be working fine.
I have the subdomain site in the site list under network management.But I’d still love to hear your solution…
Forum: Networking WordPress
In reply to: Subsite's administration redirects to main site's administrationOK.
Before I asked the host’s people I followed the “Create a Network” instructions myself.
When I didn’t put another wordpress installation in the directory for the subdomain site than I got a server error when opening the site.
So what’s the path to solving this if not putting another installation?Forum: Networking WordPress
In reply to: Subsite's administration redirects to main site's administrationFound the problem.
I was using the same DB for both the main site and the subdomain.
Once I created a seperate DB for the subdomain everything worked properly.Forum: Fixing WordPress
In reply to: Can't get the "Super Admin" buttonFor the sake of those who read this – I found the “Sitewide Tags” option under network administration->settings.
But remember to network activate the plugin first.Forum: Fixing WordPress
In reply to: Can't get the "Super Admin" buttonOK, I see now that the “Super Admin” button is gone and instead there’s a menu option called “Network Admin”.
So now I wish to follow the “WordPress MU Sitewide Tags Pages” plugin installation instructions which say I should go to Super Admin->Sitewide Tags but that option doesn’t exist.
Forum: Themes and Templates
In reply to: A basic theme to download and changeThanks ??
Forum: Themes and Templates
In reply to: A basic theme to download and changeThanks.
Can all of them be modified and used?
Forum: Fixing WordPress
In reply to: First insert to new table isn't workingFound the problem. Wrong field name.
user_id
should beuserId
.Forum: Fixing WordPress
In reply to: Mail isn't sent after local site registrationNo I haven’t.
Is it part of the wamp installation?
If not can you recommend a user-friendly one?Forum: Hacks
In reply to: Need help with my first pluginHi Tim.
I already went through these guides several times and really wrecked my brain trying to find the answers before I posted my questions here but with no luck.
I would really appreciate a more specific guidance.
Thanks.Forum: Fixing WordPress
In reply to: please, HELP!Hi Dganit,
If I’m correct about your native language than this page can help you –
https://www.maorb.info/wordpress/2010-07/save-wordpress-site-urlAmit
Forum: Fixing WordPress
In reply to: Site not showing well with IE7Can’t say that I have.
Didn’t know about it.
Thanks for that.Can you say what in my code causes the bad IE7 display?
Forum: Fixing WordPress
In reply to: Site not showing well with IE7Sorry for bumping.
That’s the only thing holding me from delivering the site to the customer.Any idea anyone?
Forum: Fixing WordPress
In reply to: Fade between images with jQueryFinally, got it to work.
The problem was with the css and me not fully understanding how the plugin is supposed to work.
The plugin has been working since the first change I applied in this post.
The images are supposed to be one on top of the other and only the top one is supposed to fade out and reveal the bottom one. I thought the other one was supposed to fade in so when I saw it didn’t I was sure to script wasn’t fully working.
So, the first one was fading out but the second one was located somewhere else.
After putting them together with the correct code in the css it’s been working.here’s the correct style.css code:
.fadehover { position: relative; } img.a { position: absolute; left: 0; top: 0; z-index: 10; } img.b { position: absolute; left: 0; top: 0; }
Forum: Fixing WordPress
In reply to: Fade between images with jQueryAnybody?
Sorry for bumping but this is the first time I’m diving into WP code and I’ve been trying to solve this for 3 days now with no luck.
Would really appreciate any kind of help.