- Posts: 8
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Free Joomla Templates
- [solved] nuModusVersus content highlights image
[solved] nuModusVersus content highlights image
- beanbox
- Topic Author
- Offline
- New Member
Less
More
4 years 7 months ago #175399
by beanbox
nuModusVersus content highlights image was created by beanbox
I have added an image to the content highlight but I do not see it??
Joomla 3.9.16 with K2
Also is it possible to disable the "read more"?
Joomla 3.9.16 with K2
Also is it possible to disable the "read more"?
Please Log in or Create an account to join the conversation.
- beanbox
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
4 years 7 months ago #175401
by beanbox
Replied by beanbox on topic nuModusVersus content highlights image
For comparison of what I am trying to acheive see:
muskegongardenclub.org
New site:
mgc.beanboxweb.com
muskegongardenclub.org
New site:
mgc.beanboxweb.com
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Away
- Admin
Less
More
- Posts: 6218
4 years 7 months ago #175418
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic nuModusVersus content highlights image
The 2nd URL is not accessible (DNS issue).
If you control both sites, try double verifying your settings for the template.
If you control both sites, try double verifying your settings for the template.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- beanbox
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
4 years 6 months ago #175440
by beanbox
Replied by beanbox on topic nuModusVersus content highlights image
mgc.beanboxweb.com was a test site - NOW site is live at muskegongardenclub.org. The code in index.php does not include anything for the background image (or the tagline - which also does not work), on the plus side I commented out the read more code!
<?php foreach($highlights->entries as $key=>$highlight): ?>
<li class="column large-3 small-6 mobile-4">
<div class="moduleItemBody equalHeights">
<div class="moduleItemIcon">
<?php echo $highlight->icon; ?>
</div>
<a class="moduleItemTitle" href="<?php echo $highlight->link; ?>"><?php echo $highlight->title; ?></a>
<div class="moduleItemIntrotext"><?php echo $highlight->description; ?></div>
</div>
<!--
<div class="moduleItemReadMore">
<a href="<?php echo $highlight->link; ?>"><span><?php echo JText::_('NU_READMORE'); ?></span></a>
</div>
-->
<div class="clr"></div>
</li>
<?php endforeach; ?>
<?php foreach($highlights->entries as $key=>$highlight): ?>
<li class="column large-3 small-6 mobile-4">
<div class="moduleItemBody equalHeights">
<div class="moduleItemIcon">
<?php echo $highlight->icon; ?>
</div>
<a class="moduleItemTitle" href="<?php echo $highlight->link; ?>"><?php echo $highlight->title; ?></a>
<div class="moduleItemIntrotext"><?php echo $highlight->description; ?></div>
</div>
<!--
<div class="moduleItemReadMore">
<a href="<?php echo $highlight->link; ?>"><span><?php echo JText::_('NU_READMORE'); ?></span></a>
</div>
-->
<div class="clr"></div>
</li>
<?php endforeach; ?>
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Away
- Admin
Less
More
- Posts: 6218
4 years 6 months ago #175447
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic nuModusVersus content highlights image
These are generic controls we use on all our templates, but the actual data may be fetched differently.
In this case, the Highlights feature only fetches icons in the frontend, not images. To change that, locate this line github.com/joomlaworks/nuModusVersus/blob/master/index.php#L73 in your index.php file and change "$highlight->icon" to "$highlight->image".
In this case, the Highlights feature only fetches icons in the frontend, not images. To change that, locate this line github.com/joomlaworks/nuModusVersus/blob/master/index.php#L73 in your index.php file and change "$highlight->icon" to "$highlight->image".
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- beanbox
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
4 years 6 months ago #175458
by beanbox
Replied by beanbox on topic nuModusVersus content highlights image
Hmm..Is the file type or size maybe a prob?
www.muskegongardenclub.org/
www.muskegongardenclub.org/
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Away
- Admin
Less
More
- Posts: 6218
4 years 6 months ago #175461
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic nuModusVersus content highlights image
Sorry, you need to wrap this in an <img /> element, so change:
to
<?php echo $highlight->icon; ?>
to
<img src="<?php echo $highlight->image; ?>" />
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- beanbox
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
4 years 6 months ago #175463
by beanbox
Replied by beanbox on topic [solved] nuModusVersus content highlights image
Perfect - Thank you for the help
www.muskegongardenclub.org/
www.muskegongardenclub.org/
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Away
- Admin
Less
More
- Posts: 6218
4 years 6 months ago #175466
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic [solved] nuModusVersus content highlights image
Great :)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Free Joomla Templates
- [solved] nuModusVersus content highlights image