satori

Forum Replies Created

Viewing 10 posts - 781 through 790 (of 1,561 total)
  • Author
    Posts
  • in reply to: Column help #2621
    mmsatori
    Keymaster

    Hey KF,

    at the moment I can see that the last two items in the “New Features” section are well-aligned, the only problem is the two top items, and that stems not from the column shortcode, but from the fact that you’ve positioned the “Responsive” title on a separate line, so that it got wrapped into

    elements by WordPress, while the “Modern” heading is simply enclosed in tags. If you make the two first headings analogous, the rest of the text should align itself as well.

    In any case, you can try e.g. Synved’s Shortcodes plugin as an alternative.

    Sincerely,
    Andrii / Satori Studio

    in reply to: menu highligting wrong item and link to slide #2618
    mmsatori
    Keymaster

    Hey Morten,

    I’ve fixed the menu item highlight issue (corrected a part of the code in your “header-functions.php” file). Thank you for bringing this up, I will also include the fix into the next theme update (1.4).

    Regarding the in-page links: Kanso does have a smooth scrolling feature installed, yet at the moment it is set to only affect the menu links. If you want to include other links into this feature, you will need to alter the selector on line 576 of the “header-functions.php” file (e.g. instead of ‘.nav-smooth .main-menu a’ you can make it just ‘a’ for all links or add a specific class that you’re planning to attribute to the in-page links, e.g. ‘.nav-smooth .main-menu a, a.in-page’

    Best,
    Andrii / Satori Studio

    in reply to: more tag not working in front page #2617
    mmsatori
    Keymaster

    Great! I will include the fix into the next version update for Kanso (1.4).

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

    Best,
    Andrii / Satori Studio

    in reply to: more tag not working in front page #2615
    mmsatori
    Keymaster

    Hey Rotkreis,

    first of all, thank you for the purchase!

    You’re right, there’s a bug with the “more” links on the one-page template, thank you for noticing this, and my apologies for the error! I’ve prepared a fix: please download this archive, unzip it, and upload the resulting file into the theme root folder (/wp-content/themes/Kanso/), replacing the existing file. Let me know if this helps.

    Sincerely,
    Andrii / Satori Studio

    in reply to: problems with portfolio page #2614
    mmsatori
    Keymaster

    Hey Katharina,

    first of all, thank you for the purchase!

    The problem most probably stems from the fact that the tag you’re talking about contains two words: please try visiting the “Icon Menu” tab of the Theme Options panel, expanding the icon menu item that corresponds to this element, and inserting a dash instead of space between the two words, i.e. “mixed-media”. Please let me know if this helps solve the issue!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Logo not showing up at all #2612
    mmsatori
    Keymaster

    Hey there,

    first of all, thank you for the purchase!

    The URL you’ve provided does not have the theme activated at the moment, yet I can suppose what the root of your issue might be: while uploading an image into a field in the Theme Options panel, please make sure that in case the „File URL” field displays an attachment URL (ending with „?attachment_id=xx”) or an empty field, press the „File URL” button below the url field so that the link is a direct url of the image file (ends with the filename of the uploaded file). Once you have chosen the item and settings, press „Add to OptionTree”. Please let me know if this solves the problem!

    Sincerely,
    Andrii / Satori Studio

    in reply to: menu highligting wrong item and link to slide #2611
    mmsatori
    Keymaster

    Hey Morten,

    first of all, thank you for the purchase!

    Please provide your admin backend access data to support@satoristudio.net – I need to see the code in order to troubleshoot the menu issue.

    If I understood correctly, I’d like links that point to a specific part of the front page – if that is the case, you can use URLs with hash, as usual – of the form:

    [home-url]#page-holder-[page-ID]

    e.g. http://glatteben.dk.linux12.curanetserver.dk/#page-holder-263

    Sincerely,
    Andrii / Satori Studio

    in reply to: Column help #2608
    mmsatori
    Keymaster

    Hey KF,

    regarding the columns: the point is not to merge the content of the column, but to remove spaces between the shortcode itself – between the last “]” of one shortcode and the first “[” of the next one, as shown in the example in my previous post; at the same time, the content of each shortcode can be anything and have any number of lines, I’ve used a single word just for illustration purposes.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Home slider help #2604
    mmsatori
    Keymaster

    Hey KF,

    I will go over your questions in the same order:

    1). To make a slider element link to the bottom of the slider, please use the “Link to slide” parameter in the particular layer settings (“Layer Links and Advanced Params” section): set it to “Scroll below slider”.

    2). Making the image larger is not possible without serious changes in the slider’s code, since the size of the slider elements is progressively set using jQuery depending on the particular screen width.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Column help #2603
    mmsatori
    Keymaster

    Hey KF,

    to align the columns, please try removing any spaces or new lines between the column codes, i.e. instead of

    [column size="1-2"]Content[/column][column size="1-2" last="1"]
    [column size="1-2"]Content[/column][column size="1-2" last="1"]
    

    try making it:

    [column size="1-2"]Content[/column][column size="1-2" last="1"][column size="1-2"]Content[/column][column size="1-2" last="1"]
    

    Regarding the full-width pages: Kanso’s one-page mode has been specifically designed to have headings in the left as a distinctive theme design feature; there’s no back-end way of making a full-width page in the current version of the theme. However, it can be done with a few lines of additional code:

    #page-holder-195 .page-title { float: none; }
    #page-holder-195 .content-container-inner { float: none; width: 100% }
    

    (this is a code specifically for the last section of your front page; in order to make other sections full-width, I’d need to insert the same lines for each of them, replacing the “195” with the ID of the page that holds the respective content.

    Please let me know if the above information is helpful in your situation!

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 781 through 790 (of 1,561 total)