Jojo21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] How to add a favicon ?THX 😉
Forum: Themes and Templates
In reply to: [raindrops] How Do I Remove Posted By, ETC.?hi,
if you only want to remove the “posted by” try this/* Remove posted-by */
.vcard, .meta-sep,
.posted-on {
display:none;
}in your child-theme
Forum: Themes and Templates
In reply to: [raindrops] How Do I Remove Posted By, ETC.?hi, for me worked this
/* Remove posted-on*/
.entry-meta-default,
.posted-on {
display:none;
}Forum: Themes and Templates
In reply to: [raindrops] gradient for search-buttonhi,
50% nice. It changes the color of the “search-FIELD” but i want to change the “search-BUTTON”but with a litte modification it works
#searchform input#searchsubmit {
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#ee5e00));
-webkit-box-shadow: 1px 1px 3px #000000;
border-top: 1px solid rgba(100,100,100,1);}
1000 thx 🙂
Forum: Plugins
In reply to: [Events Made Easy] missing location info bubble and pin on google-mapsNice, 1000 thx problem is solved 🙂
I had to reset the events kalender. But for others with the same problem i made a example-side and will not delete it http://www.andreas-kuemmert.de/eme-plugin/
Forum: Plugins
In reply to: [Events Made Easy] missing location info bubble and pin on google-mapsHi,
latitude and logitude are correct. It only seems that the map is a little bit “dispaced”. I tested it with the standard preimplantated events “Orality in James Joyce” and there is also no location-pin and no balloon-bubble. I checked all i could find in the forums and help-files like <?php wp_head(); ?> etc. I played with some settings who includes “format”.I think the problem has something to do with the zoom or the offset. I made a new example at http://www.andreas-kuemmert.de/events/1/orality-in-james-joyce-conference/
Forum: Themes and Templates
In reply to: [raindrops] Some changes to main menu bar – corners,gradient..?THX 🙂 this works nice
Forum: Themes and Templates
In reply to: [raindrops] adding a gradient as backroundok, done. Child theme build and activated. And now?