Categories

Featured templates

WordPress Troubleshooter. How to solve issue with Breadcrumbs after performing CherryFramework 3.x update

Ray Taylor May 19, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

WordPress Troubleshooter. How to solve issue with Breadcrumbs after performing CherryFramework update

This tutorial shows how to solve issue with Breadcrumbs after performing CherryFramework update:

How to solve issue with Breadcrumbs after performing CherryFramework update-1

  1. To resolve the issue, you should perform changes to themeXXXXX\style.less file, where XXXXX is actual theme number. Download style.less file to your computer using FTP or hosting file manager. Open the file with editor. Find .divider class:

    How to solve issue with Breadcrumbs after performing CherryFramework update-2

  2. Add the following code:

    		&:after 
    		{content: '';} 

    How to solve issue with Breadcrumbs after performing CherryFramework update-3

  3. Save changes and upload the modified file.
    Refresh the page. We have removed / symbol:

    How to solve issue with Breadcrumbs after performing CherryFramework update-4

  4. Now we should adjust the alignment. Inspect element using Chrome developer tool or Firebug plugin.
    Find the appropriate part in css code. In our case display: inline-block; code should be added:

    How to solve issue with Breadcrumbs after performing CherryFramework update-5

  5. Now find this class in style.less file. Add code to li for .breadcrumb. Save changes and upload the modified file:

    How to solve issue with Breadcrumbs after performing CherryFramework update-6

  6. Refresh page. We have solved the issue with breadcrumbs:

    How to solve issue with Breadcrumbs after performing CherryFramework update-7

Feel free to check the detailed video tutorial below:

WordPress Troubleshooter. How to solve issue with Breadcrumbs after performing CherryFramework update

Best Responsive Wordpress Templates
This entry was posted in WordPress Tutorials and tagged breadcrumbs, Cherry, update, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket