Page 1 of 1
Search found 10 matches
Re: Change the image folder
Hello, First, open File Explorer and right-click on the folder you want to change the default picture and choose Properties from the context menu. Then click the Customize tab and click the “Choose File” button. For example, here I am changing the default photo for the folder named “Saved pictures”....
Jump to post- Mon Oct 19, 2020 1:47 pm
- Replies 2
- Views 2686
Re: PHP Limits...
Hello,
A PHP memory limit of 128MB should be more than enough for most sites unless you have a plugin that needs more. If you want to see how much memory different plugins use, install the Server IP & Memory Usage Display plugin
Regards,
Mika Hawkins
- Sat Oct 17, 2020 10:54 am
- Replies 8
- Views 5241
Re: Question about version 2.0.3.1 and php7
Hello, So we have a problem with an options extension, it's called Option Combinations. The problem is the product pages can't be displayed and the options created by the extension disappear when we switch the site over to php7.We get an error 500 on the product pages and to get the products to disp...
Jump to post- Fri Oct 16, 2020 10:46 am
- Replies 9
- Views 3313
Re: how to limit the product description ?
Hello, You can go with the following: Instead of editing files directly within the plugin (which is a very bad idea because once update the plugin and all of your changes will be lost!) add_filter('woocommerce_short_description', 'limit_woocommerce_short_description', 10, 1); function limit_woocomme...
Jump to post- Thu Oct 15, 2020 12:03 pm
- Replies 8
- Views 2773
Re: So where do i download Opencart 2.3.0.2 from?
Hello,
OpenCart 2.3.0.2 comes with brand new updates, bug fixes and features, as well as 5 new payment gateways in the core. YOu can download it from their official pages or other unofficial pages that provide that package.
Regards,
Mika Hawkins
- Wed Oct 14, 2020 12:13 pm
- Replies 10
- Views 3459
Re: Internal Menu Links
Hello, An internal link is a link from one page to another page on the same domain. We're talking about regular, text links from one page on your website to another.The problem is that the links to categories in the dropdown menus in the head, remain http:// which successfuly redirects with a 301 to...
Jump to post- Tue Oct 13, 2020 12:39 pm
- Replies 17
- Views 3668
Re: How to configure SMTP Port Gmail
Hello,
The Gmail SMTP setup settings are given as follows:
1.SMTP username: Your Gmail address.
2.SMTP password: Your Gmail password.
3.SMTP server address: smtp.gmail.com.
4.Gmail SMTP port (TLS): 587.
5.SMTP port (SSL): 465.
6.SMTP TLS/SSL required: yes
Regards,
Mika Hawkins
- Mon Oct 12, 2020 12:31 pm
- Replies 48
- Views 46705
Re: Google Tag Manager
Hello, You can try this. 1.Create an account, or use an existing account, at tagmanager.google.com. (A new container is created by default, and you can create additional containers within each account.) 2.Install the container in your website or mobile app. 3.Add and publish your tags. Regards, Mika...
Jump to post- Sat Oct 10, 2020 1:53 pm
- Replies 3
- Views 5340
Re: Blank Screens after some Hours
Hello, Sometimes you see blank pages in opencart due to vqmod. Usually it is session error. You need to install a new fresh copy of VqMod whenever change your server. Also replace old index file with newly downloaded (uninstalled) copy of opencart. To fix opencart blank page,you need to do following...
Jump to post- Thu Oct 08, 2020 11:47 am
- Replies 4
- Views 1037
Re: Connection is not secure
Hello, The reason you are seeing the “Not Secure” warning is because the web page or website you are visiting is not providing a secure connection. When your Chrome browser connects to a website it can either use the HTTP (insecure) or HTTPS (secure). Any page providing an HTTP connection will cause...
Jump to post- Tue Oct 06, 2020 1:52 pm
- Replies 6
- Views 5451
Search found 10 matches