I have a master template for my app , page 0 and every page that I create inherits this template. I however want to create a page that does not use this template within my application. How can I do this?
Create a new page template with whatever formatting you want for this page and assign it to the page instead of the default by selecting it from the drop-down list in Page Attributes.
Related
I want to add a WhatsApp button on a template by default instead of doing this on each page
I want to add a button like this
we are using Magento page builder
should de here, in this section
I'm a beginner in Magento, and I have access to the admin page and the server. I don't know where it's modified from
Is there a way to have the non-display option on page creation in DNN set to OFF as default?
You can create a page that has all of the settings that you want, then save a page template for that page. The page template can be used to create additional pages. (There is a place to specify the page template in the Create New Page UI.)
Hello I'm trying to edit home page
http://www.kreatifyazilim.com/magento/
For example I want to write code on the middle part of the page, ( banner )
The dropdown boxes you can see on demo must be included in banner side.
Go to Magento admin->CMS->Pages
Select Home Page
In Content Tab, add your dropdown
Create a new template (home.phtml).
(make a copy of design/frontend/base/default/template/page/1column.phtml).
And choose this template in the CMS Page design layout.
You can freely edit the complete template (PHP+HTML)
If I want a page that pulls product information (like an iPhone) from the server, how do I create a new page template for it and link it back to the main page? I don't need to create a new template directory. I just want to create a page that lists a product in a very specific way.
You can do it easily in Wordpress(http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates), but it's near impossible in Joomla without jumping through hoops!
Edit:
What I am talking about is how to add different page layouts for something I call a product page and then having a main page(index.php). Essentially, is there a way to have two template layouts in one template file? It seems so wasteful to have to create a new template directory if I want to tweak the layout of simple pages.
I'm not sure what you mean by "pull product information", but this is how you create new "pages"
To create new "pages", all you need to do is create a new article. To do this go to:
Joomla Backend >> Content >> Article Manager >> New
then you need to create a new menu item. To do this go to:
Joomla Backend >> Menus >> Main Menu (optional) >> New
and link the menu item to the article you created.
If there is something more specific you need to suit your needs, try on the Joomla Extensions Directory
How to create backend menu link with variable e.g. userID to own component?
I know that is possible to make xml file in view but how to insert variable there?
Thanks.
For your front ent component you will aslo add its backend component. Links in Joomla 1.5 are normally managed in the MySQL table called jos_components. Take a look at the fields in jos components called: link,menuid,parent,admin_menu_link, admin_menu_alt.