Jump to content

[SOLVED] changing content on cms block


Recommended Posts

one more thing, sorry not related to this topic. can i make my header banner occupy the whole width of the top and push down the rest. right now its just a small banner on the left, search and other menus on the right tnx

it is possible but only with modifications 

check this topic for example: http://www.prestashop.com/forums/topic/277276-solved-how-to-place-a-banner-at-the-very-top-of-the-page-above-the-header/

Link to comment
Share on other sites

i still had no luck getting the revision on front office, here is my script edited

<!-- Block stores module -->
<div id="stores_block_left" class="block">
    <h4 class="title_block"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store' mod='blockstore'}">{l s='Our Store' mod='blockstore'}</a></h4>
    <div class="block_content blockstore">
        <p class="store_image"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store!' mod='blockstore'}"><img src="{$module_dir}{$store_img}" alt="{l s='Our Store' mod='blockstore'}" width="174" height="115" /></a></p>
        <p>
            <a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store' mod='blockstore'}">» {l s='Discover HobbyLand!' mod='blockstore'}</a>
        </p>
    </div>
</div>
<!-- /Block stores module -->
 

 

i will enable my site for you to see hobyland.ph

 

tnx

Link to comment
Share on other sites

i still had no luck getting the revision on front office, here is my script edited

<!-- Block stores module -->

<div id="stores_block_left" class="block">

    <h4 class="title_block"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store' mod='blockstore'}">{l s='Our Store' mod='blockstore'}</a></h4>

    <div class="block_content blockstore">

        <p class="store_image"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store!' mod='blockstore'}"><img src="{$module_dir}{$store_img}" alt="{l s='Our Store' mod='blockstore'}" width="174" height="115" /></a></p>

        <p>

            <a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our Store' mod='blockstore'}">» {l s='Discover HobbyLand!' mod='blockstore'}</a>

        </p>

    </div>

</div>

<!-- /Block stores module -->

 

 

i will enable my site for you to see hobyland.ph

 

tnx

 

your website isn't enabled, this is what i see:

5yS3glp.png

Link to comment
Share on other sites

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...