Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter eric.w

    (@ericw-1)

    Just received a fresh round of insults from Dovy. I asked if Metaboxes would renew but they refused to answer me. When it renewed and I asked for a refund for a product that DOES NOT WORK Dovy opened up his book of smart ass comments. [moderated] I have had enough of Dovy’s and Kevin’s insults. Never been this frustrated with any digital company!!!!! EVER!!! These guys are horrible!!!

    Thread Starter eric.w

    (@ericw-1)

    last message i meant to say dynamic.css

    Thread Starter eric.w

    (@ericw-1)

    Hello Vabmedia! Thank you for your response. I guess I am missing something. Tyring to follow your instructions and documentation as well. I have created dynamic.sss and placed this code inside `.all-container {
    {{custom_background}}

    }` custom_background is the option. I called the stylesheet from header.php I also changed permissions on that file to 777. What am I missing?

    Right now I use a dynamic.php that has worked great. Thats why I was trying to call them through php. Here is an example of how I thought it should look. `

    <?php { ?>
    <style type=”text/css”>
    .all-container {

    background: <?php echo(ot_get_option(‘custom_background’)) ?>;
    }
    </style>

    <?php } ?>
    `

    That however, doesn’t work.

    Any and all help would be greatly appreciated. Thank you!

    Eric

    Thread Starter eric.w

    (@ericw-1)

    I meant <?php echo(ot_get_option('custom_background_css|background-color')) ?> I tried both just to make sure. Thanks in advance!

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