Robert Dall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tweet Embed StyleYa that was my only issue it was the white against my darker theme background…
Other then that I was happy with the embed…
Forum: Fixing WordPress
In reply to: Tweet Embed StyleI have some bad news and some worse news:
By Default Twitter is not a fan of you messing with the style of there embed…
Forum: Fixing WordPress
In reply to: Tweet Embed StyleHey Andrew
I tried that on my sandbox build on Twenty Twelve http://sandbox.robertdall.com/?p=853
To no avail 🙁CSS is just below reset in the CSS sheet.
Forum: Fixing WordPress
In reply to: Tweet Embed StyleDamn cross posting… I didn’t see you reply… When I posted… I will try one of my dev builds and post a reply…
Forum: Fixing WordPress
In reply to: Tweet Embed StyleSo would you say this is an error / omission in Twenty Thirteen?
Can it be attributed to that?
Forum: Fixing WordPress
In reply to: Tweet Embed StyleHi Andrew
Thanks for such a quick response.
I did try that to no avail.
What I suspect is the issue is that when you emded the tweet it embeds and iframe and long with that iframe comes a whole lot of inline style. See bottom of post.
I tried the Chris Coyer method:
http://css-tricks.com/override-inline-styles-with-css/and I got a border to apply (since removed) But I couldn’t change the background.
<iframe width="500" scrolling="no" height="260" frameborder="0" id="twitter-widget-2" class="twitter-tweet twitter-tweet-rendered" allowtransparency="true" style="display: block; border-width: 1px; border-style: solid; border-color: rgb(238, 238, 238) rgb(221, 221, 221) rgb(187, 187, 187); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; max-width: 99%; min-width: 220px; padding: 0px; border-radius: 5px 5px 5px 5px; margin: 10px 0px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);" title="Embedded Tweet"></iframe>Forum: Themes and Templates
In reply to: Twenty Twelve / Twenty Thirteen Theme QuestionI guess adding the code would be extra helpful:
<?php /** * The template for displaying the footer. * * Contains footer content and the closing of the * #main and #page div elements. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ ?> </div><!-- #main .wrapper --> <footer id="colophon" role="contentinfo"> <div class="site-info"> <?php do_action( 'twentytwelve_credits' ); ?> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>Forum: Plugins
In reply to: [Image Watermark] Watermark existing imagesHi am I doing something wrong? I have tried to add my image watermark using Version 1.1.1 of you plugin on WordPress 3.6 beta 3 and it isn’t applying the water mark to the images. Is there something else I can help test?
Forum: Fixing WordPress
In reply to: Redirect links in subdomain install to root install.Yup that worked like a charm… Thanks!
Forum: Fixing WordPress
In reply to: Redirect links in subdomain install to root install.Thanks I will try that!
Forum: Fixing WordPress
In reply to: Redirect links in subdomain install to root install.Appreciate your reply and understand what concept you are trying to use, but I want to remove the blog entirely from the url string.
Forum: Alpha/Beta/RC
In reply to: [Twenty Thirteen] post format gallery post fails in ie9-10Sorry couldn’t be of more help…
I would also try with Firefox and/or Chrome… Or maybe it is one of the user settings with IE…
But that is only a guess on my part…
Forum: Alpha/Beta/RC
In reply to: [Twenty Thirteen] post format gallery post fails in ie9-10Maybe try a different browser and see if your computer gives you the same result?
A couple of us tried to replicated you result and couldn’t so I am thinking it might be your computer…
Forum: Alpha/Beta/RC
In reply to: [Twenty Thirteen] post format gallery post fails in ie9-10Hi Compute,
I wasn’t able to replicate your results. Here is what I did to try to replicate and at the link to my dev site.
WP 3.6-beta1-23997
- Create a new post
- Pick Gallery Post format
- Create a gallery from a collection of images already in my media library
- Click Publish
- Hover over image and only the title of the image appears
I then viewed my gallery in IE 8, 9, 10 and I couldn’t get the hovering effect you spoke of…
You can see my gallery here: http://sandbox.robertdall.com/in-memorial/
Forum: Fixing WordPress
In reply to: Adjust Height.Can you mark your question as “resolved” (drop-down menu in the right column) it would be appreciated. Helps everyone keep better track of whose issues are still outstanding. Thanks!