Page 461 of 506 FirstFirst ... 361411451459460461462463471 ... LastLast
Results 4,601 to 4,610 of 5054
  1. #4601
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by danilovig View Post
    github.com/yellow1912/simple-seo-url/

    the last modified solution the bug urlencode in link.php

    github.com/yellow1912/simple-seo-url/commit/aa4fb148d185c641003913e421e0a8f7823ff53e


    Salutacions
    I don't know what you've been reading but I don't even know exactly what problem you are having as you haven't given enough information?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #4602
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    How do you remove the Simple SEO Url completely off of Zen Cart.

    Thanks

  3. #4603
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bkeaton View Post
    How do you remove the Simple SEO Url completely off of Zen Cart.

    Thanks
    You uninstall it just like you installed it. Remove all the files that Simple Seo installed. Just make sure you put back the includes/functions/html_output.php file to it's ordinal state. Undo your .htaccess file.
    Then run the uninstall code you need to do so in admin/tools/install_sql_patches.

    PHP Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title
    'Simple SEO URL';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    DROP TABLE 5.1/en/control-flow-functions.html">IF EXISTS links_aliases; 
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #4604
    Join Date
    Feb 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hi, i have a straneg issue that another member on this site found for me.

    Basically the site runs fine, but, if i add the attribute to enable an upload of an image then seo urls stops this working.

    Any ideas on what the bug is that could be causing this conflict?

    I installed this mod some months ago so is it an old bug that has been fixed with an update etc that i need to do?

    thanks,
    Dave

  5. #4605
    Join Date
    Feb 2010
    Posts
    68
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    ok simple seo urls doesnt work at all with the attribute upload.
    to get it to work i had to instal ultimate seo urls instead.

  6. #4606
    Join Date
    Aug 2010
    Location
    Norwich, CT
    Posts
    22
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'm not sure if I'm confused, I've done something wrong, or this is working and I just don't know it, SSL and http vs https is my question
    Here's the site:
    www.swiftperformanceautomotive.com

    With Ultimate SEO turned on this is what happens:

    If I hover over "Login" I can see the https:// in the preview area for my curser, but if I click on it, the page is displayed as http:// in that address bar, and all the pages that should be https work in the same manner after I log in.

    With Ultimate SEO turned off I get this:

    Whenever I click on a page that should be https:// it works, and https is displayed in the address bar, and it stays that way throughout the checkout process.

    Is this what's supposed to happen?
    Did I f something up?
    The only change that I made that may have done it is in the bottom of the SEO URL's control panel, I got rid of the "rewrite pages line". I had copied them to a notepad file, but didn't save it, and one of my techs used the computer and the file got closed without saving it. Could that list of pages cause my problem? If so, can someone give me the string that was in there? I can't find it in the install files, not sure which one it is in.

    I'm sure this all sounds jumbled, I'm lost, but think that the more info the better on these forums.
    Dan

  7. #4607
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by danatswift View Post
    I'm not sure if I'm confused, I've done something wrong, or this is working and I just don't know it, SSL and http vs https is my question
    Here's the site:
    www.swiftperformanceautomotive.com

    With Ultimate SEO turned on this is what happens:

    If I hover over "Login" I can see the https:// in the preview area for my curser, but if I click on it, the page is displayed as http:// in that address bar, and all the pages that should be https work in the same manner after I log in.

    With Ultimate SEO turned off I get this:

    Whenever I click on a page that should be https:// it works, and https is displayed in the address bar, and it stays that way throughout the checkout process.

    Is this what's supposed to happen?
    Did I f something up?
    The only change that I made that may have done it is in the bottom of the SEO URL's control panel, I got rid of the "rewrite pages line". I had copied them to a notepad file, but didn't save it, and one of my techs used the computer and the file got closed without saving it. Could that list of pages cause my problem? If so, can someone give me the string that was in there? I can't find it in the install files, not sure which one it is in.

    I'm sure this all sounds jumbled, I'm lost, but think that the more info the better on these forums.
    Dan
    Number 1 you are in the wrong thread for Ultimate SEO. This is Simple Seo thread. You need to go here to ask the question.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #4608
    Join Date
    Aug 2010
    Location
    Norwich, CT
    Posts
    22
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Wow, that's embarrassing. Sorry about that, I was browsing through this thread, and had the other thread open in another window, and started typing in the wrong place. Sorry about that folks!

  9. #4609

    Default Re: Simple SEO URL [support thread]

    First, I'd like to think those who help create Simple SEO... this is a such good module.

    Everything is fine and proper working until today when I used Mail Chimp newsletter.

    Basically. I embedded several products links in the Mail Chimp Newsletter and did a test mail sent to my personal email. When I click the links in the mail, none of links are working. Instead, I receive the message from FireFox

    " 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.

    * This problem can sometimes be caused by disabling or refusing to accept cookies. "

    Just wondering if any of you have encountered the similar issues like this. Please help. Thank you.

  10. #4610

    Default Re: Simple SEO URL [support thread]

    Please help me if you know the solution. Thank you.

 

 

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