Dachande663
Forum Replies Created
-
Forum: Plugins
In reply to: [HL Twitter] [Plugin: HL Twitter] settings page not workingHi dannlopes, can you provide any more information? Are you stuck on the link to Twitter page with a blue button just saying loading?
Forum: Plugins
In reply to: Unable to affect CSS styles in hl-twitter-widget in sidebarHi Joe,
Very sorry I’ve only just seen your post, I’m subscribed to hl-twitter tags but not this one for some reason.
I’d be really grateful if you could say what was wrong with the CSS and how I can improve it in future versions? Also, if you needed to change a lot of HTML/CSS you can copy the hl_twitter_widget.php file to your regular theme directory and edit it there. HL Twitter will automatically detect you have a copy in your theme and use that one.
Again, sorry for causing any inconvenience.Forum: Plugins
In reply to: [Plugin: Widget Logic] Widget-Logic does not run conditional statementsHey alanft, thanks for getting back to me. It turns out it was the stupidest of mistakes. A fellow developer on the project had disabled wp_head() from running, hence the lack of anything working. Brilliant plugin, sorry to take up your time.
Forum: Plugins
In reply to: [Plugin: Widget Logic] Widget-Logic does not run conditional statementsUpdate; it seems using query_posts() on a page before displaying a widget resets the $post object and as such widget-logic doesn’t see the actual page it is on, but rather the results of the new query.
However, even using return false; will still allow the widget to be shown! It seems the eval() statement is not run for some reason.
Forum: Plugins
In reply to: widget-logic: widget-logic field disabled when widget-content filter onI have the same problem but can’t see any problems that could be causing it within the code.