Page 223 of 506 FirstFirst ... 123173213221222223224225233273323 ... LastLast
Results 2,221 to 2,230 of 5054
  1. #2221
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    What happens here (css) is: you have a badly coded template, it is missing one important element: the base href

    Why such an important element is missing? I guess only your coder can tell.

    Anyhow, this line of code needed to be added to your html_header.php right above the <body> tag

    PHP Code:
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER DIR_WS_HTTPS_CATALOG HTTP_SERVER DIR_WS_CATALOG ); ?>" />
    I guess you have to fix that one first before trying anything else.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2222
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Also, take note that newer version is available here:
    http://public.rubikintegration.com/

    Changelog:
    http://wiki.rubikintegration.com/zen.../ssu/changelog
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #2223
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks for the quick reply.

    And the huge tip. I'm not exactly how the heck that line got deleted, but thanks for catching my screw up.

    Things look like they're working now.

    On another note, is it possible to not display the stuff at the end of the product / category name?

    http://www.kids-n-cribs.info/baby-ge...diamond-p-2136

    for example the p-2136 or the c-45_201_330?
    Bryan
    Destination Baby & Kids - https://www.destinationbabykids.com

  4. #2224
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Yes, by upgrading to 3.6.1, turning link alias AND auto alias on, then clear your SSU cache via the SSU Manager.

    Quote Originally Posted by bfmarini View Post
    Thanks for the quick reply.

    And the huge tip. I'm not exactly how the heck that line got deleted, but thanks for catching my screw up.

    Things look like they're working now.

    On another note, is it possible to not display the stuff at the end of the product / category name?

    http://www.kids-n-cribs.info/baby-ge...diamond-p-2136

    for example the p-2136 or the c-45_201_330?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #2225
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    But when I view your site I dont see any link in seo form anyway? So it's more like you have not turned on ssu in the first place?

    Edit: You have the same mistake with giuly from the post above, you forgot to edit your html_output.php
    Hey,

    It appears i'm getting the same error. http://macdonald-sporrans.com/sitemapproducts.xml shows the old URL's, yet SSU is installed and working (latest version).

    I have checked the html_output.php file and it has the SSU code added correctly.

    I also notice, that we have 1200 active products in our store, yet the sitemap only shows 714! When i go into the sitemap admin and update the sitemap, it fails.

    Using Google XML Sitemap. Any help would be much appreciated.

  6. #2226
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Is there any way to change the delimiters for EZ Pages? Currently i use '-' as my default delimiter for the store, but EZ Pages have '_' as the delimiter. I would like to change that to '-'.

    Thanks.

  7. #2227
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Not sure if I get it right, but sound like you have 2 seo modules installed? Sorry but it will not work that way. SSU will not work with any other SEO module installed.
    Yellow,

    This time I tried getting all the SEO like fields removed from the configuration table and also all the files for the SEO URLS from http://smarterwebdev.com/pub/zencart/seo_urls/ removed from the domain.

    I made a clean installation of SSU and this time, there's no options loaded for the Configuration > SSU. I tried go to extra > SSU manager but it does not shows all the sql patches has been installed.

  8. #2228
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by fergusmacdonald View Post
    Hey,

    It appears i'm getting the same error. http://macdonald-sporrans.com/sitemapproducts.xml shows the old URL's, yet SSU is installed and working (latest version).

    I have checked the html_output.php file and it has the SSU code added correctly.

    I also notice, that we have 1200 active products in our store, yet the sitemap only shows 714! When i go into the sitemap admin and update the sitemap, it fails.

    Using Google XML Sitemap. Any help would be much appreciated.
    Your site map is out of dated, it is not generated recently
    When I go to http://m a cd on ald-sporrans.com/googlesitemap.php
    I get
    Google Sitemap Generation (v 1.3.19 20.04.2008 17:24) started

    Save path - "/var/www/macd onald-sporr ans.com/htdocs/"
    Base URL - "http://ma cdo nald-spor ra ns.com/"

    Processing file: /var/www/macdo nald-spo rrans.com/htdocs/sitemapproducts.xml Failed!
    ERROR: Google Product Sitemap Generation FAILED!

    Processing file: /var/www/macdo nald-spor rans.com/htdocs/sitemapcategories.xml Failed!
    ERROR: Google Category Sitemap Generation FAILED!

    Processing file: /var/www/ mac donald-sporrans.com/htdocs/sitemapezpages.xml Failed!
    ERROR: Google EZPages Sitemap Generation FAILED!

    Processing file: /var/www/macd ona ld-sporrans.com/htdocs/sitemapindex.xml Failed!
    ERROR: Google Sitemap Index Generation FAILED!

    Total Execution Time 0:34.8220
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #2229
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tweakservers View Post
    Yellow,

    This time I tried getting all the SEO like fields removed from the configuration table and also all the files for the SEO URLS from http://smarterwebdev.com/pub/zencart/seo_urls/ removed from the domain.

    I made a clean installation of SSU and this time, there's no options loaded for the Configuration > SSU. I tried go to extra > SSU manager but it does not shows all the sql patches has been installed.
    Please run this via your sql patch tool first:
    delete from module_version_tracker where module_code = 'yellow1912_ssu';
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #2230
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by fergusmacdonald View Post
    Is there any way to change the delimiters for EZ Pages? Currently i use '-' as my default delimiter for the store, but EZ Pages have '_' as the delimiter. I would like to change that to '-'.

    Thanks.
    Something must be wrong, because SSU uses whatever you set as delimiter.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR