Skip to content
FREE & OPEN SOURCE Million Dollar Script is a free WordPress plugin for sponsor walls, campaign grids, fundraiser boards, and premium add-on workflows.

General

PLEASE HELP !!!

Started April 30, 2011 by Jackdon

Please help !!! Thank you Ryan if you notice this post,When my grid is bigger than 1 million pixels, when I select my pixels to buy, they are not coordinated with the position I choose, it seems that I can't choose any pixels situated after the 1 million pixels limit, it always bring them back to the 1 million pixels area.PLEASE HELP !! what files to modify !!!??

12 replies

Hi,Maybe you have to change the size of the iframe to match. Try copying some new HTML code from the admin area into your page and replace the old one.Ryan

Thank god an answer, I REALLY appreciate it, I think you pointed out the right thing, but i dont know which exact file i have to deal with, (i read many old post but i can't find them :S )Which file do i have to copy and where?THANK you VERY very much for helping me, ++

Try to edit your index.html file or example.html file which it originally is called. If you are using the dev version it is index.php and that file is more detailed with comments and actually I edited the page to look a little nicer as well in the newest dev snapshot.

Its too hard, i can't get anything right... :( :( :( :( Okay, let's just say i want four grids on my page that look like this : [b]GRID1/GRID2 GRID3/GRID4[/b]I want the grids to be side by side and not the way it is by default.How to do that?Thanks for any help!

Please HELPPP I really need to be helped, this is the last step for me!!! Im going CRAZY!!! :( I just need to divide my one grid into 4 grids 1/23/4pleasseeeeee what can i do :( :(

You would have to create the extra grids and paste their HTML code into the page. Then just align them where you want them with CSS.Check this out: http://css-tricks.com/all-about-floats/

[quote="Ryan" post=418]You would have to create the extra grids and paste their HTML code into the page. Then just align them where you want them with CSS.Check this out: http://css-tricks.com/all-about-floats/[/quote]Again THANKS a lot for the answer!! Just one lassstttt question ! :)So i take the html from the admin area...then past it and modify where ?I will do it tomorrow i just need this LAST info!!My only problem is the exact path and actions and which files to modify im so lost with that!! :(Thank you a lot ! ;)

Just paste them next to your other iframe in the file you are trying to edit. If you renamed example.html to index.html then you edit that. Read the page I linked, it explains how to use CSS floats properly.

Thank you a lot, it works now,One last "problem"How to change the "Get Pixels" menu? I want to rename it, but where can i do it?Thank you,++

If you are referring to the Buy Pixels menu link it is in the same file.

Oh god, I'm pulling my hair off, this is such a pain in the a**I searched everywhere, but I can't find WHERE to change the menu name "Get Pixels' on my frontpage. I want to rename it to "Get started", i have changed the getpixels.php file and the link from Get Pixels menu to getstarted.php and it is working...but i don't want the Get pixels menu to be named like it is !! Get Pixels to Get Started!WHERE to rename it? Please help,Thank you,++

Nothing anywhere in the code says "Get Pixels". So if it does you already have changed it or are using some other script.However if you are referring to "Buy Pixels" on the home page like it sounds, open index.html or example.html and search in there for the text and change it to whatever you want.Renaming getpixels.php to getstarted.php might cause problems, except for the fact that there is no getpixels.php file to begin with. So are you sure you are even using this script and not some other script?