Post by leatherbaz » Fri May 29, 2015 4:04 am

Hey all,

I'm thinking of having a 'Meet the Team' page on the website for when we have more guys working with us.

I want it to look something like this (attached) but wondering how to do it. Maybe having the photos smaller though.

I tried with a table so the images where all aligned and even but I can't change the colour of the table so it doesn't show.

Any one else done something like this or can help?

I asked our developer but he's a super busy guy so I'm thinking maybe try it again myself :)

Thanks,
Ben

Attachments

Forum.png

Forum.png (1.04 MiB) Viewed 1311 times


New member

Posts

Joined
Wed Feb 25, 2015 8:04 am

Post by IP_CAM » Fri May 29, 2015 7:44 am

http://forum.opencart.com/viewtopic.php ... 95#p562495

I just recently tested this, it yould make it very easy, to have such been done. Originally, the module creates a page to use as customer service Page, containing an image, and a Links to somewhere, pre-defined by the Admin.
http://www.bigmax.ch/os/sac

As it comes, one has very limited choices to manipulate Content from the Admin Panel, it's not built to serve as what you require. But it already has everything, needed, to incorporate your PAGE it into OC without a single Problem. The only Thing you'll need to do, is to create a nice HTML5 Table Section, containing everything, you want to be placed on the Screen. Including images, links, and, what you plan to add. Split in different Sectors, do, whatever you like to, just don't break the max. size limits. ;)

The big advantage is, it even has/uses even a 'direct' Site Link. Google will like this.. ;)

TO MODIFY IT'S CONTENT:
In:

Code: Select all

catalog\view\theme\default\template\sac\sac.tpl
between:

Code: Select all

<h1><?php echo $heading_title; ?></h1>
  <hr>
  <div class="content">
    <table width="100%">
      <tr>
and:

Code: Select all

      </tr>
    </table>
  </div>
  <?php echo $content_bottom; ?></div>
<?php echo $footer; ?>
In an enclosing 'td-Container', above, in between the two parts :

Code: Select all

<td.... > .... </td>
you add your TABLE Section, where you may ADD any kind of HTML-Content you like.

Mod Installation - Image:
http://ipc.li/os/customer_service_pages.jpg

One could use it as Main Portabl Page with it's own Under-Sections as well! :D
It could so serve for many different purposes!

Just an idea!
Good Luck
Ernie
bigmax.ch/os/

PS: Just found this, could probably be used to add a CKEditor to it ?!!
http://www.opencart.com/index.php?route ... on_id=9382

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Dhaupin » Sat May 30, 2015 1:08 am

You dont need to make a whole new page type, just use an information page and some basic HTML/CSS. Here is what you are after: http://jsfiddle.net/j2qxsyq0/1/

If you want external CSS instead, then this version shows that too http://jsfiddle.net/j2qxsyq0/

https://creadev.org | support@creadev.org - Opencart Extensions, Integrations, & Development. Made in the USA.


User avatar
Active Member

Posts

Joined
Tue May 13, 2014 3:45 am
Location - PA

Post by IP_CAM » Sat May 30, 2015 1:47 am

@Dhaupin: But if he already has a Page made, containing the images, and possibly Text, it easier to insert the Table Section, or then CSS-Part, he's got, into the already existing SAC-Template. Everything is already set, and linked automatically, I don't see an easier way, to get this done. You know how hard it can be, on Info Pages, to link external images, and such stuff...
Ernie

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Dhaupin » Sat May 30, 2015 2:22 am

You don't have to link to external images, just insert them via the description spot. And tables are not the thing to use here, especially if it's a responsive theme. Was just offering the easiest route with least coding

https://creadev.org | support@creadev.org - Opencart Extensions, Integrations, & Development. Made in the USA.


User avatar
Active Member

Posts

Joined
Tue May 13, 2014 3:45 am
Location - PA

Post by leatherbaz » Sun May 31, 2015 9:33 pm

Thank you for the replies guys!

Sorry it's taken so long to reply!

Ben

New member

Posts

Joined
Wed Feb 25, 2015 8:04 am
Who is online

Users browsing this forum: Amazon [Bot] and 12 guests