Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.6k Posts
  • Site title links to Intro Page

    14
    0 Votes
    14 Posts
    228 Views
    D

    Hey all!

    I want the opposite.

    I want the intro to come back when I click on the site title image.

    http://www.gib8.eu/

    How do I implement a shortcode for the intro to come back?

  • Category Filter not showing on Mobile - HELP

    8
    0 Votes
    8 Posts
    73 Views
    arminunruhA

    mmh it seems that the textformat you used for your filter is not added to the code correctly

    can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

  • Is it possible to delete those embeds?

    8
    0 Votes
    8 Posts
    347 Views
    arminunruhA

    hey i think with the latest lay theme and addon versions these embeds are gone

  • Vimeo & autoplay and loop

    6
    0 Votes
    6 Posts
    282 Views
    V

    Hey Rick, just sent my site via PM. At first the movies had autoplay on some of them. Now none of them work anymore. It's good to know I tried this with different MP4's I uploaded to Vimeo, but all rendered without sound.

    This is the video embed code I used for all of them. I used XXXXX instead of actual Vimeo ID in this example.

    <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/XXXXXX?autoplay=1&loop=1&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>

  • Primairy menu centered on the left

    5
    0 Votes
    5 Posts
    32 Views
    W

    @Baptiste said in Primairy menu centered on the left:

    }

    You are the best! Thanks :)

  • Same Mobile display for Tablet display

    6
    0 Votes
    6 Posts
    61 Views
    RichardR

    Dear Karim @karimus1888

    Cool, that link works now :)
    To clarify: is the question that you want to have the Tablet layout on Mobile?

    OR how to have the Menu displayed in the centre on older devices ( it should )..

    Best
    Richard

  • Menu Point (Desktop Version) in other corner

    6
    0 Votes
    6 Posts
    30 Views
    L

    It worked thank you!

  • Vertical Scroll for Carousel Plugin

    3
    0 Votes
    3 Posts
    184 Views
    H

    @Richard-K Thank you Richard! I'll look into this.

  • Hover effect from project thumbnails on image

    8
    0 Votes
    8 Posts
    429 Views
    RichardR

    Dear @anamsp

    If you need the colour overlay on hover it gets a bit more tricky as this is a <span> overlay - to get all the effects without the colouring:

    .special:hover{ filter: blur(2px); -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); opacity: 0.5; transition: all 400ms ease-out; }

    When you want the image to act the same as project Thumbnails when hovered > right-click & give it a 'custom class' in my example i gave it

    special

    The above code can be added to 'CSS' in customizer or through ' Lay Options - Custom CSS & HTML'

    Hope this helps @anamsp & have a wonderful day, sorry for the delay!

    Best
    Richard

  • Front page - Google description

    2
    0 Votes
    2 Posts
    28 Views
    RichardR

    Dear @AJ

    If i'm not mistaken this is your site title / tagline - These can be changed in the left hand admin menu > Settings > General > --

    Hope this helps! :)

    Best wishes
    Richard

  • Row as link to page

    14
    0 Votes
    14 Posts
    311 Views
    RichardR

    Dear @ewantsleslie

    Targeting the desired element e.g

    .desired-element{ }

    and then applying Custom CSS within 'Lay Options - Custom CSS & HTML' - So that on 'hover' the blur effect occurs.

    .desired-element:hover { color: #ff0000; -webkit-filter: blur(10px); filter: blur(10px); transition: ease-in-out 0.2s; }

    Best wishes! :)
    Richard

  • Text hover on text caption

    4
    0 Votes
    4 Posts
    72 Views
    RichardR

    Dear Sofia @sofiapapa08

    If its going to be different text on each project then coding in for every image would take ages - Therefore using something built in is better - like captions.

    Then you only have to target the captions <div> and make it appear on hover but the data inside (text) will be called automatically for you.

    The principles of the example you provided: https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip

    Are the same that you would use to make the captions appear
    visibility:0 to visibility:1

    or

    opacity:0 to opacity:1

    or

    display:none to display:block

    Also for help:
    https://laytheme.com/documentation.html#custom-css-styling

    Best wishes :)
    Richard

  • Browser design problems.

    2
    0 Votes
    2 Posts
    10 Views
    RichardR

    Dear @max_muster

    Have you since changed your menu layout, or still require help? i see that its been moved underneath the Banner.

    Best wishes
    Richard

  • responsive Menu always centered?

    5
    0 Votes
    5 Posts
    175 Views
    RichardR

    Dear Karim @karimus1888

    Im having trouble accessing your site :)

    Screen Shot 2021-03-03 at 12.55.52 PM.png

    Best
    Richard

  • Design customizer is not loading

    6
    0 Votes
    6 Posts
    40 Views
    RichardR

    Dear Michael @MickeyOne

    Cool! :)
    Happy that its working again and you can continue with your project!

    Best wishes
    Richard

  • 0 Votes
    4 Posts
    30 Views
    RichardR

    Dear @paulcalver

    Cool! :) glad that its fixed, thanks for providing a follow up / conclusion.

    Best Wishes
    Richard

  • Wrapping grid content in custom HTML divs

    2
    0 Votes
    2 Posts
    19 Views
    RichardR

    Hi @CaryA

    Just to be sure, am i right that you wish to keep the Grid but find a way to wrap it in a container <div> ?

    <div class="created-custom-container"> <div id="grid" class="grid"> </div> </div>

    Talk soon & best wishes :)

    Richard

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • site title doesn't costumize

    2
    0 Votes
    2 Posts
    16 Views
    RichardR

    Dear @axeldemarteau

    To be sure before progressing :)

    Wordpress, Lay Theme & Laytheme's Addons are all up to date ? Any Custom CSS or JS that may interfere is temporarily removed. Any third-party plugins de-activated to see if this resolves the issue. If using a WordPress Cache plugin, disable it or clear your cache. License key not activated - (in website blank situations or button not available) If your WordPress Dashboard shows a warning "PHP Update required"
    please update your PHP version in your webhost control panel. Additionally please take a look at https://laytheme.com/troubleshooting.html for known problems.

    Hope this helps & best wishes :)

    Richard

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

This often solves issues you might run into

When you post:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com