Css not loading in point_of_sale OpenERP 8 - css

I have a module that is an extension of the point of sale from OpenERP 8, I have properly set the css path in the __openerp__.py like this:
'css': ['static/src/css/mycss.css']
but with no luck I don't know why but my css is not being loaded like it did not even existed. If you have any ideas that can help me please I would be really grateful
Thanks in advance

I did not know that in the OpenERP things has changed a little now instead of putting
'css':['static/src/css/mycss.css']
you have to use xpath to load your css file. This link solved my problem

Related

CSS not displayed on GitHub Pages?

I need help regarding a mini project I'm working on. It's a simple site and it does not do any much yet. But when I push it on Git, CSS seemed to be not working.
Link: https://chxrain.github.io/Mini-School/
I tried changing the href link to the ff and it still doesn't work:
./css/style.css
../css/style.css
./Mini-School/css/style.css
../Mini-School/css/style.css
/css/style.css
/Mini-School/css/style.css
\css\style.css
Big thanks to those who can help!
This is the true link of the logo
Update:
For internal linking of files, the proper way of calling it will be:
/RepositoryName/folder/image.jpg
In my case, it is /Mini-School/media/image.jpg (which is inside the media folder)
CSS link remains as css/style.css (which is inside the css folder)
make sure that your local modification or your css is pushed into git

How do I disable all css/theme from ZK?

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.

Prestashop 1.5 - cannot over ride top menu css

I am new to Presta Shop and trying to create a custom theme. I have read about the documented way to do this by extending the current module css/template files where necessary here: http://doc.prestashop.com/display/PS15/Overriding+default+behaviors
It all seems straight forward. I have over rode the templates and CSS for 2 modules so far with ease but on my 3rd attempt I am encountering some issues. I attempted to over ride the following CSS file:
/modules/blocktopmenu/css/superfish-modified.css
with this
/themes/newtheme/css/blocktopmenu/superfish-modified.css
but it did not work. Out of interest I also tried overwriting with this path too:
/themes/newtheme/css/blocktopmenu/blocktopmenu.css
but that also did not work?
Hopefully someone out there can help or shed some light as to the reason for this or a solution?
Thanks, Matt
Actually I just figured out the issue, the superfish-modified.css is in its own css folder in the actually module so the correct path to over ride should be:
/themes/newtheme/css/blocktopmenu/css/superfish-modified.css
10 points to me.
Is there a missing "modules" in that path? Is it not…
/themes/newtheme/css/modules/blocktopmenu/css/superfish-modified.css
to me, should be
/themes/newtheme/modules/blocktopmenu/css/superfish-modified.css
and you must copy blocktopmenu from /modules to /themes/newtheme/modules/
Seems to be an issue related to this module. Here the solution

theos springboard

Does anyone have this experience?
I just follow the http://brandontreb.com/beginning-jailbroken-ios-development-your-first-tweak/, however every make command ends up like: no springboard/springboard.h file or directory. How to solve this?
One more thing, can anyone give me download link for Saurik's libsubstrate.dylib dynamic library ? I did a lot search and found nothing.
Thanks so much for any advice!
Use SpringBoard headers from rpetrich's repository from here https://github.com/rpetrich/iphoneheaders
Download these headers and put them in /var/theos/include. (If you're developing on your iDevice). Then type #import <SpringBoard/SpringBoard.h>in your tweak.xm at the top and try to compile. Should work for you now.
Also look into rpetrich's theos fork. You should find the libsubstrate.dylib there

FeedWordPress not parsing images properly

I recently installed WordPress and have been slowly learning how to use it. I've tried to solve this one problem for about an hour now, and I can't seem to find the problem.
No matter what feed I add to FeedWordPress, it just doesn't parse the images correctly. (But it does, see here): http://ttgdark.com/
It's like it's completely remove the path to the image in the src tag.
Does anyone know what's going on?
go to you source code find this:
<img src="http://ttgdark.com/wp-content/themes/Webly/timthumb.php?
http://feeds.feedburner.com/~r/ThatVideogameBlog/~4/PkjR8RbxWzQ
&h=200&w=200&zc=1&q=90" class="post-thumb">
and remove this line of code
http://ttgdark.com/wp-content/themes/Webly/timthumb.php?src=
it should help.

Resources