Page 171 of 171 FirstFirst ... 71121161169170171
Results 1,701 to 1,704 of 1704
  1. #1701
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    835
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lat9 View Post
    John, I'm not seeing that behavior. The breadcrumb home-link I'm seeing is ..
    Hey Lat9. Just wondering if you've had a chance to look into this. I've been through all the files from your mod and just can't figure where it'd be coming from. I also messaged you here on zc with ftp credentials if you wanted to have a look, but haven't heard back from you. I was just looking around again and still... nothing.

    Guess I'll keep checking back.

    Thank you,
    John

  2. #1702
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,957
    Plugin Contributions
    96

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by bumba000 View Post
    Hey Lat9. Just wondering if you've had a chance to look into this. I've been through all the files from your mod and just can't figure where it'd be coming from. I also messaged you here on zc with ftp credentials if you wanted to have a look, but haven't heard back from you. I was just looking around again and still... nothing.

    Guess I'll keep checking back.

    Thank you,
    John
    I've been swamped with other activities and, as indicated above, am unable to reproduce this issue on an as-shipped zc222 using the responsive classic template.

  3. #1703
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    835
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lat9 View Post
    I've been swamped with other activities and, as...
    I figured you were busy with other stuff. I know you said you can't reproduce it, so I was offering access to a place for you to see where it's happening. I get it though. Thanks for getting back to me.

    Best,
    John

  4. #1704
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    835
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    So not being able to figure out an actual solution, I did put together a band-aid. So far so good as I haven't found a way to break it. Maybe this can help someone else who runs into the same issue.

    In includes/templates/myrcclone/common/tpl_main_page.php I modified the breadcrumb output...

    original
    PHP Code:
    <!-- bof  breadcrumb -->
    <?php if (!$breadcrumb->isEmpty() && (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page))) { ?>
        <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php ?>
    <!-- eof breadcrumb -->
    band-aid
    PHP Code:
    <!-- bof  breadcrumb -->


    <?php if (!$breadcrumb->isEmpty() && (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page))) {
            
    $clean_breadcrumbs $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR);
            if(
    strpos($breadcrumb->trail(BREAD_CRUMBS_SEPARATOR),'//.html')){
                
    $clean_breadcrumbs preg_replace('/\/\/\.html/'''$breadcrumb->trail(BREAD_CRUMBS_SEPARATOR));
            }
        
    ?>
        <div id="navBreadCrumb"><?php echo $clean_breadcrumbs?></div>
    <?php ?>
    <!-- eof breadcrumb -->
    Best regards,
    John

 

 

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

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