oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Getting StartedCheck out the “Next Quote Links” FAQ on the plugin homepage. I will copy/paste the relevant section here:
—
You can also change how the link is displayed using CSS.
Some examples:.quotes-llama-widget-random hr {display: none;}This will remove the line between the quote and the link..quotes-llama-widget-next {text-align: left; font-style: normal;}This will align to the left and remove the italic.
Navigate to your Dashboard–>Appearance–>Customize–>Additional CSS. DO NOT directly edit any theme/plugin files as they are ALL overwritten when updating.
—
Edit: So, you would first open Additional CSS, then the page with the quote on it, then copy and paste this into Additional CSS to center the next-quote button:
.quotes-llama-widget-next {text-align: center;}This works for any element on your page… right-click and inspect or view source.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedCSS isn’t my best language… what shortcode are you using and I’ll try and give a css tweek for it.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedIf you haven’t tried the
[quotes-llama mode='page']yet, give it a view.Forum: Plugins
In reply to: [Quotes llama] Getting StartedNo social media other than linking to pages or posts that include the plugin, but not directly.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedThinking of it now, it may be possible for categories now, but not individual quotes or authors. Probably far more work than it’s worth.
Create a page that loads
[quotes-llama mode='gallery' cat='category']for each category you want linked. Then a main page that has all those links to the category pages. If you only a minimal set of categories this might be a workaround.Seems kind of like the setup on the link you provided. But not auto-generated… self-made 😉
- This reply was modified 3 years, 3 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedYeah I’ve had a few requests to be able to link directly to an author or category… It’s on the considerations list but haven’t gotten to trying to implement it yet. Thanks.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedThe “next quote” link is also set in the options. Have a look at the “Next Quote Link” FAQ on the plugin homepage at WordPress.
If you are using the exact shortcode
[quotes-llama mode='gallery' cat='category']then you need to have a quote assigned to the category named “category”.[quotes-llama mode='gallery' cat='thenameofyourcategory']So if you want to display all the quotes in the “cars” category, you would use:
[quotes-llama mode='gallery' cat='cars']- This reply was modified 3 years, 3 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedThe widget has a ‘next quote’ link below each quote. It can be toggled off in the individual widget options.
the [quotes-llama] shortcode has this feature disabled by default. If you look in the “Options” tab, at the top under “Random/Static Quotes” you see a “Display “next quote” link in random quote.” Enable it there.
As well, the gallery lets you just click the quote to cycle to the next one.
- This reply was modified 3 years, 3 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Getting StartedIf you look at the shortcode tab in the plugin, you will see the
[quotes-llama]anddo_shortcode( "[quotes-llama]" );shortcodes.The first being meant for pages, posts and blocks. So, as you mentioned, you would use
[quotes-llama]in your page or any of those types of shortcode. Be sure to add a few quotes so it has something to work with.The second set is for template files. Files that contain the template tag
Template Name: yourtemplatenameand that file would contain the shortcodedo_shortcode( "[quotes-llama]" );Then, you would create a page and assign it the template name in order to populate the content.If your theme supports widgets, you can add the quote llama widget to sidebars, etc.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginThe next quote selects a random quote. Already am considering a short-code to load quotes in ID order but atm there is not a way to do that.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginAnd with the box resizing. Try setting the container div to have a min-height of its normal size. Then, it would only grow bigger when needed to fit content and never grow smaller to fit less.
- This reply was modified 3 years, 3 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the pluginCopy and Noted.
For the near future I’m going to be spending some time trying to incorporate blocks functionality. Not sure how that’s going to go :() Thanks!
Forum: Plugins
In reply to: [Quotes llama] One thing missing from the plugin2.0.6 Committed. Let me know how it works.
Forum: Plugins
In reply to: [Quotes llama] Help with Widget Options2.0.6 Committed… removed the 20px from between the title and quote.
Forum: Plugins
In reply to: [Quotes llama] Couple of questions2.0.6 committed. Let me know how it works.