Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter arne22

    (@arne22)

    I have now tested a number of plugins.

    “WP Extended Search” are able to select one tag og category but not two or more (As far as I can find out.)

    A plugin like WPForms can build up forms with dropdown and checkboxes, but that is only for sending feedback from users, not for making a search against the database of posts.

    Is this really not possible to do with WordPress, mark the checkboxes for requested tags, and then make a search and get up a list of those posts that have those tags?

    Search on categories could work equally good, if it were possible.

    Is it not possible to mark a checkbox “motorcycle” and then a checkbox for color “yellow”, and then get up a list of all yellow motorcycles?

    If this were possible it should be possible to develop a lot of interesting information system using WordPress. Technically it should be just possible?!

    • This reply was modified 2 years ago by arne22.
    • This reply was modified 2 years ago by arne22.
    Thread Starter arne22

    (@arne22)

    Testing a little bit now..

    Using WP Extended Search, I am able to search on only one category or one tag, but I’m not able to combine multiple categories og tags or to choose such items from a menu.

    Should it not be possible to use multiple categories og tags using “WP Extended Search”?

    • This reply was modified 2 years ago by arne22.
    Thread Starter arne22

    (@arne22)

    Thanks. I tried it but I did not find what I was searching for, or maybe I did not understand how to use it? Don’t know if I used it right was a search field where you can write the text you are searching for.

    The main principe will be not to write any text at all, but to have predefined categories or tags on a search form, where you can chose lets say, as an example, 2 out of five tags (from some kind of predefined list:)

    -Bicycle
    +Motorcycle
    +Yellow
    -Red
    -Blue

    No text to write, only mark the selected tags. Selecting Motorcycle and Yellow, should return all yellow motorscycles.

    • This reply was modified 2 years ago by arne22.
    • This reply was modified 2 years ago by arne22.
    • This reply was modified 2 years ago by arne22.
    Thread Starter arne22

    (@arne22)

    Thanks a lot! My school have used an expensive commersial LMS for years, but the only functions I am actually using is a blog, and an upload function for student assignments.

    The blog function can for sure be done with WordPress and I guess the assignment upload as well.

    Thread Starter arne22

    (@arne22)

    I found some interesting information about “How to publish an online book using WordPress”. (I guess this is quite near up to what I try to do.)

    I would believe that this is “kind of use of WordPress that could be interesting for many WordPress users. (Get online with your multimedia book today, using WordPress.)

    Here is some information i Googeled that might be good for later use:
    https://premium.wpmudev.org/blog/how-to-organize-an-online-book-in-wordpress-novel-or-non-fiction/

    Some more info for later refference:
    https://www.wpexplorer.com/create-books-wordpress/

    • This reply was modified 6 years, 11 months ago by arne22.
    Thread Starter arne22

    (@arne22)

    Thanks a lot. Actually I knew twentyfiften, but I did not realize that it could be used for this purpose, but it looks like it can, so I will give it a try.

    By the way, this is how my “on-line-lessons” looks like just now, using twentytwelve plus a child theme:

    https://acbytes.com/reguleringsteknikk/reguleringssloyfen/

    What I try to just now is to find a solution that givs a bit bether “navigation” and maybe an “illusion” of “a multimedia text-book on the web”.

    I will give it a try with twentyfifteen to se how this will work ( … I guess that the left sidebar design can not be easy modifyied into Twentytwelve … or could it ..?)

    Thread Starter arne22

    (@arne22)

    After googling and checking a bit, I found a solution that I thin works perfect. Near the end og the wp-config.php file i added this statement:

    /** Block external requests */
    define(‘WP_HTTP_BLOCK_EXTERNAL’, true);

    I found this solution here on this webpage:
    https://www.webhostinghero.com/how-to-use-wordpress-offline/

    Thread Starter arne22

    (@arne22)

    Thanks a lot. This worked just perfect and Google fonts can now be toggled on and off. Great! ??

    Thread Starter arne22

    (@arne22)

    Thanks a lot, but I belive this solution will not work good enough for this project. It is a “multimedia learning site” with some hundreds of web pages (I guess ca 500 when it is finished,ca 250 now) and the idea is to have a local physical copy of the internet connected server that is more or less identical. It works quite well and content can be exported from the local to the internetconnected server, it is now only this issue with the login to the admin panel and plugin admin that is quite slow.

    So the local development server should be “allmost identical” to the internetconnected server, except for the admin panel and the plugin admin panel should not require internet connection.

    • This reply was modified 7 years, 4 months ago by arne22.
    Thread Starter arne22

    (@arne22)

    Yes …. exuse me … It would have ben rather easy to post it in my own blog .. or a direct link. Will do that he next time.

    Arne.

    Thread Starter arne22

    (@arne22)

    Hope I do not use to muxh space ..

    Theme Name: Grimelda
    Theme URI: https://mathibus.com/
    Description: I honestly don’t know why it’s called “Grimelda”, but it’s a theme for WordPress.
    Version: 1.0
    Author: Mathias Bynens
    Author URI: https://mathibus.com/
    */

    /* Teh Layout
    **************************************************************************/

    body {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: ‘Lucida Grande’, Georgia, Verdana, Arial, Sans-Serif;
    background: #efefef url(images/bgcolor.jpg) repeat;
    color: #000;
    text-align: center;
    line-height: 1.6em;
    text-align: center;
    }

    #container {
    background: #efefef url(images/bg.jpg) repeat-y top;
    margin: 0 auto;
    text-align: left;
    padding: 1em 2em;
    width: 700px;
    }

    #header {
    margin: -2.4em 0 0 -1.5em;
    padding: 0;
    width: 105.7%;
    width: 740px;
    background-color: #ffe090;
    text-align: center;
    border-bottom: 7px solid #7f0000;
    }

    #header a {
    display: block;
    width: 100%;
    padding: 2em 0;
    margin: 0;
    background-color: #e5f7ff;
    }

    #header a:hover {
    background-color: #dbf4ff;
    }

    #tagline {
    text-align: right;
    font-size: 14pt;
    font-style: italic;
    padding: 0 .2em .2em 0;
    color: #666;
    }

    #content {
    margin: 0;
    padding: 1em .5em 0 .5em;
    width: 65%;
    float: left;
    }

    #sidebar {
    margin: 0;
    padding: 1em 1em 1em 3em;
    float: right;
    width: 25%;
    }

    .clear {
    clear: both;
    font-size: 0;
    }

    #footer {
    margin: 0 0 -2.1em -1.5em;
    padding: 0;
    width: 105.7%;
    width: 740px;
    background-color: #ffe090;
    text-align: center;
    border-top: 7px solid #7f0000;
    }

    /* Links
    **************************************************************************/

    a, a:link {
    text-decoration: none;
    padding: 1px;
    border-bottom: 1px solid #aaa;
    color: #000;
    }

    a:hover {
    color: #036;
    background-color: #dbf4ff;
    border-color: #036;
    }

    .fitts a {
    display: block;
    width: 91%;
    margin: 0;
    padding: 1px 0 1px 1em;
    }

    #sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

    #sidebar li {
    margin: 0;
    padding: 0;
    }

    #sidebar a {
    border-right: .3em solid;
    border-color: #00a600;
    }

    #sidebar a:visited {
    border-color: #a0be16;
    }

    #sidebar a:hover {
    background-color: #a0be16;
    border-color: #a0be16;
    }

    /* Elements
    **************************************************************************/

    abbr, acronym {
    border-bottom: 1px dotted;
    }

    blockquote {
    background-color: #fc9496;
    border-left: .3em solid #ce060b;
    margin: 1em;
    padding: .5em .5em .5em 1em;
    }

    cite {
    font-style: italic;
    }

    code {
    padding: 1px;
    background-color: #dbf4ff;
    color: #036;
    }

    a code {
    padding: 2px 1px 0 1px;
    }

    label {
    cursor: pointer;
    }

    del {
    text-decoration: line-through;
    }

    del:hover {
    text-decoration: none;
    }

    ins {
    text-decoration: underline;
    }

    small {
    font-size: 85%;
    }

    h2, h3, h4, h5, h6 {
    margin-bottom: .1em;
    }

    #content h2, #content h2 a {
    font-family: Georgia, serif;
    font-size: 20pt;
    font-weight: normal;
    line-height: 1.3em;
    }

    #sidebar h2 {
    color: #036;
    font-family: Verdana, serif;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    }

    h3, h3 a {
    color: #2f2f2f;
    font-weight: bold;
    font-size: 14pt;
    font-family: Georgia, serif;
    }

    hr {
    display: none;
    }

    fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    }

    /* Classes
    **************************************************************************/

    .center {
    text-align: center;
    }

    .info {
    background: #fde291;
    border: 1px solid #fac830;
    margin: 1em;
    padding: .5em;
    font-size: 90%;
    }

    .image {
    text-align: center;
    }

    .image img {
    border: 0;
    }

    #sidesearch dt, #sidebar #sidesearchsubmit, .hide, fieldset legend {
    display: none;
    }

    form dd {
    margin: 0;
    }

    #commentform input, #commentform textarea, #commentform #submit, #searchform input, #searchsubmit, #sidesearch input {
    padding: 1em;
    font-size: 10pt;
    font-family: Verdana, serif;
    color: #fff;
    font-weight: bold;
    width: 32em;
    background-color: #6cf;
    border: 1px solid #3af;
    }

    #commentform #submit, #searchform #searchsubmit {
    margin-top: 1em;
    }

    #commentform input, #commentform textarea, #searchform input, #sidesearch input {
    padding: .2em;
    font-size: 10pt;
    font-family: Verdana, serif;
    font-weight: normal;
    color: #000;
    width: 32em;
    background-color: #cef;
    border: 1px solid #3af;
    }

    #sidesearch input {
    width: 90%;
    }

    #commentform input:focus, #commentform textarea:focus, #sidesearch input:focus, #searchform input:focus {
    background-color: #e7f7ff;
    border: 1px solid #6cf;
    }

    /* Comments
    ********************************************************/

    .comment-list {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    }

    li.comment {
    margin: 0 0 1em 0;
    padding: 0 0 .5em .5em;
    background-color: #fdc793;
    border: 1px solid #fc9734;
    }

    li.comment li {
    list-style-position: outside;
    }

    .comment-list li.alt {
    background-color: #a3f7a5;
    border: 1px solid #00c400;
    }

    .comment-list dd.when {
    font-size: 90%;
    }

    .comment-list dd.what {
    padding-right: 1em;
    }

    .gravatar img {
    float: right;
    margin: -1.4em .3em 0 0;
    }

    .comment-list dt.who {
    margin: -1.6em 0 0 1.5em;
    }

    /* Mozilla Fuckery
    ********************************************************/

    blockquote {
    -moz-border-radius: 0 4px 4px 0;
    }

    form input, form textarea, #commentform #submit {
    -moz-border-radius: 4px;
    }

    li.comment {
    -moz-border-radius: 0 4px 4px 0;
    }

    /* IE Hackery
    ********************************************************/

    * html #container {
    padding: 0;
    }

    * html #sidebar {
    padding: 0 0 0 1em;
    }

    * html li.comment, * html #commentform {
    padding: 1em 1em 3em 1em;
    margin: 2em 0;
    }

    * html #container {
    padding: 1em 2.5em;
    width: 720px;
    }

    * html #content{
    padding-left: 1em;
    }

    * html #header, * html #footer {
    margin-left: 1px;
    }

    * html #container {
    background-color: #e7e7e7;

    Thread Starter arne22

    (@arne22)

    Some more space for the photos .. ??
    https://linbase.com/?cat=2

    Thread Starter arne22

    (@arne22)

    Thanks a lot !

    OK, not really AT ALL so I think some comment outs and renaming will do it ??

    Arne.

    Thread Starter arne22

    (@arne22)

    Thanks a lot for vert quick help. It worked like a dream. Even though it is claimed to be a blog I think it’s the best CMS that I have tried.

    Thread Starter arne22

    (@arne22)

    Options > Reading
    Top item there – number of posts to show.

    Ohh .. thanks a lot .. think/hope I understand .. wil try it ??

    Arne.

Viewing 15 replies - 1 through 15 (of 16 total)