Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by creamcrackers View Post
    i see this as a really good extension, the person who made it put a lot in for the community

    But the documentation is terrible, you have to go throught 300+ pages of people asking a lot of the same questions to find your answers.

    The readme file in the package, sends you to broken documentation link. And the documentation that is there doesnt tell you anything about how to configure this after youve installed it, and why you shouldnt have a file extenstion on your links or anything!!!

    Thanks for the great contribution but with better documentation you could save thousands of man hours work for people trying to figure out the answers!
    Again, the links are NOT broken. All the doc links are working. If you cant visit them, try again.
    Im sorry if it doesnt help you, but frankly speaking I spent over a year for this module already, so dont blame me for not putting enough effort into it. If you want, why dont you go ahead and help me with the doc? Dont complain, do something. How about paying me to do it? Sorry if I sound angry but frankly speaking Im doing it out of my own time (and my money).
    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. #2
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Again, the links are NOT broken. All the doc links are working. If you cant visit them, try again.
    Im sorry if it doesnt help you, but frankly speaking I spent over a year for this module already, so dont blame me for not putting enough effort into it. If you want, why dont you go ahead and help me with the doc? Dont complain, do something. How about paying me to do it? Sorry if I sound angry but frankly speaking Im doing it out of my own time (and my money).
    Hi
    Sorry i didnt mean to sound rude.
    What I meant was youve obviously done a lot, put in a LOT of work for this which is great and you have one of the best contributions. But the docs fall short and dont explain what to do when its all installed and pros and cons of different settings you have to trawl through 300 pages of peoples questions when a couple of pages of well written docs or Q&A would answer most of those.

    Thank you very much for this contribution and I am very grateful for it

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by creamcrackers View Post
    Hi
    Sorry i didnt mean to sound rude.
    What I meant was youve obviously done a lot, put in a LOT of work for this which is great and you have one of the best contributions. But the docs fall short and dont explain what to do when its all installed and pros and cons of different settings you have to trawl through 300 pages of peoples questions when a couple of pages of well written docs or Q&A would answer most of those.

    Thank you very much for this contribution and I am very grateful for it
    I will try adding Q&A :)
    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

  4. #4
    Join Date
    Jun 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi,

    I installed Simple SEO URL and it seems to be working, the only problem is that the pages for products are not styled because the pages are not correctly referencing the CSS files. I figured out that it is doing this because the relative path to the stylesheets are now incorrect because of the module adding another directory for the category - here's an example:

    http://primealternatives.com.au/cart/index.php?main_page=product_info&cPath=4&products_id=77

    becomes:

    http://primealternatives.com.au/cart/categories_name-c-4/prime-electric-treatment-table-p-77

    So the new directory ('/categories_name-c-4') is causing the product pages to reference the incorrect path for the CSS files.
    Other people seem to have experienced this problem, but searching this long thread, I can't seem to find a solution. Is there anything I can do to fix this problem?

    Thanks

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

    Default Re: Simple SEO URL [support thread]

    Your template is missing the base href in the header

    this will help you: http://www.zen-cart.com/forum/showpo...postcount=2221
    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

  6. #6
    Join Date
    Jun 2009
    Posts
    35
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Your template is missing the base href in the header

    this will help you: http://www.zen-cart.com/forum/showpo...postcount=2221
    yellow1912, you just resolved my problem.

    The person who set up Zen Cart (my predecessor) had commented out the line...

    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />

    ...in the html_header.php file. Do you know why he would have done that? He didn't leave any comments.

    Anyway, thanks for your help. Now I can see how excellent your add on is. Very good work.

  7. #7
    Join Date
    Jul 2009
    Posts
    86
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    hello,
    if the product name is
    a'c

    it shows correctly in browser:
    a-c

    but if the product name is
    d'c

    it only shows:
    c

    what do i fix this problem? thanks

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Prime View Post
    yellow1912, you just resolved my problem.

    The person who set up Zen Cart (my predecessor) had commented out the line...

    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />

    ...in the html_header.php file. Do you know why he would have done that? He didn't leave any comments.

    Anyway, thanks for your help. Now I can see how excellent your add on is. Very good work.
    Not sure why, very bad practice indeed. I cant think of a reason to comment it out (yet)
    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. #9
    Join Date
    Jun 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi, you installed this mod for me a while ago but since then I have gone from a shared SSL to a dedicated one and it is causing problems. Can you tell me how to fix it?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by borobabe View Post
    Hi, you installed this mod for me a while ago but since then I have gone from a shared SSL to a dedicated one and it is causing problems. Can you tell me how to fix it?
    If it has been a while, first I suggest upgrading the module (this is optional, not a must)

    But to solve it, it is easy:
    You need to go you yoursite.com/ssu_check.php (if you deleted it, download the newest version and upload only that file to your site). Visit that file via your browser and you will see the suggested htaccess for your site, then edit your .htaccess file accordingly
    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

 

 
Page 1 of 2 12 LastLast

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

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