- Posts: 2
COMMUNITY FORUM
Text before images
- Sgrafitto
-
Topic Author
- Offline
- New Member
Less
More
11 years 7 months ago #53345
by Sgrafitto
Text before images was created by Sgrafitto
hi how do i remove this text that comes up before and after my images
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) starts here -->
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) ends here -->
Website : www.amfabrication.co.za/index.php/gallery
Damien
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) starts here -->
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) ends here -->
Website : www.amfabrication.co.za/index.php/gallery
Damien
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
11 years 7 months ago #53346
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Text before images
This should be commented and not visible.
The reason for being visible is a gap before the exclamation mark you have on it in the source code.
Instead of these
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) starts here -->
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) ends here -->
you should write these
<!-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) starts here -->
<!-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) ends here -->
The reason for being visible is a gap before the exclamation mark you have on it in the source code.
Instead of these
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) starts here -->
< !-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) ends here -->
you should write these
<!-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) starts here -->
<!-- JoomlaWorks "Simple Image Gallery" Plugin (v3.0.0) ends here -->
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sgrafitto
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
11 years 7 months ago - 11 years 7 months ago #53347
by Sgrafitto
Replied by Sgrafitto on topic Re: Text before images
okay thanks
how would i change the source code
im using joomla 2.5
and if i try to change the PHP im denied to do so
how would i change the source code
im using joomla 2.5
and if i try to change the PHP im denied to do so
Please Log in or Create an account to join the conversation.
- Coen Commijs
-
- Offline
- New Member
11 years 7 months ago #53348
by Coen Commijs
http://www.onb.vn Webdesign
Replied by Coen Commijs on topic Re: Text before images
It depends which setting you are using. For example, if you are using the 'Classic' template check your,
plugins > content > jw_sigpro > jw_sigpro > tmpl > Classic > default.php
you can change the order for your text before the image there.
If you can't open the file, try to set your permissions for default.php to 644 in order to edit the file. Hope that helps
plugins > content > jw_sigpro > jw_sigpro > tmpl > Classic > default.php
you can change the order for your text before the image there.
If you can't open the file, try to set your permissions for default.php to 644 in order to edit the file. Hope that helps
http://www.onb.vn Webdesign
Please Log in or Create an account to join the conversation.