- This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Business Key Pro › Incompatibility with Estatik Pluggin
Good morning,
I have installed the Estatik Pluggin in my website where I have the Business Key Pro theme and there’s a function of the Estatik pluggin that is not working properly. The support team of Estatik has told me to do the following:
1. Please, check if there is single-properties.php file in the root of your theme and delete it. -> This file does not exist.
2. Please, try to find the filter the_content in your theme and delete it, as it affect our plugin work on single property pages. -> Can you please help me finding this filter?
Can you please help me solving these issue?
Thanks for your help!
Hi @acenjoymktg,
We recommend you to create child theme and work on child theme. You can find the_content
filter on the folder template-parts > content.php file.
Thanks for your prompt response. I’ve found the file: template-parts > content.php. But I can not find the_content filter there to remove it. Do you mean that I need to remove directly the file called “content.php”‘
Thanks for your email.
Best
I’m sorry if it was not clear, my previous message pretended to be a question
Thanks for your prompt response. I’ve found the file: template-parts > content.php. But I can not find the_content filter there to remove it. Do you mean that I need to remove directly the file called “content.php”?
Thanks for your email.
Hi @acenjoymktg,
You can find content-post.php and content-page.php on this theme. Please remove the_content() from those files (any one of them which you require) and check if it works.