Page 199 of 506 FirstFirst ... 99149189197198199200201209249299 ... LastLast
Results 1,981 to 1,990 of 5054
  1. #1981
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jgadbois View Post
    Thanks yellow1912,
    I upgraded my version of SSU and that fixed the problem. I had assumed the version on zen-cart.com was the lastest.

    I have another problem. I had a sale yesterday and it did not appear in my google analytics e-commerce code. I am using the Google Analytics plugin for Zen Cart and it had been working up until now.

    Any suggestions?

    Thanks
    In your ssu setting, check the query exclude list, do you see gclid?
    http://wiki.rubikintegration.com/zen...les/ssu/config

    A link to your site will help as well
    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. #1982
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Steve_A View Post
    I've gone into each of the top level folders in the ssu folder and deleted everything.

    There is nothing in the aliases area in the manager
    If you see nothing in there, it means that it is not on yet. Please post your ssu setting here.
    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. #1983
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    In your ssu setting, check the query exclude list, do you see gclid?
    http://wiki.rubikintegration.com/zen...les/ssu/config

    A link to your site will help as well
    Sorry for wasting your time. I just re-checked analytics and it is there now. I believe that it just took longer to post to analytics then the basic traffic data.

    Thanks again.

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

    Default Re: Simple SEO URL [support thread]

    Just a hint, but for example before you have ssu you use site.com/index.php?main_page=checkout_success for your "goal" url, now you have to change it to site.com/checkout_success.

    Is this something related to your case?
    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. #1985
    Join Date
    Aug 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If you see nothing in there, it means that it is not on yet. Please post your ssu setting here.
    Code:
    Title  	Value  	Action 
    Set Auto Alias Status 	true 	 
    Set Query Key's Exclude List 	zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,filter_id,alpha_filter_id 	Info 
    Set SSU Multi Language Status 	false 	Info 
    Set SSU Status 	true 	Info 
    Set maximum name length 	0 	Info 
    Set minimum word length 	0 	Info 
    Set Link Alias Status 	true 	Info 
    Exclude list 	advanced_search_result,redirect,popup_image_additional,download,wordpress 	Info 
    Set max category level 	2 	Info 
    ID delimiter 	. 	Info 
    File extension 		Info 
    Name delimiter 	. 	Info 
    Set Category Separator 	/

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

    Default Re: Simple SEO URL [support thread]

    Very weird, setting looks right.

    But the fact that you see nothing in side the alias table means that no alias is built. I would assume that you turn on the auto alias after you turn ssu and alias status on for a while, so all the cache is already built. But, if it is the case, then when you delete your cache you should not have that problem at all.

    Try this:
    1. Turn ssu off for a few minutes
    2. Make sure all cache files are cleared.
    3. Turn it on again

    If you need more help and want me to get into your site to check things for you, pm me (and it's free ^_^)
    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

  7. #1987
    Join Date
    Aug 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Very weird, setting looks right.

    But the fact that you see nothing in side the alias table means that no alias is built. I would assume that you turn on the auto alias after you turn ssu and alias status on for a while, so all the cache is already built. But, if it is the case, then when you delete your cache you should not have that problem at all.

    Try this:
    1. Turn ssu off for a few minutes
    2. Make sure all cache files are cleared.
    3. Turn it on again

    If you need more help and want me to get into your site to check things for you, pm me (and it's free ^_^)

    If I turn if off then the whole site ends up linking back to the static web page which is the index page for the site. So something is not right somewhere.

    So I've rolled the code back to remove SSU

  8. #1988
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I want to ask a question do my url suppose to have that long zen id tale to it like this

    http:// www. currysgiftshop.com/gifts-for-her-c-22?zenid=5eea7dab8e9babd37ce1df15cda5398f

    I was having some problem with my customer loging in and support from my hosting company said "I checked the site and it looks like it is being caused by a coding issue.



    https:// www. currysgiftshop.com/index/?zenid=e3e89998f3972f5f8aa68185d7194694?zenid=e3e89998f3972f5f8aa68185d7194694

    The url is trying to send the value for zenid twice. If I remove the second one, and just go to the url

    https:// www. currysgiftshop.com/index/?zenid=e3e89998f3972f5f8aa68185d7194694" any idea why this will happen.

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

    Default Re: Simple SEO URL [support thread]

    @Steve_A : Yes, exactly, if you turn it off it will go back to the normal links, that is the desired behavior. At the same time, it will also stop creating new cache file. So just turn it off for a few mins, use that time to clean up all cache files, then switch on again!
    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. #1990
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by weezee View Post
    I want to ask a question do my url suppose to have that long zen id tale to it like this

    http:// www. currysgiftshop.com/gifts-for-her-c-22?zenid=5eea7dab8e9babd37ce1df15cda5398f

    I was having some problem with my customer loging in and support from my hosting company said "I checked the site and it looks like it is being caused by a coding issue.



    https:// www. currysgiftshop.com/index/?zenid=e3e89998f3972f5f8aa68185d7194694?zenid=e3e89998f3972f5f8aa68185d7194694

    The url is trying to send the value for zenid twice. If I remove the second one, and just go to the url

    https:// www. currysgiftshop.com/index/?zenid=e3e89998f3972f5f8aa68185d7194694" any idea why this will happen.
    First thing: zenid is supposed to be there on the first time the visitors visits the site, this is zencart desired bahavior
    Second: no there shouldnt be a duplicated zenid

    Your version?
    First upgrade to 3.5.8 if you havent, then clear ssu cache, then let me know if that still happens.
    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