Stories / Blog Instructions needed and a few other things

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeStories / Blog Instructions needed and a few other things

This topic has been marked as resolved.

Hi there

I have read your documentation and viewed your demo video. I am using Opencart 1.5.6.4 and the lastest version of your Pavilion theme. My url is http://www.now-vaping.co.uk

On your documentation the Instructions for “STORIES” is a blank page – Do you have an instruction manual for it? (Please). Will this cover how to set a pretty url for the blog (at present it is this - http://now-vaping.co.uk/index.php?route=stories/index – not nice for SEO)

I have spent about 5 hours changing the style and colours and getting to grips with how your theme works. However, whatever I do I cannot change the Page title when I click a category from the main menu.  I thought I had set some sort of “Global” colour scheme but it reverts to what may have been the default theme which I imported on installation. Please tell me how to change it (before I go MAD!!!)- thank you

How do I change the”Copyright” at the bottom of the page – Need to get rid of “Powered by Opencart Pavilion theme by Themeburn” and change to something else

The url appears to be http://www.now-vaping.co.uk or now-vaping.co.uk depending on what you type in in the first instance and also when going back to the home page I get http://now-vaping.co.uk/index.php?route=common/home. Before purchasing your theme your sales literature said that it was SEO Optimised – This is not optimised and will tell search engines that I have at least 3 home pages thus reducing the actual home page ranking by a factor of 3 (or more). The same applies to every other page where it it can be a www. version or a non www. version thus reducing the ranking by 50%. How do I resolve this?

Does your theme support a way of splitting a page into 2 or more columns – For example please look at http://now-vaping.co.uk/privacy-policy.  I would like this text to be in 2 coloums. Is there a way of doing this (and one that resolves itself when viewed on a mobile device).

Lastly for now – In Settings>Store I have “Template” set as “Pavilion” but underneath is “Default Layout” which I have set to “default” – What should this be set to? And will changing it affect / change / delete what I have done already?

Thank you very much in advance

Anthony

 

 

December 10, 2014 at 4:50 pm #35382

Hello Anthony,

1) We are still preparing the documentation for the blog section. Maybe it was a mistake to leave an empty page before we are ready.

2) Yes, you can have SEO urls for both articles listing and single article pages. You need to follow these steps:
- Make sure you have renamed _root/.haccess.txt to _root/.haccess
- Make sure you have enabled SEO urls from Admin > System > Settings > Server
- Go to Admin > Extensions > Modules > Stories > General and put your keyword here.
- In the same panel you can enable auto generation of pretty urls for blog articles

3) Do you have a custom scope for “All categories”? There are custom colors saved for the row that holds the page title content block. Try to go edit Page Builder > Content > All categories > Row (the one that wraps Page title content block).

4) Copyright can be changed from catalog/view/theme/pavilion/template/common/footer.tpl

5) Unfortunately this is a part of OpenCart. We will provide a working solution a bit later and post it here in this topic.

6) Unfortunately you cannot have multiple columns for inline text, unless you add some custom styling:

#PageContentInformationSystem_tbW1yaX2pc .tb_text_wrap {
  -webkit-column-count: 2;
     -moz-column-count: 2;
           column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
     -moz-column-gap: 40px; /* Firefox */
          column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  #PageContentInformationSystem_tbW1yaX2pc .tb_text_wrap {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

Add these styles from the Pavilion CP > Theme Settings > Custom > Custom Stylesheet text field.

7) You don’t have to change this setting.

December 10, 2014 at 6:45 pm #35415

Hi There

Thank you very much for your early reply.

1. I’ll await further instructions – though I’ll probably get to grips with it by trial and error.

2. Thank you – now SEO url are operational

3. Thank you – now working

4. Thank you – now changed

5. I appreciate that it is an Opencart issue. On other Opencart sites that I run I have used a third party plug called Inmuto SEO Redirect. So I thought I would give this plugin a try on this installation.

It has worked partially – namely that it redirects all traffic to the www. version and removes the trailing “index.php?route=common/home”. The plugin also provides a redirect for all pages as the Opencart architecture also duplicates every page – eg: http://example.com/desktops/mac is also http://example.com/route=product/category&path=20_27 even when SEO urls are activated, thus reducing / splitting page ranking by 50%. However, this aspect of the the plugin is not working on Categories (it works on other pages such as account and the blog). Does your theme have some form of redirect from the none SEO to the SEO url already as, if so, I think this may be causing an “endless Loop” resulting in a page error: “The page isn’t redirecting properly – Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”

Thoughts, fixes, ideas please…

6. Thank you very much for the code – works a treat

7. Thank you

Anthony

December 11, 2014 at 12:00 pm #35451

Any thoughts on point 5.

This is a very important issue for all opencart users as duplicate pages cause serious reduction in SEO results. There’s not much point having a website if no one can find it!

Thanks in advance

Anthony

December 16, 2014 at 1:40 pm #35697

Firstly, you can create google webmaster tools account for your site and select your prefered domain (www or non-www). It will be considered by google when ranking the site.

If you want to redirect www to non www, just add the following two lines in your .htaccess file, just after RewriteBase / row:

RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

All this info is easy to find with google, of course.

BR,
ThemeBurn team

December 16, 2014 at 5:24 pm #35723

Don’t think that you are quite understanding what I am saying.

I have a vqmod that sorts out all of the URL problems that a default Opencart installation (and most themes including Pavilion it seems) – It has sorted the none www and www issue.

The other issue and much more pressing one is Opencart architecture also duplicates every page – eg: http://example.com/desktops/mac is also http://example.com/route=product/category&path=20_27
even when SEO urls are activated, thus reducing / splitting page ranking by 50%.

The Plugin I have sorts this issue out and redirects all URL queries to the SEO URL page. I have used the plugin on a number of opencart installs successfully. Unfortunately it is not working with your theme – it appears to be producing and endless loop and thus timing out the page and making the page unsearchable.

You can see an example on my site here of the duplicated page:

http://www.now-vaping.co.uk/route=product&product_id=51
http://www.now-vaping.co.uk/snoop-dogg-herbal-vapourizer-g-pen

Same page but 2 different ways of getting to it – therefore 2 different pages in search engines “eyes” – thus splitting the page ranking !!!!

The plugin I have does away with this duplication.

So, QUESTION (As before) – Does your theme have some form of redirect or can you tell me why the Plugin is not working and can you help me fix it so that it can work. Because otherwise SEO is “Out of the Window!” and little point building an Opencart site (this is the same for all Opencart sites and probably the most important part of SEO)

At present I have the SEO Redirects turned off (when turned on the site cannot be navigated as links to Categories and Products produce an endless loop).

If I turn the SEO Redirect on and input the url:

http://www.now-vaping.co.uk/route=product&product_id=51 the page does in fact redirect the URL to:
http://www.now-vaping.co.uk/snoop-dogg-herbal-vapourizer-g-pen

but the actual page content will not load and it gives a redirect error

I would like to send you a copy of the plugin so you can have a look for yourself – how do I send it to you?

December 18, 2014 at 10:53 pm #35855

Hi,

Sorry, but somehow we’ve missed your reply.

Yes, we are aware with that OpenCart architecture creates duplicate content, but have you noticed that all pages has a canonical link. This should remove the page ranking split. E.g. all these pages:

http://www.site.com/index.php?route=product/product&product_id=1
http://www.site.com/category/product_1
http://www.site.com/category/subcategory/product_1
http://www.site.com/another_category/product_1

point to:

http://www.site.com/product_1

We know that we can include the redirection in our vqmod, but generally we avoid changing default OC behavior for compatibility reasons.

BR,
ThemeBurn team

December 29, 2014 at 11:55 am #36078
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.