Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jrod236

    (@jrod236)

    Actually i ended up using both ??

    The plugin Animate-IT does not provide any means to create a circle or anything else. It just animates the text you tell it to.

    So i used the CSS code to create the circle, and then told Animate-IT to animate that Circle.
    Its looking great!

    Thanks again, both of you.

    Kind Regards.

    Thread Starter jrod236

    (@jrod236)

    @drixe
    No, i did not, because i did not know what to search for ??
    But thank you very much for pointing me in the right direction. I will have a look at the plugin, it seems promising.

    @ravipatel
    Thanks alot for your input! This is very cool, i can definitely use this.

    Thanks both! very kind of you, thank you for your time.

    • This reply was modified 7 years, 5 months ago by jrod236.
    Thread Starter jrod236

    (@jrod236)

    Hello,

    The problem is solved.

    Not sure what the problem was. But as said, none of my galleries showed up, when i wanted to add them to an album, or select them to add to a page.
    But after i added all the galleries once more, they all work as intended.

    Thank for the support.

    Kind Regards

    Hi,

    I got this to work also. Thank you @megan

    @stoyan

    I added the page id like this:

    body.page-id-31 {
    	background: url(url to the image)
    }

    With no ” around the link. But both ways work.

    Page ID i found in the admin panel -> Pages -> select a page -> and then permanent link gives the ID.

    If you want the image to be full size. I solved it like this:

    body.page-id-31 {
    	background: url(url to the image)
    no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    

    Hope it help some one.

    • This reply was modified 7 years, 6 months ago by jrod236. Reason: typo
    Thread Starter jrod236

    (@jrod236)

    Actually.. I found out ??

    I could not get it to work, because i used

    .site-footer

    But that was the “wrong” footer, i needed to use .site.info

    .site-info {
    	background: rgba(104, 104, 104, 0.0) !important;
    }

    Now its working, again thank you very much for pointing me in the right direction.

    /Jrod

    Thread Starter jrod236

    (@jrod236)

    Hi systemsbox

    Thank you very much for taking your time to help me.
    The code works perfect! Very cool! ??
    Its precisely the effect i was looking for.

    I will try to look into how to create a Child Theme, and then work from there, as you suggested.

    If i may ask one more question of you, how would you go about, making the footer also slightly transparent? So its basically only the header that is full colour

    Thank you again.

Viewing 6 replies - 1 through 6 (of 6 total)