Forum Replies Created

Viewing 15 replies - 91 through 105 (of 115 total)
  • Thread Starter moxymore

    (@moxymore)

    I finally figured out on how to do this :

    [field author]
    [field avatar]
    [field author meta=user_email]
    [if exists]
      [field author meta=description]
    [else]
      C'est vide!
    [/if]
    Thread Starter moxymore

    (@moxymore)

    I have tried other stuff like this one :

    [if field=author meta=description empty=true]

    But it doesn’t work too. Any help?

    Thread Starter moxymore

    (@moxymore)

    Thank you for your answer. Unfortunately this doesn’t work.

    I bet there is something wrong in this part of the code :

    [if field=author meta=description value=empty]

    I have tried a lot of thing, but nothing works. Any idea?

    Thread Starter moxymore

    (@moxymore)

    Thank you for your answer, i really appreciate it!

    I think then it will be possible too for the 2 others plugins (JIG and Grid FX), because without looking at the php code, I have already looked a lot at the CSS generated and they both add some extrainfo. So, I’m just crossing the fingers.

    Tell me just one more thing : Is it possible to make my own plugin with these custom filters? Because honestly, I don’t like to touch core plugins’ files, which can be modified after each update.

    Thank you again.

    Bye.

    Thread Starter moxymore

    (@moxymore)

    Ok, I have partially debugged it. My Headway framework combined with fast-velocity minify were causing some troubles.

    Now, I have only problems for third party plugins to be renamed… and I think it will be just impossible to make it work. This happen for fast velocity minify url which seems to be protected (un-rewritable) and justified image grid plugin, which seems to lost informations if renamed.

    If you think you’ll be able to help me for these specific issue, tell me if I have to send an email there : https://www.wp-hide.com If not, we can say problem partially resolved.

    Thread Starter moxymore

    (@moxymore)

    Wait… I’m near to find the solution. It’s related to Fast Velocity Minify, which is really a nice minify/concatenate… but which seems to cause problem. I’ll investigate further.

    Thread Starter moxymore

    (@moxymore)

    Sure, i’ll send you an email with creditential.

    Thread Starter moxymore

    (@moxymore)

    Hi there, and thank you for the reply.

    I’m not using any subfolder for WordPress. I’m on a share-host for the beginning of my project, but I don’t think this is a problem.

    Do you think these .htaccess lines can cause problems (I have more than this, but others can’t interfer with such a rewrite rule) :

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    
    # protect wpconfig.php
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>
    
    # protect the htaccess file
    <files .htaccess>
    order allow,deny
    deny from all
    </files>
    
    # protect folders
    Options -Indexes

    Thanks.

    Thread Starter moxymore

    (@moxymore)

    In facts, it’s kinda simple : each changed path are like a 404 error. Shall I rename my wordpress core folders/subfolders? This is not how these kind of plugins should work isn’t it?

    I have personnally uninstalled this crappy SwiftSecurity plugin, which gives me more troubles than it solves.

    Haven’t tried your plugin again, because I’m just waiting for more experienced users of your plugin to reply to this thread and test it further (I have tried your plugin 1 hour, no more).

    Thread Starter moxymore

    (@moxymore)

    Problem solved, don’t know why, but now it works.

    Thread Starter moxymore

    (@moxymore)

    Just to let you know that the author of the API is going to be live the next month. Without the addition of other free API, i’ll probably delete it.

    Hi there,

    Same problem here, but because I have tested it only since yesterday, I need to be more specific and describe what happened on my installation.

    1 – Randomly, Plugin Organizer just switch off some of my plugins (admin area). I really don’t know why and it seems it’s clearly a bug and not a misconfiguration. I have the global settings set to ON, and have just deactivated some plugins on my custom post types. No groups created, no filter, just a basic stuff.

    2 – One of the most exciting feature is the ability to re-order the plugins’ load. But I can’t figure out why Plugin Organizer is always displaying the same error message, something like “Changes were not unique so no changes have been saved”. I have found one or 2 guys in the commentaries who had the same problem, but not solved.

    That’s a pity because your plugin seems to be great.

    NB : I have desactivated the “rename-on-the-fly” feature of my SwiftSecurity plugin for critical folders.

    Thread Starter moxymore

    (@moxymore)

    2) Ok

    3) Yes, I’ll not use the glossary archieves… but others people would find this feature usefull. Don’t modify this in my opinion, people can easily add automatically a no-index on the glossary post type with SEO plugins if, like me, they don’t need archives. No problem.

    4) No problem with the search view… but being able to put one of our link manually will be great in addition to it.

    5) Ok. It seems that a bit of Javascript is needed in this kind of plugin. When the tooltip touch a border of the screen, it has to dynamically adapt itself.

    Good luck for the development.

    Thread Starter moxymore

    (@moxymore)

    Last thing, reguarding the responsiveness. A bit of Javascript is needed imo. Look at this demo here with the code here

    EDIT : Oh… I have forgot another thing. You wer speaking about old or crappy themes. The problem is in the code itself : it’s not responsive. I’m using a framework (for info) so it’s not the theme. The .glossary-tooltip-content has a fixed width, so it’s actually impossible to make it resize properly on smaller screen without Javascript or @media. Max-width vs width, that is the question :p

Viewing 15 replies - 91 through 105 (of 115 total)