-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 22, 2015 at 3:55 pm #749347I hope your issues are solved ?
If you still needed, you can ping me on skype @jooservicesromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 22, 2015 at 3:59 pm #691664romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 22, 2015 at 3:59 pm #749349romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 24, 2015 at 12:20 pm #692348Please can we have a response on this ASAP?!
Thanks
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 24, 2015 at 12:20 pm #749607Please can we have a response on this ASAP?!
Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 24, 2015 at 2:35 pm #692363Hi there
In my last replied i was consider you have solved your issue# Masshead title already have padding & background white
# Masshead description you already applied your own code and it’s working.I’m sorry but little confuse your issue.
If it’s not solved as your need please reply with
– Link to page with issue you want to work on
– Screenshot whole site with high light which element you want to change. And if possible mockup up how do you want to change.It would help me one shoot clearly exactly your issue to speed up work.
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 24, 2015 at 2:35 pm #749622Hi there
In my last replied i was consider you have solved your issue# Masshead title already have padding & background white
# Masshead description you already applied your own code and it’s working.I’m sorry but little confuse your issue.
If it’s not solved as your need please reply with
– Link to page with issue you want to work on
– Screenshot whole site with high light which element you want to change. And if possible mockup up how do you want to change.It would help me one shoot clearly exactly your issue to speed up work.
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 25, 2015 at 8:32 am #692451Hi there
Please let me know if this’s exactly your needed.
# Title and description have white background and fit with input text + padding-left / right 15px.https://www.dropbox.com/s/u36kb04u9l4a6b7/2015-09-25_15-28-15.png?dl=0
To do like screenshoot
Apply below screenshot to templates/ja_charity/css/custom.css.t3-masthead .jamasshead .jamasshead-title {
padding-left: 15px;
padding-right: 15px;
}Open modules/mod_jamasshead/tmpl/default.php
Replace
<div class="jamasshead-description"><?php echo $masshead['description']; ?></div>
By
<div class="jamasshead-description"><span><?php echo $masshead['description']; ?></span></div>
( We’ll need use span instead div to prevent full width of background . It’s confused me your needed )
And css
.jamasshead-description {
background-color: none;
}.jamasshead-description span {
background-color: rgba(255, 255, 255, 0.78);
padding-left: 15px;
padding-right: 15px;
}Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 25, 2015 at 8:32 am #749688Hi there
Please let me know if this’s exactly your needed.
# Title and description have white background and fit with input text + padding-left / right 15px.https://www.dropbox.com/s/u36kb04u9l4a6b7/2015-09-25_15-28-15.png?dl=0
To do like screenshoot
Apply below screenshot to templates/ja_charity/css/custom.css.t3-masthead .jamasshead .jamasshead-title {
padding-left: 15px;
padding-right: 15px;
}Open modules/mod_jamasshead/tmpl/default.php
Replace
<div class="jamasshead-description"><?php echo $masshead['description']; ?></div>
By
<div class="jamasshead-description"><span><?php echo $masshead['description']; ?></span></div>
( We’ll need use span instead div to prevent full width of background . It’s confused me your needed )
And css
.jamasshead-description {
background-color: none;
}.jamasshead-description span {
background-color: rgba(255, 255, 255, 0.78);
padding-left: 15px;
padding-right: 15px;
}Thank you,
Viet Vuromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 25, 2015 at 8:55 am #692454Hi @jooservices,
Thank you for your response. Yes this is what we want to achieve.
I have added the CSS provided to custom.css and replaced the line of code in modules/mod_jamasshead/tmpl/default.php. But it doesn’t seemed to have wrapped the white box around the description.
Please advise if possible.
Many thanksromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 25, 2015 at 8:55 am #749691Hi @jooservices,
Thank you for your response. Yes this is what we want to achieve.
I have added the CSS provided to custom.css and replaced the line of code in modules/mod_jamasshead/tmpl/default.php. But it doesn’t seemed to have wrapped the white box around the description.
Please advise if possible.
Many thanksjooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 25, 2015 at 9:00 am #692456Hi there
I don’t see any changed about span tag on your site.
But i also see you have bad ( wrong ) code in your css file<div class="jamasshead" <?php if(isset($masshead['params']['background'])): ?> style="background-image: url(<?php echo $masshead['params']['background'] ?>)" <?php endif; ?>>
/* needed to keep menu on one line when reducing down to tablet size - NOT WORKING - template.css 1026 needed changing*/
@media (max-width: 991px)
.navbar-default .navbar-nav > li > a {
font-size: 85%;}@media (max-width: 991px) and (min-width: 768px)
.hidden-sm {
display: none !important;}templates/ja_charity/css/custom.css
Please check my replied and apply it in careful.
Or provide FTP access. I’ll work on it.
And of course always clear browser & web cache after applied.
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 25, 2015 at 9:00 am #749693Hi there
I don’t see any changed about span tag on your site.
But i also see you have bad ( wrong ) code in your css file<div class="jamasshead" <?php if(isset($masshead['params']['background'])): ?> style="background-image: url(<?php echo $masshead['params']['background'] ?>)" <?php endif; ?>>
/* needed to keep menu on one line when reducing down to tablet size - NOT WORKING - template.css 1026 needed changing*/
@media (max-width: 991px)
.navbar-default .navbar-nav > li > a {
font-size: 85%;}@media (max-width: 991px) and (min-width: 768px)
.hidden-sm {
display: none !important;}templates/ja_charity/css/custom.css
Please check my replied and apply it in careful.
Or provide FTP access. I’ll work on it.
And of course always clear browser & web cache after applied.
Thank you,
Viet Vuromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 25, 2015 at 10:03 am #692464Hi @jooservices,
Thank you for your reply.
Ok I have sent you access to the site and ftp in a private message.Many thanks
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 25, 2015 at 10:03 am #749701Hi @jooservices,
Thank you for your reply.
Ok I have sent you access to the site and ftp in a private message.Many thanks
-
AuthorPosts
This topic contains 57 replies, has 2 voices, and was last updated by romolo 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum