oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Taking up too much space in “Gallery”I have not added images yet; will they be automatically resized?
Yes, it pulls the thumbnail image if you select from your media library. If you link to just an image url on the web it will grab whatever size that image is… file size I mean, it will still display correctly, just larger download time.
- This reply was modified 9 years, 5 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Taking up too much space in “Gallery”Hi SciFi2495, yeah I’d not tried using the short-codes in a text widget. Thanks for the new idea! I really do have a hard time testing it thoroughly. I’ll have to look at getting that supported for instances like yours, but in the meantime; rather than using a text widget have you tried using the ‘Quotes llama’ widget? You should see in the same area you dragged the text widget from, one named ‘Quotes llama’. It has an auto-refresh feature that should give you what you are looking for.
Mainly, the gallery is intended for a page, post or template, something that fits a bigger space so it can move the quote around. I personally use gallery for a screensaver.
Let me know if this has helped and what else you might think. Thanks!
P.S. I’ll make it more clear in the plugin page that is has widget support already. I guess that is kind of vague with how it is worded atm.
- This reply was modified 9 years, 5 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] First Name linkThat’s awesome to hear! You are very welcome.
Forum: Plugins
In reply to: [Quotes llama] Fixed some bug…That’s great I am glad to hear it’s working for you and others too. Trying to figure out a way to provide direct links to quotes and authors too, not sure of when but it’s on the to-do list.
Forum: Plugins
In reply to: [Quotes llama] First Name link0.6.4 uploaded… let me know how it works for you.
Forum: Plugins
In reply to: [Quotes llama] Quotes and Double-qyotes get backslash addedUpdated to 0.6.4. Let me know how it works.
Forum: Plugins
In reply to: [Quotes llama] Fixed some bug…🙂 Library now pulls the thumbnail URL instead of the full image.
Forum: Plugins
In reply to: [Quotes llama] Fixed some bug…Separating the css is done.
quotes-llama-style.css
split into:
quotes-llama.css (dash-icons and readmore link styling loaded on front-end)
quotes-llama-widget.css (widget styling and styling for[quote-llama],[quote-llama id='']shortcodes)
quotes-llama-page.css (page styling[quote-llama mode='page'])
quotes-llama-gallery.css (gallery styling[quote-llama mode='gallery'])Seems to be a very nice improvement, you are awesome!
Forum: Plugins
In reply to: [Quotes llama] Fixed some bug…Yes! Separating the css sounds like a great idea and you are correct it will provide a better page load. I was about to update again with some fixes to the encoding so I probably can work this into it.
Still working on the thumbnail images too.
Thanks!
Forum: Plugins
In reply to: [Quotes llama] First Name linkI think I’ve made some good progress. Handling HTML within a text string has brought up a few other issues, like if you try to edit your Abraham Lincoln quote it just trashes the data in the form fields (don’t save it that way). I have that working too now in the next update.
I think I am about ready to upload it, but just want to test and think about it some more. Perhaps tomorrow.
If you are interested ( http://oooorgle.com/testing ) check out the test site. It is setup for your example atm. I don’t have an Abraham Lincoln page so it just hits a 404. I am having issue still on the page view (which I know you don’t use). Overall I think the issue you are having is worked out. Let me know if the widget section at least looks correct? Thanks!
Forum: Plugins
In reply to: [Quotes llama] Quotes and Double-qyotes get backslash addedHey no worries about your timing in replying. I greatly appreciate your time and understand. I found a few things I think perhaps effect your issue as well while working on this other topic: https://wordpress.org/support/topic/first-name-link/
I wonder if you only see the issue in widgets or the gallery page, and not in a static quote like if you used a shortcode
[quotes-llama id='#']in a post or page?If so, I think I have found out what I wasn’t doing to prevent that. I want to do more testing of that other topic before updating though. Thanks!
Forum: Plugins
In reply to: [Quotes llama] Quotes and Double-qyotes get backslash addedI tried a couple from there and they work fine on my site and testing site. If you happen to be able to see your mysql database perhaps check a quote that is doing it. I wonder if it has
\'or just'in the database?Forum: Plugins
In reply to: [Quotes llama] First Name linkI’d not tried linking a quote that way yet. It even sparks the idea of having another table to hold profile information to have a page like yours built dynamically… but then, things to work out first.
I’ll get this issue working soon and supported further if needed. I can reproduce what you are seeing so I have that advantage here. I have other escape issues I am unable to reproduce and think perhaps you have provided a clue into solving those as well. Thanks for the responsive reply! I’ll let you know.
Forum: Plugins
In reply to: [Quotes llama] First Name linkYou have the strangest setup I have yet to see. I really like your site!
To start me off I have a few questions:
1. Have you edited the plugin code and made changes to it?
2. Are you entering the authors first or last name as a hyperlink instead of plain text? For example:<a href=
3. Are you running the latest version 0.6.3?Am I correct that you are only using my plugin in your widget area? The rest seems to be hard-coded. Thanks!
Forum: Plugins
In reply to: [Quotes llama] Quotes and Double-qyotes get backslash addedUnescaping is my bane. It creeps out of the woodwork and beats me good every month or so. My first question is, does this occur when you type the quote or when you copy/paste from some another site or document? I’ve wondered if my plugin is inserting the escape character into the database but, testing on my side I am unable to find where it would be, or produce what you describe. I am seeking, like the Holy Grail, the text string that produces this for me locally.
Another time this has crept up:
https://wordpress.org/support/topic/issue-with-apostrophes/If you would, let me know if this is every time or just when you paste or what? I’m not sure of yet what is going on. Sorry for the inconvenience of it to say the least.