-
AuthorPosts
-
scarney Friend
scarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 10, 2011 at 3:24 am #165066I would like to know how to either remove the bottom quote marks from JA Content Slider which I tried to do by removing the Module Class Suffix: _havecolor blockquoteslide
Unfortunately this only removed the top quote marks and left the bottom quote marks in place.
another option I would also consider would be to keep the quotes but make them much smaller and possible a different color.
Another thing I would like to know how to do in the JA Content Slider module is to remove the empty line of space above the READ MORE text. You can see on the attached image what I am trying to create. I would like to have the JA Content Slider take about the same vertical space as the JA Twitter on the other side.
I have another request for help in trying to figure out how to reduce the margins below as well. so that there is not a lot of ‘green space’ between these modules and my featured content.
Any help will be appreciated. Thanks in advance! 🙂
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 11, 2011 at 4:22 am #395817Please change this code:
.blockquoteslide .ja-contentslider-center-wrap {
background: url(“../images/sc-q-black.png”) no-repeat scroll left top transparent;
padding: 10px 0 0 20px;
}and this code:
.blockquoteslide .ja-contentslider-center-wrap {
background: url(“../images/sc-q-black.png”) no-repeat scroll left top transparent;
padding: 10px 0 0 20px;
}in templates/ja_ores/css/ja_contentslide.css. Remove background parameter. You could also replace them with another images in templates/ja_ores/images folder.
Hope this helps and tell us if you have any problem. Thanks.
scarney Friendscarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 14, 2011 at 12:46 am #396182<em>@thangnn1510 246353 wrote:</em><blockquote>Please change this code:
.blockquoteslide .ja-contentslider-center-wrap {
background: url(“../images/sc-q-black.png”) no-repeat scroll left top transparent;
padding: 10px 0 0 20px;
}and this code:
.blockquoteslide .ja-contentslider-center-wrap {
background: url(“../images/sc-q-black.png”) no-repeat scroll left top transparent;
padding: 10px 0 0 20px;
}in templates/ja_ores/css/ja_contentslide.css. Remove background parameter. You could also replace them with another images in templates/ja_ores/images folder.
Hope this helps and tell us if you have any problem. Thanks.</blockquote>
Thank you so much, I have been looking for this code and finding quite a few options. None of them yet have modified all the margins that I want to.
I was able to decrease the top padding in this file:
/public_html/templates/ja_ores/css/mod_jacontentslider.cssWhat I would like to do next are the following:
1) I would like to somehow move the closing quote marks up about 40 pixels. What I would like is for the bottom of the closing quotes to be be about 10 or 12 pixels below the bottom of the picture I am displaying in the twitter module to the right.
2) I would like, just for this one application (the blockquotes slider) to have the READ MORE text be a break instead of a paragraph tag below the content.
I have been making most of the overrides for my template using the light-red template.
scarney Friendscarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 14, 2011 at 1:11 am #396184thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 14, 2011 at 1:54 am #396185Hi Carney!
Sorry for this but could you post your url here? I have lost it.
scarney Friendscarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 14, 2011 at 12:54 pm #396299<em>@thangnn1510 246853 wrote:</em><blockquote>Hi Carney!
Sorry for this but could you post your url here? I have lost it.</blockquote>
I am developing the site at http://www.drcarney.com
Sorry I did not give you the URL with the attachment. I am sure hoping that what I am envisioning will be possible!
Thanks, Sean
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 15, 2011 at 4:44 am #396408<em>@scarney 246982 wrote:</em><blockquote>1) I would like to somehow move the closing quote marks up about 40 pixels. What I would like is for the bottom of the closing quotes to be be about 10 or 12 pixels below the bottom of the picture I am displaying in the twitter module to the right. </blockquote>
Please change this code:
.ja-contentslider {
background: url(“../../../../images/light-theme/so-q-black.png”) no-repeat scroll right bottom transparent;
}to
.ja-contentslider {
background: url(“../../../../images/light-theme/so-q-black.png”) no-repeat scroll right 60px transparent;
}in templates/ja_ores/core/themes/light-red/css/light-theme.css
<em>@scarney 246982 wrote:</em><blockquote>2) I would like, just for this one application (the blockquotes slider) to have the READ MORE text be a break instead of a paragraph tag below the content. </blockquote>
Please give us the login information FTP/Admin account to your support ticket BFJ-725-53980 inhttp://support.joomlart.com. We’ll check for you.
scarney Friendscarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 17, 2011 at 2:35 pm #396934<em>@thangnn1510 247121 wrote:</em><blockquote>Please change this code:
.ja-contentslider {
background: url(“../../../../images/light-theme/so-q-black.png”) no-repeat scroll right bottom transparent;
}to
.ja-contentslider {
background: url(“../../../../images/light-theme/so-q-black.png”) no-repeat scroll right 60px transparent;
}in templates/ja_ores/core/themes/light-red/css/light-theme.css
Please give us the login information FTP/Admin account to your support ticket BFJ-725-53980 in
http://support.joomlart.com. We’ll check for you.</blockquote>
I actually did not find the string you described but a string that is very similar in lines 295 to 297 as follows:
<blockquote>
.ja-contentslider {
background: url(../../../../images/light-theme/so-q-black.png) right bottom no-repeat;
}
</blockquote>I will go to the support ticket and send ftp information. Thanks,
scarney Friendscarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 17, 2011 at 2:48 pm #396938I believe I just sent admin access for joomla and the ftp access through the ticket. although there was no feedback to let me know it had been received. So, I am assuming it was. Please let me know if you need anything else from me. Thank you very much!!
scarney Friendscarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 17, 2011 at 2:50 pm #396939BTW, I love the way you guys have the quoted testimony on your new home page now (http://www.joomlart.com/) and how the quotes appear to be a part of the text themselves. Is that done with one of your modules? and, if so is there a configuration option to put the quotes attached to the text that way?
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 20, 2011 at 2:24 am #397264<em>@scarney 247769 wrote:</em><blockquote>I believe I just sent admin access for joomla and the ftp access through the ticket. although there was no feedback to let me know it had been received. So, I am assuming it was. Please let me know if you need anything else from me. Thank you very much!!</blockquote>
Hi scarney!
I don’t see your login info in that ticket. Please give us the login information FTP/Admin account to your support ticket BFJ-725-53980 in http://support.joomlart.com. We’ll check for you. Thanks.
scarney Friendscarney
- Join date:
- August 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 5 times in 1 posts
June 20, 2011 at 3:21 pm #397436Thank you very much, I have tried once again to send the login and password. They way I do this is to start a reply and then fill in all of the form fields. Once I ‘send’ the message there is no confirmation that my information was received although I do see that the test I placed in the text field is added. Can you confirm whether this has been received yet?
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 21, 2011 at 7:56 am #397575Hi SCarney!
I don’t receive your login. Please send me PM if you possible. Thanks.
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by thangnn1510 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum