-
AuthorPosts
-
bencarlin Friend
bencarlin
- Join date:
- May 2014
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
July 12, 2014 at 12:25 pm #199625I’m just wondering how to firstly enable the Print and email sidebar in easyblog articles as displayed in your demo content? Also how can I add multiple images to a featured article? It says I can only upload one main blog image.
Here are some pics to show what I want to have on my site.
Cheers
B
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 14, 2014 at 7:47 am #542219Hi bencarlin,
That sidebar is supported /styled for Joomla content only, if you want to have this sidebar also in EasyBlog entry, you need to customize the markup and style of EasyBlog. The overridden file for article in com_content of Joomla can be found here: templatesja_fixelhtmlcom_contentarticledefault_detail.php and you can customize the markup of detail blog entry via this file: componentscom_easyblogthemesdefaultblog.read.php
For the featured images in main blog, as in your demo site, we have 3 featured blog entries for EasyBlog: http://prntscr.com/42hopa ,the main blog will retrieve and display images from these featured blog entries. You can also check out this tip for how to select featured image: http://stackideas.com/docs/easyblog/how-tos/selecting-featured-image
1 user says Thank You to Saguaros for this useful post
July 23, 2014 at 11:39 am #543221I want to enable this sidebar to. But i can not understand whot i have to do. How do i have to Customize the Template in witch file?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 24, 2014 at 2:32 am #543287Greetings
Basically, you will need to make a comparison for above 2 files:
– Joomla content: templatesja_fixelhtmlcom_contentarticledefau lt_detail.php
– Easyblog: componentscom_easyblogthemesdefaultblog.read.phpCheck the HTML markup of Joomla article’s layout and customize for easy blog entry’s layout. Then you may also need to add custom css style for it. Custom css code can be added into file: templatesja_fixelcsscustom.css
August 9, 2014 at 8:04 am #545298I am also facing the same issue. I was expecting it to be available in easyblog as well….:((
August 10, 2014 at 5:05 pm #545358How about if the sideboard is already enabled, how do I get rid of it?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 11, 2014 at 2:53 am #545372Depend on the type of article you’re using, you can open the appropriate PHP file of that type in this directory: templatesja_fixelhtmlcom_contentarticle
Find and remove/comment this block of code:
[PHP]
<div class=”list-icons”>
<?php echo $this->item->event->beforeDisplayContent; ?>
<?php if ($params->get(‘show_print_icon’) || $params->get(‘show_email_icon’) || $canEdit) : ?>
<div class=”menu-edit”>
<ul class=”clearfix”>
<?php if (!$this->print) : ?>
<?php if ($params->get(‘show_print_icon’)) : ?>
<li class=”print-icon”> <?php echo JHtml::_(‘icon.print_popup’, $this->item, $params); ?> </li>
<?php endif; ?><?php if ($params->get(‘show_email_icon’)) : ?>
<li class=”email-icon”> <?php echo JHtml::_(‘icon.email’, $this->item, $params); ?> </li>
<?php endif; ?><?php if ($canEdit) : ?>
<li class=”edit-icon”> <?php echo JHtml::_(‘icon.edit’, $this->item, $params); ?> </li>
<?php endif; ?>
<?php else : ?>
<li class=”print-icon”> <?php echo JHtml::_(‘icon.print_screen’, $this->item, $params); ?> </li>
<?php endif; ?>
</ul>
</div>
<?php endif; ?>
</div>
[/PHP] -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 5 voices, and was last updated by Saguaros 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum