jimpepe
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping Address not showing on receipt or mailI am having this issue too but I have version Version 2.2.10
Forum: Plugins
In reply to: [Advanced iFrame] Scroll to top and auto heightSorry about that, I got it working, I was missing a few pieces that I pulled from the example.html file.
FYI: I Just wasted nearly an hour troubleshooting because I updated Jetpack and inadvertently activated the new Contact Form portion. This caused the short codes to not expand on my home page (will not work in Widget Areas only on Pages/Posts) for my Contact Form 7 plugin, hence both my client home page contact forms were dead during this time, replaced by visible un-expanded short code from Jetpack Contact Form. Be fore Warned the Jetpack Contact Form will conflict with Contact Form 7 (my testing was with Contact Form 3.1.1 and 3.1.2, WordPress 3.1.3 and Jetpack Contact Form 1.3 released April 23 2012).
James Pepe
James Pepe Designs
WordPress Web Design & SEOForum: Plugins
In reply to: [Plugin: Simple Real Estate Pack] CSS issues with TabsHi maxchirkov, thanks for the code, it worked great. I asked permission from StudioPress to send you the theme but they didn’t like that idea too much. Those guys have been very good to me I don’t want to piss them off ??
I’d be happy to test anything you need email me at jimpepe at gmail I have agent press child theme with Genesis framework all most recent versions available.
On another note, is it possible to turn off that little extra under the Google map that says “Main Marker” and for that matter if I can make it so may MacBook double finger scroll doesn’t invoke map zoom, then we’re really be close to perfection.
Thanks,
JimForum: Plugins
In reply to: [Plugin: Simple Real Estate Pack] CSS issues with TabsHello, the issue is this section in style.css
#content .post ul li, #content .page ul li {
list-style-type: square;
margin: 0 0 0 20px;
padding: 0;
}Must be changed to this (and I have changed it):
#content .post ul li, #content .page ul li {
list-style-type: none;
margin: 0 0 0 0px;
padding: 0;
}However of course, if any unordered lists are added to my pages or posts, they won’t have a left margin or squares.
Also the button are still further above the double line with some padding that I don’t think is intended.
How can I send you the theme?
Thanks for your help,
Jim