Forum Replies Created
-
AuthorPosts
-
Jumpringer
MemberThanks for your response.
Jumpringer
MemberThank you - much appreciated!
Jumpringer
MemberThanks Cristoph. It looks like adjusting the GA tracking code is the answer.
Jumpringer
MemberTom,
Thanks for your reply. The Chris Harmsworth site is attractive and close to what I'd like to do.
What is the total bit rate for the videos shown on chrisharmsworth.com?
I ask because videos with tbr's of 1200 - 3000kbps will play without problem, but pixelation is a issue, especially when the video contain scenes with a lot of movement.
Also, is it possible for the videos on chrisharmsworth.com to play automatically and eliminate the player bar?
I wonder if forcing the viewer to click the "play" button affects how the video is initially cached for viewing.
Valerie
Valerie
June 9, 2015 at 9:23 am in reply to: Google page speed recommends gzip, but WP Supercache is already installed #155579Jumpringer
MemberHi itzsnider - it's great not only to hear from a fellow Baltimoron, but a Towsonite as well !
Thanks for your response - I will check out the 3dTotal Cache. Did not know that a host could offer this .
I think I know the problem with my site... it's a matter of pointing to the correct directory.
Jumpringer
Membercache plugin helped
December 9, 2014 at 9:06 am in reply to: Soliloquy Free – remove transparent caption background #134080Jumpringer
Membersolution:
.cap.soliloquy-container .soliloquy-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1120;
/* background: rgba(0,0,0,.5); */
background: rgba(0,0,0,0);
}December 5, 2014 at 8:19 pm in reply to: Minimum Pro Theme: reduce content top margin in tablet and mobile #133766Jumpringer
MemberHello,
If you are trying to reduce the amount of white space between the clickable menu and content, then:
Your CSS states:
.site-header {padding-bottom:100px;}
You will need to update your CSS under media queries for the affected screen sizes by adding this line of CSS (with no or reduced padding) to eliminate the big white space.
December 5, 2014 at 7:46 pm in reply to: Soliloquy Free – remove transparent caption background #133762Jumpringer
MemberYes, it't the transparent black background behind the white captions at the bottom.
Jumpringer
MemberThanks for the note, Jamie.
I have an old iPad; maybe that's why you see the phone# in black, if you have a newer model.
Also, when I ran a cross browser check, the phone# was black in all cases.
I will try the CSS, though. And maybe get a new iPad 🙂
September 23, 2014 at 9:01 am in reply to: How to center Home Bottom Widget Titles on Outreach Pro? #125429Jumpringer
Member.featured-content .entry-title {
font-size: 20px;
text-align:center; /* home-bottom titles centered*/
}Jumpringer
MemberSusan,
Thanks so much! This solved the issue of enlarging the logo, yet keeping it responsive.
Appreciate your fast response.
Jumpringer
MemberBill, thanks for your thoughtful reply. I'll check out your other posts on this topic.
June 25, 2014 at 1:26 pm in reply to: Seeking recommendations for an events registration plugin #111521Jumpringer
Memberthanks anitac - I hadn't considered Eventbrite but will take a look.
May 16, 2014 at 8:34 am in reply to: Remove Product Archive/Shop page display for Woo Commrce #105481Jumpringer
MemberThanks Brad, appreciate the link.
For anyone interested, I found the solution on this link:
http://www.skyverge.com/blog/hide-certain-woocommerce-subcategories-catalog/#comment-434102
Jumpringer
MemberLauren, that worked perfectly. Thanks very much 🙂
Jumpringer
MemberI've reopened this post b/c although my solution worked visually, it does not validate.
On each slider, I want all text after "..." to be in a different color.
Suggestions welcome.... thanks.
Jumpringer
MemberMany thanks - that worked!
December 19, 2013 at 12:36 pm in reply to: Contact Form Plugin that validates in wc3 validator #80273Jumpringer
MemberThanks Andrea.
I did run into the same validation issues with the Ninja plugin, although I'm glad to know about it.
I'll try creating a new template page with a simple contact form that I've used on regular (non WP) sites which require far fewer files.
Jumpringer
Memberresolved via css:
#sidebar-alt h4.widgettitle - added background image; this displays an image beneath the widget title and eliminates the itemprop validation error.
-
AuthorPosts