Dear community. I need help. Do you have any idea, why this happened:
I installed contemplate and it works on two languages properly. Now I added some text and a graphic and both can only be seen on the homepage meanwhile the old contemplate content is displayed on the other pages of the site.
Wonder somehow, but do you have any idea, which could be the reason for that behavior?
Best regards Joerg
]]>This plugin does exactly what I want – except that it adds a <p></p> tag around the content. Is there a way to eliminate this?
Here’s my exact planned usage, in a page template, where I want a common phrase prepended before the page title.
<h1><?php echo do_shortcode(“[contemplate-1]”); ?><?php echo get_the_title(); ?></h1>
What I’m hoping to achieve:
<h1>Common phrase: Title of the Page</h1>
However, the result is:
<h1><p>Common phrase:</p> Title of the Page</h1>
Even if I use div tags within Contemplate, it still moves the Title underneath, instead of allowing the Title to simply come right after the common phrase.
Any help you can offer is wonderful. Thanks.
]]>Hello. to create a static content for the posts page I just added the code of this plugin onto the posts page. However, the webpage became totally white without anything. Adding the code to posts and other pages shows the related content. I do not know how to fix it for my posts page. It would be a great pleasure for me if somebody helps.
]]>Why does this plugin require Microsoft’s SilverLite to work? We use Linux and there is no way we will touch SilverLite. Please explain why dependency on such a non-standard technology?
]]>It will be nice to have an option for recursive shortcode processing inside template [contemplate1].
And why is this limited to only 5 templates :)?