Search found 66 matches

Search found 66 matches

Is it ok to use both 301 redirect and rel="canonical' at the same time?

My website just switches to https, i have use both 301 redirect and rel="canonical' on my website, will it be OK? htaccess file: RewriteCond %{HTTP_HOST} ^mydomain.com RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] <link href="https://www.mydomain.com/" rel="canonical&q...

Jump to post
  • Thu Oct 24, 2019 6:00 pm
  • Replies 1
  • Views 813
Unnecessarily code on htaccess

The following is my htaccess file, I will appreciate that if someone can show me which code is unnecessary or duplicate, or will it be some code have to put on top? # STARTNITRO Header unset ETag Header unset Last-Modified FileETag None #CSS JS XML TXT - 1 WEEK <FilesMatch "\.(xml|txt)$"> ...

Jump to post
  • Wed Oct 16, 2019 5:48 pm
  • Replies 1
  • Views 562
Homepage slideshow disappear

Hi all! need help,

After adding the following code in htaccess file, my homepage slideshow disappear, how can i fix the problem?

<IfModule mod_headers.c>
Header set Content-Security-Policy "script-src 'self';"
</IfModule>

Jump to post
  • Fri Sep 06, 2019 10:21 am
  • Replies 1
  • Views 265
Re: Description missing all the tool button

All tool button is missing, please see attached file.

Jump to post
  • Thu Jun 20, 2019 10:56 am
  • Replies 3
  • Views 442
Description missing all the tool button

Dear All,

i'm using Opencart 2.2 got this problem, all the description missing tool button, how can i fix this problem? TQ

Image

Jump to post
  • Thu Jun 20, 2019 10:17 am
  • Replies 3
  • Views 442
Re: Meta description and Meta keywods disappear

Hi! thekrotek

Thanks for your prompt replied, actually I have added on the meta description and keyword, but the product page only show the mate title, please see attached.

Jump to post
  • Sat May 18, 2019 5:40 pm
  • Replies 3
  • Views 329
Meta description and Meta keywods disappear

Dear all,

I noticed that all the meta name="description" content=" and meta name="keywords" content= are disappearing on the product page. Is only show meta title

May i know which code should i add on and in which files?

Jump to post
  • Sat May 18, 2019 5:11 pm
  • Replies 3
  • Views 329
Re: Bring up Mate Title on top

Hi! uksitebuilder,

Many thanks for help, i have edit the code on system/storage/modification/catalog/view/theme/default/template/common/header

And it's working now. TQ

Jump to post
  • Sat May 18, 2019 4:15 pm
  • Replies 5
  • Views 469
Re: Bring up Mate Title on top

my header.tpl look ok, should i bring up the meta title before <meta charset="UTF-8" />? <!DOCTYPE html> <!--[if IE]><![endif]--> <!--[if IE 8 ]><html dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>" class="ie8"><![endif]--> <!--[if IE 9 ]><html dir...

Jump to post
  • Fri May 17, 2019 3:31 pm
  • Replies 5
  • Views 469
Bring up Mate Title on top

Dear all, May i know where can i edit to bring up website "mate title" on top instead of meta property=og and meta name="twitter:card"? <meta property="og:title" content="XXX" /> <meta property="og:type" content="XXX" /> <meta property=&quo...

Jump to post
  • Fri May 17, 2019 3:07 pm
  • Replies 5
  • Views 469
Re: Remove home button

TQ. works now

Jump to post
  • Fri May 17, 2019 2:59 pm
  • Replies 3
  • Views 576
Remove home button

Dear all,

May I know, how can to remove the home button on the my account bar (please see attached)

Jump to post
  • Thu May 16, 2019 10:11 am
  • Replies 3
  • Views 576
Reduce Product Height Box

Hi all,

On my website right now the product boxes are too long, how can I reduce it?

Image

Jump to post
  • Wed May 08, 2019 12:56 pm
  • Replies 2
  • Views 561
Add meta robots index, follow

Need your help, I'am using opencart 2.2, my website only showed index, but no follow on robots code for all pages I would like to insert "index, follow" on the robots, like this <meta name="robots" content="index, follow"> may I know which file should I edit? I couldn't...

Jump to post
  • Mon Oct 22, 2018 1:50 pm
  • Replies 2
  • Views 931
Redirect domain.com/ to domain.com

Dear all, Need your help! May i know where should i edit to redirect all my home page to domain.com/ instead of domain.com ? as i check from http://www.redirect-checker.org, the status of domain.com/ and domain.com show 200 OK. look like i have duplicate home page. the following is my .htaccess deta...

Jump to post
  • Wed Aug 08, 2018 6:20 pm
  • Replies 0
  • Views 522
RewriteEngine On setting

Dear All, I noticed that from my .htaccess file have multiple "RewriteEngine On", isnt too many rewrites, and which following code is unnecessary? # STARTCOOKIENITRO <FilesMatch "\.(jpg|jpeg|png|gif|swf|svg|JPG|JPEG|PNG|GIF|SWF|SVG)$"> Header unset Cookie Header unset Set-Cookie ...

Jump to post
  • Wed Aug 01, 2018 5:45 pm
  • Replies 1
  • Views 515
Remove render-blocking JavaScript

Dear All, From the Google page speed test. found that my website need to Remove render-blocking JavaScript, how can i fix it? http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js http://www.mydomain.com/catalog/view/javascript/bootstrap/js/bootstrap.min.js http://www.mydomain.com/catalog/...

Jump to post
  • Sat Jun 30, 2018 4:20 pm
  • Replies 16
  • Views 3974
Re: Fix the (search & checkout) alignment

i have add on the code, but still not working. any code should i add on tylesheet.css ?? /* search */ #search { margin-bottom: 10px; } #search .input-lg { height: 40px; line-height: 20px; padding: 0 10px; } #search .btn-lg { font-size: 15px; line-height: 18px; padding: 10px 35px; text-shadow: 0 1px ...

Jump to post
  • Tue May 29, 2018 2:50 pm
  • Replies 5
  • Views 530
Re: Fix the (search & checkout) alignment

Dear IP_CAM,

Thanks for your prompt reply, i'm not familiar with CSS, May i know with "CSS Pro" should i get in on http://www.viethemes.com ?

Jump to post
  • Tue May 29, 2018 10:24 am
  • Replies 5
  • Views 530
Fix the (search & checkout) alignment

Hi! Guys, need your help again,

search and checkout bar not align with category bar after we reduce the website. how can i fix it?

Jump to post
  • Mon May 28, 2018 4:30 pm
  • Replies 5
  • Views 530

Search found 66 matches