coachjoe
Forum Replies Created
-
Forum: Plugins
In reply to: MaxButtons in the sidebar?I got this source code from site…not sure if it helps…I noticed that the colors used are different from “Day 1” to “Day 2” – but I think this has to do with how the WP theme (Weaver II) I’m using sets up the formatting for the sidebar…the php code (I thought!) was supposed to override the theme formatting…hmmmm….
DAY 1 (works!)
<p></div> <div style="margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;"> <script type="text/javascript">mbpro_loadFontFamilyStylesheet("Open Sans");mbpro_loadFontFamilyStylesheet("Ubuntu");</script> <style type="text/css">a#maxbutton-11 { text-decoration: none; color: #514e99; } a#maxbutton-11 .maxbutton { width: 170px; height: 55px; background-color: #fafcfb; background: linear-gradient(#fafcfb 45%, #ffffff); background: -moz-linear-gradient(#fafcfb 45%, #ffffff); background: -o-linear-gradient(#fafcfb 45%, #ffffff); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, #fafcfb), color-stop(1, #ffffff)); border-style: solid; border-width: 1px; border-color: #ffffff; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; text-shadow: 0px 1px 0px #ffffff; box-shadow: 0px 0px 2px #c4c4c4; } a#maxbutton-11 .maxbutton .text { color: #514e99; font-family: Open Sans; font-size: 20px; font-style: normal; font-weight: bold; text-align: center; padding-top: 9px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; line-height: 1.0em; } a#maxbutton-11 .maxbutton .text2 { color: #514e99; font-family: Ubuntu; font-size: 12px; font-style: normal; font-weight: normal; text-align: center; padding-top: 0px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; line-height: 1.0em; } a#maxbutton-11 .maxbutton .icon { padding-top: 11px; padding-right: 0px; padding-bottom: 0px; padding-left: 8px; } a#maxbutton-11 .maxbutton .icon img { background: none; border: none; padding: 0px; margin: 0px; } a#maxbutton-11 .maxbutton .icon.left { float: left; } a#maxbutton-11:visited { text-decoration: none; color: #514e99; } a#maxbutton-11:hover { text-decoration: none; color: #514e99; } a#maxbutton-11:hover .maxbutton { background-color: #fcf7fc; background: linear-gradient(#fcf7fc 45%, #fafcfb); background: -moz-linear-gradient(#fcf7fc 45%, #fafcfb); background: -o-linear-gradient(#fcf7fc 45%, #fafcfb); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, #fcf7fc), color-stop(1, #fafcfb)); border-color: #ffffff; text-shadow: 0px 1px 0px #ffffff; box-shadow: 0px 0px 2px #c4c4c4; } a#maxbutton-11:hover .maxbutton .text { color: #514e99; } a#maxbutton-11:hover .maxbutton .text2 { color: #514e99; } </style> <p><a href="http://bullseyetheory.com/lpb-home/lpb-day-01/"> <div class="maxbutton"> <div class="icon left"><img src="http://bullseyetheory.com/wp-content/plugins/maxbuttons-pro/packs/chrome-icons/Arrow-Up-2blue.png" alt="" border="0" /></div> <div class="text">Life Purpose</div> <div class="text2">Blueprint-Day 01</div> <div style="clear: both;"></div> </div> DAY 2 (doesn’t work!) <p></a></div> <div style="margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;"> <script type="text/javascript">mbpro_loadFontFamilyStylesheet("Open Sans");mbpro_loadFontFamilyStylesheet("Ubuntu");</script> <style type="text/css">a#maxbutton-13 { text-decoration: none; color: #514e99; } a#maxbutton-13 .maxbutton { width: 170px; height: 55px; background-color: #f9faf5; background: linear-gradient(#f9faf5 45%, #fafaf7); background: -moz-linear-gradient(#f9faf5 45%, #fafaf7); background: -o-linear-gradient(#f9faf5 45%, #fafaf7); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, #f9faf5), color-stop(1, #fafaf7)); border-style: solid; border-width: 1px; border-color: #ffffff; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; text-shadow: 0px 1px 0px #ffffff; box-shadow: 0px 0px 2px #c4c4c4; } a#maxbutton-13 .maxbutton .text { color: #514e99; font-family: Open Sans; font-size: 20px; font-style: normal; font-weight: bold; text-align: center; padding-top: 9px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; line-height: 1.0em; } a#maxbutton-13 .maxbutton .text2 { color: #514e99; font-family: Ubuntu; font-size: 12px; font-style: normal; font-weight: normal; text-align: center; padding-top: 0px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; line-height: 1.0em; } a#maxbutton-13 .maxbutton .icon { padding-top: 11px; padding-right: 0px; padding-bottom: 0px; padding-left: 8px; } a#maxbutton-13 .maxbutton .icon img { background: none; border: none; padding: 0px; margin: 0px; } a#maxbutton-13 .maxbutton .icon.left { float: left; } a#maxbutton-13:visited { text-decoration: none; color: #514e99; } a#maxbutton-13:hover { text-decoration: none; color: #514e99; } a#maxbutton-13:hover .maxbutton { background-color: #f9faf5; background: linear-gradient(#f9faf5 45%, #fafaf5); background: -moz-linear-gradient(#f9faf5 45%, #fafaf5); background: -o-linear-gradient(#f9faf5 45%, #fafaf5); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, #f9faf5), color-stop(1, #fafaf5)); border-color: #ffffff; text-shadow: 0px 1px 0px #ffffff; box-shadow: 0px 0px 2px #c4c4c4; } a#maxbutton-13:hover .maxbutton .text { color: #514e99; } a#maxbutton-13:hover .maxbutton .text2 { color: #514e99; } </style> <p><a href="http://bullseyetheory.com/lpb-home/lpb-day-02/"> <div class="maxbutton"> <div class="icon left"><img src="http://bullseyetheory.com/wp-content/plugins/maxbuttons-pro/packs/chrome-icons/Arrow-Up-2blue.png" alt="" border="0" /></div> <div class="text">Life Purpose</div> <div class="text2">Blueprint-Day 02</div> <div style="clear: both;"></div> </div></a>[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code has been permanently damaged/corrupted by the forum’s parser.]
Forum: Plugins
In reply to: MaxButtons in the sidebar?None of the Button setups have the Container box checked.
Forum: Plugins
In reply to: MaxButtons in the sidebar?The first TWO buttons (out of 12) appear, then the rest default to the theme formatting for the Upper/Right Sidebar, so the “arrow” (from the MaxButtons Pack) shows and the text shows, but NOT as a Button.
Forum: Plugins
In reply to: MaxButtons in the sidebar?I initially added the buttons using the the Text Widget box and simply posted the Shortcode for the Button…when that didn’t work so hot, I searched further and came to the solution we’ve been discussing…so now, in the Text Widget, sits the php code that you provided with reference to the Button Shortcode within…
Forum: Plugins
In reply to: MaxButtons in the sidebar?Yeah…wacky, huh? What I’ve done is added a Plain Text Widget to the Upper/Right Sidebar…the first SIX buttons show with all this code surrounding each button, then the next SIX buttons get pushed back into to the Sidebar default formatting, showing the button pic, but not the the button itself, plus all this code surrounding…this “fix” would work like genius if I could only add the proper php code to precede the button shortcode and place that anywhere I want…hmmmm…
Forum: Plugins
In reply to: MaxButtons in the sidebar?Er…duh! On my part! Here is the link: http://bullseyetheory.com/maxbuttons/
Forum: Plugins
In reply to: MaxButtons in the sidebar?I updated the post…didn’t show the link…does now…
Forum: Plugins
In reply to: MaxButtons in the sidebar?Max:
Thanks for the response…I KNOW that once I get this to work, I will start flying with the pages I’m creating…looking forward to your response.
Forum: Plugins
In reply to: MaxButtons in the sidebar?Max:
Oh,BTW…I am using 12 buttons consecutively and the button is only showing on the first 5…I know it has something to do with the Theme/Widget/Formatting=Background, yet I thought this “fix” was the way around that…and so far, it works (on the first five buttons!) and STILL reveals:
“mbpro_loadFontFamilyStylesheet(“Open Sans”);mbpro_loadFontFamilyStylesheet(“Ubuntu”);
‘); ?>”around each button…help!
Forum: Plugins
In reply to: MaxButtons in the sidebar?Max:
I used the:
<div style=”margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;”>
<?php echo do_shortcode(‘[maxbutton id=”17″]’); ?>
</div>
solution and it seems to have solved my problem, yet what the “style” information is now revealed in addition to the button being shown correctly…any way to use the “<?php echo do_shorthcode, etc.” and hide the “style/formatting” data thats being shown?Thanks!
BTW, your buttons plugin ROCKS and i’m learning how to use it MANY places on my site…
Forum: Plugins
In reply to: MaxButtons in the sidebar?Max:
I used the:
<div style=”margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;”>
<?php echo do_shortcode(‘[maxbutton id=”17″]’); ?>
</div>
solution and it seems to have solved my problem, yet what the “style” information is now revealed in addition to the button being shown correctly…any way to use the “<?php echo do_shorthcode, etc.” and hide the “style/formatting” data thats being shown?Thanks!
BTW, your buttons plugin ROCKS and i’m learning how to use it MANY places on my site…