-
AuthorPosts
-
malory Friend
malory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 26, 2011 at 2:56 am #170063Sorry for my English!
I need your help!
My template works fine, but only a pages of user profiles in CB look differently, although they have the same settings.
Here are screenshots of: 1 is right, 2 is wrong.-
Blaine Friend
Blaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 26, 2011 at 5:06 am #421607Hi!
I have replied in the ticket.
I would like to please keep this in the forum so as soon as you reply to the ticket, we will deal with this issue here, ok?
Thanks!malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 26, 2011 at 5:32 am #421613Ок, Thanks!
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 26, 2011 at 5:16 pm #421722Hi Malory!
We really do not support third party items. In your case the CB.
Your width is at 100% and needs to be set to 65% as follows:
url(“/templates/ja_teline_iv/images/stripe-bg-2.png”);background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
float: left;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
width: 65%; <<<<<<<SEE THIS MALORYThe third party plugin is the issue. Changing the width of the position to more than it needs.
Thanks!
malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 27, 2011 at 12:07 am #421774Thanks for the reply. After executing this code, the pages with the CB begin to work correctly, but other pages now look like this:
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 27, 2011 at 4:43 am #421797Hi Malory!
Did you execute the code in the CB CSS files or in the JA CSS files?
Thanks!malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 27, 2011 at 4:57 am #421799I have executed the code in templates/ja_teline_iv/template.css
malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 27, 2011 at 6:08 am #421803I resolved the problem by changing the code in plugins/system/jat3/jat3/core/template.php
<?php if ($maininner):
for ($i=1;$i<=$maininner;$i++):
if ($i==$maininner) $clearfix = ' clearfix';
?>
<div class="main-inner<?php echo $i.$clearfix ?>">
<?php endfor;
endif;
replaced with a
<?php if ($maininner):
for ($i=1;$i<=$maininner;$i++):
if ($i==$maininner) $clearfix = ' clearfix';
?>
<div id="main-inner<?php echo $i.$clearfix ?>">
<?php endfor;
endif;
but now disappeared background and changed the footer …Help!!! :((
malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 27, 2011 at 6:15 am #421805Please, help is needed very urgently!
-
Blaine Friend
Blaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 27, 2011 at 1:08 pm #421902Hi Malory!
I am so proud that you tried to fix the site yourself!! WTG!!
If you would be so kind as to reverse the last code changes you made and then go in to the CB css files and make the original code changes I suggested there instead.
Thanks!malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 27, 2011 at 2:33 pm #421936Please, tell me exactly where in the CB need to put this code?
url("/templates/ja_teline_iv/images/stripe-bg-2.png");
is display in the templates/ja_teline_iv/template.css …malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 27, 2011 at 2:56 pm #421953When I change the width of the CB, column stripe-bg-2.png from ja_teline_iv remains, but I don’t need it!
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 27, 2011 at 9:09 pm #422016Hi Malory!
Please test the web site to see if the issue is resolved and let me know.
Thanks!malory Friendmalory
- Join date:
- January 2011
- Posts:
- 34
- Downloads:
- 1
- Uploads:
- 10
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
October 28, 2011 at 12:49 am #422031Hi! Thanks for the help. But honestly, it’s not quite what I expected. For me is very important the SEF. I feel very sorry that we have to choose between working SEF and JA template… Surely you can find another solution to the problem. For example, to modify the main-inner1.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 28, 2011 at 3:49 am #422060Hi Malory!
I have provided support for a third party extension and JA really does not do that. So I apologize if the results are not what you have hoped for. maybe it is time to ask in the CB forum in order to get the results you wish for.
As for the SEF, Joomla’s own SEF should be sufficient. If you will explain to me what you need the SEF to do maybe I could recommend something to you.
Thanks!AuthorPostsThis topic contains 17 replies, has 2 voices, and was last updated by Blaine 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum