D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Karsten Zilling

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Gallery preview not working properly #11571
    Karsten Zilling
    Participant

    Ok, habe ich gemacht. Das Passwort sende ich nochmal an die Mailadresse.

    in reply to: Random Order of HTML Elements #11499
    Karsten Zilling
    Participant

    Hi again,

    Sorry, it works now. I don’t know what mistake I made. I put it in again and now it works. Many thanks for your help.

    in reply to: Random Order of HTML Elements #11495
    Karsten Zilling
    Participant

    Thanks for the feedback. Unfortunately it doesn’t seem to work! I used the script exactly as described! The images in the slider are still displayed in the same order. Above the script, I only have a style specification for the head area. This is what the content of my field looks like:

    <style>
    body { min-width: 930px !important; }
    .box90 { width: 930px !important; }
    </style>   

    <script type=”text/javascript”>
    jQuery.fn.randomize = function(selector){
      var jQueryelems = selector ? jQuery(this).find(selector) : jQuery(this).children(),
      jQueryparents = jQueryelems.parent(); jQueryparents.each(function(){
        jQuery(this).children(selector).sort(function(){
           return Math.round(Math.random()) – 0.5;
        }).detach().appendTo(this);  
    }); return this;
    };
    jQuery(document).ready(function() {  
    jQuery(‘.slides-container’).randomize(‘li’); });
    </script>

    in reply to: Fixed width for posts #11394
    Karsten Zilling
    Participant

    Thanks, works perfectly

    in reply to: Fixed width for posts #11387
    Karsten Zilling
    Participant

    Thank you for your quick response.
    Unfortunately that doesn’t work. When the width of the browser window is changed, the width of the post also changes. example: (https://www.kazis-seite.de/?p=57)
    Is there maybe a possibility via custom CSS?

    Best regards Karsten

    in reply to: Fixed width for posts #11386
    Karsten Zilling
    Participant

    Thank you for your quick response.
    Unfortunately that doesn’t work. When the width of the browser window is changed, the width of the post also changes. (example)
    Is there maybe a possibility via custom CSS?

    Best regards Karsten

    in reply to: Fixed width for posts #11389
    Karsten Zilling
    Participant

    Hello again,

    I don’t know if my message has been saved because I can’t see it.
    Thanks for the quick reply. Unfortunately that doesn’t work. If the browser window width is changed, the width of the post is also changed.

    best regards Karsten

    in reply to: Fixed width for posts #11385
    Karsten Zilling
    Participant

    Hi,

    thanks for your quick response. Unfortunately it doesn’t work, if you change the window width of the browser, the width of the post also changes.

    Best regards Karsten (example: https://www.kazis-seite.de/?p=57

Viewing 8 posts - 1 through 8 (of 8 total)