Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • malory Friend
    #170063

    Sorry 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.


    1. 1
    2. 2
    Blaine Friend
    #421607

    Hi!
    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 Friend
    #421613

    Ок, Thanks!

    Blaine Friend
    #421722

    Hi 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 MALORY

    The third party plugin is the issue. Changing the width of the position to more than it needs.

    Thanks!


    1. cb-error
    malory Friend
    #421774

    Thanks for the reply. After executing this code, the pages with the CB begin to work correctly, but other pages now look like this:


    1. Screenshot
    Blaine Friend
    #421797

    Hi Malory!
    Did you execute the code in the CB CSS files or in the JA CSS files?
    Thanks!

    malory Friend
    #421799

    I have executed the code in templates/ja_teline_iv/template.css

    malory Friend
    #421803

    I 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 Friend
    #421805

    Please, help is needed very urgently!


    1. Screenshot-1
    2. Screenshot-2
    Blaine Friend
    #421902

    Hi 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 Friend
    #421936

    Please, 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 Friend
    #421953

    When I change the width of the CB, column stripe-bg-2.png from ja_teline_iv remains, but I don’t need it!


    1. Screenshot-3
    Blaine Friend
    #422016

    Hi Malory!
    Please test the web site to see if the issue is resolved and let me know.
    Thanks!

    malory Friend
    #422031

    Hi! 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 Friend
    #422060

    Hi 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!

Viewing 15 posts - 1 through 15 (of 17 total)

This 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