-
AuthorPosts
-
mohand Friend
mohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
May 16, 2015 at 4:28 pm #206389Hi,
Suddenly the background images for all ACM it don’t show in the frontend – i doubled checked folder permissions 775 and file permissions 664. Not sure why it’s not working well
Please check this page http://mh4web.com/jabour/ feature module (services)
and this page http://mh4web.com/jabour/index.php?option=com_content&view=featured&layout=uber:blank&Itemid=716
consturion-aboutus intro
Please check it as quick as possible, tomorrow my forum access expires
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
mohand Friendmohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
May 18, 2015 at 2:15 pm #570950Hi
I sent you the details. It would be great if this can be helped with now as i don’t know what time my subscription expires in joomlart.
Regards,
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 19, 2015 at 6:57 am #571030I couldn’t access file/folder of your site with FTP account you sent, please re-check.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 19, 2015 at 6:57 am #736078I couldn’t access file/folder of your site with FTP account you sent, please re-check.
jessehunt Friendjessehunt
- Join date:
- June 2009
- Posts:
- 32
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
October 3, 2015 at 12:39 am #694923Hello. I am having this same issue. Was it ever resolved? Please let me know, thanks!
jessehunt Friendjessehunt
- Join date:
- June 2009
- Posts:
- 32
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
October 3, 2015 at 12:39 am #750447Hello. I am having this same issue. Was it ever resolved? Please let me know, thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 5, 2015 at 1:24 am #695215@jessehunt: you should post your site’s URL here and screenshot so that we can see the issue. And if possible, PM me the admin and ftp account of your site so that I can take a look.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 5, 2015 at 1:24 am #750495@jessehunt: you should post your site’s URL here and screenshot so that we can see the issue. And if possible, PM me the admin and ftp account of your site so that I can take a look.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 5, 2015 at 3:29 am #695230Pls ignore my above message, I’ve seen your PM.
I checked your site and see that there is problem in the file: /root/templates/uber/acm/cta/tmpl/style-2.php
At line 3, I changed:
$ctaBackground = 'background-image: url("'.$ctaImg.'"); background-position: center bottom; background-repeat: no-repeat; background-size: auto;';
to:
$ctaBackground = 'background-image: url('.$ctaImg.'); background-position: center bottom; background-repeat: no-repeat; background-size: auto;';
and the background image is showing on your site now.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 5, 2015 at 3:29 am #750510Pls ignore my above message, I’ve seen your PM.
I checked your site and see that there is problem in the file: /root/templates/uber/acm/cta/tmpl/style-2.php
At line 3, I changed:
$ctaBackground = 'background-image: url("'.$ctaImg.'"); background-position: center bottom; background-repeat: no-repeat; background-size: auto;';
to:
$ctaBackground = 'background-image: url('.$ctaImg.'); background-position: center bottom; background-repeat: no-repeat; background-size: auto;';
and the background image is showing on your site now.
jessehunt Friendjessehunt
- Join date:
- June 2009
- Posts:
- 32
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
October 6, 2015 at 2:06 pm #695708Hi. The fix you made corrected that one ACM module style but I have this problem on several other ACM modules. Here is a screenshot of a module configured as Features Intro, Style 9. You’ll see the background image from the module tab still doesn’t show up. Thanks for your help. I’m guessing this is a widespread issue effecting most of the various ACM Modules styles. What is strange is that it does not effect all of them, just some.
Maybe I just need to revise the code and add the “;” at the end as you did to correct these when they come up?
jessehunt Friendjessehunt
- Join date:
- June 2009
- Posts:
- 32
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
October 6, 2015 at 2:06 pm #750777Hi. The fix you made corrected that one ACM module style but I have this problem on several other ACM modules. Here is a screenshot of a module configured as Features Intro, Style 9. You’ll see the background image from the module tab still doesn’t show up. Thanks for your help. I’m guessing this is a widespread issue effecting most of the various ACM Modules styles. What is strange is that it does not effect all of them, just some.
Maybe I just need to revise the code and add the “;” at the end as you did to correct these when they come up?
jessehunt Friendjessehunt
- Join date:
- June 2009
- Posts:
- 32
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
October 6, 2015 at 11:42 pm #695751Following up on this, I just checked the PHP file for the background image on Style 9 and it appears to correctly include the
"
after the'background-image: url(
section. It looks like this is what you had changed to correct this issue in the other layout.Here’s the entire code from /templates/uber/acm/features-intro/tmpl/style-9.php
<?php
$featuresImg = $helper->get('img-features');
$featuresBackground = 'background-image: url("'.$featuresImg.'"); background-repeat: no-repeat; background-size: auto auto; background-position: center center;';
?>
<div class="section-inner <?php echo $helper->get('block-extra-class'); ?>" <?php if($featuresImg): echo 'style="'.$featuresBackground.'"'; endif; ?>>
<div class="acm-features style-9 <?php echo $helper->get('features-style'); ?>" >
<div class="container">
<div class="row">
<div class="col-md-6">
<?php if($module->showtitle): ?>
<h2 class="features-description"><?php echo $module->title ?></h2>
<?php endif ; ?>
<?php if($helper->get('block-intro')): ?>
<p><?php echo $helper->get('block-intro'); ?></p>
<?php endif; ?><?php $count = $helper->getRows('data.title'); ?>
<?php for ($i=0; $i<$count; $i++) : ?><div class="features-item">
<?php if($helper->get('data.font-icon', $i)) : ?>
<div class="font-icon">
<i class="<?php echo $helper->get('data.font-icon', $i) ; ?>"></i>
</div>
<?php endif ; ?><?php if($helper->get('data.img-icon', $i)) : ?>
<div class="img-icon">
<img src="<?php echo $helper->get('data.img-icon', $i) ?>" alt="" />
</div>
<?php endif ; ?><?php if($helper->get('data.title',$i)) : ?>
<h3><?php echo $helper->get('data.title', $i) ?></h3>
<?php endif ; ?><?php if($helper->get('data.description',$i)) : ?>
<p><?php echo $helper->get('data.description', $i) ?></p>
<?php endif ; ?>
</div>
<?php endfor ?>
</div>
</div>
</div>
</div>
</div>Can you please review and let me know what needs to be changed to correct the bg image?
jessehunt Friendjessehunt
- Join date:
- June 2009
- Posts:
- 32
- Downloads:
- 4
- Uploads:
- 1
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
October 6, 2015 at 11:42 pm #750820Following up on this, I just checked the PHP file for the background image on Style 9 and it appears to correctly include the
"
after the'background-image: url(
section. It looks like this is what you had changed to correct this issue in the other layout.Here’s the entire code from /templates/uber/acm/features-intro/tmpl/style-9.php
<?php
$featuresImg = $helper->get('img-features');
$featuresBackground = 'background-image: url("'.$featuresImg.'"); background-repeat: no-repeat; background-size: auto auto; background-position: center center;';
?>
<div class="section-inner <?php echo $helper->get('block-extra-class'); ?>" <?php if($featuresImg): echo 'style="'.$featuresBackground.'"'; endif; ?>>
<div class="acm-features style-9 <?php echo $helper->get('features-style'); ?>" >
<div class="container">
<div class="row">
<div class="col-md-6">
<?php if($module->showtitle): ?>
<h2 class="features-description"><?php echo $module->title ?></h2>
<?php endif ; ?>
<?php if($helper->get('block-intro')): ?>
<p><?php echo $helper->get('block-intro'); ?></p>
<?php endif; ?><?php $count = $helper->getRows('data.title'); ?>
<?php for ($i=0; $i<$count; $i++) : ?><div class="features-item">
<?php if($helper->get('data.font-icon', $i)) : ?>
<div class="font-icon">
<i class="<?php echo $helper->get('data.font-icon', $i) ; ?>"></i>
</div>
<?php endif ; ?><?php if($helper->get('data.img-icon', $i)) : ?>
<div class="img-icon">
<img src="<?php echo $helper->get('data.img-icon', $i) ?>" alt="" />
</div>
<?php endif ; ?><?php if($helper->get('data.title',$i)) : ?>
<h3><?php echo $helper->get('data.title', $i) ?></h3>
<?php endif ; ?><?php if($helper->get('data.description',$i)) : ?>
<p><?php echo $helper->get('data.description', $i) ?></p>
<?php endif ; ?>
</div>
<?php endfor ?>
</div>
</div>
</div>
</div>
</div>Can you please review and let me know what needs to be changed to correct the bg image?
-
AuthorPosts
This topic contains 21 replies, has 3 voices, and was last updated by Saguaros 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum