hobbyland.ph Posted October 3, 2013 Share Posted October 3, 2013 Hi Vekia Il post again the script im editing <!-- 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='Opening Soon!' mod='blockstore'}</a> </p> </div></div><!-- /Block stores module --> my site is hobbyland.ph also the store contact image doesnt change on the map, i was uploading a map marker but the backgrount is not transparent tnx Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 so you said that you changed blockstore.tpl file located in /modules/blockstore/blockstore.tpl and you don't see changes? make sure that this file doesnt exist in themes/YOUR_THEME/modules/blockstore/blockstore.tpl if it exists there - you have to edit this one (it is override feature) Link to comment Share on other sites More sharing options...
hobbyland.ph Posted October 3, 2013 Author Share Posted October 3, 2013 Hi Vekia goin into themes > default > modules > blockstore got to change the block on the right side. it worked! where can i edit the Home > Our Store(s)! to Home (house icon) > Our Store, under it Our Store? Link to comment Share on other sites More sharing options...
hobbyland.ph Posted October 3, 2013 Author Share Posted October 3, 2013 (edited) heres the screenshot, is the blockstore not related to the middle content? Edited October 3, 2013 by hobbyland.ph (see edit history) Link to comment Share on other sites More sharing options...
hobbyland.ph Posted October 3, 2013 Author Share Posted October 3, 2013 screenshot Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 preferences > themes there is an option to upload picture: you need to upload marker picture without background just search for marker png in google you will find it Link to comment Share on other sites More sharing options...
hobbyland.ph Posted October 3, 2013 Author Share Posted October 3, 2013 added a png file, doesnt go transparent pls check hobbyland.ph tnx Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 so please follow these steps: go to /img/ directory and remove logo_stores.gif file upload your marker.png file to /img/ directory and change its name to logo_stores.gif Link to comment Share on other sites More sharing options...
hobbyland.ph Posted October 3, 2013 Author Share Posted October 3, 2013 (edited) great! done! many thanks Vekia! now last issue and im done. editing the Our Store(s)! on the breadcrumbs Edited October 3, 2013 by hobbyland.ph (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 go to themes/default/stores.tpl and remove: {capture name=path}{l s='Our stores'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} Link to comment Share on other sites More sharing options...
hobbyland.ph Posted October 3, 2013 Author Share Posted October 3, 2013 yes i found it many thanks look at hobbyland.ph now il try making my banner span the whole page width, not just a small banner on the left, hope u can help me on this last one then im off to building my products tnx Link to comment Share on other sites More sharing options...
hobbyland.ph Posted October 3, 2013 Author Share Posted October 3, 2013 (edited) this post is solved tnx Edited October 3, 2013 by hobbyland.ph (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 you're welcome im so glad that i could help you in all of these cases above feel free to create new threads if you will need any other help i marked this topic as [solved] With regards, Milos Link to comment Share on other sites More sharing options...
manner Posted November 23, 2013 Share Posted November 23, 2013 Hi Vekia, Sorry for continuing to this 'solved' topic... But I'm still having problem about marker/pointer in my map, even after I tried to follow instruction above. My web www.little-toes.com. Link to comment Share on other sites More sharing options...
hobbyland.ph Posted November 24, 2013 Author Share Posted November 24, 2013 hello try narrowing down your coordinates on the map, i remember getting the specific longtitude & latitude of my address in google maps and used it on my store map. for the pin use a png file hope that helps Victor Link to comment Share on other sites More sharing options...
manner Posted November 24, 2013 Share Posted November 24, 2013 Hi Victor, Thanks for your reply, but I still have no luck. I've put the latitude & longitude from google maps: -6.252827 & 106.801486. And I've upload png file for pin marker: also tried to update from public_html>img>logo_stores.gif Here's my public_html>themes>default>modules>blockstores.tpl <!-- Block stores module --><div id="stores_block_right" class="block"> <h4 class="title_block"><a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our store(s)!' mod='blockstore'}">{l s='Our store(s)!' 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(s)!' mod='blockstore'}"><img src="{$module_dir}{$store_img}" alt="{l s='Our store(s)!' mod='blockstore'}" width="174" height="115" /></a></p> <p> <a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our store(s)!' mod='blockstore'}">» {l s='Discover our store(s)!' mod='blockstore'}</a> </p> </div></div><!-- /Block stores module --> (I've changed the 'left' to 'right', just like you mentioned on this topic above) Should I run an update to the cache or classes (or something like that)? Manner. Link to comment Share on other sites More sharing options...
vekia Posted November 24, 2013 Share Posted November 24, 2013 what kind of problem you've got? im asking, because i don't see any store on map Link to comment Share on other sites More sharing options...
manner Posted November 25, 2013 Share Posted November 25, 2013 Hi Milos, Thanks for your attention... It's worked now... My mistake, I found out that I have to put the details of my store as a new list, not only the parameters & contact details part (under 'store contacts' list)... (silly me). Thanks also to Victor... Glad to be part of this forum. Best regards, Erwin. Link to comment Share on other sites More sharing options...
jmar7 Posted June 24, 2016 Share Posted June 24, 2016 Newbie's problem : how do I exclude «OUR STORES» from the left panel? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now