[Plugin: OptionTree] dynamic.css file problem or background issue
-
Hi everybody…
I have problem tryng load my dynamic.css file.I have an Background option named “headbg” in my OT panel…
I add my dynamic.css file to my theme and any problems….
<!-- the dynamic stylesheet of OptionTree Custom css --> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory');?>/dynamic.css" />
ok, in my dynamic.css file i have this code:
#header { {{headbg}} }
The Id of my header is “header” =) so… the problem is when i load my front page… any changes… i made a lot of changes in the option panel and save it but that’s same…
When i see the htlm code loaded by the theme the dynamic.css file is loaded but the code iside not is CSS… this is the result in the front end…
<link href="https://the_correct/path/of_my/theme/dynamic.css" media="all" type="text/css" rel="stylesheet"> #header { {{headbg}} } </link>
I trying change the path of the dynamic.css, the file have 777 permitions and the theme folder… and the wp-content but nothing works.
I’m searching along in the git repositories and here but any solve my problem.
My Wp version is 3.4.2…
Tnks alot for responses =)
- The topic ‘[Plugin: OptionTree] dynamic.css file problem or background issue’ is closed to new replies.