Kondrik
Forum Replies Created
-
I know I wasn’t asked, but I’m running PHP 5.3, and the problem still exists, even after re-installing the plugin.
@lytond – What’s the alternative you found? I’ve waited long enough, I need to bring my site live.
Forum: Plugins
In reply to: [Automatic Youtube Video Posts Plugin] Descriptions not showing upanticimex – Would you be willing to provide more details on how you used the API to get the details? I’m having the same issue, and since I know PHP fairly well, I shouldn’t have much difficulty doing it, if I knew what to do.
I am having the same issue as graphicpilot. For each post, only the first character of the second “paragraph” of the description is being imported.
It’s not the second line specifically, but the second line with a character that is not a line break.
I would include a link to my site to demonstrate the problem, but I am keeping it in maintenance mode until I have something I can launch confidently.
Forum: Themes and Templates
In reply to: How to know if a sidebar is empty without loading it?Try
if(is_active_sidebar(1)) { echo '<div>'; dynamic_sidebar(1); echo '</div>'; }