-
AuthorPosts
-
usmancim Friend
usmancim
- Join date:
- November 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 23, 2012 at 7:50 pm #177460Hi All
I want to extend main slideshow “JA News Featured” (sl1-1 Module width till sl1-2 ) but template is not allowing me, please somebody can help me to do, i will be very thank-full to you, looking forward
please find screen short
Thanks in advance
usmancim Friendusmancim
- Join date:
- November 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 23, 2012 at 9:57 pm #454598<em>@usmancim 321699 wrote:</em><blockquote>Hi All
I want to extend main slideshow “JA News Featured” (sl1-1 Module width till sl1-2 ) but template is not allowing me, please somebody can help me to do, i will be very thank-full to you, looking forward
please find screen short
Thanks in advance</blockquote>
I solved this problem, Thanks alot 🙂
1 user says Thank You to usmancim for this useful post
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 2, 2013 at 1:23 am #485058how did you do this???
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 4, 2013 at 1:55 am #485176Hi,
You can go to template manager > Layout (tab) > Edit layout you’re using – suppose that the Default layout is being used
There should be this line:
<block name="topsl1" type="spotlight" special="left" specialwidth="50" main-inner="1" >sl1-1,sl1-2,sl1-3</block>
change it to:
<block name="topsl1" type="spotlight" special="left" specialwidth="75" main-inner="1" >sl1-1,sl1-2,sl1-3</block>
Save everything and clean cache.
1 user says Thank You to Saguaros for this useful post
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 5, 2013 at 12:25 am #485324Saguaros
Thank You! Worked perfect!
I just came back to this thread to post you great response to my question but you beat me to it.
(Saguaros responded to my support ticket by email)
– – – – – – – – – – – –
If you solve something please post the solution 😉cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 5, 2013 at 12:28 am #485325Now that I have extra room in my slideshow I have to figure out how to make my slideshow images fit the new space.
With the default settings the image size is 490×280.
– – – – – – – – – – – –
I just increased the image size to 728×280 but that didn’t solve the problem.
I think you make the change to the image size in the module -Module mod_janews_featured-cndglobal
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 5, 2013 at 1:01 am #485326I changed the image size in the Module mod_janews_featured to 728×280.
That left a small gutter on the right side of the image.
Not sure how to adjust this….I’ll post a screencap….
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 5, 2013 at 1:32 am #485329Hi,
You can open file: /templates/ja_nex/html/mod_janews_featured/nex/style.css , at approx line 89
.ja-zinfp-featured .ja-zincontent-img img {
float: none !important;
margin: 0 0 5px;
width: 738px; <<< add this line and change to your desired value
}Remember to clean cache 🙂
1 user says Thank You to Saguaros for this useful post
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 5, 2013 at 2:25 am #485339Thanks to JA for all the templates. The more I fool around with them the more I appreciate all the hard work that goes into making them.
– – – – – – – – – – –
That said…….I made the edit in the style.css and now don’t know if I like it or not. (see screen cap)
The edit made the space larger and eliminated the gutter.
It left the “FEATURED” flag and the “Scroll Arrows” in the original place so now another issue to adjust that.:((
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 5, 2013 at 2:47 am #485344I’d be happy to just comment out the “FEATURED” flag and the “Scroll Arrows”
……….Don’t really need them for the kind of site I’m working on…….Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 5, 2013 at 3:16 am #485347Hi,
Seems that I answered this querry one time in another thread 🙂
The ‘FEATURED’ flag is the title of this JA News Featured module. In backend settings of this module, there is option for you to show/hide the Featured title.
To hide scroll arrow, please open file: /templates/ja_nex (your_default template)/html/mod_janewsfeatured/nex/style.css
at approx line 128:
.ja-zinfp-links-actions {
height: 40px;
display: none !important; <<< add this line
padding: 0;
position: absolute;
right: 0;
width: 80px;
z-index: 10;
}
Then clean all cache.
1 user says Thank You to Saguaros for this useful post
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 5, 2013 at 4:05 am #485356Saguaros
Wanted to say a big Thank You for all your help!
It’s people like yourself that make this community a great place.
Thanks again….:Dcndglobal
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by cndglobal 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum