-
AuthorPosts
-
Mohamed H. Jurriah Friend
Mohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 4, 2015 at 12:51 am #204306Hey
I tried to center the full text image without any luck. I hope somebody could help me. I tried with a plugin, but then the title and the addthis sociale media plugin wasnt align any longer:
Maybe it could be better if I added a module in the following space. Because this solution is more preferable:
my url: http://www.laliganews.dk
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 4, 2015 at 8:17 am #561526Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 4, 2015 at 2:38 pm #561593yes. but I want to move the social media buttons along with the picture
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 4, 2015 at 3:47 pm #561602Please download the zip file below then extract to ja/templates/ja_fubix/html/com_content/article
Do not forget rename your old file to old_default.php before replacing.
Result look like so
-
1 user says Thank You to phong nam for this useful post
Mohamed H. Jurriah FriendMohamed H. Jurriah
- Join date:
- September 2014
- Posts:
- 125
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 39
March 4, 2015 at 4:08 pm #561607phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 5, 2015 at 2:20 am #561671You should custom your php code to load module for this “area”
E.g: I want to load modules (position: top-header) here so my php code look like so( ja/templates/ja_fubix/html/com_content/article)
<?php
jimport( 'joomla.application.module.helper' );
$new_modules = JModuleHelper::getModules( 'top-header');
$attribs['style'] = 'JAxhtml';
?><?php if (count(JModuleHelper::getModules('top-header'))): ?>
<?php foreach ($new_modules as $new_module){
echo JModuleHelper::renderModule($new_module, $attribs);
}
?>
<?php endif; ?>The result look like so
Doc: https://docs.joomla.org/JModuleHelper/renderModule
If you need more custom works, check this service
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by phong nam 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Article displayed wrong
Viewing 6 posts - 1 through 6 (of 6 total)