I am trying to use joomla with the yoo catalyst theme. And i was trying to have an article on my page. But the problem is that article is not showing in my theme. But when i choose default theme it is showing the accurate results. Is there any setting that i am missing with this theme?
Please Help.
Think the answer if fairly simple. The link your provided:
http://www.2ademo.com/MedFit2.5/index.php?option=com_helloworld&view=helloworld
is to a dummy component, hence the "option=com_helloworld&view=helloworld" and not to an actual article. When I went on to the website, I clicked on the "Privacy Policy" link which directed me to the following page:
http://www.2ademo.com/MedFit2.5/index.php?option=com_content&view=article&id=56&Itemid=106
and the article is showing fine on here
#user1929236 This is not an actual problem, it was actually caused by template configuration.
Since you have set hidden content on homepage in the template config, the content in the url was also hidden (an url without itemid will use the same template profile with homepage).
Related
I just started to use MVC for a simple website. Very new to this.
I am trying to change from the default layout to a simple layout page with sidebar navigation with drop-down list capability. Something similar to one that is shown in the enter link description here
Could you please guide me through this? I have downloaded the HTML, CSS and js files.
I added them to the project and referred to them in the bundleconfig.cs. But still no success.
Thank you very much
Joomla documentation http://docs.joomla.org/Custom_error_pages indicates that if your templates/mytemplate/error.php exists Joomla will load it instead of templates/system/error.php.
This is not happening on my site. Is there some setting or other condition that would prevent this from happening? I'm using the same template on another site with no problem. Maybe a php.ini, or .htaccess setting could be causing the problem.
As it turned out, I'm using a small template for only the "home" Joomla link. The entire site, with the exception of the "home" landing page is using mytemplate. When I moved the "home" menu selection to another link which was part of the main menu, all is well. The small template doesn't have an error.php file. So, Joomla must correlate the "home" menu selection's template assignment to the place where it will find the error.php file. I couldn't find any documentation to that effect.
i am working on a website already built in joomla and ALFContact form plugin is used for contact us page. i want to add some information on that page but cannot find any option to edit that page. (i've asked for edit the content only). As i hav'nt use joomla befor it's bit problem for me. not found any help on ALFContact plugin site.
The page is not present in article manager so i can edit them.
here is the Screen shot of page.
want to make changes in text. so help me out if any one used this plugin in any way.
Thanks in advance
The only way I found to edit the form was:
Delete underlined code to detele field "From" (De:)
Before:
After:
To add custom optional fields: Componets > ALFContact manager
And you got
(Youtube) Install and basic config ALF contact module
Aditional, the language can change on "Language manager" of the site
(sorry for my english)
joomla joomla3.x joomla-extensions
I got a problem I really cant solve. I am trying to create a menu with an single article in Joomla 2.5, but it wont show the article.
I have created a main menu with some menus which are set to single article, and I have created some articles, which I've added to the specific menu items, it has no problems saving the menu, but when I reload the page, there is no article/text/picture.
Does some one have any idea why this is happening?
Make sure article is published. Even if it won't work. Just on error reporting n see what exactly error is getting about & find the solution.
It seems like a SEF issue.
Say your menu is published under the SEF url /fun/jokes.html: if the SEF plugin is not enabled Joomla might be looking for your pictures in /fun/images/... instead of /images/...
Just head to the administrator / plugin, search for SEF (system - SEF plugin) and enable it.
Clear the cache and it should start working.
I have found the problem. Under my profil for the template, "System Output" whas set to "no". Changed it to "yes" and it shows all my article.
But thanks for your efforts
I'm trying to edit the default articles' HTML. Right now the titles are in h2s and I want to change them to h1s and get rid of the print options etc.
There has to be some where you can edit the HTML of default article templates. Anybody know where?
as i know when you are posting some article on joomla you have an option to post the data as HTML and i don't think so that you have to change some php codes.
on the other hand when you are Adding an article that time follow these steps:
Click on the Parameter(Advanced) on the right side of the article
Select No of the Show Title option
Select Hide all between Article Rating to Email Icon
after all these setting you just only get your own HTML codes that you posted on that article as well the <h1> tag
EDIT: Or if you want to completely change the Article layout then
find the location joomla/components/com_content/views/article/tmpl/default.php
The above default.php file keeps all the layout of the article section and all the data that data that will keep on the RightColumn.
Changing joomla/components/com_content/views/article/tmpl/default.php is not a good idea, since all changes will be lost after your next update.
Copy the before mentioned file and place it into the Your_template/html/com_content/article folder, which would have to be created first, if its not there already.