ericandmollie
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Side Tab] Open in a new tab?That worked perfectly, thank you so much! Your response was fast and your solution was explained well. Thanks again!
Any progress on this? I would like to put in my vote for this as well. Thanks, and keep up the good work!
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageI’m so satisfied with the outcome, excellent support, MaxButton!
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageThat would be great. Just a sec.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageHaha, no offense taken. Yes, I did hit save. Tried it again just now, to be sure, and no result. Do I need to paste anything else into the box other than the code you gave me:
.textwidget { position: relative; } .maxbutton-1 { position: absolute; top: 0; left: 10px; }Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageYou’ve been so patient, and I appreciate your persistent help! So, I found the “Custom CSS” box and entered:
.textwidget { position: relative; } .maxbutton-1 { position: absolute; top: 0; left: 10px; }…but nothing different happened to my layout. Did I enter the wrong bit of css?
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageOk, so I’ve just been schooling myself on FTP and Child Themes. I’m so close to getting a Child Theme up and running, but on my Themes page it shows up as broken. Says my stylesheet is missing. This is what I have:
/* Theme Name: Pinboard Child Theme URI: http://www.douglascountydaughters.com Description: Child theme for the Pinboard theme Author: Mollie Ziegler Author URI: http://www.douglascountydaughters.com Template: pinboard Version: Child 1.0.0 */ @import url("../pinboard/style.css");Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageOk, in the editor I have a bunch of .php choices. I know which .php to edit for this specific area that I’m working on. But I’m guessing I need to use a .css file. There are two choices in the editor: the Stylesheet (style.css) and the Visual Editor Stylesheet (editor-style.css). There is also css for the specific button within MaxButton.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageHaha…that’s what you get when you deal with a newbie like me. I will try…
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageOk, in the widget I tried it like this:
<a href="http://www.douglascountydaughters.com/?attachment_id=60" rel="attachment wp-att-60"><img class="alignnone wp-image-60" alt="Keyboard Crop" src="http://www.douglascountydaughters.com/wp-content/uploads/2013/01/Keyboard-Crop.jpg" width="3000" height="1624" /></a> [maxbutton id="1"] .textwidget { position: relative; } .maxbutton-1 { position: absolute; top: 0; left: 10px; }…and I also tried it without this part
[maxbutton id="1"]in it. I also made sure the “automatically add paragraphs” box is unchecked. What I got was the image on top with the CSS code underneath the image. You can take a look at it on the site now, if you want.Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageThanks, I’ll try it right now…
Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageSure! The widget currently reads like this:
\<p><img class=”alignnone wp-image-60″ alt=”Keyboard Crop” src=”http://www.douglascountydaughters.com/wp-content/uploads/2013/01/Keyboard-Crop.jpg” width=”3000″ height=”1624″ /></p>
<p>[maxbutton id=”1″]</p>\Forum: Plugins
In reply to: [MaxButtons - Create buttons] How to overlay MaxButton on top of imageHi, John!
Thank you so much for responding! Sure. It’s http://www.douglascountydaughters.com. Currently the button is below the image. I’d like to position the button so that it is “in” the picture, left-aligned, in the blue sky area, perhaps even with a sentence or two of text. Thanks again for trying to help me!
Mollie