bjorn@elementMEDIA
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery Masonry Image Gallery] Lazy Load or Infinite ScrollIt is so close to working with “a3 Lazy Load” but not quite.
Forum: Plugins
In reply to: [jQuery Masonry Image Gallery] Only working after second loadingHi Theresa,
Did you manage to get this to work? It looks like you did.
Thanks ??
Forum: Plugins
In reply to: [WP Real Estate] Error: Warning: Cannot modify header information…I can’t see any errors anymore.
Thanks for the last reply, you must be a good developer considering you followed up with this.
Thanks again ??
Forum: Plugins
In reply to: [WP Real Estate] Error: Warning: Cannot modify header information…Thanks for the reply hozyali.
That’s what I ended up doing. I would love to know what caused the issue though. I had to disable the plugin and make a few updates perhaps it was a coincidence that I was working on the site when it decided to desperately need to be updated.
Not sure, either way keep your plugins updated people. This was a site that had been neglected by a previous developer, my client has gotten rather upset and I hope realises that it was the previous developers fault.
Thanks again hozyali ??
Thanks for the quick response Cais and thanks for your suggestion. I wasn’t sure how the plugins were fitting together. I’ll follow up with wp-realestate.
Thanks ??
Forum: Fixing WordPress
In reply to: 2 Domains for 2 sections of siteThanks catacaustic,
I was looking into Multisite but couldn’t find anything to suggest that it would do exactly what I was trying to achieve.
I’ll be installing Multisite ??
Thanks again catacaustic.
Forum: Fixing WordPress
In reply to: 2 Domains for 2 sections of siteSorry Seacoast Web Design I didn’t receive a notification of your reply.
I didn’t want to go down the sub-domain route. Both of these business’ even though related are being marketed separately, they both have their own domain.
If I built this site without a cms I would be redirecting the navigation links to a completly different site, the user wouldn’t necessarily know as it looks similar, colours are different logo only slightly different but then I could focus seo on the two separate business’ easily.
Surely this can be done with a wordpress site without having two separate installations. Or do I have to setup two installations and run it like I have suggested above?
Can’t wait for a custom field option, this will make kNews very powerful and one of the things I’m waiting for in an update ??
Is there an easy way to implement an external user: add, activate, deactivate, etc. yet?
Just wondering as I’m having problems adding the above solution.
Thanks
BjornForum: Plugins
In reply to: [ Plugin: NextGen Gallery ] multiple upload issues…After a week or so trying to figure out what has been causing issues with multiple uploads in the NextGen Gallery I have solved the problem.
I have the site in question hosted on my VPS, I didn’t think I had set any upload restrictions, however by default php had a “upload_max_filesize” limit of 2MB.
How to fix this on your VPS in WHM.
Go to Service Configuration > PHP Configuration Editor then change your “upload_max_filesize” to what ever limit you would like to set, I set mine to 64MB, it should do the job for what my clients need it for.
If you are using shared hosting, ask your hosting provider to change the “upload_max_filesize” for you.
Hope this might help others out there having the same problem I had.
Happy creative coding everone.
Forum: Plugins
In reply to: [ Plugin: NextGen Gallery ] multiple upload issues…Getting real sick of trying to get this to work.
I’ve upped the following in my php.ini:
- max_exucution_time
- max_input_time
- memory_limit
- upload_max_filesize
- post_max_size
These all appear to have worked but still get errors. I also added upload_tmp_dir, I have no idea if that’s working yet, I’m assuming it is as files under 2MB work. Also edited the .htaccess file with the following:
<IfModule mod_security.c>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>Surely the devs actually reply to their support requests on here.
Otherwise… anyone else have any ideas?
My next attempt will be editing the WordPress “upload.php” file.
Fingers crossed this works, this is all I’m waiting on to get my clients site up, he’s getting a bit anxious now.
Forum: Plugins
In reply to: [ Plugin: NextGen Gallery ] multiple upload issues…Anyone?