Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AroundKW

    (@aroundkw)

    We know the plugin works we are using it on 8 sites of our own with all different themes from css igniter, elegant themes, a few free themes and 2 from themeforest.

    when I did a search “conflicts with cherry framework wordpress” there is an extensive list of conflicts with this theme and other plugins.

    Did you try another theme with the plugin?

    Plugin Author AroundKW

    (@aroundkw)

    This issue is because of the function pagination() is being used in both the AKW Store Locator and Cherry Framework.

    To overcome this issue you can change the pagination() function name to akwPagination() in two places. Open the files showStores.php and storeFunctions.php. These two files are located under the Plugins/akw-store-locator folder.

    In showStores.php file, in line 185:
    Replace echo pagination with echo akwPagination

    In storeFunctions.php file, in line 96:
    Replace function pagination with function akwPagination

    This should fix the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Function Conflict in Cherry Framework’ is closed to new replies.