editing existing joomla website templates issue - joomla

I am trying to edit the name of the beez5 web template in Joomla 1.6 to myname by changing it in the templateDetails.xml file.
However, it does not show up with the changes.
What step am i missing?

You need to make changes in ****_extensions table also, for row where name is beez_20

Related

My CSS in Joomla admin side is not running?

I have a joomla website (https://cctvforum.id). Last week, it has not issue at all. But, when I open the website, the CSS is not running, even in the joomla admin site. I have no idea what caused it. I use joomla 3.3.3 and hathor admin template.
I can't even change the template via admin panel. Any help is greatly appreciated.
Did you see the error at the top of the page: The template for this display is not available. Please contact a Site administrator.
Looks like your template folder is gone or if you were using an alternative template, that this no longer exists. Check your filesystem for the templates folder. If it is no longer there, restore it from a backup.
The admin template can be found in the folder administrator/templates and if that is not there, you can get a copy from a fresh Joomla download.
Furthermore, you should really update your Joomla to the latest release which is 3.9.25.

Modifying Drupal 8 administration theme

I've recently added the faqfield module - but when reviewing this in the content editor the fields are spewing over the container.
I fixed the issue by adjusting the textarea.form-textarea css to min-width:100% in chrome console -- but I am not sure how to apply this fix to the site itself. Is there a way of adding into the db level an override css for the admin theme? Or do I create an overriding change in the theme folder - and if so how?
before quick fix
after quick fix
You can create a new custom admin theme and have it use the contributed admin theme you're using as a base.
You can then just override stuff as needed:
In your my_theme.info.yml in the top section add:
base theme: contrib_admin_theme_name
You then use your own custom theme as the admin theme, but it well use everything from the contributed admin theme, except for the stuff you overwrite.
The best way is to go to Drupal.org and submit it as a patch (you'd be doing it in the Drupal core issue queue since Seven is a core theme). If you don't want to do that then you'd create a subtheme based on the Seven theme, and add your CSS in there. You don't wan to update the theme directly as anytime you update the Drupal core it'll overwrite your changes.

Which template do you edit to change doctype in Magento checkout?

Which template do you edit to change doctype on the Magento checkout page?
I am trying to implement a design change using an alternative package/theme for mobiles using the Magento's HTML5, "iphone" template but I have been having problems with doctypes on certain pages.
The checkout is one such page. Try as I have I haven't been able find the template.
IT is driving me insane.
Any help appreciated.
Using Magento 17.0.2
Go to app/design/frontend/default/yourtheme/template/page folder, then edit the 1-column.phtml, 2columns-left.phtml, 2columns-right.phtml and 3 columns.phtml
First go to layout/checkout.xml. Copy that into your design if it's not already there so you can change the section that references template/page/1column.phtml as the template. Override that with your own file and in there you'll be able to set any doctype.
If you want to change the doctype globally, and not just on the checkout page, you can just edit your 1column.phtml.
As you make changes to these files go into the admin and clear your cache if you don't see the updates immediately.

Completely Remove Magento Template

I installed magento on my webserver and tried 3 different templates on my URL. I want to stick on template number 3, but i don't know how te completely remove my 2 old templates.
There are still in my Admin Dashboard
How can i remove this old themes?
Greetings Dennis
go to system=>configuration=>design and update theme name and default to your 3 theme and clear all you var/cache and see
I will go with Anil's solution but even this doesn't help try deleting the theme file from the directory if you know what all you added to the project directory while adding those themes. Be careful do not delete any other files other than those theme files or regarding to it.
Clear your magento cache by going to cache management in system menu on admin panel.
I hope this will solve your issue.

Changing category template for Joomshopping

I'm using joomla 2.5 with the joomshopping component. So I need a feature to change the template for different categories. I noticed that when I edit a category in the details tab joomshopping has a option to change category template. Now how can I do this, how can I change the template, where to install another template?
Path Template of joomshopping
root/component/com_joomshoping/template/
You can create folder template here the same folder default

Resources