-
AuthorPosts
-
dpchap015 Friend
dpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
June 2, 2014 at 6:31 am #198389Hi
template is really good i its design and all š thanks for it
but i am facing a problem in the sidebar of the template .
the width of the sidebar is not a standard size width for the banners .
width of banner is 234px why its not 300px?
i can`t add the 300×250 banner in the sidebar now , it will goes out of the sidebar .
Also the space in left and right side of the container is not equal .
see this
Also logo spinning stops working after update joomla to 3.3
How to fix these issues?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 3:18 pm #537430So that we can try to best assist you, please provide the url of the site you’re working on
dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 5, 2014 at 5:01 am #537840From the screenshot of you mentioned above, I see the advertisement in right of your site is greater than the size of the right panel, you have to expand dimension of right side to match with advertisement size.
Please post your site’s URL here so that I can check it for you.
dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
June 5, 2014 at 10:15 am #537870<em>@Ninja Lead 430795 wrote:</em><blockquote>From the screenshot of you mentioned above, I see the advertisement in right of your site is greater than the size of the right panel, you have to expand dimension of right side to match with advertisement size.
Please post your site’s URL here so that I can check it for you.</blockquote>
Hello Ninja
I sent you all the details in PM .
I installed a fresh copy for you .
Thanks šNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 6, 2014 at 3:34 am #537961@dpchap015: You can apply my workaround below.
Create the templates/ja_sugite/css/custom.css file and add new rule
div.t3-sidebar.t3-sidebar-right.col-xs-12.col-sm-4.col-md-3 {
padding: 2px !important;
}
@media screen and (min-width: 768px) {
.t3-module {
margin-bottom: 28px !important;
}
}Let me know if it helps.
dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
June 6, 2014 at 6:16 am #537987<em>@Ninja Lead 430959 wrote:</em><blockquote>@dpchap015: You can apply my workaround below.
Create the templates/ja_sugite/css/custom.css file and add new rulediv.t3-sidebar.t3-sidebar-right.col-xs-12.col-sm-4.col-md-3 {
padding: 2px !important;
}
@media screen and (min-width: 768px) {
.t3-module {
margin-bottom: 28px !important;
}
}Let me know if it helps.</blockquote>
Hi Ninja lead
I added the above css rule as per your instructions .
but it will work only with the wide screen size .
If you Will shrink the Size you can see module are going out of the Side panel .
Also the space between left and right side is not equal .
And Logo stop its moving property after updation on joomla to 3.3 .Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 9, 2014 at 8:39 am #538295<blockquote>
I added the above css rule as per your instructions .
but it will work only with the wide screen size .
If you Will shrink the Size you can see module are going out of the Side panel .
Also the space between left and right side is not equal .
</blockquote>You have to add the css below if you want to work with tablet and mobile layout.
In the templates/ja_sugite/css/custom.css file, add this rule:
@media (max-width: 979px) {
.t3-sidebar-right .custom img {
width: 100%;
}
}
<blockquote>And Logo stop its moving property after updation on joomla to 3.3 .</blockquote>
I see the css styles on your site have been changed compared to the original style. Please check and change as follows:
Open templates/ja_sugite/css/template.css file,
Change
.logo-image img {
max-height: 56px;
-webkit-transition: all 0.45s;
transition: all 0.45s;
}
.logo-image a:hover img {
transform: rotate(360deg);
}To
.logo-image img {
-webkit-transition: all 0.45s;
transition: all 0.45s;
}
.logo-image a:hover img {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
June 13, 2014 at 6:42 am #538798Hi
Ninja Lead
sorry for late reply (my boss is on leave so i was not allowed to post on forum ).
i added these css in custom.cssdiv.t3-sidebar.t3-sidebar-right.col-xs-12.col-sm-4.col-md-3 {
padding: 2px !important;
}
@media screen and (min-width: 768px) {
.t3-module {
margin-bottom: 28px !important;
}
}@media (max-width: 979px) {
.t3-sidebar-right .custom img {
width: 100%;
}
}
but the problem is same .
if i minimize the screen the banner module goes out of screen and padding in left-right side is not equal .
see this image
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 13, 2014 at 9:34 am #538823dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
June 16, 2014 at 3:38 am #538972<em>@Ninja Lead 432114 wrote:</em><blockquote>It is working fine, please clear cache your browser and check it again. You should see this result:
</blockquote>
Hi
its fine in the wide screen but when minimize the screen slowly you can see the banner goes out of screen .
and the padding in left and right side is not equal .Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 16, 2014 at 10:49 am #539036I just helped to get the problem on small screen fixed directly on your site. You can see the following declaration in the custom.css file.
@media (min-width: 992px) {
div.t3-sidebar.t3-sidebar-right.col-xs-12.col-sm-4.col-md-3 {
padding: 28px !important;
}
.t3-sidebar-right .custom img {
width: 100% !important;
}
}
dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
June 18, 2014 at 4:35 am #539311<em>@Ninja Lead 432426 wrote:</em><blockquote>I just helped to get the problem on small screen fixed directly on your site. You can see the following declaration in the custom.css file.
@media (min-width: 992px) {
div.t3-sidebar.t3-sidebar-right.col-xs-12.col-sm-4.col-md-3 {
padding: 28px !important;
}
.t3-sidebar-right .custom img {
width: 100% !important;
}
}
</blockquote>
Hello NInja
i checked the fixed by you , but it does not help š
i want to use a banner 300×250 in the sidebar
bu above solution 100% width of image
the banner width decreased .
Now its not 300×250 pxNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 18, 2014 at 8:04 am #539326Please try this additional tweak to adjust the sidebar size. Open the custom.css file,
Change
@media (min-width: 992px) {
div.t3-sidebar.t3-sidebar-right.col-xs-12.col-sm-4.col-md-3 {
padding: 28px !important;
}
.t3-sidebar-right .custom img {
width: 100% !important;
}
}
To
@media (min-width: 992px) {
div.t3-sidebar.t3-sidebar-right.col-xs-12.col-sm-4.col-md-3 {
padding: 0px !important;
}
.t3-sidebar-right .custom img {
width: 100% !important;
}
}
dpchap015 Frienddpchap015
- Join date:
- September 2011
- Posts:
- 300
- Downloads:
- 75
- Uploads:
- 57
- Thanks:
- 1
- Thanked:
- 24 times in 1 posts
June 19, 2014 at 4:51 am #539456Hi
Its solve the issue š
But there is little problem now , When i shrink the screen size The Side menu overlap on the menu item .
AuthorPostsThis topic contains 29 replies, has 5 voices, and was last updated by Pankaj Sharma 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum