davemoppert
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Event details in WooCommerce ticket ordersBummer… looking for a solution for this and stumbled upon this thread.
I really need a way to include the event details in the order notification (sent to me), in the WooCommerce > Orders > order in question, and on the receipt to the customer.
Anybody know of any way that we can make this a reality?
Forum: Plugins
In reply to: [Force Login] Password reset URL is blockedDid this ever get resolved? I need this functionality as well!
You’re right. Thanks Max. Now if only I can find where that error is coming from. I am not really a coder (which is why I am using platform pro theme).
Forum: Fixing WordPress
In reply to: Switched hosting providers – now I can’t upload media.How did you fix it? I am having the same issue, except I switched from one Godaddy account to another.
Forum: Themes and Templates
In reply to: Different headers on each pageCORRECTION:
the code is actually:
<?php
{
echo ‘<object width=”900″ height=”150″>
<param name=”movie” value=”banner.swf”>
<embed src=”banner.swf” width=”900″ height=”150″>
</embed>
</object>’;
} ?>Forum: Themes and Templates
In reply to: Different headers on each pageI followed pbwordp’s directions on how to replace the banner with a flash swf file, but its just not happening. There’s a big white square where the banner should be.
Help me out: https://epicgeniusmedia.com
Do I need to include an AC_RunActiveScript.js file?
Also, I currently have the swf file located in the root folder of my theme (wp-content>themes>GreenBeige>banner.swf)
I added the following code into my header.php file:
<?php
{
echo ‘<object width=”800″ height=”460″>
<param name=”movie” value=”banner.swf”>
<embed src=”banner.swf” width=”800″ height=”460″>
</embed>
</object>’;
} ?>What did I do wrong?
– Moppert