brabuhr
Forum Replies Created
-
Forum: Plugins
In reply to: [WP SEO HTML Sitemap] Blog posts shown under ‘Site Map’ headerNevermind. Solver it by editing the plugin and writing
<div id="sitemap_posts"><h3>Blog Posts</h3><ul>
instead of'; if ( $postsURL !== '' && $postsURL !== get_permalink($options['pageID']) ){ $goHtm .= '<a href="'. $postsURL .'">'. $postTitle .'</a>'; }else{ $goHtm .= $postTitle; } $goHtm .= '
Forum: Plugins
In reply to: Publicize posting to facebook twiceThe only solution I’ve found is to not use Jetpack publicize. :p
Forum: Themes and Templates
In reply to: [Theme Intuition] Submit button style overridenHi Wolf’s Brain,
Thanks for the quick reply. Unfortunately I have code similar to that in my stylesheet already (using contact form 7):
.wpcf7-f890-p788-o1, input[type=submit] { background: #3498db; border-radius: 10px; font-family: Lato, sans serif; font-weight: 700; color: #fff; font-size: 20px; padding: 10px 20px 10px 20px; text-transform: uppercase; } '
But it doesn’t override the default gradient that’s being applied somewhere. It’s in some random inline stylesheet that I can’t figure out where is. This is it:
a:link, a:visited, .primary-color, .menu-main .current_page_ancestor > a, .menu-main .current-menu-item > a { color:#387f6f; } .primary-color-bg, .menu-portfolio .current-cat a { background-color:#387f6f; } .button-default, .button-default:link, .button-default:visited, input[type=submit] { background:#387f6f; background:-moz-linear-gradient(top, #387f6f 0%, #064d3d 100%); background:-webkit-linear-gradient(top, #387f6f 0%,#064d3d 100%); background:linear-gradient(to bottom, #387f6f 0%,#064d3d 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#387f6f', endColorstr='#064d3d',GradientType=0 ); text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5); border-color:#064d3d; } .button-default:hover, input[type=submit]:hover { background:#387f6f; }
Thanks for your help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Making a column a headerThanks! Issue has been resolved. ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] change color of text on hoverHi Tobias!
Here’s the page with the table. Please excuse the super messy code! Still have a lot of cleaning up to do.
Thanks for the reply!!
Forum: Themes and Templates
In reply to: [Intuition] Image in homepage boxes (meta boxes)Figured it out using custom fields and editing the header.
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Inserting image next to seach boxThank you for the quick reply! I have a child theme now. ??
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Hover event box too far to the rightAnybody?
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Hover event box too far to the rightAlso, the example above shows it under a 1280 x 960 resolution.
On a 1920 x 1200 resolution in FF it actually ends up looking like this: https://gyazo.com/cba078560cb4897e8b976c9ea4f89c04.png
This of course looks awful and leads me to believe that the distance is set by a percentage and not in pixels. I just need to know what file it is that determines the spacing.
Any ideas?
Forum: Themes and Templates
In reply to: (piano-black theme) Image hover area too largeHi,
Of course, I’m sorry about that.
Here’s a working link: https://www.nostatic.minti.orgAs you can see when you hover to the right of both the RSS feed link at the top and the right of the ‘read more’ icon under a post, it’ll show up as a link even when it’s on the other side of the page.
How would I go about fixing this?
Thanks!Forum: Themes and Templates
In reply to: Rounded corners box widgetsThanks for your reply :). Unfortunately setting the padding to zero resulted in this: https://gyazo.com/33657602cad6db318f220cf60494fb8b.png
I will take a look at the before and after widget parameters, but I’m not very knowledgeable in that area.
I feel there has to be another way around it.