Page 2 of 2
Re: Image support - HELIX3 blog options - featured image and post formats
Posted: Aug 23, 2017 9:24 pm
by Lisa
Helix uses its own way to attach images to articles.
RAXO All-mode PRO module is designed to work with core Joomla content component. So it can process images that are either inside Joomla article body or in article image fields.
Re: Image support - HELIX3 blog options - featured image and post formats
Posted: Apr 15, 2018 7:32 am
by msena
Hello.
Change in file helper.php
Code: Select all
if ($show_text || ($show_image && ($image_source == 'text' || $image_source == 'automatic')))
{
$query->select(' a.introtext, a.fulltext, a.attribs');
}
$show_image && $image_source != 'text' ? $query->select(' a.images, a.attribs') : '';
and
Code: Select all
$empty = array_fill_keys(array('id', 'title', 'title_full', 'link', 'date', 'author',
'image', 'image_src', 'image_alt', 'image_title', 'text', 'readmore',
'category', 'category_id', 'category_name', 'category_link', 'featured',
'hits', 'rating', 'rating_value', 'rating_count',
'comments', 'comments_count', 'comments_link', 'attribs'), '');
$empty = JArrayHelper::toObject($empty);
and
Code: Select all
// Retrieve Image
$img = array_fill_keys(array('src', 'alt', 'ttl'), '');
//$images = ($image_source != 'text') ? json_decode($item->images) : '';
$images = ($image_source != 'text') ? json_decode($item->attribs) : '';
if (!empty($images->spfeatured_image) && ($image_source == 'intro' || $image_source == 'automatic'))
{
$img['src'] = $images->spfeatured_image;
//$img['alt'] = $images->image_intro_alt;
//$img['ttl'] = $images->image_intro_caption;
}
and select in the module advanced image settings: Intro Image
Re: Image support - HELIX3 blog options - featured image and post formats
Posted: Apr 16, 2018 10:15 am
by Lisa
Thank you for the instruction How to add Helix image support.
Yes, it should work.
An important notice:
While adding support for Helix images, this instruction kills support for core Joomla intro and full article images.
Helix 3 framework thumb
Posted: Jan 03, 2019 10:33 am
by rca
I am using Helix 3 framework inserting image from Featured (Helix Option).
This image is not used by Raxo selection mode of thumbnails.
You can check on
http://rivistageomedia.it where new articles of today are shown without thumb.
(old article of 2018 ralized with K2 worked better)
Can you check the possibility to add automatically the generation of thumbs ?
Re: Helix 3 framework thumb
Posted: Jan 03, 2019 7:52 pm
by Admin
rca wrote: ↑Jan 03, 2019 10:33 am
Can you check the possibility to add automatically the generation of thumbs ?
I moved your post to this topic.
See the instruction in several posts above.
Re: Image support - HELIX3 blog options - featured image and post formats
Posted: Mar 07, 2023 11:01 pm
by rafaeltribos
Not work in joomla 4 and raxo for joomla 4