Jump to content

Adapting Black & White theme


Recommended Posts

I'm rather new to prestashop and have been adapting a free theme from 2link called Black and White.

 

For some reason there has appeared a 'Free Home Slideshow module for Prestashop' and when I changed the name of the theme it moved this slideshow thing to the top of the page. Now, it seems to be part of the Home Text Editor so i went to that editor and the default prestashop info (about ipods etc) was there but it doesn't appear there now.

 

I don't want this slideshow thingy to appear at ALL, I just want to delete it so I can use the home test editor like normal.

 

PLEASE HELP!

 

Here's the link to my shop: http://www.cherryparade.com/shop/

Link to comment
Share on other sites

Hi, I also use the Black White theme from 2link

 

If you don't want the slideshow, but you want to use "Home Text Editor" module do the following steps:

 

1. Remove the editorial folder from ~/themes/blackwhite/modules/

2. Copy the editorial folder from ~/modules/

to ~/themes/blackwhite/modules/

3. In back office, find "Home text editor" and click on Reset

 

Hope it works for you

Link to comment
Share on other sites

Hi, I also use the Black White theme from 2link

 

If you don't want the slideshow, but you want to use "Home Text Editor" module do the following steps:

 

1. Remove the editorial folder from ~/themes/blackwhite/modules/

2. Copy the editorial folder from ~/modules/

to ~/themes/blackwhite/modules/

3. In back office, find "Home text editor" and click on Reset

 

Hope it works for you

 

 

I want to keep the slide show but where do i change the image? I cant find this on modules?

Thanks

Link to comment
Share on other sites

You need to edit the editorial.tpl file which is located in modules/editorial/ folder on your server, and remove the section of code at the top which deals with the slideshow (you can also change the images there).

 

Don't forget to force compile and turn off cache in preferences>performance in your back-office.

Link to comment
Share on other sites

jhnstcks, thanks for the post but would you be able to be any more specific? I'm really sorry to ask but I've not ammended tpl files before and I don't want to mess up my shop! Here's the coding from the editorial.tpl file...

 

{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2011 PrestaShop SA
*  @version  Release: $Revision: 10986 $
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
<!-- Module Editorial -->
<div id="editorial_block_center" class="editorial_block">
{if $editorial->body_home_logo_link}<a href="{$editorial->body_home_logo_link|escape:'htmlall':'UTF-8'}" title="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}">{/if}
{if $homepage_logo}<img src="{$link->getMediaLink($image_path)}" alt="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}" {if $image_width}width="{$image_width}"{/if} {if $image_height}height="{$image_height}" {/if}/>{/if}
{if $editorial->body_home_logo_link}</a>{/if}
{if $editorial->body_logo_subheading}<p id="editorial_image_legend">{$editorial->body_logo_subheading|stripslashes}</p>{/if}
{if $editorial->body_title}<h1>{$editorial->body_title|stripslashes}</h1>{/if}
{if $editorial->body_subheading}<h2>{$editorial->body_subheading|stripslashes}</h2>{/if}
{if $editorial->body_paragraph}<div class="rte">{$editorial->body_paragraph|stripslashes}</div>{/if}
</div>
<!-- /Module Editorial -->

 

You need to edit the editorial.tpl file which is located in modules/editorial/ folder on your server, and remove the section of code at the top which deals with the slideshow (you can also change the images there). Don't forget to force compile and turn off cache in preferences>performance in your back-office.
Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 1 month later...

hello everybody,

 

i might have found a way to change the text and link destinations of this theme:

  1. go to ~themes/blackwhite/modules/editorial
  2. open editorial.tpl
  3. look for the slides, which are divided by <!-- SLIDE 1 -->, <!-- SLIDE 2 -->, etc.
  4. scroll down to EACH silde section until you find this
    <span class="slide_caption">
    {l s='Free Home Slideshow module' mod='editorial'}
    <a href="http://dgcraft.free.fr/blog/index.php/category/free-prestashop-modules/"> {l s='for Prestashop' mod='editorial'}
  5. change it to
    <span class="slide_caption">
    {l s='YOUR TEXT' mod='editorial'}
    <a href="YOUR URL/"> {l s='YOUR LINK TEXT' mod='editorial'}

let me know if this helps you solving this problem! :)

Link to comment
Share on other sites

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...