• Resolved cancrime

    (@cancrime)


    Is it possible to change the behaviour of the HOME button in the breadcrumb trail? – that is, I don’t want “HOME” to take viewers back to the Home Page, I want that selection to take them to mydomain.com/blog rather than mydomain.com

    thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello @cancrime,

    Yes, you can direct your home page URL to blog page. For this, you have to make a change in your plugin code file.

    Please replace the following code in class-flexy-breadcrumb-trail.php(flexy-breadcrumb/includes) file at line # 129.

    <?php echo esc_url(get_home_url()); ?> 
    > Replace with below code
    <?php echo esc_url(get_home_url().'/blog'); ?>

    Note: Your changes will be lost after the plugin update so before updating plugin, please take backup of your code file.

    Thanks for reaching us out. Let us know if you need any other assistance from us.

    Regards

    Thread Starter cancrime

    (@cancrime)

    Thanks for the very quick response.

    I pasted in that code change.

    The font awesome HOME icon disappeared from the display and clicking on “HOME” returned a 404 error.

    So I pasted the original code back in and then my WP backend told me that the plugin “does not have a valid header.”

    I figured I’d just delete it and re-install, but after deleting the plugin, I’m left with what looks like shortcode text in the position on top of a single post [flexy_breadcrumb]. See it here:

    https://testsite.cancrime.com/2017/09/16/kingston-penitentiary-already-32-when-it-became-nations-prison/

    Plugin Author PressTigers

    (@presstigers)

    @cancrime,

    Its working fine at our end. It seems some of your installed plugins are conflicting with Flexy Breadcrumb. For testing purpose, please deactivate all plugins except Flexy Breadcrumb and activate any WP default Twenty theme so we can find out the conflict.

    The shortcode is displaying because Flexy Breadcrumb plugin is not active. Please activate the Flexy Breadcrumb plugin.

    Thanks & Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change HOME button behaviour?’ is closed to new replies.