• Does a comprehensive set of instructions exist anywhere for this plugin?

    I’m not talking about the obscure reference list under “Other Notes” which is copied in the “readme” file, on GitHub, and in a few other corners. I need something that is a bit more of an overview.

    For example, the following statement has got me so stumped and frustrated, it makes me want to dump this plugin: “Create a custom field named ml_format and save the item format there.”

    Create it how?
    Save it how?
    Where is “there”?

    How to use ml_format once it is defined seems pretty obvious. But, I cannot find even a single example of it being defined that makes any sense.

    How do I define “item_format”?

    Is the whole section on “Template Tag” supposed to be just for PHP programmers?

    Instructions under “Other Notes” and most support conversations keep switching back and forth between PHP code and post-content code (HTML’ish) with no cues. I have trouble distinguishing at times. And, I’m a programmer!

    I’m wanting to use this plugin without getting under the hood of third party themes or WordPress itself (without adding or manipulating any PHP).

    Can someone point me in the direction of at least a few comprehensive examples of how to use this plugin?

    https://ww.wp.xz.cn/plugins/mini-loops/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello David,

    I’m a beginner in html and css before I continue but only enough to know how to put it all together, so my apologies if you find something wrong with my html. I can show you what I have done with mine to start off.

    Kind of did a little bit of guess work to get it working with some help from this blog (although it’s old and doesn’t really work when copying and pasting, as it’s related more to mini loops old version) http://om4.com.au/client/wordpress-miniloops-examples/ .

    Here’s an example on my website http://www.handyblogs.com if you look at the circle thumbnails I created with mini loops. Now as for some code, since you’re a programmer you’d probably understand this. On the mini loops screen under the heading “Format” add the following (I didn’t add anything in the before item and after item just the screen where you can add html and shortcodes):

    <div class="minibox">
    <div class="miniwrapper">
    <div id="minithumb" class="miniwrap">
    <a href="[ml_url]">[ml_image from=thumb  crop=1 width=150 height=150]</a>
    </div>
    
    <div id="minititle" class="miniwrap">
    <p><a href="[ml_url]"> [ml_title]</a>
    </p></div>
    
    <div id="miniexcerpt" class="miniwrap">
    <p>[ml_excerpt length=100 after="..." space_between=1 custom=1]
    </p>
    </div>
    
    <p class="minimore"><a title="[ml_title]" href="[ml_url]">Read More!</a></p>
    </div>
    </div>

    Basically just use what mini loops put up on the page as a reference and use my code as a reference also if you’d like. After that you’d want to go straight into the CSS and fixing the widths and heights as mine ended up taking over the whole page till fixed the CSS (got me a little freaked out). Hope it’s helped a little bit to get you started.

    Thread Starter David Burkhart

    (@dlburkhart)

    HB,

    Thanks for responding.

    You really peaked my curiosity regarding the “Mini Loops screen”. Where should I be able to find it? Because, Mini Loops does not add any new tabs or panels that I can find. I only seem to have the shortcodes working.

    Hello David,

    No problem at all!

    It should be added under Appearance>Widgets or if you got a page builder you should be able to use it in there. Here’s a screen shot of my wordpress layout in the widgets section and I’ve circled the important stuff for you. http://i.imgur.com/c2uBwUw.png

    In your widgets area you should see two widgets “Mini Loops” and “Mini Mini Loops”. The “mini loops” widget has more settings than the “mini mini loops”. After you add the widget to a side bar or through a page builder you should see the screen with all your options. Let me know how you go.

    Thread Starter David Burkhart

    (@dlburkhart)

    Ah! So, you meant the settings inside the widget. I usually don’t tinker much with the sidebar; thus, neither with widgets. But, if using either widget with a drag’n’drop page builder can help me find more use with Mini Loops, I’ll give it a try.

    When I began learning to use WordPress, the constraints and quirks of most page builders made them for me more of an obstacle than a helpful tool. So, I’ve been ignoring their existence ever since. I suppose it’s time to give them another chance.

    It’s still very peculiar how I can’t find a single example of the custom field defining an item format. That blog you cited dances all around the topic, providing great examples of how to implement custom fields, but never showing how they are defined.

    That’s correct!

    As for that website I showed you, it’s a little old and you’ll see why at the bottom of the page I’m about to link you to below. You’ll see they used curly brackets in their codes, in the new version they took make adjustments to it.

    So this is the link I’m talking about above and where you can find the shortcodes used http://ww.wp.xz.cn/plugins/mini-loops/other_notes/

    Yeah it’s a little annoying using the page builder for me also as I’ve had to do lots of CSS to try get things aligned the way I want and once I move them a row up or down I have to change the CSS again. Shame we can’t add out own ID’s or classes to each one.

    Just a tip: I’d suggest you save each time and have another window open of your website (in preview mode it doesn’t really work out for some reason at times I’ve noticed)

    Thread Starter David Burkhart

    (@dlburkhart)

    That is the “Other Notes” page I mentioned at the top of this thread. The line I quoted which gave me such grief is from that page. Putting the content from that page in the context a the Mini Loops widget helps it make a little more sense. But, the entire text is still both circuitous and incomplete at the same time. It almost seems to have parts deleted which would have helped it make more sense.

    I was trying to use the shortcodes directly in the content of a web page – not using widgets nor drag’n’drop page builders. Most of the shortcodes seem to work fine. But, a few seem buggy and inconsistent with the half-baked instructions.

    So, all I’m after is a complete and working set of instructions.

    I agree, it’s a little broad. It took me about a few days to figure out what the hell I’m supposed to do with it for what I wanted to do. At the same time I think it was made so broad because you can use it in different ways and everyone may want a different result.

    On the other notes page don’t worry about what’s written until you go down to where it says “Shortcodes”, these are the codes you should be using, anything above that is an explanation of the options listed already in the widget.

    I’m no expert at miniloops but If you want you can show me your code you’re trying to use and I’ll see if I can figure what’s going wrong. Shame the developers can’t actually give some help with their plugin!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Where's the documentation? Examples anyone?’ is closed to new replies.