rkevins
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sharing posts with facebook, twitter, etcHi
Thank you, I appreciate the reply and info!
I’ll plunk for the second. I bought a theme, Panels, and activating Jetpack seemed to screw up a horizontal page I’d created (pics appeared at bottom cut-off and wouldn’t center).
Probably something in the theme clashed with it.
So the second, which seems excellent, I’ll give it a shot.
best
rkevinsForum: Fixing WordPress
In reply to: Centering pics in horizontal pageHi
Googling my problem got this code to add to the Custom CSS window:.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
That seems to work. “Woo-hoo,” he celebrated…
best
rkevinsForum: Fixing WordPress
In reply to: Move block of text to right a bit—padding?Thanks, TrishaM, much appreciate the look-see and reply!
I had posted to his support forum, his suggestion, and it seems to have worked, was: Try adding the following to your Custom CSS box on the Customize page…
#director-s-statement .pageContent {
padding-left: 80px;
}Yippee! (Ah, life’s little victories.)
best
rkevinsForum: Fixing WordPress
In reply to: Activating plug-in: WP Super CacheThanks!!
Forum: Fixing WordPress
In reply to: Inserted pics start near middle of page, cut off at bottomThanks for the reply!
I’m using Panels, by The Molitor. It’s basically a one-page scroll
I’m no genius with coding and am no web developer, either, but I’ll take a look.
I use Firefox, I’ll see what’s up with the firebug add on.
If it’s any use, the page is the last on the menu: ‘Jame’s Art’ at http://www.lifeneverbegins.com/
It’s a ‘horizontal’ with 7 pages.
best
rkevinsForum: Fixing WordPress
In reply to: Name (Caption?) doesn't show under titleThank you, sir, that is very much appreciated!
Forum: Fixing WordPress
In reply to: Name (Caption?) doesn't show under titleThanks for the reply!
.gallery-item .gallery-caption {font-size: 10px; display: none;}
Yes, that line is in the style.css. So if it is and that’s the reason it’s hiding the image captions, just looking at ‘display: none;’ ‘none’ should be ‘inline-block’ or something else, right?
Thanks again, much appreciated!!
best
rkevinsForum: Fixing WordPress
In reply to: Links to pics: How to bypass attachment page in galleryHi,
Thanks!Forum: Themes and Templates
In reply to: So close, a couple nitsNo problem, I appreciate your reply! That’s all I need to know. I’ve posted to that theme’s forum and he has replied. We’re working on it.
best
rkevinsForum: Fixing WordPress
In reply to: Adding faviconExcellent. Thanks!