highergroundstudio / myContest

myContest wordpress contest plugin

Home Page:http://highergroundstudio.github.io/myContest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Width of container

zeevee opened this issue · comments

Version 2.0.4

Where can I change the width of a container?

Thanks,

What container are you referring to? myContest will expand to whatever width your theme post entry container is set to.

Hey Kyle,

Thank-you for the quick reply and I figure out the way to change the dimension in PHP file.

Thanks again,


Zee Valliani
GOLOMB & GOLOMB
Graphic & Media Solutions

163 Pike Street
Lawrenceville, GA 30046
(678) 442-8401
(770) 682-6589 FAX

From: Kyle King <notifications@github.commailto:notifications@github.com>
Reply-To: highergroundstudio/myContest <reply@reply.github.commailto:reply@reply.github.com>
Date: Friday, September 20, 2013 12:04 PM
To: highergroundstudio/myContest <myContest@noreply.github.commailto:myContest@noreply.github.com>
Cc: Zee Valliani <zee@gngdesign.netmailto:zee@gngdesign.net>
Subject: Re: [myContest] Width of container (#66)

What container are you referring to? myContest will expand to whatever width your theme post entry container is set to.

Reply to this email directly or view it on GitHubhttps://github.com//issues/66#issuecomment-24821154.

Hey Kyle,

Do you recommend any plugin or way around for us to use the different thumbnail then the actual picture? Thumbnail, which is inside the whole container and the actual picture is when you click on to open the image in new window?

Thanks,


Zee Valliani
GOLOMB & GOLOMB
Graphic & Media Solutions

163 Pike Street
Lawrenceville, GA 30046
(678) 442-8401
(770) 682-6589 FAX

From: Kyle King <notifications@github.commailto:notifications@github.com>
Reply-To: highergroundstudio/myContest <reply@reply.github.commailto:reply@reply.github.com>
Date: Friday, September 20, 2013 12:04 PM
To: highergroundstudio/myContest <myContest@noreply.github.commailto:myContest@noreply.github.com>
Cc: Zee Valliani <zee@gngdesign.netmailto:zee@gngdesign.net>
Subject: Re: [myContest] Width of container (#66)

What container are you referring to? myContest will expand to whatever width your theme post entry container is set to.

Reply to this email directly or view it on GitHubhttps://github.com//issues/66#issuecomment-24821154.

This would have to be changed with myContest only.

Can you please tell me how?

Also, is there a limit on how many pictures can be added to the contest. I am planning on at least 100. You think I should be fine OR there's a limit on the total pictures per contest?

Thanks Kyle,

Hey Kyle,

I just realized that I am asking 3 different question under one thread, do you want me to separate my questions out in 3 different thread OR this is okay?

Thanks,

There shouldn't be a limit to adding entries per contest. I am never actually tested this but it shouldn't be a problem

Secondly, to tell you how to do this is complicated but you would need to add a thumbnail field to myContest/inc/views/entries_meta_boxes.php and then change the needed php from line 776 in myContest.php found under the root of the plugin.

What is your third question?

Kyle,

Thank-you again for this wonderful Plugin.

My third question was answered already, it was regarding the thumbnail/container sizes.

I will try to play with entries_meta_boxes.php file and see if I figure this thing out. I was able to change the thumbnail files via ftp and it worked, but it would be nice to change it via front end.

Thanks!


Zee Valliani
GOLOMB & GOLOMB
Graphic & Media Solutions

163 Pike Street
Lawrenceville, GA 30046
(678) 442-8401
(770) 682-6589 FAX

From: Kyle King <notifications@github.commailto:notifications@github.com>
Reply-To: highergroundstudio/myContest <reply@reply.github.commailto:reply@reply.github.com>
Date: Monday, September 23, 2013 5:38 PM
To: highergroundstudio/myContest <myContest@noreply.github.commailto:myContest@noreply.github.com>
Cc: Zee Valliani <zee@gngdesign.netmailto:zee@gngdesign.net>
Subject: Re: [myContest] Width of container (#66)

There shouldn't be a limit to adding entries per contest. I am never actually tested this but it shouldn't be a problem

Secondly, to tell you how to do this is complicated but you would need to add a thumbnail field to myContest/inc/views/entries_meta_boxes.php and then change the needed php from line 776 in myContest.php found under the root of the plugin.

What is your third question?

Reply to this email directly or view it on GitHubhttps://github.com//issues/66#issuecomment-24957115.

Just a reminder. If I add thumbs like this and do not name the same your
customized myContest will not work with future updates. Thought I would
throw that in.

By the way, if you get this to work. Send it to me and I will look at adding it faster then.

My site will be up for 2 months and thinking to just change thumbnails via FTP. It works. If I do come around implementing it via entries_meta_boxes.php method, I will send it to you.

Thanks Kyle,