Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Advanced layout editor not showing #1259276

    Hi Nikko,

    the buttons are perfect now, thank you.

    Regarding Theme Editor not showing, you mentioned I should check out wp-config. Where do I find it?

    Best, Hans Chr.

    in reply to: Advanced layout editor not showing #1258860

    Thanks, Nikko.

    The green button looks great.

    So will it from now on work, if I add this CSS text to any button (each time changing the # for the colors). Or do I have to add it to Quick CSS as mybutton b, my button c, my button d etc.?

    .mybutton a {
    background: #b4ddb4;
    background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
    background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
    background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#b4ddb4′, endColorstr=’#002400′,GradientType=0 );
    }

    And should I still add the CSS text below to functions.php or did you already do it?

    function avia_custom_css_code(){
    ?>
    <style>
    #top #footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    }
    </style>
    <?php
    }
    add_action(‘wp_head’, ‘avia_custom_css_code’);

    The image of my wife’s ‘Appearance’ you’ll find here:

    View post on imgur.com

    Best, Hans Chr.

    in reply to: Advanced layout editor not showing #1258575

    Hi Nikko,

    I can send you a screen shot of my wife’s WP. From that you will be able see that she has the ‘Theme Editor’ under ‘Appearances’, which allows for her to add CSS. However, how do I attach an image here?

    I don’t have the ‘Theme Editor’. Why not?

    In addition: I want to change the look of my buttons. It worked when I added this CSS directly to the buttons:

    .your-custom-class a.avia-button {
    background: #7db9e8;
    background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #1e5799 100%);
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#1e5799 100%);
    background: linear-gradient(to bottom, #7db9e8 0%,#2989d8 50%,#1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#7db9e8′, endColorstr=’#1e5799′,GradientType=0 );
    }

    However, when I add the same CSS with a different color, the color doesn’t change. Why is this? I for instance add this CSS to a different button, but the color doesn’t change:

    .your-custom-class a.avia-button {
    background: #b4ddb4;
    background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
    background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
    background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#b4ddb4′, endColorstr=’#002400′,GradientType=0 );
    }

    Best, Hans Chr.

    in reply to: Advanced layout editor not showing #1258220

    Hi Nikko,

    I gave you the Username and Password. by login link do you mean the thing posted here in private?

    in reply to: Advanced layout editor not showing #1258184

    Yes, you will find them here below in the private part of the message:-)

    in reply to: Advanced layout editor not showing #1258075

    Hi Victoria,

    I send you the admin data a few days ago. Did you have time to look into the issue?

    Best, Hans Chr.

    in reply to: Layer slider activation, Enfold #1255723

    Hi Yigit,

    just to understand what you are saying. Should I have downloaded it upon installation and since I didn’t do this, this option is now lost?

    Do I now find the LayerSlider WP as a plugin? In my WP menu, when I click on LayerSlider WP, there is nothing there, since nothing has been bought or downloaded. How do I go from there to activate or install something?

    Best, Hans Chr.

    in reply to: Sticky footer for Enfold #1008277

    No, sorry Peter, no luck with that either.

    I have been looking at all the discussions about this particular issue with the sticky footer. I must say that I find it astonishing that Kriesi hasn’t been able to solve it yet, considering all the users who throughout the years have been complaining about it.

    I think it is time for Kriesi to come up with a simple solution that will work for all users.

    In addition the words “Enfold WordPress Theme by Kriesi” have now been added to my footer. Free commercial space, I guess, for Kriesi. I would like to have this removed. I didn’t ask for this and haven’t allowed it either.

    Best, Hans Chr.

    in reply to: Sticky footer for Enfold #1008271

    Hi Peter,

    thanks for the suggestion. I will try it out right away. Should I delete the other codes that are already in the CSS or just add the new one?

    Best, Hans Chr.

    in reply to: Sticky footer for Enfold #1007361

    Yes, I have tried it several times. And nothing changes.
    I add it to the information that is already there in quick css and click on save. But afterwards nothing has changed.
    Best, Hans Chr.

Viewing 10 posts - 1 through 10 (of 10 total)