eric.w
Forum Replies Created
-
Forum: Reviews
In reply to: [Redux Framework] Treated like dirt after spending $200 with ReduxJust 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!!!
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] Background Optionlast message i meant to say dynamic.css
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] Background OptionHello 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
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] Background OptionI meant
<?php echo(ot_get_option('custom_background_css|background-color')) ?>I tried both just to make sure. Thanks in advance!