Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #946330

    Hi
    kindly post your working site URL Here and set the CSS compression Off from template options . So that I check your request .

    italpascal Friend
    #946403

    OK, My temporary site is lowcost.polynesiaxtutti.it
    thank you

    Ital Pascal

    Pankaj Sharma Moderator
    #946439

    Hi
    I checked the code and noticed the image path is wrong , below you can found the correct code

    .createdby, .author {
        font-weight: bold;
        background: url("/templates/ja_teline_v/images/ico/draw_calligraphic.png") no-repeat right 5px;
    }

    beside this the code is working Here : http://prntscr.com/bogg8e

    italpascal Friend
    #947238

    OK, corrected √ , changed joomla.less file and saved it I tried to compile but returns error on line 29
    see image
    help me understand?
    thank you
    Ital Pascal

    ps: if you want I can give you an account in private


    1. Modify_Joomla_less
    2. Error_Compila_Joomla_Less
    Pankaj Sharma Moderator
    #947277

    Hi
    the changes are in the css , You should define the custom style changes in the custom.css file .
    Save and check .
    Less files are core style files and updated on template updates , and the changes also lost .

    italpascal Friend
    #947394

    Hi,
    but I put in the changes in custom.css and how to see the changes on the site are not perfect 🙁

    /* modifica del Creato da - Autore */
    .createdby,
    .author {
      font-weight: bold;
      background:url("/templates/ja_teline_v/images/ico/draw_calligraphic.png") no-repeat right 5px;
      padding: 10px 24px;
    }
    .article-aside-full dd:after {
        display: inline-block;
        margin-left: 10px;
        color: #666666;
        font-weight: 300
    }
    .dd.createby.hasTooltip {
      padding: 1px 10px;
      }
    
    .breadcrumb > .active .hasTooltip, .breadcrumb > li.active .hasTooltip,
    .breadcrumb > li.active:hover .hasTooltip, .breadcrumb li.active:active .hasTooltip,
    .breadcrumb li.active:focus .hasTooltip {
        padding-right: 1px 10px
    }
    .article-aside-full dd:before {
        display: inline-block;
        margin-left: 1px;
        color: #156b61;
        font-weight: 300
    }
    
    Pankaj Sharma Moderator
    #947520

    Hi
    please check it again , Here u can see the changes did by you are working fine .
    http://prntscr.com/bogg8e http://prntscr.com/bprz2l
    You can give me a screenshot and illustrate the changes in the screenshot that u applied and not working ,
    With page url . Also give me code separate , because custom.css file has different codes , I am not sure on which part of site u applied them .

    italpascal Friend
    #947617

    ????? I do not understand your point 🙁
    I eliminated from the two files : .article-aside-full dd:after e article-aside-full dd:before BUT picks up another point on line " content: " / " ( see image )

    That’s what i can not understand 🙁

    from file on line 372 eliminated ( see image Joomla_Less )
    content : " / " <—– eliminated

    my file custom.css

    /* modifica del Creato da - Autore */
    .createdby,
    .author {
      font-weight: bold;
      background:url("/templates/ja_teline_v/images/ico/draw_calligraphic.png") no-repeat right 5px;
      padding: 10px 24px;
    }
    .article-aside-full dd:after {
        display: inline-block;
        margin-left: 10px;
        color: #666666;
        font-weight: 300
    }
    .article-aside-full dd:before {
        display: inline-block;
        margin-left: 1px;
        color: #156b61;
        font-weight: 300
    }

    1. Schermata-2016-07-07-alle-10.36.22
    2. Joomla_Less
    Pankaj Sharma Moderator
    #947630

    Hi
    I saw youe images , in which u want to remove the css style that also running , for this u do not need to edit Less , LESS files are core style files , also your site is running on CSS , you should turn Off
    css compression from template options first .
    Turn of Joomla cache
    Clean your browser cache
    then reload the page , inspect element on the tooltip part and u will all the path of files .
    http://prntscr.com/bpuzxp
    Till the compression is ON you can not see the path of style code .

    PS : You have not need to remove the code from root files , as the custom.css already working to override the code .
    Let me know if still there is any confusion in this part .

    italpascal Friend
    #947683

    intend ??? ( see image )
    OK disabled
    You can find ???
    http://lowcost.polynesiaxtutti.it/index.php/isole-della-societa/369-perche-scegliere-moorea

    tank you


    1. Schermata-2016-07-07-alle-12.20.42
    italpascal Friend
    #947686

    OK, eliminated on line 2998 from template.css 🙂 Thank you

    italpascal Friend
    #947757

    OK, SOLVED 🙂

    Thank You

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  italpascal 8 years, 2 months ago.

The topic ‘Modification padding in dd.createdby.hasTooltip’ is closed to new replies.