issue with displaying color picker with template
-
hi, I inherited a project from another developer. first time working with cfs. I have 5 templates that are almost similar except for a different number, like 2-2.php, 3-3.php, 4-4.php, etc… the way I see it is that all templates are cloned from an original one. the goal is to display of row of 3, 4, 5, 6 or 7 items. all are displaying correctly the color picker but 5-5.php isn’t. I checked everything and everything looks right but still color picker is not being displayed. if I can resolve this issue, I’ll need to create two more templates – 6-6.php and possibly 7-7.php. I already created 6-6.php by cloning 4-4.php and changing all reference to 4 to 6. now 6-6.php is not working at all! here’s a link to a page that’s displaying 6 items based on the 5-5.php template:
https://www.xhibitswebdesign.com/farhad/?page_id=390
but the color picker is not showing, allowing us to pick a color for the icon background, though the style is specified in the header as:
<style>
.icon {
background: <?php echo CFS()->get(‘color’); ?> !important;
}
</style>
any assistance will be appreciated.
- The topic ‘issue with displaying color picker with template’ is closed to new replies.