Page 107 of 168 FirstFirst ... 75797105106107108109117157 ... LastLast
Results 1,061 to 1,070 of 1674
  1. #1061
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Thanks, everybody. Now, I enable the SSL by configure files defined

  2. #1062
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Is anybody has used this plugin with jquery moblie? I got 404 error with jquery mobile. But I don't know whether this plugin conflicts with jquery mobile, or there are codeing error when I modified? On address bar, if I input "index.php?main_page=index&cPath=4", page load as nomal. If I input as "name-c-4.html" fomat, 404 was returned.
    Last edited by su35; 27 Sep 2016 at 04:14 PM.

  3. #1063
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by su35 View Post
    Is anybody has used this plugin with jquery moblie? I got 404 error with jquery mobile. But I don't know whether this plugin conflicts with jquery mobile, or there are codeing error when I modified? On address bar, if I input "index.php?main_page=index&cPath=4", page load as nomal. If I input as "name-c-4.html" fomat, 404 was returned.
    My codeing error.
    Last edited by su35; 27 Sep 2016 at 05:46 PM.

  4. #1064
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    I have Ultimate URL's installed on zen cart v1.5.5a. But my category and subcategory page URLs could be a little cleaner. The product and EZ pages show just perfect. I suspect it has to do with my .htaccess code but I don't know how to clean them up. For example here is one of my sloppy links:
    Code:
    www.myURL.com/stock-wings-c-14_2/?page=StockWings
    I would like to remove the
    Code:
    ?page=StockWings
    at the end of each of my category URL's to make it look clean like this: I tested this URL: http://www.myURL.com/stock-wings-c-14_2/ and the category page shows just fine so I don't get why the additional information bloat is added. This is my .htaccess code:

    Code:
    # Common directives
    ###############################################################################
    # NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite 
    
    Base" line below:
    
    Options +FollowSymLinks
    RewriteEngine on
    RewriteBase /
    
    ###############################################################################
    # Start Ultimate SEO URLs
    ###############################################################################
    
    # Handles the new URL formats
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-p-([0-9]+)(.*)$ index\.php?
    
    main_page=product_info&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pi-([0-9]+)(.*)$ index\.php?
    
    main_page=popup_image&pID=$4&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pr-([0-9]+)(.*)$ index\.php?
    
    main_page=product_reviews&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-([0-9_]+)/(.*)-pri-([0-9]+)(.*)$ index\.php?
    
    main_page=product_reviews_info&products_id=$4&cPath=$2&%{QUERY_STRING} [L]
    
    # Original (unchanged) URL formats
    RewriteRule ^(.*)-p-([0-9]+)(.*)$ index\.php?main_page=product_info&products_id=$2&
    
    %{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+)(.*)$ index\.php?main_page=index&manufacturers_id=$2&
    
    %{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+)(.*)$ index\.php?main_page=popup_image&pID=$2&
    
    %{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+)(.*)$ index\.php?
    
    main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+)(.*)$ index\.php?
    
    main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-ezp-([0-9]+)(.*)$ index\.php?main_page=page&id=$2&%{QUERY_STRING} 
    
    [L]
    RewriteRule ^(.*)-c-([0-9_]+)(.*)$ index\.php?main_page=index&cPath=$2&
    
    %{QUERY_STRING} [L]
    
    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    Again all other pages have clean URL's its just the category and subcategory pages that look sloppy. Any ideas please?
    Building a better web, one site at a time: Dayton Web Design

  5. #1065
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,849
    Plugin Contributions
    11

    Default Re: Ultimate SEO 2.200+ (new features)

    i do not believe your problem is with your .htaccess file. the problem is with the creation of the category links.

    i would look over includes/classes/usu.php. my guess is that is where the problem resides, not in the htaccess file.

    if the site is live, a link to it would be more helpful.

    good luck.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #1066
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by carlwhat View Post
    i do not believe your problem is with your .htaccess file. the problem is with the creation of the category links.

    i would look over includes/classes/usu.php. my guess is that is where the problem resides, not in the htaccess file.

    if the site is live, a link to it would be more helpful.

    good luck.
    OK here is a link to my website http://www.aviationinsignia.com/insi...?page=Insignia. It seems as if only the top menu is making the links this way. Template issue? The lower menu (on this same page) does not seem to add these additional characters. I looked at my template common folder> tpl_drop_menu.php file and did not see where this was adding these characters.
    Building a better web, one site at a time: Dayton Web Design

  7. #1067
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,849
    Plugin Contributions
    11

    Default Re: Ultimate SEO 2.200+ (new features)

    if you are convinced that is the script that is generating those links, i'm "thinking" that you have a couple of files called:

    includes/classes/categories_ul_generator.php
    includes/classes/categories_ul_generator_menu_style_2.php

    in my setup, the culprit seems to be in the second script:

    Code:
    <a href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link . '&page='. $category['name'])
    i would change it to:

    Code:
    <a href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link)
    please note, that i did not post the WHOLE line of code, just the problem part...

    i "think" that may be your problem.... but it's a wild (educated) guess...

    no warranties, guarantees, etc...

    best.

  8. #1068
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    carlwhat, I can see the work and effort you put into helping me and thank you for your time, its much appreciated! Your solution worked. In this file: includes>classes> categories_ul_generator_menu_style_2.php around line #83 and 84 I found this code:

    Code:
    '<a href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link .  '&page='. $category['name']) . '">';
    Per you great instructions I changed to this:
    Code:
    '<a href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link) . '">';
    Problem solved. It didn't seem like the template override was working for this file but maybe it was cache. So I had to change this code in both the over-ride folder and core folder and make a note in case of future updates. Anyway, works perfectly. Again, thank you very much!
    Last edited by sports guy; 18 Oct 2016 at 12:40 AM.
    Building a better web, one site at a time: Dayton Web Design

  9. #1069
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Ultimate SEO 2.200+ (new features)

    There is no "override" for the /includes/classes folder. Alterations to files in that folder must be made directly.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #1070
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Thank you, that's good to know.
    Building a better web, one site at a time: Dayton Web Design

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. 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