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

  1. Home
  2. Bug Reports
  3. Carousel Adons and link in text mouse over doesn't work.

Carousel Adons and link in text mouse over doesn't work.

Scheduled Pinned Locked Moved Bug Reports
11 Posts 2 Posters 161 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fredyatb
    wrote on last edited by
    #1

    Goodafternoon, I am having these problems:

    -Link in text mouse over does not work:
    I would like hovering over text to turn white.

    Captura de pantalla 2020-09-02 a las 13.57.29.png

    -The carousel does not work:
    I have placed a carousel in a project and the photos are not showing.

    Captura de pantalla 2020-09-02 a las 13.57.40.png

    Thanks for the help :)

    1 Reply Last reply
    0
    • RichardR Offline
      RichardR Offline
      Richard
      Global Moderator
      wrote on last edited by
      #2

      Dear @fredyatb

      Could you please post a link to your website,
      & then we can inspect that! :)

      Best Wishes
      Richard

      F 1 Reply Last reply
      0
      • RichardR Richard

        Dear @fredyatb

        Could you please post a link to your website,
        & then we can inspect that! :)

        Best Wishes
        Richard

        F Offline
        F Offline
        fredyatb
        wrote on last edited by
        #3

        @Richard-Keith Hi again. It is under construction, if you want I can pass you username and password by private message.
        Would it be possible?

        1 Reply Last reply
        0
        • F Offline
          F Offline
          fredyatb
          wrote on last edited by
          #4

          The site is angeldelaiglesia.com but is under construction

          1 Reply Last reply
          0
          • F Offline
            F Offline
            fredyatb
            wrote on last edited by
            #5

            @Richard-Keith

            1 Reply Last reply
            0
            • RichardR Offline
              RichardR Offline
              Richard
              Global Moderator
              wrote on last edited by
              #6

              Dear @fredyatb

              I understand now with the Site under Construction,

              I agree with you, back and forth messages between us here on this thread will be difficult in your circumstance,

              Please send me on 'Chat' a private message with your Username & Password to your Wordpress Admin panel, Along with the link to this particular thread,

              Additionally any deeper description's of the issues if you are able :) ( screenshot example's are also great )

              Hope all is well & wish to help soon,
              Until then thank you for your patience @fredyatb

              Sincerely
              Richard

              F 1 Reply Last reply
              0
              • RichardR Richard

                Dear @fredyatb

                I understand now with the Site under Construction,

                I agree with you, back and forth messages between us here on this thread will be difficult in your circumstance,

                Please send me on 'Chat' a private message with your Username & Password to your Wordpress Admin panel, Along with the link to this particular thread,

                Additionally any deeper description's of the issues if you are able :) ( screenshot example's are also great )

                Hope all is well & wish to help soon,
                Until then thank you for your patience @fredyatb

                Sincerely
                Richard

                F Offline
                F Offline
                fredyatb
                wrote on last edited by
                #7

                @Richard-Keith I just sent you, If you need anything else tell me.
                Thank you :)

                1 Reply Last reply
                0
                • RichardR Offline
                  RichardR Offline
                  Richard
                  Global Moderator
                  wrote on last edited by
                  #8

                  Dear @fredyatb

                  I have sent a follow up message :)

                  Best
                  Richard

                  1 Reply Last reply
                  0
                  • RichardR Offline
                    RichardR Offline
                    Richard
                    Global Moderator
                    wrote on last edited by Richard
                    #9

                    Dear @fredyatb

                    Here is some insight into what i have done :)

                    I created/added a class to your main text called "Special" by right clicking the Gridder Element and choosing " Edit HTML Class & ID"

                    Screen Shot 2020-09-09 at 3.10.02 PM.png

                    Then I targeted this class and set some Custom CSS making the link's ( & span's ) change white on Hover:

                    body.slug-work .special span:hover{
                        color:white !important;
                    }
                    
                    body.slug-work .special a:hover{
                        color:white !important;
                    }
                    

                    This Code was added into " Lay Options- Custom HTML & CSS "
                    Screen Shot 2020-09-09 at 3.13.14 PM.png

                    Regarding the Carousel, I made sure that all your Plugins & theme where up to date, Both the Theme and Carousel Addon needed updating:

                    Screen Shot 2020-09-09 at 3.11.13 PM.png

                    Screen Shot 2020-09-09 at 3.11.29 PM.png

                    After doing that and refreshing the necessary page it was working again.

                    When Adding text did you copy and paste if from somewhere else?
                    There was a lot of ( i think ) extra <span> <p> <a> data in behind the text within the code....

                    Screen Shot 2020-09-09 at 3.10.22 PM.png

                    Screen Shot 2020-09-09 at 3.13.03 PM.png

                    I hope this helps with understanding what has been altered,

                    Best
                    Richard

                    F 1 Reply Last reply
                    0
                    • RichardR Richard

                      Dear @fredyatb

                      Here is some insight into what i have done :)

                      I created/added a class to your main text called "Special" by right clicking the Gridder Element and choosing " Edit HTML Class & ID"

                      Screen Shot 2020-09-09 at 3.10.02 PM.png

                      Then I targeted this class and set some Custom CSS making the link's ( & span's ) change white on Hover:

                      body.slug-work .special span:hover{
                          color:white !important;
                      }
                      
                      body.slug-work .special a:hover{
                          color:white !important;
                      }
                      

                      This Code was added into " Lay Options- Custom HTML & CSS "
                      Screen Shot 2020-09-09 at 3.13.14 PM.png

                      Regarding the Carousel, I made sure that all your Plugins & theme where up to date, Both the Theme and Carousel Addon needed updating:

                      Screen Shot 2020-09-09 at 3.11.13 PM.png

                      Screen Shot 2020-09-09 at 3.11.29 PM.png

                      After doing that and refreshing the necessary page it was working again.

                      When Adding text did you copy and paste if from somewhere else?
                      There was a lot of ( i think ) extra <span> <p> <a> data in behind the text within the code....

                      Screen Shot 2020-09-09 at 3.10.22 PM.png

                      Screen Shot 2020-09-09 at 3.13.03 PM.png

                      I hope this helps with understanding what has been altered,

                      Best
                      Richard

                      F Offline
                      F Offline
                      fredyatb
                      wrote on last edited by
                      #10

                      @Richard-Keith Thanks for all!!!

                      1 Reply Last reply
                      0
                      • RichardR Offline
                        RichardR Offline
                        Richard
                        Global Moderator
                        wrote on last edited by
                        #11

                        Dear @fredyatb

                        No worries :)

                        Best
                        Richard

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        I also code custom websites or custom Lay features.
                        šŸ’æ Email me here: šŸ’æ
                        info@laytheme.com

                        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
                        C
                        clnstz
                        arminunruhA
                        arminunruh
                        J
                        jacksong
                        Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                        laytheme.com
                        • Login

                        • Don't have an account? Register

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