Page 225 of 291 FirstFirst ... 125175215223224225226227235275 ... LastLast
Results 2,241 to 2,250 of 2907
  1. #2241
    Join Date
    Jan 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    First, remove the Ultimate SEO rules, you don't need them anymore.
    Done


    Quote Originally Posted by conor View Post
    Check that you have a base href tag in your html_header.php file,
    I have this tag:
    <base href="http://mydomain.com/" />


    Quote Originally Posted by conor View Post
    and if that isn't the source of your problem, you'll have to check the define for the path to your images directory in configure.php.


    define('HTTP_SERVER', 'http://domain.com');
    define('HTTPS_SERVER', 'https://domain.coml');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');


    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG','/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');



    Do you see any mistake? Why this not working in IE?

  2. #2242
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by Zmaziuu View Post
    Do you see any mistake? Why this not working in IE?
    No, no mistakes, those settings are perfect.

    The URIs you posted previously will be a problem in more than IE.. you've probably only just noticed them in IE, or the other browsers you've tested are coping with your BROKEN image UIRs better.. the browser used is irrelevant so don't bother focussing on that.

    You must have something wrong in your template files or you have some image displayer (maybe an AJAX one) which can't deal with static URIs and needs to be modified to do so.

    Sorry but you'll have to ask your web designer to fix the URIs in the template and [possibly] your CSS file(s). I can't tell where that would be exactly.

    At least you've narrowed things down a bit.

    All the best..

    Conor
    ceon

  3. #2243
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    That's very good of you DivaVocals, as always you are so willing to give your time. Unfortunately I have don't have any more time to give, I already spend too much time here. If you do find a way to cater for whatever incompatibilities FEC creates with Ceon URI Mapping, please do post them here for others' knowledge.
    You go right ahead and keep up this awesome software.. As for the testing, I was doing this anyway.. Just gonna share what I find with the community is all..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #2244
    Join Date
    Oct 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi, just installed ceon uri mapping. everythings works fine except i can't use the add to cart bottom.
    the regular link should be like this:
    http://www.vitabags.com/index.php?ma...action=buy_now

    but when i turn on ceon uri mapping the url turns to this:
    http://www.vitabags.com/juicy/juicy-...action=buy_now

    which direct me to 404 not found.

    any help would be appreciated.

  5. #2245
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Bryan,

    Quote Originally Posted by bryanblue View Post
    but when i turn on ceon uri mapping the url turns to this:
    http://www.vitabags.com/juicy/juicy-...action=buy_now
    That's not what I get.. the site is working fine for me, I have no problem adding that handbag to the cart directly from its page or from the "All products" page. I never see that broken URI you posted.

    Where are you seeing it? Or is this fixed now?

    All the best..

    Conor
    ceon

  6. #2246
    Join Date
    Oct 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi Bryan,



    That's not what I get.. the site is working fine for me, I have no problem adding that handbag to the cart directly from its page or from the "All products" page. I never see that broken URI you posted.

    Where are you seeing it? Or is this fixed now?

    All the best..

    Conor
    ceon
    Hi Ceon, the problem is not fix. i uploaded two example products in the home page. when i get into homepage, scroll down a bit. under the New Products For December. when i click on ADD TO CART it direct me to 404 no found. Thanks

  7. #2247
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by bryanblue View Post
    Hi Ceon, the problem is not fix. i uploaded two example products in the home page. when i get into homepage, scroll down a bit. under the New Products For December. when i click on ADD TO CART it direct me to 404 no found. Thanks
    Ahh, I see where those links are now.

    You appear to have custom coded "Add to cart" links in your New Products box which is building the URI wrong.

    It shouldn't append &action=buy_now but should instead supply action=buy_now as a parameter to the zen_href_link function.

    Change the code to do that and you should get working links.

    All the best..

    Conor
    ceon

  8. #2248
    Join Date
    Oct 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Ahh, I see where those links are now.

    You appear to have custom coded "Add to cart" links in your New Products box which is building the URI wrong.

    It shouldn't append &action=buy_now but should instead supply action=buy_now as a parameter to the zen_href_link function.

    Change the code to do that and you should get working links.

    All the best..

    Conor
    ceon
    Hi Conor, i am sorry i am pretty new to this..when you say chage the prameter..where do i do that and how? thanks for your help.

  9. #2249
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by bryanblue View Post
    Hi Conor, i am sorry i am pretty new to this..when you say chage the prameter..where do i do that and how? thanks for your help.
    Let me guess.. Template Monster (or an affiliate) template?? If the answer is that you got this template from one of the many places that build non-standard Zen Cart templates (AKA Template Monster or one of their affliate re-seller sites) you are going to have to post your question in a new thread to get assistance on it as your issue is not caused by this module at all. Rather it is caused by a incorrectly coded template..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #2250
    Join Date
    Oct 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by DivaVocals View Post
    Let me guess.. Template Monster (or an affiliate) template?? If the answer is that you got this template from one of the many places that build non-standard Zen Cart templates (AKA Template Monster or one of their affliate re-seller sites) you are going to have to post your question in a new thread to get assistance on it as your issue is not caused by this module at all. Rather it is caused by a incorrectly coded template..
    i see...you are right. i purchase this template through other website. thanks for telling me that. i will be opening up a new thread to get help.

 

 

Similar Threads

  1. 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
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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