enter image description here
please help me
Iam trying to set up tailwind css with cli but I go error.
Kindly check the name of the file you specified in your code according to your screenshot.
It should be tailwind.css and not taildwind.css
Related
First of all, a cordial greeting, friends! I have a problem, I am working with the design of a web page using WordPress via localhost with XAMPP. I have tried to view the project from different devices (cellphones, tablets) and by configuring the file httpd-XAMPP.config I have managed to enter the address correctly of the project.
The problem is that no image, icon, or logo that I have placed on the page loads (as seen in the attached image), the menu button does not work either.
With nothing more to add and thanking you in advance for any help you can provide, I say goodbye.
Have you checked the image path to see if it's correct?
Are you able to access the image from the full path in a browser for example
domain.com/wp-content/uploads/image.png like this?
Probable solution 1:
Most of the cases, it can be the permalink issue.
Please try to check by changing the permalink, first make it Plain Text and check, if it's not working then make it Post Name and then check. (To do it go to Admin dashboard > Settings > Permalink)
Probable solution 2:
Sometimes, if the image and CSS do not exist in the correct location then happen this kind of issue. Please check it.
Probable solution 3:
Put it in the config.php file
define('WP_HOME','yourdomain.com');
define('WP_SITEURL','yourdomain.com');
Thank you
My background image is not showing up when I open my GitHub pages. I've tried using both the actual pathway and Relative pathway but results are the same. This exact code works fine in VS Code in the live server so I do not know what the problem is, as I'm not getting any type of error message from GitHub. The picture is of the CSS file. Is this a code or GitHub problem??
enter image description here
Your root directory has index, img folder and css folder. Since you are in css folder you have to add .. to your path to go one level up ../img/background.jpg, this will do the work
I inspect the asset that I want to make modifications. However, I see the location of the code as the screenshot.
The problem is that there is no CSS file which named d61a6.css in my theme files.
How should I locate the file of that code?
Thanks
Usualy the link with <filename>:<line> should lead to that file, did you try clicking on it?
Ive highlighted it in yellow.
Hello im trying to add a costum font from file to my website I have tried everything but I keep getting the 404 error, What am I doing wrong
this is my file structure with my css url code:
File structure with css url code
and this is the error i get:
error message
hope you guys can help me out !
You should fix the extension:
starwars.tff -> starwars.ttf
Your error message shows that the path to the file is not correct, and the file name is not correct.
Try setting your path absolutely
src:url("/fonts/starwars.ttf")
Make sure your file name with extension is correct.
starswars.ttf
Im using zk version 7.0.2 and I need to disable all styles/themes from zk, then I need to put my own style css. There is a way to do this?
I tried to put some css files but it doesnt change. In some docs I've found shows me about creating my own theme using LESS but it doesnt work.
Thanks
Yon can specify the disable-theme-uri element in zk.xml, for more details, please take a look at this document.