Doug
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX error: error (Forbidden)OK I fixed the error on my end.
I’m NOT A PROGRAMMER so this may not be the solution for everybody but did the trick for me.So go to your Admin dashboard -> Plugins -> Edit -> and Select “WordPress Flickr Embed”
Edit the file “class.constants.php”
Edit the constant “const FLICKR_API_URI” so it says https instead of http, the line should look like this:
const FLICKR_API_URI = ‘https://api.flickr.com/services/rest/?’;Now if you are on chrome do ctrl+shift+del and clear ALL browser data.
no reload your site, relogin and the plugin should not show the “AJAX error: error (Forbidden)” error anymore.I hope i helped somebody. =D
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AbandonedHi, he seems busy, he replied my email last week, he said he will look into the ajax problem. He is a very talented programmer.
Do you know any alternative to move on to? i mean that uses flickr images?
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX error: error (Forbidden)And now stopped working again on it’s own.
Forum: Plugins
In reply to: [Disqus Comment System] Disqus disappearedToo bad they don’t monitor their own plugin here at wordpress.
Forum: Plugins
In reply to: [List category posts] List all post that start with a given letter?i just copy your shortcode, again it only list the same 2 posts. i guess it just doesn’t work with my installation, maybe cos it’s a multisite.
Sorry for trouble.
Forum: Plugins
In reply to: [List category posts] List all post that start with a given letter?No i mean the titles, no matter what letter i put a b c d, it list the same 2 posts, there are more than a thousand posts in that category.
Forum: Plugins
In reply to: [List category posts] List all post that start with a given letter?Hi, i tried this shortcode [catlist starting_with=”a”]
the output was 2 posts only: one starting with T and the other with FAm i doing something wrong?
i have 0.47 and latest wordpressessentially i would need to list: ALL posts starting with A on category ID=9.
Forum: Plugins
In reply to: [Disqus Comment System] Disqus disappearedExact same problem, going back to latest version doesn’t bring disqus back up either.
The problem started after i cliked “upgrade database” as requested by wordpress settings.Forum: Plugins
In reply to: [Really Simple Share] Uncheck to deactivate buttons doesn't workI updated to last version and the emial & rss came enabled by dafault and can’t disable it.
Going back to old version..Forum: Plugins
In reply to: [Post Index] Index not displayingsame here. only works on blog with few posts, if you have 1000 posts it can’t display them
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX error: error (Forbidden)Mine started working again without me doing anything, try it again.
[ Moderator note: please be careful with HTML in these forums. Wrap all your code with the backtick or use the code button. ]
I have “Display thumbnails inline with posts, before title”
HTML to display before each list item:<div class="psp">
<li>
HTML to display after each list item:</li>
</div>
Style attributes are used for width and height.div.psp { float: left; width: 132px; height: 114px; text-align: center; overflow: hidden; } .tptn_thumb { display: block; }I remove all this before attempting this but still no luck.
This is too hard for me.Forum: Plugins
In reply to: [Contextual Related Posts] Auto-extract the second image as thumbnail?thanks for reply i was toying with those lines before you replied, i did something like
if ( isset( $matches[1][0] ) && $matches[1][0] ) { // any image there? $postimage = $matches[1][1]; // we need the second one! }since i had no idea what those arrays meant lol
This is nice to know thanks.Oh i didn’t know that. i wished it gave me an error instead of successfully installing. maybe pop up a message saying buy premium to use on multisite.. dunno if wordpress allow it.
Misery solved i guess.
Hi Ajay, that’s one of the first things i tried, but the result is rather odd. See an image: http://postimg.org/image/9dylfqptt/
I would love to pull this off but my css knowledge is basic. i think it must be pretty easy to figure, could you attempt it with the browser debug console please? the plugin styles are located at the end of my site style.css