1 answer
0 votes
How use css in a theme inside a plugin?
Because of the end of vendors in CAKE_CORE_INCLUDE_PATH, we need another solution to all apps 1.3 access a unique css to all apps, i think the way is use a theme inside a plugin path to be used to all apps.
Have another solution to create a global...
0 answers
0 votes
What am I missing in $script_for_layout..
ref:Inserting Well Formatted elements # css
Using cake 1.3, I'm trying to load scripts and css from a view or an element using inline=false. For instance, I have $this->Html->css ( 'adm-navigation', null, array('inline'=>false) ); in the...
2 answers
0 votes
Failed to load source for css
hi,
when I run after complete configure cakePHP.
then I see style frontpage view do not link with css.
I use firebug plugin then i found this error
**<link href="/blog/css/cake.generic.css" type="text/css" rel="stylesheet"
Failed to load source for:...
1 answer
0 votes
ajax update
I want to update a div of my page with ajax.
I want to ask is cake has his way to set the css for this ajax request .
I ask this because I convert this site form another framework and the ajax code is ready.
0 answers
0 votes
adding css via @import
I know I can add css links with $html-css(), but how do I @import css files when I use a layout?
I have a number of css files in my default layout, to which I want to add page specific css files. The order of the css files is important, so I want...
1 answer
0 votes
Top portion of main page missing.
Hello,
I've recently moved a cakephp site to new host.
After I've moved everything, the main homepage does not seem to load the head tag or the top couple divs. So I'm missing my title and navigation bar and also no css or anything else in the...
1 answer
0 votes
view with ajax
I want to update a div with ajax and I want also the view to have a specific css.
How can I do it, I write at the element that I use the css but it doenot work.
1 answer
0 votes
CSS
Im modifying a website the has Cake as its foundation. I would like to redesign the elements in Dreamweaver. Ive created a testing server. My problem is this: I cannot see any CSS styling? Any ideas as to what is the problem?
Im combing through...
1 answer
0 votes
Images and Css files not linking properly
Hello
I have been creating a website on my dev environment, using MAMP and cakephp inside my htdocs folder. i have been linking my images and css files using the HTML helper (nothing outside the ordinary). Today i just moved all the folders from...
2 answers
0 votes
CSS
Im modifying a website the has Cake as its foundation. I would like to redesign the elements in Dreamweaver. Ive created a testing server. My problem is this: I cannot see any CSS styling? Any ideas as to what is the problem?
Im combing through...
0 answers
0 votes
ajax loading view and css
I have a view (a calendar) that is updated with ajax (previous month etc).
I have the problem that after the ajax update the view does not obey the css file that is inside this view.
The css file is still inside the view after the update.
What is...
2 answers
0 votes
Setting Cookie from View
Hello!
I'm trying to set a background from the view. That's no problem with javascript. But I want to keep the background till the next login. So I've decided to set a cookie with the additional data in it.
I managed it to set the cookie in the...
2 answers
0 votes
How CakeQs loop the Users in 3 column DIV ?
if you go http://cakeqs.org/users/index , CakeQs nicely loop the users into 3 column DIV without using any table.
So what's the logic to achieve that ?
Azril Nazli Alias
Putrajaya, Malaysia
1 answer
0 votes
No CSS, No Images - Just Blue Links & Black Text
I'm using Wamp Server.
PHP Version is 5.2.9-2
I am able to pull the correct data from the database.
No images or stylings are displaying on the page. It is just blue links, black text, no images.
I modified the Apache httpd.conf by doing the...
3 answers
0 votes
how is the 'required' class added to a input field?
Have created a form but the only 2 fields that are appearing with the class 'required' added to the div are the ones that are used for my Auth component. Other fields I have look like this but when rendered, <div class="input text" is being...
3 answers
0 votes
changing HTML/CSS layout and graphics
Hi all,
I have a cakephp script for an online store and I would like to change the default layout and design of the website. Is it possible to change the website design using wysiwig editor and what is the process for doing this? Also, do I have...