Page 172 of 245 FirstFirst ... 72122162170171172173174182222 ... LastLast
Results 1,711 to 1,720 of 2445
  1. #1711
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: CEON URL working with Multi-language SEO URLs

    @jmcdougal

    If Google is still not supporting retaining the base element for cached pages (instead of clobbering it with their own), you will need to apply the same fixes as were needed to handle images with the FaceBook OpenGraph crawler. Option #1 or Option #2 from that post are probably your best bet at this time.

    For option #2: Most themes currently use page relative links instead of zen_href_link() when linking to a CSS or JS file. This needs to be changed in your theme as part of option #2. The file in most themes generating links to CSS and JS resources is: "/includes/templates/your_theme_name/common/html_header.php".


    NOTE: "zen_href_link($page_relative_link, null, $request_type);" should work nicely as long as everything in "/includes/configure.php" is correct.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  2. #1712
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by lhungil View Post
    @jmcdougal

    If Google is still not supporting retaining the base element for cached pages (instead of clobbering it with their own), you will need to apply the same fixes as were needed to handle images with the FaceBook OpenGraph crawler. Option #1 or Option #2 from that post are probably your best bet at this time.

    For option #2: Most themes currently use page relative links instead of zen_href_link() when linking to a CSS or JS file. This needs to be changed in your theme as part of option #2. The file in most themes generating links to CSS and JS resources is: "/includes/templates/your_theme_name/common/html_header.php".


    NOTE: "zen_href_link($page_relative_link, null, $request_type);" should work nicely as long as everything in "/includes/configure.php" is correct.

    Thanks again for your help. I wasn't able to reply until now, but I had tested absolute url paths on one of the css files shortly after making the original post and it worked. Again, thanks for the insight. I truly appreciate it.

  3. #1713
    Join Date
    May 2013
    Location
    Karlskoga, Sweden
    Posts
    48
    Plugin Contributions
    0

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by DivaVocals View Post
    Not by Ceon, but perhaps your mySQL editor added it??? In any case the readme instructions clearly state not to use it..

    In any case glad you have it working now..

    Leaving it at the original is CORRECT (as per the EZ Page on page usage instructions) I wouldn't spend any time trying to "fix" that..
    It must have been CEON since the entry was already there the first time I looked in the DB and the entry points to the EZ page id number (like it would point to a product id number in the DB), so it must have been entered when I used the "automatically create URI..." in EZ pages.

  4. #1714
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by pexter View Post
    It must have been CEON since the entry was already there the first time I looked in the DB and the entry points to the EZ page id number (like it would point to a product id number in the DB), so it must have been entered when I used the "automatically create URI..." in EZ pages.
    Right, but that is because you were trying to generate an invalid URI from your EZ Pages.. If you were to have entered these directly URI's in the DB (as suggested in the readme) this would not have happened..
    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.

  5. #1715
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by DivaVocals View Post
    Right, but that is because you were trying to generate an invalid URI from your EZ Pages.. If you were to have entered these directly URI's in the DB (as suggested in the readme) this would not have happened..
    So I think that is recognized. The posting was made to clear up the fact that the number 17 was not entered manually, and therefore had been autogenerated by the plugin. Further there was no attempt at this point to generate a wrong uri, the attempt was to generate the entry to redirect using the documented process/information, but it was not accurately implemented. All rewrites being applied were being properly considered (a rewrite for the ezpage and a rewrite for the internal uri destination) but they were not properly integrated.

    So, yes, had the OP already known the need for the ezpage to internally point to a rewritten URI and that URI had to already be rewritten through database entry in order to take advantage of that aspect, then the initial quuestioning would not have occurred to bring us to this conversation.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1716
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by mc12345678 View Post
    So I think that is recognized. The posting was made to clear up the fact that the number 17 was not entered manually, and therefore had been autogenerated by the plugin. Further there was no attempt at this point to generate a wrong uri, the attempt was to generate the entry to redirect using the documented process/information, but it was not accurately implemented. All rewrites being applied were being properly considered (a rewrite for the ezpage and a rewrite for the internal uri destination) but they were not properly integrated.
    Not to belabor this anymore, but my point was and still is that you CANNOT generate a URI for an EZ Page which is an internally linked page.. Conor had stated this many time in this support thread. I merely reiterated this point in response to the OP's original question.

    Quote Originally Posted by mc12345678 View Post
    So, yes, had the OP already known the need for the ezpage to internally point to a rewritten URI and that URI had to already be rewritten through database entry in order to take advantage of that aspect, then the initial quuestioning would not have occurred to bring us to this conversation.
    The OP does not need for the EZ Page internal link to be the rewritten URI at all. If one wants, you CAN in fact use the native internal link. Alternatively, yes you can use the correct URI. In either case you should not attempt to generate an EZ Page URI, and instead manually add the URI to the DB following the instructions in the readme. If you do use the native page link instead of the rewritten URI, you will find that Ceon URI will apply it's magic to the EZ Page header or footer menu links and direct visitors to the correct URI.
    Last edited by DivaVocals; 11 Nov 2014 at 05:30 PM.
    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.

  7. #1717
    Join Date
    Nov 2014
    Location
    us
    Posts
    4
    Plugin Contributions
    0

    Default Re: CEON URL working with Multi-language SEO URLs

    Hi,
    http://www.****.com/index.php?main_page=products_all now turned to http://www.****.com/all-products
    but when i open http://www.****.com/all-products in my browser, there is nothing, while open http://www.****.com/index.php?main_page=products_all,
    it shows all my products...i don't know what is going on ? Can someone help ? thank you.

  8. #1718
    Join Date
    Nov 2014
    Location
    us
    Posts
    4
    Plugin Contributions
    0

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by jemmylien View Post
    Hi,
    http://www.****.com/index.php?main_page=products_all now turned to http://www.****.com/all-products
    but when i open http://www.****.com/all-products in my browser, there is nothing, while open http://www.****.com/index.php?main_page=products_all,
    it shows all my products...i don't know what is going on ? Can someone help ? thank you.
    1.
    sorry, this problem has been solved, i think it is because i wrote wrong in the phpmyadmin, now it works.
    http://www.***.com/index.php?main_page=reviews changed to http://www.***.com/reviews
    but in the source file, the link is still http://www.***.com/index.php?main_page=reviews, it there any thing can do to change it to http://www.***.com/reviews ?

    2.
    All my products' links are www.***.com/greenpant?cPath=1_33& , with a "?cPath=1_33&" at the end.
    how to remove ?cPath=1_33&...

    3.
    For all products show, its link is www.***.com/all-products?disp_order=1&page=2
    how can i set the rule in phpmyadmin to map it ?

    Thank you,

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

    Default Re: CEON URL working with Multi-language SEO URLs

    Quote Originally Posted by jemmylien View Post
    1.
    sorry, this problem has been solved, i think it is because i wrote wrong in the phpmyadmin, now it works.
    http://www.***.com/index.php?main_page=reviews changed to http://www.***.com/reviews
    but in the source file, the link is still http://www.***.com/index.php?main_page=reviews, it there any thing can do to change it to http://www.***.com/reviews ?

    2.
    All my products' links are www.***.com/greenpant?cPath=1_33& , with a "?cPath=1_33&" at the end.
    how to remove ?cPath=1_33&...

    3.
    For all products show, its link is www.***.com/all-products?disp_order=1&page=2
    how can i set the rule in phpmyadmin to map it ?

    Thank you,
    To answer #1, you need to provide an ACTUAL link to your site.. otherwise we'll ALL be guessing.. The contents of your .htaccess file wouldn't hurt either.. Please use the code tag on the toolbar (the # symbol) to enclose your code.. (makes it easier to read, and stops the forum software from parsing your code)

    The answers to 2 & 3 are covered in the readme document..

    From the reame document (installation tab)
    OPTIONAL but RECOMMENDED Take a note of the FAQs
    Lots of people ask us the same questions. It's worth reading the FAQs.
    At the very least, here are some of the most popular questions that are covered.
    Re #3 - Short answer is that products with sub-categories will ALWAYS display this way.. The readme covers WHY (Item #9 of the FAQs), and if you search this thread you will see that this frequently asked question has been addressed by the late author and others..
    Re #4 - Again this is covered in the readme Module Features --> Canonical URIs
    Last edited by DivaVocals; 15 Nov 2014 at 07:48 PM.
    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. #1720
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    help question Re: Ceon URI Mapping v4.x

    I'm on a fresh new install of v. 1.53 and on the latest versions of PHP and MySQL. My zencart developer found a conflict between this mod and Fast and Easy Checkout and the checkout does not work and she said I needed to hire a programmer. I'd like to use both mods. Has anyone else had this issue and was able to solve it? www.enlita.com/shop

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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