Page 2 of 3

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

Re: Image support - HELIX3 blog options - featured image and post formats

Posted: Jan 08, 2025 3:36 pm
by etagure
Hi, any info on how to add Helix ultimate option to RAXO module?

Can anybody make custom works?

Re: Image support - HELIX3 blog options - featured image and post formats

Posted: Jan 08, 2025 6:54 pm
by Admin
etagure wrote: Jan 08, 2025 3:36 pm Hi, any info on how to add Helix ultimate option to RAXO module?

Can anybody make custom works?
We still need more details about your task. What exactly do you want to get as a result?

Re: Image support - HELIX3 blog options - featured image and post formats

Posted: Jan 08, 2025 9:46 pm
by etagure
Hello,

Thank you for your reply! I would like to clarify what I’m looking for.

Joomla currently lacks some features that are available in WordPress, such as a featured image and post types (e.g., Standard, Gallery, Video, Audio). I am interested in implementing a similar functionality in RAXO modules, where the module items on the frontend can dynamically display content based on the type of the article.

For example:

Gallery articles: Display a gallery icon or allow the photos in the gallery to slide/rotate directly within the module.
Video articles: Show the video itself or a play icon overlay on the thumbnail.
Audio articles: Display an audio icon or player within the module item.
Would it be possible to achieve this functionality in RAXO modules?

Looking forward to your response.

Best regards,
Petar

Re: Image support - HELIX3 blog options - featured image and post formats

Posted: Feb 12, 2025 5:14 pm
by rafaeltribos
I'm having the same problem. I need Raxo to upload the images from helix's Blog Media