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

G

gridch

@gridch
About
Posts
19
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Image Hover Full size with border on site
    G gridch

    Hi,

    I tried to add some custom css to modify the same code you proviced me but to be applied in the background images in order to have the same white border on the site even in background images (because they fit the whole screen) I need them with border also.

    I tried this but doesn't do the job:

    .cover-region-desktop .cover-inner {
    background-image: url(/wp-content/uploads/2022/07/griseldaduch_architectures_21.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px!important;
    }

    What I am doing wrong?

    Thank you a lot!

    Addons

  • Image Hover Full size with border on site
    G gridch

    @arminunruh said in Image Hover Full size with border on site:

    .lay-imagehover-region img{
    top: 10px!important;
    left: 10px!important;
    width: calc( 100% - 20px )!important;
    height: calc( 100vh - 20px )!important;
    }

    Thanks a lot!! It worked fine! :)))

    Addons

  • Image Hover Full size with border on site
    G gridch

    Hi!

    I am trying to set a page with links and image hover on fullsize with a white border on each corner of the site.
    I noticed that I can't change the weights and heights on the settings with fullsize,
    Can I achieve this with css? I just don't know how to do it.

    Would it be fine to add some custom codes just like that for example?

    border-right: 10px solid #000;
    border-left: 10px solid #000;
    border-bottom: 10px solid #000;

    I really would appreciate some help.

    Many thanks

    Addons

  • Nav bar errors
    G gridch

    Hello Richard,

    I’ve done a WP Reset and all works fine now.

    Thank you and best wishes!

    General Discussion

  • Image hover addon set active
    G gridch

    Thank you very much! That worked!

    Merry Christmas for you as well. :))

    Addons

  • Nav bar errors
    G gridch

    Hello Richard,

    I tried to remove any custom css and also the plugin DT World Clock (Timezone) and the problem remains. I do not know what causes this problem, it is only affecting the desktop version.

    Have you found something that could help?

    Thanks you very much

    General Discussion

  • Nav bar errors
    G gridch

    Hi!

    I am working on my menu nav bar, and I noticed that the menu items are not clickable on desktop version.

    I don't know if it is a padding error or I do not know.

    My website: www.griseldaduch.com

    I would appreciate some help, thanks.

    General Discussion

  • Image hover addon set active
    G gridch

    I didn't f¡nd any solution... Please could you help me out?

    Thanks in advance!

    Addons

  • Image hover addon set active
    G gridch

    This is my website www.griseldaduch.com

    I would love to have my image from text "Botanicals" shown permanently.

    Addons

  • Image hover addon set active
    G gridch

    Hello Richard,

    Thank you.

    I think I need to add the following code to custom CSS & HTML page, in custom <head> content:

    <script>
    window.laytheme.on("newpageshown", function(layoutObj, type, obj){
    console.log("layoutObj", layoutObj);
    console.log("type", type);
    console.log("obj", obj);
    });
    </script>

    And below I have to add the following:

    jQuery("define element").addClass("show");

    My addClass would be: "show" but which would be my element?

    Please I will appreciate your help.

    Addons

  • Image hover addon set active
    G gridch

    Hello Richard,

    Thank you for your help; I tried to force the image I want to keep permanently shown with the css "display: block;"

    This is my image:

    .lay-imagehover-region img[data-hoverimageid="652"] {
    margin-left:600px;
    margin-top: -88px;
    display: block;
    }

    But I don't know how to add a class that makes my image hover stays always visible or shown.

    I tried with the code css "display: visible"; but I can't find the solution.

    Do you know which could be the css code to achive it?

    Thanks in advance,

    Best

    Addons

  • Image hover addon set active
    G gridch

    Hello!

    I would love to achieve that the firt image of my links that are under image hover would be active; I mean always visible.

    Is there a way to set an image hover id always visible? Not only when hovering in it.

    I will appreciate some help. Thank you! :)

    Addons

  • Image hover addon fullwidth
    G gridch

    Hi,

    I am trying to make a link image hover with an image in fullwidth sizes, like a background image.

    I just tried to change height and width without exit.

    Which values I need to achive? Thanks a lot

    General Discussion

  • When hover different typography
    G gridch

    HI!

    I'm trying to change my text style into italic when hovering in it.

    I have a custom css in my website that change all the links into italic when hovering in them, and works perfect:

    .text a:hover {
    font-style: italic; !Important;
    color: #000000;
    }

    but in this page :

    https://www.griseldaduch.com/archive-list

    I want some links to remain normal style

    when hovering on "Interiors" and "Personal" I need "Interiors" to remain normal not italic.

    How to adjust text styles when hovering in them only in some words?

    Thanks in advance

    General Discussion

  • Text fixed moving when loading page
    G gridch

    Hello,

    Is there any other way to fix a text, such as position: fixed
    but in some other way?

    On this page: https://www.griseldaduch.com/architectures/

    When the page is loading, the text which is at the top right it is not being fixed, so that when the page is loading it moves until the loading progress is done.

    I thought it was a problem with the speed of the page, and also, I tried to change the position into "absolute" but still persisiting.

    Please looking forward to any help!

    General Discussion

  • Menu style
    G gridch

    Hi!

    I am trying to get this effect on my menu.

    See example:

    http://cristianordonez.com/

    How can I achieve that? Custom CSS?

    Thanks in advance

    General Discussion

  • Image Sizes
    G gridch

    Hello,

    I am trying to add images next to text just like that:

    Captura de Pantalla 2020-10-04 a les 16.37.10.png

    But when I update the page, my image is not being seen. I mean, maybe it's because it is too small?

    How can I manage image sizes? And how to edit images next to text without working with spaces and offsets?

    I would appreciate a little help.

    Thank you!

    Showcase

  • Carousel pair image transition
    G gridch

    Hello!

    I am trying to add a carousel that shows 2 images when sliding in.
    Just trying to manage how the images appear. Like 1 image with a slide, then 2 images with the next slide, and keep going.

    I tried to add the "show multiple slides" I think this is not the feature I need because the images are cropped.

    How can I make a slider just like this one? http://evelyndragan.com/italy-travel-diary/

    Many thanks!

    Addons
  • Login

  • Don't have an account? Register

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