Jump to content

olivierColas

Members
  • Posts

    44
  • Joined

  • Last visited

1 Follower

Contact Methods

Profile Information

  • Location
    kilkenny, Co.KIlkenny. Ireland
  • Activity
    Freelancer

olivierColas's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. HI Guys; Just update PS to 1.5.6. Got 2 problems. First one, it's about memory, it's seem that I have to have 64MB allow by my server via my hosting . Well, They allow 40MB and I have to increase the hosting to another plan and that cost 3 times more than the original . Oops. I tried to force it via create a php.ini , check PHP info it at www.sabaartplay.ie/info.php with <?php memory_limit = 64M; max_execution_time = 120; max_input_time = 180; post_max_size = 32M; upload_max_filesize = 32; max_input_vars = 10000; suhosin.get.max_vars = 10000; suhosin.post.max_vars = 10000; magic_quotes_gpc = Off ; magic_quotes_runtime = Off ; magic_quotes_sybase = Off; extension=pdo.so; extension=pdo_mysql.so; extension extension=mcrypt.so; zlib.output_compression = On ; zlib.output_compression_level = 6; register_globals = Off; allow_url_fopen = On ; file_uploads = On; ?> It' does not work to I miss it something ? Problem 2 : Memory issue again for module smarty . Which memory is this ? [PrestaShop] Fatal error in module smarty_internal_templateparser: Allowed memory size of 33554432 bytes exhausted (tried to allocate 16384 bytes) Any help is welcome . If not I will go to wordpress and installs shopper press which is amazing simple and powerful and request less ressources.
  2. Hello , Same here. I am looking to migrate product to Wordpress . I use PS 1.4.8 and I am not able to upgrade to later version . This is sold post by we near 2014 and I sure we can find a nice module who can do this with ease ..for free of course. I am looking for any good method. Oli
  3. www.sabaartplay.ie I modified the footer.tpl. My code footer is : <!-- Right --> <div id="right_column" class="column grid_2 omega">{$HOOK_RIGHT_COLUMN}</div> <!-- Footer --> <div class="clr"></div> <div id="footer"> <div class="content-on-middle"> <!-- Top Footer --> <div class="footer_banners"> <div class="block_footer_banners first"> <a href="#"> <img src="http://www.sabaartplay.com/img/homepage/banner1.jpg" alt=""/> </a> </div> <div class="block_footer_banners"> <a href="http://www.sabaartplay.com/content/9-videos"> <img src="http://www.sabaartplay.com/img/homepage/banner2.jpg" alt=""/> </a> </div> <div class="block_footer_banners"> <a href="#"> <img src="http://www.sabaartplay.com/img/homepage/banner3.jpg" alt=""/> </a> </div> </div><!-- End Top footer --> {$HOOK_FOOTER} </div> <div class="clr"></div> <span style="color: #FFFFFF">SEO and WebDesign by www.oliwebpress.eu</span> </div> </body> </html>
  4. Thx for reply, you try to install this module and you get error via Db Do I understand correctly ?
  5. Hi, I set 1 column for my homepage via http://mypresta.eu/en/art/developer/one-column-homepage.html but I will be interested to have a footer and i can not see it. I modified to original the footer.tpl and take out {if $page_name !='index'} …….. {/if} but nothing has change. Can you help me to set 1 column and keep my footer for website www.sabaartplay.ie Thx oli
  6. Hi, I installed http://www.prestalove.com/prestashop-modules/easy-footer for website www.sabaartplay.ie Installation is ok but when I want to configure it. I have no view of the admin option , no tab ? Any clue ? Thanks for help oli
  7. Domain www.sabaartplay.ie I use PS 1.4.8.3 Themes has been modified If I enable the cart , I got a blank page. Run Debug. I got error on blockcart.php line 208 line 208 call blockcart.css . I did not have css file (on the same root of the blockcart.php), I created a blank one. Problem is still remaining. I would be interested to find and install the PS theme default but I can not find it. Any help here ? Any help is very welcome because I struggles here. I know you are busy here but if you help me to set this block cart and upgrade to 1.5. It will be my day. oli
  8. You right . The SEO module , use use long url and they need to be review and rewrite :-). Long time with coffee . ticket can be closed
  9. No , I don't use site map module. I am wondering why I have this url and specially for products. In the same time, I will be interested to delete this numbers. I can forward you my htaccess if you want , I don't understand all this code that I have on it :-/
  10. Hi on website www.sabaartplay.ie I tried to clean url and make them friendly. I did turn off and turn the SEO friendly option but it's still show http://www.sabaartplay.com/color-pencils/87-http-wwwsabaartplaycom-http-wwwsabaartplaycom-5-color-pencils-87-color-pencils-jumbo-grandhtml.html. I want to have a clean link with no number. I use prestashop version 1. 4 .8 with a modify theme. I got 367 errors (500) from google Thanks for help. Regards olivier
  11. thx for prompt answer. I check and I change my default_medium by medium. I could see link as medium/kit-clay.jpg via firebug. I refresh and it's work.
  12. Hi, I notice that the sub category thumb do not show up the image on website I customize www.sabaartplay.com. I customize the themes and I add a banner logo for every categories . Could help me how to set a customize cat or sub category image ? Thx
  13. Yes ! I resolved and what say Paul is works http://mypresta.eu/en/art/developer/one-column-homepage.html Reason, it did not work for me. it's that I have added my code from the design view (Dreamweaver) instead code view. What's silly stupid guy , I was ) Ticket can be closed.
  14. Hi, Firstable , I don't use the latest version , I use 1.4.8.3 ( I got a error when upgraded). I gave up and work on the old version. I would like to add some css on my header.tpl but I don't the code to add in order to add css and where my css file should be (root). Reason of this css it 's because I want to create a custom homepage with 1 column width=100% ( center column) but I want to have this same column with another width for page with sidebar. I need to use css. I follow interaction from paul with this link http://mypresta.eu/en/art/developer/one-column-homepage.html and it's help me a lot but I want to finish this little coding issue. on my actual t/l, I have no did and tag . I have created some but it could not find the css and I presume it's because this t/l file need to have css stylesheet link attached :-) On the latest version , you have something like {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach} {/if} I would like to create a new css or add the global.css . Could advise for the correct code and where to put the file . Thx oli
×
×
  • Create New...