jmayoff
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polylang and imagesThanks. That worked. I deactivated “languages and translations for media” in polylang settings.
Forum: Plugins
In reply to: SubversionThanks. That was stupid of me. For some reason I had it in my mind that changing the version number in the readme.txt would do the trick.
Forum: Plugins
In reply to: [Revyooz] nice but errorI made a small change and tried it in the Russian version of WP. I don’t get any errors. Could you let me know if it works now, please.
Я сделал небольшое изменение и попытался его в русской версии WP. Я не получаете никаких ошибок. Не могли бы вы дайте мне знать, если он работает сейчас, пожалуйста.
Forum: Plugins
In reply to: [Revyooz] nice but errorI will take a look and try to fix this issue.
It appears there was a
clear:left
in the main stylesheet that was messing things all up. Solved with aclear:none
in.main-navigation
of custom.cssForum: Plugins
In reply to: [Gallery – Photo Albums Plugin] Hover doesn't workIt works when I disabled my theme and went with Twenty Thirteen. I decided instead to go with another plugin that works out of the box with my theme.
I’m trying to do this. Did you ever figure it out?
Forum: Plugins
In reply to: [Polylang] Custom Post TypesI found it in the Settings. I should have looked there first. Thanks for the quick reply.
Thanks, I did this and it worked.
Forum: Fixing WordPress
In reply to: Site with loginThanks. And just so I’m clear. In a situation like this, SHOULD I be using WordPress’s built-in login system?
My site will be similar to stock photography sites, where photographers would upload files and photographers and other people would be able to download them?
In this case, do I want my photogs/others to be using the same login system as me, the administrator, only with different access privileges?
Thanks
Forum: Hacks
In reply to: Creating plugin, not showing up where I want it.Thanks for the reply.
Mine does essentially that, except I want to check to see that I’m on a single post’s page BEFORE I get to the function (not within the function).
I think I may be misunderstanding when is_single() returns TRUE.
From www.ads-software.com
is_single(); // When any single Post page is being displayed.
To my mind, that should ONLY be true when the post is being displayed on its own page (usually single.php) and NOT on the page that shows all the blog posts.
Also, for my own sanity, although I knew it must be true, I checked in_the_loop(), which as I suspected was TRUE.
Forum: Hacks
In reply to: Creating plugin, not showing up where I want it.I just noticed an error, which I’ve fixed and now the button is not showing up anywhere.
I changed:
if (is_single){
to
if (is_single()){
Forum: Themes and Templates
In reply to: Piano Black and audio_player pluginAnyone?