dizzyvapor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress upgrade taking 2 hours so farOk, I fixed it. My original problem was fixed by disabling plugins, which I should have done first. Opps
Forum: Fixing WordPress
In reply to: WordPress upgrade taking 2 hours so farCan you elaborate? Should I just do a standard upgrade on my own? I can’t access my dashboard right now. I’m just not sure what to do when it freezes in the middle of an upgrade.
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] Facebook avatar not showing upI dunno, two other people have commented and their profile photos aren’t showing up. That or they aren’t really logging in with Facebook like they think they are. Facebook Connect seems to work nicely though and automatically logs you in if you’re on Facebook so maybe I’ll just go with that.
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] Facebook avatar not showing upI’m poking around in Jetpack now. While it has a lot of handy features that I will make use of, I don’t think it really does what I want with comments. I like the Social Connect plugin since it allows users to login and comment on posts with a variety of social media accounts and integrates well (aside from the profile pictures not showing up of course). Willing to explore any very similar plugins though.
Thanks for sharing Jetpack! Will definitely be using it.
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] Facebook avatar not showing upI tried changing my WordPress email to something different than Facebook and that didn’t work. It still logged me in as admin.
Forum: Plugins
In reply to: [Social Connect] [Plugin: Social Connect] Facebook avatar not showing upI’m having the same problems. It would be ideal if the person’s Facebook/Twitter user icons could appear next to the comment. I really want to promote social interaction and I feel like a bland placeholder icon isn’t great for that.
I’d also like to be able to login with different accounts but it keeps defaulting me to my “admin” account even when I tell it to log me in with a different account ??
I am having the same problem after making some edits to htaccess. I undid all of my changes though and still all of my pages are showing up without a stylesheet. I tried changing the permalink settings like stvwlf said to do but it’s still broken.
Forum: Fixing WordPress
In reply to: Hide caption front pageThanks for solving this! sandman1485, would you happen to know how I can modify this code so it doesn’t show captions on archives and search results too?
Forum: Fixing WordPress
In reply to: NextGEN images being stretchedI found the culprit! It was in nggallery.css:
.ngg-galleryoverview div.pic img{ width: 100%; }
I just deleted the width and it looks great now.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] prevent image from resize upI found the problem while poking around in the stylesheet! You must edit nggallery.css and change this
.ngg-galleryoverview div.pic img{ width: 100%; }'
Just get rid of the width or adjust it to your liking.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] prevent image from resize upDid you ever find a solution to this? I am having the same problem it seems. Carousel stretches my images for some reason. It’s mainly annoying on portrait style images https://vineyandp.com/?page_id=168
Forum: Fixing WordPress
In reply to: 3.0 MenusNevermind. Looking at this page helped me out: https://codex.www.ads-software.com/Function_Reference/wp_nav_menu
I decided to make a template for the page that has subpages and put a different custom menu on it using this code:
<?php wp_nav_menu( array('menu' => 'Project Nav' )); ?>
Forum: Fixing WordPress
In reply to: Gallery stopped appearingOk, it magically started appearing again. This was not an isolated incident because it was gone for a few days and wouldn’t appear on a number of posts that I was making. I don’t know what happened but I am glad to see it working again.
Forum: Fixing WordPress
In reply to: Set the first image as thumbnail when non is specifiedI’m using Silverstar for the theme
Yes, I am comfortable modifying PHP.
Forum: Fixing WordPress
In reply to: 404 Error when clicking Older EntriesIt already does link to the previous post, but it’s broken when I click it.
Right now I changed it to link the the archives but I’d still like to resolve this.