• [Template] Prodigy Responsive 5 0 5 1
Currently:  

Author Topic: [Template] Prodigy Responsive  (Read 74459 times)

0 Members and 2 Guests are viewing this topic.

Offline parkshots

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #15 on: October 14, 2015, 04:03:41 PM »
Okay, here is the code so far...

Code: [Select]

<div class="ui grid" id="logo" style="margin:30px 0px 30px 0px;">
      <a href="{home_url}">
      <img src="{template_url}/images/logo.png" alt="" width="360px">
      </a>
<img src="{template_url}/images/headimg.png" alt="" width="300px" style="float:right;margin-right:30px;">
</div>

The logo.png is 360px x 100px, the headimg.png is 300px x 100px
With this code, the logo.png is shown correctly, the headimg.png is scaled to 272px × 91px and i don't know why.


Offline chamkani.net

  • Jr. Member
  • **
  • Posts: 91
  • Moxet Khan
    • View Profile
    • Pukhtoogle
Re: [Template] Prodigy Responsive
« Reply #16 on: October 15, 2015, 09:18:05 AM »
Okay, here is the code so far...

Code: [Select]

<div class="ui grid" id="logo" style="margin:30px 0px 30px 0px;">
      <a href="{home_url}">
      <img src="{template_url}/images/logo.png" alt="" width="360px">
      </a>
<img src="{template_url}/images/headimg.png" alt="" width="300px" style="float:right;margin-right:30px;">
</div>

The logo.png is 360px x 100px, the headimg.png is 300px x 100px
With this code, the logo.png is shown correctly, the headimg.png is scaled to 272px × 91px and i don't know why.


Please share your URL as well but try
<img src="{template_url}/images/headimg.png" alt="" style="width:300px;float:right;margin-right:30px;">
Digital Marketing Specialist

Offline parkshots

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #17 on: October 15, 2015, 10:31:58 AM »
Please share your URL as well but try
<img src="{template_url}/images/headimg.png" alt="" style="width:300px;float:right;margin-right:30px;">

This does not work either - image is still scaled to a smaller size.
Currently there is no lURL - i think tomorrow i will go live with the template. :)

Offline parkshots

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #18 on: October 16, 2015, 04:12:31 PM »
And can you please explain what exactly has to be in theses lines? Thank you!

Quote
categories.php
Add class ui disabled mini button to line 73 (Upload disabled button)
Add class ui mini teal button to line 77 (Upload enable button)
– add <i class=\”upload icon\”></i> Upload in 77 and 73
Add class ui very basic table to line 140 (Category table)

Index.php
Add class ui very basic table to line 118 and 123 in front of $new_images (New Images)

includes/paging.php
Add class ui button mini to line 98, 99, 107, 112, 113 (pagination numbers)
Add class ui button mini teal to line 104 (current page)

includes/functions.php
add class ui tag label to line 335 (For image tags)
add class ui compact mini labeled icon button to line 354, 358, 366, 373, 374, 383 (action icons)
– add <i class=\”check circle outline icon\”></i>Lightbox in 354
– add <i class=\”radio icon\”></i>Lightbox in 358
– add <i class=\”download icon\”></i>Download in 366
– add <i class=\”download icon\”></i>Download in 373
– add <i class=\”file archive outline icon\”></i>Download Zip in 374
– add <i class=\”send icon\”></i>Post Card in 383

add class ui disabled compact mini labeled icon button to line 362, 367, 380 (disable for guests)
– add <i class=\”remove circle outline icon\”></i>Lightbox in 362
– add <i class=\”file archive outline icon\”></i>Download Zip in 367
– add <i class=\”send icon\”></i>Post Card in 380

details.php
Add class circular ui icon button mini teal to line 386, 392, 409, 428, 429
– add <i class=\”icon user\”></i> in 386 (for user icon)
– add <i class=\”icon linkify\”></i> in 392 (for website link icon)
– add <i class=\”icon mail\”></i> in 409 (for email icon)
Add class circular ui icon button to line 510, 511, 514, 515

lightbox.php
Add class ui very basic table to line 101
Add class ui button to line 159, 162

search.php
Add class ui very basic table to line 254

Offline chamkani.net

  • Jr. Member
  • **
  • Posts: 91
  • Moxet Khan
    • View Profile
    • Pukhtoogle
