Posts

Showing posts from April, 2017

maximum execution time error when importing sql data file since php.ini has been already set max execution time 3000

I am trying to import a large SQL data file using PHPMyAdmin in localhost This the config file for php.ini  max_exection_time : 30000 already set. but I still getting this problem. so I follow this step and now the problem has been solved. Solution:   There's a configuration variable within the phpMyAdmin directory that I find in  libraries\config.default.php  called  $cfg['ExecTimeLimit']  that I set according to my requirement now it has been fixed.

add css to internal div to show background out of div

Image
CSS <style>     .product-tabs { margin: 0 -10%; padding: 0 10%; background: #f4f4f4; } </style> We can use this above CSS for all devices like PC,smartphone,tablet etc.  but it will not work if we press + and -- Sign of keyboard

Remove/Hide/Disable Add to Wishlist and Add to Compare button and links from Openart page from Journal theme

Image
I want to Remove/Hide/Disable Add to Wishlist and Add to Compare button from my Opencart page. I had installed Journal theme. so I found this page and it is working now.