- Posts: 19
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Code showing in article
- Sunil Sinha
- Topic Author
- Offline
- New Member
Less
More
9 years 10 months ago - 9 years 10 months ago #140391
by Sunil Sinha
Code showing in article was created by Sunil Sinha
When I insert a code like this - {gallery}newsimages2015/jan/012615{/gallery} in an article, instead of showing the thumbnail of the album, it just shows the same code in the front end.
The path is valid.
It doesn't matter how I enter this code in the article (manually copying/pasting this code in the article or inserting it through the SIG Pro component in the backend), the result is same. Only the code shows up in the article when viewing from the front end. I have played with different settings in the backend but same result.
The site is still on localhost. Thanks for any help.
PS - Using Joomla content. Also, tried all the popup engine available in the backend with different templates like Artistic, Classic, Polaroid, etc but no luck. Shows no error in the frontend. Only the html code in the article.
The path is valid.
It doesn't matter how I enter this code in the article (manually copying/pasting this code in the article or inserting it through the SIG Pro component in the backend), the result is same. Only the code shows up in the article when viewing from the front end. I have played with different settings in the backend but same result.
The site is still on localhost. Thanks for any help.
PS - Using Joomla content. Also, tried all the popup engine available in the backend with different templates like Artistic, Classic, Polaroid, etc but no luck. Shows no error in the frontend. Only the html code in the article.
Last edit: 9 years 10 months ago by Sunil Sinha. Reason: To add more details of the problem facing.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #140404
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Code showing in article
It could be to either the plugin being disabled or due to wrong file/ folder permissions. Please open a ticket once you push the site to a domain so we can sort this out.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sunil Sinha
- Topic Author
- Offline
- New Member
Less
More
- Posts: 19
9 years 10 months ago #140430
by Sunil Sinha
Replied by Sunil Sinha on topic Code showing in article
Thanks. The plugin is enabled. However, I realize it's tough to diagnose without having the site online so I'll contact again when it goes live.
Please Log in or Create an account to join the conversation.
- Sunil Sinha
- Topic Author
- Offline
- New Member
Less
More
- Posts: 19
9 years 10 months ago #140433
by Sunil Sinha
Replied by Sunil Sinha on topic Code showing in article
Turned out it was an issue with the template. All is well now. Thanks for your help, Krikor.
Please Log in or Create an account to join the conversation.
- Daniel Waters
- Offline
- New Member
Less
More
- Posts: 1
9 years 9 months ago #142091
by Daniel Waters
Replied by Daniel Waters on topic Code showing in article
Sunil, perhaps you could tell us what the problem was? I'm having the same issue. TIA
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 9 months ago #142104
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Code showing in article
Hello Daniel,
Please open a ticket so we can sort this out.
In the ticket please include a link to the issue.
Please open a ticket so we can sort this out.
In the ticket please include a link to the issue.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sunil Sinha
- Topic Author
- Offline
- New Member
Less
More
- Posts: 19
9 years 8 months ago #143086
by Sunil Sinha
Replied by Sunil Sinha on topic Code showing in article
Hi Daniel, sorry about the delay in reply. Haven't visited the forum in a while so completely missed your post.
Not sure if you still need help but just in case, this is what I did to resolve the issue with my template. Hopefully it'll work for you as well:
Open file root_folder\templates\your_template\html\layouts\joomla\content\item\default.php and look for this line :
<?php echo $item->fulltext; ?>
then change this line as below :
<?php echo $item->text; ?>
Hope this helps.
Not sure if you still need help but just in case, this is what I did to resolve the issue with my template. Hopefully it'll work for you as well:
Open file root_folder\templates\your_template\html\layouts\joomla\content\item\default.php and look for this line :
<?php echo $item->fulltext; ?>
then change this line as below :
<?php echo $item->text; ?>
Hope this helps.
Please Log in or Create an account to join the conversation.