Forum Replies Created

Viewing 15 replies - 286 through 300 (of 428 total)
  • Plugin Author oooorgle

    (@oooorgle)

    I’ve gone through most everything I can think of on the WordPress side, so reading more on SQL I find it also has caching functionality for queries ( https://dev.mysql.com/doc/refman/5.6/en/query-cache-in-select.html ).

    I assume my MySQL has caching disabled and perhaps yours has it enabled, but not finding how to check that on mine yet. I really don’t want to update this without being able to verify but its seems it may be the issue. Perhaps you or mike121212 would be willing to test this? You would need to make a small edit of the quotes-llama.php file.

    On line 2539: $sql = "SELECT quote, first_name, last_name, source, img_url
    Changed to: $sql = "SELECT SQL_NO_CACHE quote, first_name, last_name, source, img_url

    Thanks!

    Plugin Author oooorgle

    (@oooorgle)

    Hi orangeaxis, attempting to replicate quotes like your example including the inline <br> seems to function ok on my testing site: http://oooorgle.com/test I’m also running a page-caching plugin which doesn’t seem to interfere with pulling a new quote, which is what it seemed to be doing.

    1. What short-code/s ([quotes-llama]) are you using?
    2. Is it being loaded in a Widget, Page or Post?
    3. Is your install of WP simply default or perhaps part of a multi-site?
    4. Are you running any plugins that perhaps you feel I should test to see if a conflict exists?

    This is really weird, I sure would like to figure it out. Thanks for the help!

    • This reply was modified 8 years, 11 months ago by oooorgle.
    Plugin Author oooorgle

    (@oooorgle)

    Hi Greenery, I would suggest adding the changes into your themes style.css file. It will overwrite the plugin declarations and retain the changes whenever the plugin is updated. For example these should adjust the sizes for the widgets quote, author and source fields.

    .quotes-llama-widget-random {
    	font-size: 1.2em;
    	font-family: crusoe;
    }
    .quotes-llama-widget-source {
    	font-size: 1.2em;
    	font-family: crusoe;
    }
    .quotes-llama-widget-author {
    	font-size: 1.2em;
    	font-family: crusoe;
    }

    Let me know how it works out for you? Thanks!

    Plugin Author oooorgle

    (@oooorgle)

    Quotes displayed by ID don’t auto-refresh. I installed the cache plugin and it doesn’t seem to restrict them on my test site. I have a few columns here as an example so you can see it working. http://oooorgle.com/test Can you elaborate on what you need the auto mode to do differently?

    Quotes that auto-refresh use a random selection so when multiple quotes are displayed on the same page there is a possibility of showing duplicates. The more quotes you have the less likely of having it duplicate.

    Also, you should now be able to include more than one quote ID [id="1,2,3,"] if you have updated to the latest version that is.

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

    (@oooorgle)

    I will install Gator Cache and see what results I get. Looking at your page, have you updated the plugin to version 0.7? If you are providing an ID then it will display that quote every time. If you want it to auto-refresh use [quotes-llama mode="auto"]. If it works we should see it rotate the quotes.

    Plugin Author oooorgle

    (@oooorgle)

    Do you happen to know if you are using a Page-Caching plugin? It seems like it is reloading a cached page.

    Plugin Author oooorgle

    (@oooorgle)

    Are you using a page-cache plugin?

    Plugin Author oooorgle

    (@oooorgle)

    Hi ddragon123, thought I would try to FYI you that the quote llama plugin for WordPress now (v0.7) supports your request for multiple ids in the widget or short-code. Hope this still helps you out, take care. P.S. Let me know if it’s not what you were thinking. I’m open to any and all suggestions. 🙂

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

    (@oooorgle)

    Hi soheilshadi, I know you probably thought I’d forgotten this and I wouldn’t be surprised if you’re not using my plugin at all but I thought I would try to FYI you that it now (v0.7) supports your request for multiple quotes on a page. Hope this still helps you out, take care.

    Plugin Author oooorgle

    (@oooorgle)

    Updated to version 0.7. Let me how [quotes-llama mode=’auto’] works out for you. It certainly should be an improvement to what we started with.

    Plugin Author oooorgle

    (@oooorgle)

    I was thinking since the gallery re-positions the quote as well as constricting the size, and being intended for large screens (like a screensaver), that perhaps it would better fit your request to not have it do either of those actions, but still refresh the quote. This would do away with a need to adjust the margin-bottom too.

    So, I am adding another short-code [quotes-llama mode='auto'] that will auto-refresh the default [quote-llama].

    Have a look at my test page to see an example comparing gallery and default vs. auto. Still working to get an update perhaps this weekend now. 🙂

    Plugin Author oooorgle

    (@oooorgle)

    Yeah, try deactivating and reactivating.

    No widgets, try replacing [quotes-llama] with [quotes-llama mode="gallery"] and [quotes-llama mode="page"] This will hopefully at least show more than that one… as a test of course.

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

    (@oooorgle)

    Hmm, I’ve no idea if imember360 would be the cause or how it interacts with WordPress. I wonder, have you tried seeing what the widget looks like or perhaps the gallery or page modes? In your widgets you should see a “quotes llama” widget you can drag to your sidebar/footer etc which has it’s own options.

    Plugin Author oooorgle

    (@oooorgle)

    Hi Mike121212, my first wonder is if you have only a few quotes entered… If there are only a few quotes it often lands on the same one over and over.

    I assume you are using [quotes-llama] short-code in a page (not template) and that it is displaying a quote?

    Might you be able to provide a link where I can see it?

    Plugin Author oooorgle

    (@oooorgle)

    FYI, I’ve made some significant progress on this and have only a few bugs left to work out. Example here: http://oooorgle.com/test

    I also reduced the sizing on the gallery to better adjust to smaller areas.

Viewing 15 replies - 286 through 300 (of 428 total)