VideoHive

Posts by Palehosefan

99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says

Go ahead and send me your files with what exactly you are looking for and I’ll take a look.

Palehosefan at hotmail.com

Chris

3 years ago in thread Button
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says

I’m getting a… Error: a valid form ID was not supplied.

I see why, there’s an extra period on your link at the end.

3 years ago in thread Next months free file
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says
One more quick question that I’m trying to understand. What is the difference between the Pages files and say the “index.php” file? Such as, why would <!--subscribe2--> work in the Pages, but not the main index.php file?

I see that the Pages are generated from the pages.php code, I just can’t figure out why it works in one place and not in another.

3 years ago in thread WordPress Newbie help
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says

Thanks guys, I’m going to see if I can get anything to work. I appreciate the help.

3 years ago in thread WordPress Newbie help
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says

Hi guys, I have recently been learning WordPress and I have myself stumped already. I have searched through tons of help files and the WordPress website, but haven’t gotten answers.

1. I’m trying to create the index.php as a splash page, but I’m trying to implement the Subscription2 plugin. However, I can’t include the code that you use on the “Pages”, which is… <!--subscribe2-->

So how do I implement a plugin on the “index.php” page? If you know of a better way to create a splash page that would run the Subscription2 plugin I would be glad to hear it. The main part about the splash page is that I don’t want the header/footer included from a theme.

Thanks for any help, if you want to send me an email about it feel free to email me at Palehosefan at hotmail.com
Chris

3 years ago in thread WordPress Newbie help
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says

I think it’s a solid start for a template. However, I’m not crazy about the mousefollow line feature, and I think you need to add a few “modules” to the template. Especially a contact form at the very least.

3 years ago in thread What do you think ?
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says
Palehosefan, that code will definitely work, but has its limits. Once you have 10+ buttons, it would become a huge list. Can you imagine using 50 buttons with that code? :P So its ok for under 10, but wouldnt use it for 10+ :)

Yep, if it’s needed often, you can easily put the code into two functions that are called.

function turnOn(){
newsButton.enabled = true;
otherButton.enabled = true;
otherButton2.enabled = true;
}

function turnOff(){
newsButton.enabled = false;
otherButton.enabled = false;
otherButton2.enabled = false;
}

3 years ago in thread Disable menubuttons on transition loading?
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says

You should be able to simply set enabled to true or false for the buttons.

newsButton.onClick = function(){
otherButton.enabled = false;
otherButton2.enabled = false;
}

otherButton.onClick = function(){
newsButton.enabled = false;
otherButton2.enabled = false;
}

At the end of the transition MC on the timeline you can add the code…
otherButton.enabled = true;
otherButton2.enabled = true;
newsButton.enabled = true;

Hope that helps.

3 years ago in thread Disable menubuttons on transition loading?
99 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
Palehosefan says

var loader:Loader = new Loader();

loader_mc.addChild(loader);
loader.load(new URLRequest(“startAni.swf”));

Hope that helps.

3 years ago in thread How to in AS3 (loadMovie)?
by
by
by
by
by