Doug
Forum Replies Created
-
Forum: Reviews
In reply to: [Floating Social Bar] Not compatible, abandonedDon’t have time for this, don’t like the review? delete it.
I stand by my review. i won’t reply anymore.Forum: Reviews
In reply to: [Floating Social Bar] Not compatible, abandonedI was gonna report it but since he didn’t reply to anyone in 2 months i don’t see the point, the plugin generates an error on activation you can see that too.
Forum: Plugins
In reply to: [Related Posts by Sovrn] How to clear the Cache?Great that did it thanks!
Forum: Plugins
In reply to: [Floating Social Bar] what are these links??where are you seeing this? they could be on your theme, try switching to twenty fourteen or some other trusted theme.
Forum: Plugins
In reply to: Which plugin will add social share buttons without placing cookies?Same Boat. Let me know if you find a way to put the buttons without loading other 2000 unwanted invisible things.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] How to remove the next/previous post links?I don’t know why people always recommends to hide things with css on this forums.
It’s not good to make the calls to subsequently hide them on the browser, that is bad coding right there.
The proper answer should be not to make the call.So to stop displaying the nav you have to edit your child theme single.php file and delete or comment this line:
twentyfourteen_post_nav();Can you tell me where it is on the code ? i want to copy it to display it on pages as well.
It gives me “You do not have sufficient permissions to access this page.”
plugin version 1.5.4.2Forum: Fixing WordPress
In reply to: Problem with sticky posts and Twenty FourteenExact same problem as seen on screenshot 1.
Cant sticky posts on twenty fourteen it gets bugged.Forum: Plugins
In reply to: [WP-PageNavi] not working on for twentyfourteen themeSorry i’m on the same boat.
If you do that you will have twenty fourteen pagination + pagenavi pagination.
We need a way to replace it on twenty fourteen.Forum: Plugins
In reply to: [AdRotate Banner Manager] can this plugin manage backup tags?Thanks!
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX error: error (Forbidden)Does it work in another browser?
Also that wordpress looks very old, might need to update it.Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX error: error (Forbidden)Gumnut, i’m glad it worked for you, i’m sure if others give it a go it will work for them too. The key is to clear browser cached files.
BTW it seems to load the pictures a lot faster with https at least that’s what i noted. Don’t you think?
=D
cheers!Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX error: error (Forbidden)i meant removing the authorization not the plugin else the changes will be lost!
Forum: Plugins
In reply to: [Wordpress Flickr Embed] AJAX error: error (Forbidden)Try this please guys, just like before, edit a different file:
wp-flickr-embed/include/class.flickr.phpchange this 2 lines so it says https instead of http like so:
const API_ENDPOINT = ‘https://www.flickr.com/services/rest’;
const SECURE_API_ENDPOINT = ‘https://secure.flickr.com/services/rest’;try removing and reauthorizing the plugin after making the change and don’t forget to clear all browser data else it will not work.
hope this time it works.