Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

J

jspinkus

@jspinkus
About
Posts
49
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Image Hover Addon :)
    J jspinkus

    Hey!
    Great new addon, congratulations!
    I'm testing it and was wondering if is there a way to use it for thumbnails in a thumbnail grid.

    Thank you!

    Addons

  • Site error when Carousel addon activated since last update
    J jspinkus

    Hi, how are you?

    I'm having ERR_EMPTY_RESPONSE in my site itmetestudio.com since I made the last update. I tried deactivating the Carousel becuase i saw some errors in the console.

    So it works fine when Carousel is deactivated, and goes back to ERR_EMPTY_RESPONSE when I activate it.

    Can you help me? thank you

    Bug Reports

  • Vimeos not showing up since last update
    J jspinkus

    Thank you for creating it!
    Best!

    Bug Reports

  • <p></p> adds in "Project description for Thumbail" when updating
    J jspinkus

    Thank you!

    I'll wait for next update and also I'll try in the qTranslate community!

    Bug Reports

  • <p></p> adds in "Project description for Thumbail" when updating
    J jspinkus

    Hi @arminunruh

    Thanks for the hint,
    its not working with all the <p></p>, for now im not translating the thumbnail description, when I leave the same text in both languages there is no ussue.

    Thanks again.

    Bug Reports

  • Vimeos not showing up since last update
    J jspinkus

    Hi @arminunruh,

    Thanks for the answer, I will look into this.

    Bug Reports

  • <p></p> adds in "Project description for Thumbail" when updating
    J jspinkus

    I tried desactivating qTranslate-X... the plugin was doing the trouble, but I still need to it. Do you know how can i solve this? It only happens in the "Project description for Thumbail" box.

    Thank you.

    Bug Reports

  • <p></p> adds in "Project description for Thumbail" when updating
    J jspinkus

    Hi @mariusjopen @arminunruh
    how are you?

    Im having this annoying issue, everytime i save a project a new <p></p> is added to the "Project description for Thumbail" box. It makes the space bigger from the title and the thumb.
    I tried editing from the <> button but still happens, every time I update a new <p></p> is added.

    I need to fix this, do you know what can be creating the problem ?

    Thank you!

    Bug Reports

  • Vimeos not showing up since last update
    J jspinkus

    Hi @mariusjopen
    how are you?

    Im having this problem in http://motionprinciples.com/ since last update,
    the vimeo videos are not showing up, I can see them in the gridder, but not online.

    Do you know what can it be?

    Thank you!

    Bug Reports

  • Randomize thumbnails order in Thumbnail grid
    J jspinkus

    Hi @mariusjopen

    Thanks for answering. Yes, this codes work on JSfiddle

    Here are both examples:
    https://jsfiddle.net/epxwy3tz/
    http://jsfiddle.net/axphy0gv/

    I can't figure out why is not woriking on Laytheme, I tried changing the postition of .thumbnial-wrap to "position: static", and add "float: left", but still not working.

    I'm missing something and I dont know what it is.

    Thank you!
    Juan

    General Discussion

  • Randomize thumbnails order in Thumbnail grid
    J jspinkus

    Hi @mariusjopen
    Hope your doing fine in this times of pandemia and isolation.

    Im trying to randomize the order in my projects Thumbnail grid:
    https://www.chamberprojects.com/category/images

    This are the codes I tried, I know they work becuase i tried them in a jsfiddle, but for some reason they are not working in the grid, maybe you can give me a hint:

    <script>
    jQuery(function () {
    var parent = jQuery(".thumb-collection");
    var divs = parent.children();
    while (divs.length) {
    parent.append(divs.splice(Math.floor(Math.random() * divs.length), 1)[0]);
    }
    });
    </script>

    OR:

    <script>
    jQuery(".thumb-collection").php(jQuery(".thumb-collection .thumbnail-wrap").sort(function(){
    return Math.random()-0.5;
    }));
    </script>

    Thank you!

    General Discussion

  • Search by categories or tags
    J jspinkus

    Hi, how are you?

    Is there a way to use the #search button to search by categories or tags also? not only by title projects.

    Thank you for this amazing theme!

    General Discussion

  • Intro not workin
    J jspinkus

    Hi @edgrbnz @mariusjopen,
    I use always Chrome, I tried in Safari and it works fine.
    So I deleted the last chrome extension I installed and now its working in chrome!
    The extension was MyUS Shopping.

    Thanks!

    General Discussion

  • Intro not workin
    J jspinkus

    @huertels,
    I suppose is a Laytheme issue, from some of the late updates, because other websites with the intro activated are having the same problem.

    @mariusjopen any idea about this?

    Thanks

    General Discussion

  • Intro not workin
    J jspinkus

    HI, how are you?

    Im having a problem when activating the intro,
    I can't click in any button or link after the intro is over,
    it seems like the intro image is still there but in opacity: 0, or something like that.

    here you can see it
    http://www.starosaeditora.com/

    I also tried other laythme website with the intro activated and the same happens, like in this website: https://www.studiogameiro.com/

    How can i resolve this?

    Thanks

    General Discussion

  • Decimal menu-style-type
    J jspinkus

    Hi @mariusjopen
    Its works!

    Thank you!

    General Discussion

  • Decimal menu-style-type
    J jspinkus

    Hi @mariusjopen
    Thanks for the answer

    I already tried with that trick, but they are not working in LayTheme Menu, thats why Ichanged the <ul></ul> for <ol></ol> from the theme document, but didn't work either.

    Maybe the best will be to build a from scratch a menu in the 'html content'
    What do you think?

    Thank you!

    General Discussion

  • Decimal menu-style-type
    J jspinkus

    Hi! how are you?

    I think this is an easy thing to do, but its not working.
    I want the menu items to have numbers like a list in http://www.delfinaraban.com, like this:
    alt text

    I tried changing "<ul></ul>" to "<ol></ol>" in the menu.php document in the theme files:

    '<nav class="laynav '.$menu_type.'">
    <ol>
    '.$menu.'
    </ol>
    </nav>';

    and add some custom css:
    nav.laynav ol {
    list-style-type: decimal !important;
    }

    Can somebody help me with this?

    Thanks!

    General Discussion

  • qTranslate-X send to home when switching language
    J jspinkus

    Hi @mariusjopen
    It never worked since I installed it.
    Can I try deactivating LayThame without losing my content and setting?

    Thanks,
    Juan

    General Discussion

  • carrusel caption numbers in white
    J jspinkus

    Hola @Vicky-Lamas

    justo entré al foro para buscar algo y vi tu posteo, je

    proba con esto en el custom css:

    .sink-only-numbers.lay-carousel-sink .numbers {
    color: white !important;
    }

    Beso!

    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search