Forum Replies Created

Viewing 15 replies - 346 through 360 (of 428 total)
  • Plugin Author oooorgle

    (@oooorgle)

    Interesting that WordPress packages the Genericons with the theme and not the core, dashicons it is.

    I notice you have a different image for each quote on your site. I use the same image for per author in mine. That is why I had it only show the first instance of the image.

    Perhaps having the image show only once and then repeat again when it changes to another image? With each of your quotes having its own image, you wouldn’t (shouldn’t) notice any difference and I would still get the result I am seeking. What do you think?

    Here is an example: This changes the template_page_search() and template_page_author() functions. I then assume you would need to duplicate some images for an author, to see them omitted in the page. I needed to create some unique images to test mine and it seems to work well. Thanks!!!
    http://pastebin.com/JyedigrG

    • This reply was modified 9 years, 6 months ago by oooorgle.
    Plugin Author oooorgle

    (@oooorgle)

    You’ve made some really great improvements. Especially fixing the page print and back buttons, href linking etc, etc. I do have a couple more questions as I proceed.

    1) The Javascript documents refer to unescape() as being depricated and to use URIdecode instead. Is unescape() a better method to go about it?
    http://www.w3schools.com/jsref/jsref_unescape.asp

    2) The Genericon set isn’t included with WordPress. Alternatively, there is the dashicons set which can be made available on the front-end with a simple enqueue.
    wp_enqueue_style( "dashicons-style", get_stylesheet_uri(), array( "dashicons" ), "1.0" );
    css:
    content: "\f540";
    font-family: "dashicons";

    What do you think about that as an option for implementing a consistent icon set? Though, the closest icon I see to the pencil is the paintbrush. (…correction, there is a pencil \f464 :))
    http://developer.wordpress.org/resource/dashicons

    • This reply was modified 9 years, 6 months ago by oooorgle.
    • This reply was modified 9 years, 6 months ago by oooorgle.
    Plugin Author oooorgle

    (@oooorgle)

    In progress… and if I may ask; is there a reason that <small><em> is better to use than <cite>? I don’t have much of a preference myself and was just wondering.

    • This reply was modified 9 years, 6 months ago by oooorgle.
    • This reply was modified 9 years, 6 months ago by oooorgle.
    • This reply was modified 9 years, 6 months ago by oooorgle.
    • This reply was modified 9 years, 6 months ago by oooorgle.
    • This reply was modified 9 years, 6 months ago by oooorgle.
    Plugin Author oooorgle

    (@oooorgle)

    Sweet! Those definitely needed fixing. they will be included in the next update. That second parameter is the ‘text domain’. A unique identifier for retrieving translated strings and without it being specified it has no clue where to find the translation. Thank you tons for searching those out for me.

    Plugin Author oooorgle

    (@oooorgle)

    Usually, reloading the page refreshes the security token. Does it persist?

    https://codex.wordpress.org/WordPress_Nonces

    Plugin Author oooorgle

    (@oooorgle)

    Yes, please do send them.

    Plugin Author oooorgle

    (@oooorgle)

    Hey yes! Sorry, been working lots with Winter coming. I will hopefully get on this by the weekend at latest. You are awesome!

    Plugin Author oooorgle

    (@oooorgle)

    Hi ddragon123, I will chew on this for a bit and think about how to integrate the “several IDs” idea. I think it is a great idea!

    I am a bit confused on your second idea of an “exclude column”. I am not sure how I would exclude a column from a widget and if the ID is static, refreshing would show the same quotes. Could you perhaps give me some more detail on what you are thinking with that? Thanks!

    Plugin Author oooorgle

    (@oooorgle)

    I updated Version 5.1 to include the translation (.po .mo) files. If you would be so kind as to re-download version 5.1 and test it out for me? This is my first translation so hopefully I have it integrated correctly. Eager to hear and thanks so much for providing this translation!

    Plugin Author oooorgle

    (@oooorgle)

    No worries 🙂 I am very glad you like the plugin.

    Plugin Author oooorgle

    (@oooorgle)

    Hi davidmbusto, if you can send me the .po file that would be great. llama at oooorgle dot com.

    Plugin Author oooorgle

    (@oooorgle)

    0.5.1 uploaded. It’s working OK for me in all administration windows. Let me know if you have any problems or suggestions after you try it next. Thanks for helping to improve the plugin!

    Plugin Author oooorgle

    (@oooorgle)

    Hi fabiobcosta, thanks for pointing this out! Definitely an issue there. Looks like my plugin is triggering a nonce conflict for other bulk actions (http://codex.wordpress.org/WordPress_Nonces). I will look into this and get it fixed asap, and let you know when I update.

    Plugin Author oooorgle

    (@oooorgle)

    In regards to the illegible text, perhaps what is missing would be a translation file (.po) for your language. I do provide a translation template (quotes-llama.pot) in the lang folder of the plugin directory which should be used by anyone who wants to create or help me make a translation. Basically, if someone were to provide the translation of the English text in the quotes-llama.pot file, I may be able to create a translation for that language, I just can’t write in any language but English.

    In regards to small size of the link, it should match the WordPress Admin formatting as you would see on other Admin pages. If not then I wonder if your theme is the difference. You should at least see English I would assume.

    Let me know if you have any other thoughts or questions. Thanks!

    Plugin Author oooorgle

    (@oooorgle)

    Unfortunately it would require you to edit the quotes-llama-style.css file in the plugin folder to add in font colors or adjust font sizes. I purposely do not manipulate size or color much so that the quotes will match each individual theme. Updating the plugin will likely overwrite any changes you make to the style sheets so do back them up if you change them.

    Perhaps if you let me know what shortcode you are using to call the quote I could point you to the exact classes to change the color and sizing as you wish. Let me know.

Viewing 15 replies - 346 through 360 (of 428 total)