meeble
Forum Replies Created
-
having the same issue – my post here:
http://wordpress.org/support/topic/set_transient-not-working-with-apc-object-cache-backend?replies=1
I have checked the database – when APC Object Cache Backend is enabled, the transients are not being written to the wp-options table like they normally are.
I just installed NGG and am running into the same issue. Hopefully someone will offer a solution to this. I could go in and edit the PHP files to remove that link, but I’d prefer a more elegant solution.
Here’s the link to my photo gallery HERE
Then again, the very same “Show as slideshow” link on NGG’s home page doesn’t work for me either – so I doubt it has anything to do with my site’s configuration:
http://www.nextgen-gallery.com/displaying-galleries-overview/Thanks,
DevinForum: Fixing WordPress
In reply to: 404 error – not sure how to troubleshootno, there are no plugins enabled. That Facebook code is just manually placed in my header.
Forum: Fixing WordPress
In reply to: 404 error – not sure how to troubleshooteven with all plugins disabled, I am getting the 404 error. Strange. Any other ideas?
Forum: Fixing WordPress
In reply to: 404 error – not sure how to troubleshootnice – thanks for the tips!
Forum: Fixing WordPress
In reply to: 404 error – not sure how to troubleshootgood idea – i wish WP had a safety mode or something that would disable all enabled plugins and then you could revert back to normal with one click. I have a ton of plugins installed, so it’s quite the task…
Forum: Fixing WordPress
In reply to: using tel: links in wp_nav_menuactually, this is my code:
<script language="javascript" type="text/javascript"> <!-- $(document).ready(function(){ $('.far-right a').attr('href','tel:602-315-0000'); }); //--> </script>Forum: Fixing WordPress
In reply to: using tel: links in wp_nav_menuIs there any specific way to include/insert that javascript code to make it work correctly? I tried doing something like this which didn’t work:
<script language="javascript" type="text/javascript"> <!-- $(document).ready(function(){ $('.far-right a').attr('href','tel:602-315-0000'); }); --> </script>Forum: Plugins
In reply to: [Plugin: W3 Total Cache] is breaking my RSS feedis anyone else experiencing this?
Forum: Fixing WordPress
In reply to: 3 column and 4 column gallery on the home page breaks!Ok, I figured out that my “Lightbox Gallery” plugin was causing this issue. Thanks.
Forum: Fixing WordPress
In reply to: 3 column and 4 column gallery on the home page breaks!Yes, I am on WP 3.3. Perhaps one of my plugins is interfering with the default WP gallery functionality? I’ll check on that. It’s not a theme issue, as I just changed themes to twentyeleven, and nothing changed.
Forum: Fixing WordPress
In reply to: 3 column and 4 column gallery on the home page breaks!I totally agree with you, but I didn’t add those bits of inline CSS – I assumed WordPress did by default.
Forum: Fixing WordPress
In reply to: 3 column and 4 column gallery on the home page breaks!Doesn’t it seems like each gallery should have a unique CSS code, something more like:
.gallery1-item {
width:25%;
}gallery2-item {
width:25%;
}Forum: Plugins
In reply to: [Plugin: W3 Total Cache] pagespeed says I need to compressI’m still having the same problem. Also, something about W3TC minify being enabled keeps breaking my RSS feed for the site. hmmm…
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] pagespeed says I need to compressHi kaidez,
Thanks – I’ll try your idea and let you know if it worked for me.