wanderer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to open file!No sir, just the standard WordPress editor. Whatever it is, it’s page-specific as I have no problem editing other pages, or posts.
Forum: Plugins
In reply to: [Instagram for WordPress] Tags not workingFixed: Problem disappeared by itself.
Forum: Plugins
In reply to: [Simply Instagram] OAuth Error – "You are not a sandbox user of this client"I’m getting it with the “Instagram for WordPress” plugin so I’m guessing it’s an Instagram thing.
Forum: Plugins
In reply to: [MP3-jPlayer] Player not loading correctly with AJAXThe author says it simply doesn’t work in themes with ajax. It did work for me up to v1.8.12 then it broke. Looks like we are stuck at v1.8.12.
That’s a shame because it’s the best, most customisable player out there.
Forum: Plugins
In reply to: [Yoast SEO] Toast SEO – Persistent Conflict with Google Error.Thanks for the reply.
In the meantime I hope this helps…
In ……/wp-admin/admin-header.php
add this before </head> to hide the ugly, space-wasting monstrosity.<style> #wpseo-dismiss-plugin-conflict { display: none !important; } </style>
Forum: Reviews
In reply to: [Instagram for WordPress] Very simpleMy CSS work great, add the code in your regular .css file otherwise it’ll be overwritten after an update. Oh, and don’t forget the –!important– declaration in your styles or they’ll be ignored.
Forum: Reviews
In reply to: [Simple Dropbox Upload] Used to work great but…Thanks, and while you’re at it, could we have a way to empty the temporary folder please? There’s lots of failed files there but the permissions won’t let me delete them (via FTP).
Forum: Reviews
In reply to: [Simple Dropbox Upload] Used to work great but…Thanks for the quick reply.
So, it won’t be fixed?Forum: Fixing WordPress
In reply to: Maintenance with htaccessMaintenance mode plugins for WordPress don’t work if WordPress itself is being updated.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap mnot generatedI can’t find the sitemap.xml file using my ftp utility (like I used to) but it’s there if I enter it manually using the browser.
Weird?
Forum: Plugins
In reply to: [WordPress Importer] the translation is not updatedI have the same issue, driving me nuts!
Forum: Themes and Templates
In reply to: Add to thumbnails in loopThanks anyway guys and gals, my determination paid off and I wrote my own code to achieve what I wanted, for the featured images in the loop list to fade in rather than appear as they load.
Forum: Themes and Templates
In reply to: Add to thumbnails in loopOK, thanks, I didn’t realise my question was theme-specific. I only provided a link to my site to make the question clearer.
So where in the core application is the code for the thumbnails generated?
Forum: Themes and Templates
In reply to: Add to thumbnails in loopThanks salsaturation but that does not really help, I already have a child theme, but I can’t find where the code is generated so I can modify it.
Forum: Fixing WordPress
In reply to: Uploads Folder PermissionsActually, the permissions are 644 which is correct for “owner” however the owner is not me!