dquelhas
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Updating posts with PostieHi DevZ, many thanks for your reply. That’s what I needed to know. Donation to follow soon 🙂
Forum: Plugins
In reply to: [Callback Request] How to place Callback Request as a widgetHi Jo,
many thanks. This does the trick.
Cheers,
DinisForum: Plugins
In reply to: [WP Photo Album Plus] Album Full size images (Can't find configuration)Hi there, many thanks for your quick reply. Your plugin is awesome!!! Please keep up the good work!
I just made a donation on your site. Everyone should!
Take care!
Forum: Plugins
In reply to: [Social] [Plugin: Social] Tweets and Facebook comments don't displayHi there,
thank you for this great plugin. However, I’m having the same problem, my FB comments are not being fetched. Suggestions?
Cheers,
DinisForum: Plugins
In reply to: [Social] [Plugin: Social] FB comments not be pushed to WPHi there,
I have installed this plugin on Tuesday 16/10/2012 and it does broadcast effectively to Facebook and Twitter. However, it’s not fetching comments from Facebook or Twitter. Can you help me solving this issue?
Thanks,
DinisForum: Plugins
In reply to: [wordTube] [Plugin: wordTube] url of the playlistHi guys,
I have a problem with the playlists. It keeps on saying that “Task Queue failed at step 5: Playlist could not be loaded: XML could not bee parsed or playlist was empty”. Could you give me a hand on this one?
Thanks in advance!
Forum: Plugins
In reply to: wordTube plugin playlistHi guys,
I have a problem with the playlists. It keeps on saying that “Task Queue failed at step 5: Playlist could not be loaded: XML could not bee parsed or playlist was empty”. Could you give me a hand on this one?
Thanks in advance!
Forum: Plugins
In reply to: [wordTube] [Plugin: wordTube] Feature request: first X items of a playlistHi smcphill,
that sounds great and if you could share I would love to give it a go.
But I have a problem with the playlists. It keeps on saying that “Task Queue failed at step 5: Playlist could not be loaded: XML could not bee parsed or playlist was empty”. Could you give me a hand on this one?Thanks in advance!
Forum: Plugins
In reply to: Static pages listHi laptopmemo,
Unfortunately not. I’m looking for something that can list me static pages with some sort of criteria.
Thanks,
Dinis
Forum: Plugins
In reply to: [Plugin: Breadcrumb NavXT] breadcrumbs on all pages except main?Hi there,
if you are using the default theme, put that code in the single.php, archive.php and page.php. It won’t work in the header.
Cheers
Forum: Plugins
In reply to: [Plugin: Comment Reply Notification] 2.8 fixAmazing dude, it works really well!
Forum: Themes and Templates
In reply to: Default theme: page comments not showingThank you, it worked!
Forum: Plugins
In reply to: dynamic headers on panorama …Hi, I have made a very simple hack to the css to make it work.
Please check this forum entry.Forum: Plugins
In reply to: [Plugin: Dynamic Headers] Default themeOk, I found a way to add the “dynamic headers” headers properly to the default theme with just a couple of changes:
Under Appearance, choose editor.
Start editing the header file (header.php).
Find<body <?php body_class(); ?>>and place the<?php show_media_header(); ?>under it.Something like:
<body <?php body_class(); ?>> <?php show_media_header(); ?>Update the file.
Now, start editing the css file (style.css).
Find/* Begin Typography & Colors */.
Find#headerand adddisplay: none;under this section.
Then find/* Begin Structure */.
Find#pageand changemargin: 20px auto;tomargin: 0 auto;Update the file.
This should put the headers in the right place.
It brings a validation problem reported by the w3c validator, but I guess it’s just a small change required from the plugin author:
Line 28, Column 30: required attribute "type" not specified <script language="javascript">AC_FL_RunContent = 0;</script>Cheers,
Dinis
Forum: Plugins
In reply to: dynamic headers on panorama …Hi littlecuriosity,
thank you for your reply. It looks like a very good start. The problem I have now is that there is a gap between the header and the content (http://punchbag.dinisquelhas.com/).
What should I change to make to join both?
Thanks,
Dinis