Accessing odoo html/css/js editor - html

Using Odoo 15.0
I went to customize -> html/css/js editor and added a link to the header in html
This link broke the js on the website including the action buttons (edit, new ..) and html/css/js editor as well
now I want to access the editor so I can remove the link from html
Is there any way to access it other than the dropdown button?

This question is resolved by
Going to settings
General settings -> Developer Tools (section) -> activate the developer mode
Inside settings a new link will be added to the toolbar called 'Technical'
In Technical dropdown choose views
From views filter by QWeb (here where all website views are: pages, header, navbar, footer ..etc)
Remove the buggy code from the view you edited or edit the code you need in there

Related

Wordpress customize specific site

I made a little game using html and new I´m looking to publish it on my wordpress site. There is only on problem though, I don´t know how to add a page in html code. If I add a new Site I can only edit the text and attach pictures, but is there a way to add a complete page under a domain like www.example.com/page ?
Upload the HTML file to your website's root directory using FTP. If you name it game.html, you should be able to open the file by navigating directly to it www.example.com/game.html.
You go to My Page. Then there is a submenu Publish. Click on the button Add next to Pages. When you did that, there is that small menu in the middle where you can choose several options such as header, bold, italics, etc.. In the top right corner of that menu, there are two options: Visual | HTML. Just click on HTML and you can add HTML code.

How to edit WordPress page's html code

I can't get editable html code behind the page. I want to make some changes to the page. Web site is hosted in the remote server. Someone assigned this task. There is empty editor when open edit page as below image.
Also I added plugin and actived it but can't get the result.
The picture you posted is of the WYSIWYG editor, which is only for adding content to the page.
If you want to edit the layout of the page itself you have 2 options -
Minor page edits to appear across all pages on the site - Go to Appearance -> editor -> page.php and then edit the code to suite your needs.
Large page edits to appear on one or two pages -
Get access to the files
Duplicate page.php with a different name
Edit code
When you go to add a new page you should have an option to pick a page template. Choose the page template you just created.
If you know exactly what you are doing, you can use Chrome "Inspect" feature, and change the HTML of the content inside the WordPress WYSIWYG Editor. After injecting your HTML, click Preview or Publish and your changes will be saved correctly.
In WordPress 5.5.3, you should be able to click the three dots on the top right, then select Code editor. Alternatively, press Ctrl+Shift+Alt+M.

How can I edit CSS on an HTML tab?

How can I edit the CSS directly on a tab which is displaying an HTML file? By clicking the "edit source" button, I can see the HTML, but not the CSS. Is there a way to see the CSS is a split panel view?
Great question. We're working on CSS/JS editing in the split panel view within Divshot and it should be available very soon. I'll update this post when it's released.
If you are trying to find the css file in your web browser then you can follow the below stapes-
In google chrome or mozilla firefox right click on the browser select inspect element -> inspector tab -> Rules -> edit the css value then you can see the changes css value is applied in your webpage.
Note:- It is applicable for tab, laptop, computer etc.

Trying to create a custom page tab... can't add the app to a page

I'm trying to create a relatively basic custom fan page tab with Developer, and for some reason I'm unable to add the app to any pages. In the past with other similar , I've had a "view app profile page" link on the left, but for some reason it's not showing up.
Am I missing a step?
Go to: https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL where YOUR_APP_ID is found in your app settings, and YOUR_URL is indeed the URL of the tab (this has to be there an correct). This will take you to the Add to Page Dialog of your page.
This is taken from this tutorial: https://developers.facebook.com/docs/appsonfacebook/pagetabs/
If you want to make a button so that anyone can add the tab to their pages check DMCS' link.
See: http://developers.facebook.com/docs/reference/dialogs/add_to_page/

Navigation menu just like the one in Mediawiki

How can I get the same menu that is being used in MediaWiki itself (the one on the left). Is there any extension that I can download to be installed into my own MediaWiki?
The sidebar is editable. Just type MediaWiki:Sidebar into your search field. Any administrator can edit it.
See also Wikipedia's example.
If you are talking about the collapsible menus used on the MediaWiki site ( http://www.mediawiki.org/wiki/MediaWiki ), you will have to download and install the UsabilityInitiative extension.
http://www.mediawiki.org/wiki/Extension:UsabilityInitiative
Part of the extension is the new Vector skin, which contains collapsible menus.