The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
18 views

stylesheet tag and imports

So I have an include template named '.head' in which I am calling my CSS like so: <link rel="stylesheet" type="text/css" media="all" href="{stylesheet=assets/styles-css}" /> I was referencing ...
1
vote
3answers
98 views

Having trouble with a conditional with Child Categories Navigation

I am using Laisvunas' Child Categories plugin on my site and am having some issues with conditionals on setting the selected navigation element for styling purposes. For example on this page: ...
0
votes
2answers
21 views

Delay on navigation // cache issue?

one of my customer told me that he was seeing a white page during site navigation. The white page he was talking about was just the browser empty pages; he sees it while navigating between the website ...
1
vote
2answers
62 views

How to link Extensal CSS files and link external image paths in css files?

When i use EE's internal CSS template, the css works fine. But i have decided to take the css and javascripts out of ee templates and keep them in their own separate folders at the root of EE ...
1
vote
1answer
46 views

How to optimise safecracker js & css

I have a safecracker form that uses a number of third-party fieldtypes. The fieldtypes all require their own external javascript and css files. On what looks like a simple form the combined fields use ...
2
votes
1answer
43 views

Body field of an entry(channel) not being styled?

I hope this is the right place, not sure if its a css issue, or whether or not it has something to do with what EE is doing. I have a news channel setup, with a main "body" field. This is a textarea. ...
0
votes
1answer
21 views

Change the class of the Assets buttons in a Safecracker form

I have Assets 2.0.3 as a field in a Safecracker form. The buttons created by Assets have the class "assets-btn", leaving me with pink buttons. Rather than overriding CSS for these buttons I would ...
2
votes
3answers
172 views

Slow control panel js and css loads

I have the most baffling problem. I have a live server where working in the EE backend is very slow due to a javascript and a css request called via ...
0
votes
1answer
48 views

Can I change the appearance of the search box in expression engine?

Perhaps this is a noobish questions but, I am learning EE so here goes. This is the code I have for my search box on my website. {exp:search:simple_form channel="video_tutorials"} ...
1
vote
1answer
33 views

P&T Assets target added elements

I wish to change the styling of a list of Asset files. See https://dl.dropbox.com/u/34921860/styling%20example.pdf Since the elements are added using Javascript the html and css changes cannot ...
2
votes
4answers
111 views

Creating multiple sized videos in ExpressionEngine using Vimeo

I am a beginner in ExpressionEngine (and other code languages for that matter). Anyways, I am creating a video tutorial site, I have my ExpressionEngine site set up so I have categories in one ...
1
vote
1answer
63 views

How can I disallow Javascript and CSS entered into WYGWAM fields?

I have a client that has a nasty habit of entering <style> and <script> tags and style="" attributes to WYGWAM content and I need to be able to cut them off at the pass. They should hire ...
2
votes
2answers
118 views

How to target a specific field in the Control Panel with CSS or JS to increase its height (P&T Multiselect)?

I have a Pixel & Tonic multi-select field with 50-60 rows in it. The users obviously need to be able to easily select more than one item. By default, the P&T field shows about 4 items at a ...
2
votes
2answers
48 views

Where Can I Adjust CSS for this Menu Option?

I'm using Expresso by Put Your Lights On. The issue we are having is demonstrated in the image below. When a pop-up window is generated to add links, images, etc. The entered text is partially cut ...
5
votes
2answers
201 views

Configure WYGWAM to use fonts from Typekit?

I use custom CSS for WYGWAM fields. I can use @font-face, but what if I want to use fonts via Typekit, is there a way to pull them in?
4
votes
5answers
158 views

How can I load different CSS files, depending on the channel?

I have four different channels and three different channel-specific CSS files (two get the same CSS). What's the best way to go about loading these CSS files depending on the channel? NOTE: I'm using ...
2
votes
1answer
77 views

Segments producing active class

I have a simple unordered list nav, it displays an active list item depending on segment_1. Within that unordered list I have another unordered list with a class of 'sub'. For some reason, all list ...
15
votes
4answers
243 views

EE css template vs. a standard css file?

Is there an advantage/disadvantage to using a EE css template vs a standard css file? I tend to use a css directory that is separate from EE templates. I like using a css preprocessor, and I prefer ...