thumbtak
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CPU overloadMost of the plugins I use are very improtant to the site. Things like wp-supercache.
Forum: Plugins
In reply to: [ThickBox Content] [Plugin: ThickBox Content] Button thickboxOkay, now it is working. I switched it to iframe. Thanks.
Forum: Plugins
In reply to: [ThickBox Content] [Plugin: ThickBox Content] Button thickboxI did try it. It had the same outcome. A button and text below it, with the issue of the button not working.
Forum: Plugins
In reply to: [ThickBox Content] [Plugin: ThickBox Content] Button thickboxThanks for your help.
This is how I fixed the issue.
– I manually setup thickbox, which I found out wasn’t needed, but it worked.
– I made a stand alone wordpress button. Took a screenshoot and cropped out the button. I then edited the button to remove the background.
– I then uploaded the image to a folder on my server.
– I used the following custom code.
<a href="?ajax.PHP?keepThis=true&TB_iframe=true&height=275&width=650" title="More" class="thickbox"><img src="../images/buttons/more.png" border="0"></a>
Forum: Plugins
In reply to: [ThickBox Content] [Plugin: ThickBox Content] Button thickboxHere is the exact code that is used for the example.
[big-button color="blue" class="thickbox" link="https://google.com?height=300&width=300&inlineId=my_thickbox_content"]My Big Button[/big-button] <div id="my_thickbox_content"><p>Thickbox content goes here.</p></div>
Here is the link to the page it can be found on:
LinkForum: Plugins
In reply to: [ThickBox Content] [Plugin: ThickBox Content] Button thickboxI added the code you said above, and read the inline content at the link you gave.
This is what I got:
https://i44.tinypic.com/1t4tpw.pngNow. The button does nothing, even after adding the link before the question mark. The other part is text that does nothing. What I want is the button to open the thickbox window without showing any text below it. The button will open up a link and show it in the thickbox window.
Forum: Plugins
In reply to: [ThickBox Content] [Plugin: ThickBox Content] Button thickbox[thkBC height=”275″ width=”650″ anchortext=”More” title=”More” type=”inline” inline_id=”o11″]
<div id=”o11″><p>[big-button color=”blue” link=”https://google.com”%5Dmore%5B/big-button%5D</p></div>This adds a button on the thickbox window. This isn’t what I want. I want a botton that opens up the thickbox window.
Example: You go to the site. You click the big blue button. The thickbox window opens with the iframe content.