Re: [Template] Prodigy Responsive
« Reply #19 on: October 17, 2015, 07:56:05 AM »
These are simple instruction to add Semantic-UI classes to your element, which includes buttons, icons and tables. The tables is very important so your images (new images, category images) will be responsive. Follow the instruction go to these lines and add classes. Icons depends on your choice whether you want to use or NOT. If not don't add <i class>, would be better if you live your site.
Digital Marketing Specialist

Offline parkshots

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #20 on: October 17, 2015, 03:04:25 PM »
Okay, i understand.
But can you please copy an paste the excatly code of these lines?

Thank you.

Offline chamkani.net

  • Jr. Member
  • **
  • Posts: 91
  • Moxet Khan
    • View Profile
    • Pukhtoogle
Re: [Template] Prodigy Responsive
« Reply #21 on: October 17, 2015, 05:15:33 PM »
Okay, i understand.
But can you please copy an paste the excatly code of these lines?

Thank you.

If you have a brand new gallery without any modifications in core files (PHP), than you can use these files. Plus i installed template on my own running gallery if you want the demo http://pukhtoogle.com/gallery
Digital Marketing Specialist

Offline parkshots

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #22 on: October 19, 2015, 09:02:48 AM »
Works, thank you very much!  :D
Now i only need the solution for the second image in the header.

Offline chamkani.net

  • Jr. Member
  • **
  • Posts: 91
  • Moxet Khan
    • View Profile
    • Pukhtoogle
Re: [Template] Prodigy Responsive
« Reply #23 on: October 20, 2015, 09:47:33 AM »
Works, thank you very much!  :D
Now i only need the solution for the second image in the header.

Great!
Live your site or inbox me the URL so i ll help you in 2nd image.
Digital Marketing Specialist

Offline parkshots

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #24 on: October 21, 2015, 08:26:58 AM »
My URL is http://www.parkshots.de  :)

Another question: My Home Site is also not responsive as mentioned by others on the first page of this thread.
Where i can make the changes so that it will work correctly?

Thank you!

Offline chamkani.net

  • Jr. Member
  • **
  • Posts: 91
  • Moxet Khan
    • View Profile
    • Pukhtoogle
Re: [Template] Prodigy Responsive
« Reply #25 on: October 22, 2015, 10:22:57 AM »
My URL is http://www.parkshots.de  :)

Another question: My Home Site is also not responsive as mentioned by others on the first page of this thread.
Where i can make the changes so that it will work correctly?

Thank you!

Awesome collection, i am glad that you have changed the next/pre image style in details.htm and i am gona add it in next ver. Boss you forget to change the class of new images table in index.php that's why the front-page is NOT responsive.

Digital Marketing Specialist

Offline parkshots

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #26 on: June 29, 2016, 11:31:19 AM »
If you have a brand new gallery without any modifications in core files (PHP), than you can use these files. Plus i installed template on my own running gallery if you want the demo http://pukhtoogle.com/gallery

Hi,

can you send me the core file for "index.php"? I have to check something.

Thank you!

Offline comicart

  • Full Member
  • ***
  • Posts: 151
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #27 on: July 20, 2016, 07:21:10 AM »
How many people are using this template?
Is it working for you?
I wrote the developer a few weeks ago by Private Message but haven't heard back.

Offline chamkani.net

  • Jr. Member
  • **
  • Posts: 91
  • Moxet Khan
    • View Profile
    • Pukhtoogle
Re: [Template] Prodigy Responsive
« Reply #28 on: August 07, 2016, 11:17:05 AM »
How many people are using this template?
Is it working for you?
I wrote the developer a few weeks ago by Private Message but haven't heard back.

Hi,
I replied to your message, galleries that are using prodigy are mentioned here :)
softemblems.com/prodigy-4images-theme/

Plus happy customers are mentioned in the first post as well.
Digital Marketing Specialist

Offline comicart

  • Full Member
  • ***
  • Posts: 151
    • View Profile
Re: [Template] Prodigy Responsive
« Reply #29 on: August 07, 2016, 06:35:48 PM »
Thanks - I wrote you back.
I was just seeing if there were any people *actively on this board* talking about and working with this theme. I'd love to hear from people using it so when I install it I will have the experience of others who have done it before me.
That's what I've always loved about this Forum in the past - input from the user community.