• Resolved stastz14

    (@stastz14)


    hi

    first of all great theme.
    and for issues: i did a child theme (tempera-child) – i didnt find any ready-to-use child theme of tempera. in it i put a claen style.css and put @import url(‘../tempera/rtl.css’);
    and its not working, its all wrong – you can see: http://27e.da6.myftpupload.com/

    please help asap.

    my style.css looks like that:

    /*
    Theme Name: tempera Child Theme
    Description: tempera Child Theme
    Template: tempera
    Version: 1.0.0
    License: GPL General Public License
    */

    /* =Start From Here
    ————————————————————– */

    @import url(‘../tempera/rtl.css’);

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try:

    /*
    Theme Name: tempera Child Theme
    Description: tempera Child Theme
    Template: tempera
    Version: 1.0.0
    License: GPL General Public License
    */
    
    /* =Start From Here
    -------------------------------------------------------------- */
    
    @import url('../tempera/style.css');
    @import url('../tempera/rtl.css');

    Thread Starter stastz14

    (@stastz14)

    hi

    thanks for the fast reply, but…. no its still not working.
    any other ideas?

    from what i discribed how i did the child theme and the style.css did i did it right(im new at all this building website thing).

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter stastz14

    (@stastz14)

    thank you friend for the fast reply.

    i see what you mean, i cheked what style.css is upload and its with the change, why its not uploading?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you got any caching plugins?

    Thread Starter stastz14

    (@stastz14)

    i got few plugins but not for caching, maybe one of them do it, how can i check it?, but its referred to the new style in the child… so why not to the change?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Not sure how to check, maybe try deactivating them all if you can and then seeing if the issue persists. It’s also worth asking your hosting providers if they’re doing any sort of server-side caching.

    Can you double-check you’re uploading the right file in the right directory?

    Thread Starter stastz14

    (@stastz14)

    i triple check delete and upload new one…
    i dont think the host is do it because i did a lo of changes and allways work.

    i think the problem is much bigger, look at right side to social icons there a red color, if yougo to other page you can see that the bar that shows where im with a stange sign instead of an icon of house……

    to bad that the theme owner do not respond in his site or here

    andrew thanks, maybe any ideas?

    Thread Starter stastz14

    (@stastz14)

    i did all from beggining and its work.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘child theme and rtl’ is closed to new replies.