satori

Forum Replies Created

Viewing 10 posts - 831 through 840 (of 1,561 total)
  • Author
    Posts
  • in reply to: forms / buttons language setting #2484
    mmsatori
    Keymaster

    Hey Bettina,

    please make sure that:
    1). the field for the string to translate is case-sensitive, so you must have “Send Message” and not “send message” there
    2). the “domain” (or “text domain” depending on the plugin version) field should say “satori”.

    Does the above information help?

    Sincerely,
    Andrii / Satori Studio

    in reply to: Header height #2483
    mmsatori
    Keymaster

    Glad to hear it worked! Thank you for the kind words – and, should you have additional questions, do not hesitate to contact me.

    Sincerely,
    Andrii / Satori Studio

    in reply to: PORTFOLIO LARGE ITEMS bug #2478
    mmsatori
    Keymaster

    Hey Piero,

    I would need backend access to properly troubleshoot this one – please send your login and password to support@satoristudio.net (no disclosure guaranteed), and I will look at it as soon as possible.

    Sincerely,
    Andrii / Satori Studio

    in reply to: forms / buttons language setting #2477
    mmsatori
    Keymaster

    Hey Bwusstsein,

    first of all, thank you for the purchase!

    Kanso is internationalization-compliant and makes use of the respective tags throughout the template, which means that you can change the hard-coded theme strings by using any of the third-party plugins such as Quick Localization. When translating the strings, please use “satori” as theme’s language domain.

    Should you have additional questions, do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Header height #2473
    mmsatori
    Keymaster

    Hey Kadoka66,

    yes, you’re right, I haven’t thought of that, sorry. There is no way of making the background stay in front of other content and have the content reachable by mouse at the same time, since this is just not how CSS works. An alternative solution would be to create a new layer in the website, declare it as having “position: absolute” and “z-index: 10”, and include the image in there. One more option would be to declare a width limit (in pixels or percentage points) for the existing supersized layer:


    #supersized li.activeslide { width: 10% !important; }

    yet in this case the bottle may still overlap the content on smaller screens – yet then again you might want to hide the bottle altogether on mobiles and tablets.

    Sincerely,
    Andrii / Satori Studio

    in reply to: child theme responsive.css not being returned. #2472
    mmsatori
    Keymaster

    Hey Jose,

    that is correct, the responsive.css mostly contains features that allow for the proper functioning of the theme on smaller screens rather than styling, thus it is originally not intended for overrides via child theme; hence the “get_template_directory_uri()” usage. However, if you do want to change it in the child theme, you’ve done the correct thing by changing to “get_template_directory_uri(). Do not forget to include the original file using the @import declaration (see the child’s style.css for an example).

    Sincerely,
    Andrii / Satori Studio

    in reply to: Header height #2467
    mmsatori
    Keymaster

    Hey Kadoka66,

    making the background image come in front of the content it is not possible from the use back-end options in Tokyo (since the “background” image is intended for the background :) yet it is quite easy to achieve using a small piece of custom CSS: visit the “Appearance -> Editor” admin section, and add this code at the bottom of the file that opens by default (should be “style.css):


    #supersized { z-index: 2000; }

    After that press the “Update file” button to save the changes, refresh the website, and let me know if it worked.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Background Image again #2466
    mmsatori
    Keymaster

    Hey Fry,

    I would be able to troubleshoot more efficiently if I had the back-end access – please do send your login information (to support@satoristudio.net). Thanks!

    Best,
    Andrii / Satori Studio

    in reply to: Video Post not Showing Video #2465
    mmsatori
    Keymaster

    Hey Jwoodisgood,

    in Kanso, the “video” post format has been specifically created to add single videos – you only need to post the direct link to the video into the post content; in case you wish to add both text and video, you can use the “standard” post format and insert videos vie the [MEDIA] shortcode, which can be used anywhere inside the content, e.g.
    [media url=”http://vimeo.com/15069551″%5D
    more details on the shortcode are available on page 18 of the theme demo.

    Please let me know if the above information helps with your issue.

    Best,
    Andrii / Satori Studio

    in reply to: Single Page – Menu Links not working #2464
    mmsatori
    Keymaster

    Hey Longxin,

    first of all, thank you for the purchase!

    At the moment I can see that the menu links on your website seem to be functioning – has the issue been resolved in the meanwhile or am I missing the problem? :)

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 831 through 840 (of 1,561 total)