Page 79 of 245 FirstFirst ... 2969777879808189129179 ... LastLast
Results 781 to 790 of 2445
  1. #781
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by conor View Post
    Morphine derivatives are more useful. :)
    **snickers & nods in agreement**
    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.

  2. #782
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping v4.x

    Sorry think I've messed up some thing but if I click on an ezpage I get META_TAG_TITLE in the bar above the address bar in firefox http://www.rvsolarsystems.co.uk/How-Solar-Panels-Work
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by discoverytdi View Post
    Sorry think I've messed up some thing but if I click on an ezpage I get META_TAG_TITLE in the bar above the address bar in firefox http://www.rvsolarsystems.co.uk/How-Solar-Panels-Work
    I see from your other posts today that you are playing with your header files... these are also involved in the output of the meta tags... however.. doing a search of files I see that in Zen Cart the title and description meta tags are generated as defines in includes/modules/meta_tags.php:

    PHP Code:
      if (defined('META_TAG_TITLE_EZPAGE_'.$ezpage_id)) define('META_TAG_TITLE'constant('META_TAG_TITLE_EZPAGE_'.$ezpage_id)); 
    Which rely on

    PHP Code:
    $ezpage_id = (int)$_GET['id']; 
    For some reason, something on your site is defining the constant META_TAG_TITLE as META_TAG_TITLE.. so the constant isn't being used probably. I'm guessing this could mean that Ceon URI Mapping's installation may be interfering in some way with the setting of $_GET['id'] and that the site is falling back to looking for a META_TAG_TITLE define for EZ-Pages but now your site doesn't have a valid one?

    I've not much time so hopefully this information is of use.. if you open your includes/modules/STORE-TEMPLATE/meta_tags.php (or includes/modules/meta_tags.php) file and trace what is happening with the above define code, you should be able to find out why the "correct" define value isn't being shown.

    Hope that helps!

    Sorry I can't help more for now, have to take a break.

    Have a good afternoon/evening!

    All the best..

    Conor
    ceon

  4. #784
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping v4.x

    No probs when ever and I've not touched the header files must be someone with an addy similar to mine, and it would seem I'm not the only one with this issue I googled META_TAG_TITLE there are loads some big firms too.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  5. #785
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping v4.x

    just checked each file mentioned and the highlighted codes you mentioned are the same, I also installed a backup of my complete site from 02/09/2012 and got the same result. hope this helps
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Sorry, saw this post in your history and thought you were the person originally asking for help rather than giving it, so thought you were playing with your header.

    Quote Originally Posted by discoverytdi View Post
    just checked each file mentioned and the highlighted codes you mentioned are the same, I also installed a backup of my complete site from 02/09/2012 and got the same result. hope this helps
    Unfortunately [for you ;) ], it helps in basically confirming that this issue isn't actually related to Ceon URI Mapping. What you need to do is to trace the value of META_TAG_TITLE on your site.. I wasn't saying to check the code in those files was the same, I was pointing out where some of the code is that generates the value of META_TAG_TITLE.. the value for it isn't being generated correctly for your site for EZ-Pages..

    This isn't a feature of Zen Cart I've used before but it looks like you have possibly created some META_TAG_TITLE_EZ_PAGE_XXXX defines that aren't being used as you expected.

    I'm afraid this is not the right thread for you, you should start a new one to ask for help with this issue.

    Glad I have been able to point you roughly in the right direction though. Good luck getting this sorted! I'd imagine it shouldn't be too hard to trace and fix.

    All the best..

    Conor
    ceon

  7. #787
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by conor View Post
    Hi,

    Sorry, saw this post in your history and thought you were the person originally asking for help rather than giving it, so thought you were playing with your header.



    Unfortunately [for you ;) ], it helps in basically confirming that this issue isn't actually related to Ceon URI Mapping. What you need to do is to trace the value of META_TAG_TITLE on your site.. I wasn't saying to check the code in those files was the same, I was pointing out where some of the code is that generates the value of META_TAG_TITLE.. the value for it isn't being generated correctly for your site for EZ-Pages..

    This isn't a feature of Zen Cart I've used before but it looks like you have possibly created some META_TAG_TITLE_EZ_PAGE_XXXX defines that aren't being used as you expected.

    I'm afraid this is not the right thread for you, you should start a new one to ask for help with this issue.

    Glad I have been able to point you roughly in the right direction though. Good luck getting this sorted! I'd imagine it shouldn't be too hard to trace and fix.

    All the best..

    Conor
    ceon
    sorted it had a metatag file in the wrong folder yes I'm a must have uploaded it there by mistake. DRByte and Conor I would never known where to look.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  8. #788
    Join Date
    Sep 2012
    Location
    New Haven, CT USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi Mark,

    Did you ever find a work around for this? I just implemented CEON on a site I have been using the Algozon template on. I am curious what your outcome was and if you have any pointers. I am having the same issue.

    Regards,
    Tim

  9. #789
    Join Date
    Sep 2012
    Location
    New Haven, CT USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by Mark_88 View Post
    Could use a hand with something. The CEON URI mod is working perfectly with a fresh install of zen-cart 1.5.

    My problem is getting it to work alongside a mobile theme/modification. Brief explanation of the mod I'm using: detects browser agent. If found to be a mobile browser, sends all requests through "mobile.php?main_page". The mod does this by detecting mobile websites as another "language" and serves up the mobile template relating to that language.

    I'm not too bothered about re-writing mobile URLS. Would it be possible to bypass the CEON module altogether for all URLS/links containing mobile.php? I've played around with .htaccess for a while and haven't made any progress.

    Thanks!

    Edit:---------------------
    Also, awesome work with this module. My only past experience with URI modules was SSU. While this did the job well, it was a pain to install and update. Your instructions were very clear and core-file changes are minimal. Thank you!
    Hi Mark,

    Did you ever find a work around for this? I just implemented CEON on a site I have been using the Algozon template on. I am curious what your outcome was and if you have any pointers. I am having the same issue.

    Regards,
    Tim

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

    Default Re: Ceon URI Mapping v4.x

    Hi Tim,

    Quote Originally Posted by FeetGlovez View Post
    Hi Mark,

    Did you ever find a work around for this? I just implemented CEON on a site I have been using the Algozon template on. I am curious what your outcome was and if you have any pointers. I am having the same issue.
    Yes, if I remember correctly, I determined that the solution was for the makers of the mobile.php file to "fix" their mistake and have an index.php file load the files the mobile template thingamajig did instead of a file called mobile.php.

    So you should contact them and get that sorted, the problem is there, not with Ceon URI Mapping. It's the mobile.php file that is the problem.. it is completely unnecessary. The way things were programmed wasn't "right" as far as I remember, but very easy indeed to change to the "right" way of doing things.

    Hope that helps!

    All the best...

    Conor
    ceon

 

 

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