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

fabiandraxlF

fabiandraxl

@fabiandraxl
About
Posts
203
Topics
47
Shares
0
Groups
0
Followers
2
Following
0

Posts

Recent Best Controversial

  • Background images are moved since last Update.
    fabiandraxlF fabiandraxl

    Hej @arminunruh

    Page: https://asf.uni-ak.ac.at/de/ueber-uns/

    Since your last Update our Backgroundimages are on the wrong site, small explanaition Video here: https://www.dropbox.com/s/end2j2secwz4ou1/ASF BG Image moved.mov?dl=0

    Please fix the problem soon, thank you.
    Fabi

    Bug Reports

  • Any options for using an external CSS-editor?
    fabiandraxlF fabiandraxl

    @arminunruh

    Because your Interface does not include search and replace. What would be soooo helpful ... I always copy it to my editor, to search for something ...

    Also an Option for different Versions would be nice ... would be a lot easier for debugging ... etc.

    ✌️✌️✌️

    General Discussion

  • News Feature
    fabiandraxlF fabiandraxl

    @arminunruh

    We are currently building something @bbbfg wanted in the first place with projects instead of News:

    https://asf.uni-ak.ac.at/de/aktuelles/

    Attention, it is not completely finished, we are still working on minor css improvements etc. but maybe it will give you an idea what would be possible.

    General Discussion

  • Current date & time shown in real time on the Footer
    fabiandraxlF fabiandraxl

    @Richard

    Finally fixed the Code:

    Here is the working JS:

    <script>
        window.laytheme.on("newpageshown", function(layoutObj, type, obj){
            if(type == "page" && obj.id == 19,36){
                var today = new Date();
                
                var month = (today.getMonth()+1+"").padStart(2,'0')
                var year = today.getFullYear();
                var date = month+'/—/'+year
                var element = jQuery('a#year');
                element.html(date);
    	    }
        });
    </script>
    

    CSS:

    #year {
        width: 100%;
        height: auto;
    }
    

    and HTML:

    <a id="year" class="_Default" href="https://michaelplessl.com/index/"></a>
    

    Hope this should help someone in the right direction. :P

    Best,
    Fabi

    General Discussion

  • Youtube Cookies / Always Set even if I don't use them?
    fabiandraxlF fabiandraxl

    @arminunruh

    Yeaaaah! Thank you very much. Works wonderfully, my page now meets all data protection criteria. 🥳

    Would it be possible to integrate this function directly into the slideshow in the gridder instead of in the general settings? I am currently working on a page where I would like to sporadically use Youtube videos in the carousels ...

    Thaaanks,
    Fabi

    General Discussion

  • How to resize the Cover Row? (How to change the cover height?)
    fabiandraxlF fabiandraxl

    @fabiandraxl

    After hour of trying i found some "solution":

    .cover-region, .cover-region-placeholder, .cover-inner {
        min-height: 60vh !important;
        height: 60vh !important;
    }
    

    But the automatic scrolling to row two is broken and the content of the cover is still centered as if the cover still was 100vh ...

    Could some body help me out pls? 😘

    Here my Testwebsite / PW via DM

    General Discussion

  • Polylang and Footer in different language
    fabiandraxlF fabiandraxl

    Hej,

    Had the same issue:

    1. You must set the global footer laytheme setting for your page to "select".
    2. Create corresponding pages with your footer content.
    3. Choose the right footer on each page in the dropdown menu.

    Hope that helps. ;)

    Bildschirmfoto 2021-11-18 um 15.44.45.png

    Bildschirmfoto 2021-11-18 um 15.48.00.png

    General Discussion

  • Set standard templates for News / Projects / Sites.
    fabiandraxlF fabiandraxl

    @thomasmaier

    He said, that he could do. :P So there is no template option right now. 😬

    @arminunruh said in Set standard templates for News / Projects / Sites.:

    what i could do

    Feedback

  • Set standard templates for News / Projects / Sites.
    fabiandraxlF fabiandraxl

    Hej @arminunruh

    I've often thought about how cool it would be if you could link templates (i.e. prepared pages) with the predefined structure in the wordpress backend, so that when you want to create a new news article or project you only have to click once.

    Bildschirmfoto 2022-11-22 um 18.37.57.png

    Could something like this be easily integrated?

    Thanks and best regards,
    Fabi

    Feedback

  • Adding Row Gutter after removing it ...
    fabiandraxlF fabiandraxl

    @arminunruh

    Hey Armin, you are the best!

    I don't know how I missed that in the right-click window, that solves the whole problem.

    Thank you very much. 😘

    Feedback

  • Feature request: Switch to disable all custom code
    fabiandraxlF fabiandraxl

    @neunzehnachtneun

    Can only agree, great idea. 👌🏻
    A search feature for the custom code would also be fantastic. :P

    Cheers, Fabi

    Feedback

  • Offset objects via pixels
    fabiandraxlF fabiandraxl

    @Hayo-Gebauer

    It's possible, but you have to choose between one of the options in the Laysettings.

    😘

    Bildschirmfoto 2022-02-04 um 17.46.54.png

    Feedback

  • Cover + Sticky + 100VH + carousel = broken Margins
    fabiandraxlF fabiandraxl

    I solved it in the meantime with custom code, so no hurry. Would be nice if you could solve it sometime though. Have a nice vacation in the meantime and let me know if I can assist you in any way.

    Best regards,
    Fabi

    Bug Reports

  • Lay 5.7.4 Kills my sites
    fabiandraxlF fabiandraxl

    @arminunruh

    Hej Armin,

    Thanks, updated everything and removed the Debug in WP-Config everything seams to work again! :P

    THANK YOU!

    Bug Reports

  • Element Grid duplicated caption text for images
    fabiandraxlF fabiandraxl

    @arminunruh

    Can confirm, that the duplicated content in the element grid in the gridder is gone, thank you!

    Bug Reports

  • Update Problem 4.9.2 to 4.9.3
    fabiandraxlF fabiandraxl

    @CK Same

    Bug Reports

  • Gridder flickering
    fabiandraxlF fabiandraxl

    @arminunruh

    Thanks, you already fixed it! Thanks you very much, you are the best!

    Bug Reports

  • Project Thumbnailgrid tags have disappeared since the last update.
    fabiandraxlF fabiandraxl

    @arminunruh

    Hey Armin, I also contacted my developer and he realised that it was caused by a combination of our custom PHP plugin and a JS change you made. We previously defined the tags via PHP as an HTML list <li> and personalised them that way. Your new JS deleted this list for reasons we can't explain, now we assigned a new class and it works again.

    Thanks anyway, hope it doesn't cause problems for others as well ...

    Best regards, Fabi 😘

    Bug Reports

  • Borders in one Row off
    fabiandraxlF fabiandraxl

    Hej @arminunruh,

    Did the last Update, everything on this page seems fine now.
    Thank you for fixing ... have a great week. 👌🏻

    Best regards from Vienna,
    Fabian

    Bug Reports

  • Two Carousel Arrow Bug
    fabiandraxlF fabiandraxl

    @Richard

    👌🏻👌🏻👌🏻👌🏻

    Bug Reports
  • Login

  • Don't have an account? Register

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