Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect path for icon on Entries page #44

Open
rafaehlers opened this issue Nov 13, 2020 · 2 comments
Open

Incorrect path for icon on Entries page #44

rafaehlers opened this issue Nov 13, 2020 · 2 comments

Comments

@rafaehlers
Copy link
Collaborator

image

The path points to: gravity-forms-addons/includes/views/images/form-button-1.png

<a href="/gravity/wp-admin/admin.php?page=gf_entries&amp;id=1"><img src="http://localhost/gravity/wp-content/plugins/Gravity-Forms-Directory-fixes-and-clean-up/includes/views/images/form-button-1.png" title="Show entry in directory view?"></a>

But the image is now located at: gravity-forms-addons/images/form-button-1.png

image

@rafaehlers
Copy link
Collaborator Author

The same is true for the approval icons on the same column:

<style>
	.lead_approved .toggleApproved {
		background: url(http://localhost/gravity/wp-content/plugins/Gravity-Forms-Directory-fixes-and-clean-up/includes/views/images/tick.png) left top no-repeat;
	}
	.toggleApproved {
		background: url(http://localhost/gravity/wp-content/plugins/Gravity-Forms-Directory-fixes-and-clean-up/includes/views/images/cross.png) left top no-repeat;
		width: 16px;
		height: 16px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}
</style>

@shamalisulakhe
Copy link
Contributor

Resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants