Search found 78 matches

Search found 78 matches

Re: SQL Error

contact your hosting provider in order to resolve this issue.

Jump to post
  • Fri Sep 06, 2019 6:06 pm
  • Replies 6
  • Views 15520
Re: Change name of dashboard menu fields

it's at

Code: Select all

admin\language\en-gb\common\column_left.php

Jump to post
  • Sun Jun 23, 2019 2:48 am
  • Replies 10
  • Views 3839
Re: Force https on all pages

Share your .htaccess rewrite code...

Jump to post
  • Fri Jun 21, 2019 7:44 pm
  • Replies 7
  • Views 1389
Re: some icons in home page not shown!

Which payment method are you use?

Jump to post
  • Fri Jun 21, 2019 5:16 pm
  • Replies 4
  • Views 811
Re: some icons in home page not shown!

if your Url has a WWW then you need to add www in both config file

Jump to post
  • Tue Jun 18, 2019 4:12 pm
  • Replies 4
  • Views 811
Re: update product weight in specific category

Code: Select all

UPDATE oc_product as p SET p.weight = '2' WHERE p.product_id in (SELECT pc.product_id FROM oc_product_to_category as pc WHERE pc.category_id = 1111);
change '1111' to your category_id

Jump to post
  • Wed Jun 12, 2019 5:51 pm
  • Replies 7
  • Views 1021
Re: Undefined index: payment_address. Looking for help!

2019-06-04 8:59:41 - PHP Warning: unlink(/home/rstrading/domains/rstrading.nl/storage_prod/cache/cache.catalog.language.1559642381): No such file or directory in /home/rstrading/domains/rstrading.nl/public_html/system/library/cache/file.php on line 68 Solution : https://forum.opencart.com/viewtopic...

Jump to post
  • Tue Jun 04, 2019 5:23 pm
  • Replies 10
  • Views 1475
Re: Configuration Step #3 w/ Docker

On step 3: Add hostname "mysql" instead of localhost

Jump to post
  • Thu May 23, 2019 6:09 pm
  • Replies 3
  • Views 4954
Re: Journal Theme UI/UX Expert

Check your PM

Jump to post
  • Thu May 23, 2019 1:33 pm
  • Replies 5
  • Views 1697
Re: Reduce h1 font size only on homepage and only on mobile devices. Is it possible?

thekrotek wrote:
Tue May 21, 2019 3:31 pm
dparakhiya wrote:
Tue May 21, 2019 3:03 pm
using media query :
Media query works for ALL devices, not only mobile. It only checks for window size.
I mean this is the way you fix.
this is not a full answer
I gave a just way to solve this

Jump to post
  • Tue May 21, 2019 3:52 pm
  • Replies 5
  • Views 1092
Re: Reduce h1 font size only on homepage and only on mobile devices. Is it possible?

Boppe wrote:
Tue May 21, 2019 2:28 pm
Is it possible to reduce the h1 font size ONLY on the homepage and ONLY om mobile devices?
yes, it's possible
using media query :
read more at :
https://www.tutorialrepublic.com/css-tu ... ueries.php
https://www.w3schools.com/css/css3_mediaqueries_ex.asp

Jump to post
  • Tue May 21, 2019 3:03 pm
  • Replies 5
  • Views 1092

Search found 78 matches