Hello,
Thank you for your very prompt reply on my question yesterday. I have another couple of issues:
1.I have the 'body font colour' set to #DDDCED so that is shows up nicely on the home page and articles etc. The issue arises in both VirtueMart and another module RS Monials as they have light backgrounds and the text is thus not readable. What is the workaround for this please?
2.Is there a way to place the buttons and button text above the photos in the 'Image Link Hover Module by Joomla51'?
3.Where can I reduce the height of module p 'Header Text'?
Thank you
- JoomlaGirl
- Commercial Templates
- Wednesday, 12 June 2013
- Subscribe via email
Hi Kirsty
1. For your Virtuemart modules try adding the following to the Custom CSS field of your templates parameters...
[code type=css].yagVmCategoryView, div#yagVmOverWrap {color: #000000;}[/code]
For RS Modials try adding the following...
[code type=css].RSWS_testimonial {color: #000000;}[/code]
2. In your modules mod_j51imgaelinkhover.php (../modules/mod_j51imgaelinkhover/mod_j51imgaelinkhover.php) try replacing the following...
With...
3. Would you have a URL to an example of this module p?
Ciarán
1. For your Virtuemart modules try adding the following to the Custom CSS field of your templates parameters...
[code type=css].yagVmCategoryView, div#yagVmOverWrap {color: #000000;}[/code]
For RS Modials try adding the following...
[code type=css].RSWS_testimonial {color: #000000;}[/code]
2. In your modules mod_j51imgaelinkhover.php (../modules/mod_j51imgaelinkhover/mod_j51imgaelinkhover.php) try replacing the following...
<div class="j51imagelinkhover">
<div class="j51imagelinkhover<?php echo $j51_moduleid; ?>" >
<div class="j51imagelinkhover_border">
<div class="j51container effect" style="background-image: url("/<?php echo $j51_image; ?>")";>
<div class="mask">
<a href="/<?php echo JRoute::_("index.php?Itemid={$hover_link}") ?>" class="info" >Image Link</a>
</div>
</div>
</div>
</div>
<?php if($j51_title != "") : ?>
<h3><?php echo $j51_title; ?></h3>
<?php endif; ?>
<?php if($j51_text != "") : ?>
<p><?php echo $j51_text; ?></p>
<?php endif; ?>
<?php if($j51_buttontext != "") : ?>
<div class="j51button"><a href="/<?php echo JRoute::_("index.php?Itemid={$hover_link}") ?>" class="info" ><?php echo $j51_buttontext; ?></a></div>
<?php endif; ?>
</div>
With...
<div class="j51imagelinkhover">
<?php if($j51_title != "") : ?>
<h3><?php echo $j51_title; ?></h3>
<?php endif; ?>
<?php if($j51_text != "") : ?>
<p><?php echo $j51_text; ?></p>
<?php endif; ?>
<?php if($j51_buttontext != "") : ?>
<div class="j51button"><a href="/<?php echo JRoute::_("index.php?Itemid={$hover_link}") ?>" class="info" ><?php echo $j51_buttontext; ?></a></div>
<?php endif; ?>
</div>
<div style="height:35px;"></div>
<div class="j51imagelinkhover<?php echo $j51_moduleid; ?>" >
<div class="j51imagelinkhover_border">
<div class="j51container effect" style="background-image: url("/<?php echo $j51_image; ?>")";>
<div class="mask">
<a href="/<?php echo JRoute::_("index.php?Itemid={$hover_link}") ?>" class="info" >Image Link</a>
</div>
</div>
</div>
</div>
3. Would you have a URL to an example of this module p?
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Thank you here is the link to the example for question 3, it's the container that has the text 'Welcome to.....' directly under the slider
I will try your solutions in the morning and let you know how I go, many thanks for your excellent service.
I will try your solutions in the morning and let you know how I go, many thanks for your excellent service.
- more than a month ago
- Commercial Templates
- # 3
Hi Kirsty
Presuming you want to remove the space under the text 'Welcome to Gifts from Gaia' is there a reason for having the empty paragraph (<p></p> just after it? Removing this paragraph will remove the space.
Ciarán
Presuming you want to remove the space under the text 'Welcome to Gifts from Gaia' is there a reason for having the empty paragraph (<p></p> just after it? Removing this paragraph will remove the space.
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Ciaran,
Thank you once again for your assistance, your advice solved issues 1 and 3. Unfortunately with issue #2 I inserted the test into mod_j51imgaelinkhover.php and it has not resolved the issue. I have attached a before and after screenshot to show you what I mean.
I would appreciate any further advice you may have.
Kirsty
Thank you once again for your assistance, your advice solved issues 1 and 3. Unfortunately with issue #2 I inserted the test into mod_j51imgaelinkhover.php and it has not resolved the issue. I have attached a before and after screenshot to show you what I mean.
I would appreciate any further advice you may have.
Kirsty
- more than a month ago
- Commercial Templates
- # 5
Sorry every time I include attachments whether they be jpg or png they are deleted once the reply is posted. The link to the after result is
- more than a month ago
- Commercial Templates
- # 6
Hi Kirsty
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thank you Kirsty
I have updated your extension with the suggested changes and it now appears to be showing as requested.
Ciarán
I have updated your extension with the suggested changes and it now appears to be showing as requested.
Ciarán
- more than a month ago
- Commercial Templates
- # 8
Thank you once again. I posted a customer review for you on Best of Joomla, although it doesn't seem to be showing up yet.
- more than a month ago
- Commercial Templates
- # 9
Thank you Kirsty... much appreciated
I believe bestofjoomla have to publish reviews before they can be viewed.
Ciarán
I believe bestofjoomla have to publish reviews before they can be viewed.
Ciarán
- more than a month ago
- Commercial Templates
- # 10
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »