ranieri71
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Should I upgrade theme to twenty thirteen?OK thanks for the feedback!
I would be willing to try this but I am not sure what file should be updated.
Is there any way to include this text where it will be visible in IE8?
Now that I think about it I recall the search bar was one of the areas we changed in the child, I think to reduce the size. I guess it won’t hurt to put the code in here. Let me know if you see anything that you think could be causing this or if this is the wrong section of code.
/* Search Form */ #branding #searchform { position: absolute; top: 3.8em; right: 3.6%; text-align: right; } #branding #searchform div { margin: 0; } #branding #s { float: right; -webkit-transition-duration: 400ms; -webkit-transition-property: width, background; -webkit-transition-timing-function: ease; -moz-transition-duration: 400ms; -moz-transition-property: width, background; -moz-transition-timing-function: ease; -o-transition-duration: 400ms; -o-transition-property: width, background; -o-transition-timing-function: ease; width: 72px; } #branding #s:focus { background-color: #f9f9f9; width: 196px; } #branding #searchsubmit { display: none; } #branding .only-search #searchform { top: 5px; z-index: 1; } #branding .only-search #s { background-color: #666; border-color: #000; color: #222; } #branding .only-search #s, #branding .only-search #s:focus { width: 85%; } #branding .only-search #s:focus { background-color: #bbb; } #branding .with-image #searchform { top: auto; bottom: -27px; max-width: 195px; } #branding .only-search + #access div { padding-right: 205px; }
checked this in IE 8 (also firefox 17.0.1).
Theme is child of Twenty Eleven, but with very minimal changes.
Thanks for your suggestions.
Have researched this exact question for hours. I don’t think it can be done. What I did was copy all the images into one gallery. Then linked the slideshow to that gallery. Not the best solution but was the only way I could do it. So in essence you have one “master gallery” that has everything and a bunch of other galleries that have it broken down how you really want it.
Forum: Themes and Templates
In reply to: Help with custom templateOK found more, in the file index.php I found this
<p><span class="eventTease"> <?php $eventTitle = $wpdb->get_row("select title from wp_events where theend >= unix_timestamp(curdate()) order by theend;", ARRAY_A); echo $eventTitle['title']; ?> <br /> <a href="?page_id=460">click for calendar of events</a></p>
So I updated the page_id to the new events page. However, how do I know the name of the table for instance from wp_events how do I know what this would be from my new plugin?
Forum: Themes and Templates
In reply to: Help with custom templateThere is something in the style.css that I think refers to this item I’m trying to edit:
.eventTease{ font-family:Georgia, "Times New Roman", Times, serif; color:#FFF; font-size:16px;}
I hope this helps someone help direct me to somewhere to update this.
Forum: Fixing WordPress
In reply to: How-to: Adding Social Media Icons to Twenty Eleven NavigationI found updated link:
https://digitalraindrops.net/index.php/twenty-eleven-social-icons-in-navigation/
Forum: Fixing WordPress
In reply to: How-to: Adding Social Media Icons to Twenty Eleven Navigationthis link is to content that no longer exists (or is wrong link)
Forum: Plugins
In reply to: [Get Post] [Plugin: Get Post] Added excerptThis sounds like something I could use. where exactly does this go in class-get-post-getter.php?
Forum: Fixing WordPress
In reply to: Not enough space in header for meny buttonssame problem here
Forum: Fixing WordPress
In reply to: How to Remove space above Page title in Twenty Eleven Theme!didn’t work for me either. I’ve made several changes to the style.css and they work fine, but this one is having no effect. Can there be some reasons for this?
And for Traicor433, you need to check the wordpress site for Creating a Child Theme, it is quite easy to do. Then you go to Dashboard > Appearance > Editor and make sure you select your Child Theme before editing. Alternatively you can use FTP to download the style.css (found in wp-content/themes/childtheme
Forum: Themes and Templates
In reply to: Twenty eleven border issueGreat info on child theme. Thank you!
I had the same problem – have loaded your plugin on all 4 of my blogs. 3 of the 4 worked perfect, the 4th had the same error as quelyn, but I followed your instructions and unchecked the javascript in footer in settings and reloaded the page and now works perfect.
Thanks so much, I really like the plugin it is simple and effective.