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

R

Ros_rgb

@Ros_rgb
About
Posts
23
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • .buttonstyle not working
    R Ros_rgb

    I was going for simple button style like you've showed in documentation>>

    .buttonstyle a{
    padding: 15px 20px;
    display: inline-block;
    background-color: #e8e8e8;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    border-bottom: none;
    color: black;
    opacity: 1;
    white-space: nowrap;
    }

    .buttonstyle a:hover{
    background-color: #f0f0f0;
    text-decoration: none;
    border-bottom: none;
    color: black;
    opacity: 1;
    }

    using this code, but It hasn't had any affect

    General Discussion

  • .buttonstyle not working
    R Ros_rgb

    I've inserted the css and added the HTML class to various pages trying it out but nothing.

    http://bridgingages.co.uk/contents

    this text is just a test page to show

    http://bridgingages.co.uk/getstarted-2
    'sign up now' text is also a buttonstyle...

    any thoughts?

    Thanks

    General Discussion

  • Hyperlinks in text
    R Ros_rgb

    This bug hasn't fixed for me...?

    Bug Reports

  • Hyperlinks in text
    R Ros_rgb

    Can't seem to hyperlink in text boxes anymore.

    Bug Reports

  • page not displaying
    R Ros_rgb

    0_1522241771599_Screen Shot 2018-03-28 at 13.55.48.png

    I'm displaying two project thumbnails side by side at the bottom of this page and deleting this row in the wordpress backend has allowed the page to be viewable again through the domain adress.

    is this something you've come across before? Know why it's doing it?

    Bug Reports

  • page not displaying
    R Ros_rgb

    Thanks Armin

    That option wasn't checked in my settings. Is there anything else it might be?

    Ross

    Bug Reports

  • page not displaying
    R Ros_rgb

    Hi, working on a client site > http://bridgingages.co.uk/

    1 of the pages has just stopped displaying. http://bridgingages.co.uk/casestudy this was working fine before just gone blank now. The backend still displays the design and elements.

    a second/bug help would be 'buttonstyle' not working I followed the css/html set out in documentation and have tried it on the two button texts on this page http://bridgingages.co.uk/aboutls/ but to no avail.

    Any help gratefully received.

    Ross

    Bug Reports

  • Armin is on holidays. Can someone else help?
    R Ros_rgb

    Is the laytheme you installed the latest version? Can you delete it rather than just deactivate and install latest laythem/?

    General Discussion

  • laytheme Options missing in wp Backend
    R Ros_rgb

    @mariusjopen thanks for the help. I got there. Up and running. Only now It seems i've entered my maximum number of domains with license. I haven't used it anywhere else. I think in installing wordpress and entering key 2-3 times. I'm not sure how I can remove it from my failed attempts?

    Tried deleting all lay folders from the rest of ftp

    help please :0

    Installation Problems

  • laytheme Options missing in wp Backend
    R Ros_rgb

    further update. I now can't get into backend. I've contacted my host to try and reset the theme to a default but they say it keeps reverting to laytheme where there must be a bug in my version or something.

    Anything you can understand from the problem? Greatly apprecaited.
    Ross

    Installation Problems

  • laytheme Options missing in wp Backend
    R Ros_rgb

    Hey Armin

    I've recently made a new install of laytheme (this will be my fourth working with your site) but very strangely some options are missing from the backend this time.

    and I just checked I'm getting this bugged out message from after my install. Is this something you can help with or will I need to get in on my host?

    Fatal error: Cannot redeclare create_initial_rest_routes() (previously declared in /home1/rezacwo1/public_html/lifestories/wp-includes/rest-api.php:179) in /home1/rezacwo1/public_html/lifestories/wp-content/themes/lay/assets/inc/rest-api/plugin.php on line 221

    http://bridgingages.co.uk/

    ![alt text](0_1520446380587_Screen Shot 2018-03-07 at 18.09.33.png image url)

    there you see just the 4 options under layoptions

    thanks for your help

    Installation Problems

  • Carousel text slide greater height than images
    R Ros_rgb

    http://assemblyse8.org/

    Sorry

    Addons

  • Custom animated gradient background
    R Ros_rgb

    Thanks for replying armin

    I think I made a version we are happy with for now. Background image set and repeated.

    http://www.notasausage.co.uk/projects
    I really don't have the knowledge to get into trying to code it.

    Ross

    General Discussion

  • Carousel text slide greater height than images
    R Ros_rgb

    Thanks Armin

    I've taken the site off maintenance mode so it can be viewed. I've tried making the aspect ratio custom, but it just leaves funny padding either at the sides or above and below.

    Thanks for you help
    Ross

    Addons

  • Custom animated gradient background
    R Ros_rgb

    Hi, trying to add in gradient animation made from https://www.gradient-animator.com/
    to live on a category page background.

    I have this code, any help to embedd to page? Many thanks

    background: linear-gradient(181deg, #20c399, #e88a06, #ef5bff, #487de8);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    -o-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    @-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
    }
    @-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
    }
    @-o-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
    }
    @keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
    }

    <script src="https://gist.github.com/anonymous/48a837b43c17d200fcc33a1cbbaaaab8.js"></script>

    General Discussion

  • Carousel text slide greater height than images
    R Ros_rgb

    any thoughts @mariusjopen ? Thank you

    Addons

  • Carousel text slide greater height than images
    R Ros_rgb

    0_1516624758286_Screen Shot 2018-01-22 at 12.38.56.png

    turqouise, highlights the additional background which is being added.

    0_1516624815992_Screen Shot 2018-01-22 at 12.40.05.png

    Addons

  • Carousel text slide greater height than images
    R Ros_rgb

    ![0_1516530432145_Screen Shot 2018-01-21 at 10.26.28.png](Uploading 100%) ![0_1516530386298_Screen Shot 2018-01-21 at 10.23.28.png](Uploading 100%) Hi,

    anyone help? I'm using the carousel plugin, I have a text slide before several image slides and having the text slide first gives the text slide a larger height in pixels than the rest of the slides. 60px above and below...

    the problem isn't there if an image is used as the first slide

    running on chrome![alt text](![0_1516530379095_Screen Shot 2018-01-21 at 10.23.22.png](Uploading 100%) image url)

    Addons

  • project title and description css
    R Ros_rgb

    ok thanks

    General Discussion
  • Login

  • Don't have an account? Register

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