satori

Forum Replies Created

Viewing 10 posts - 1,021 through 1,030 (of 1,561 total)
  • Author
    Posts
  • in reply to: Break comments into pages #1988
    mmsatori
    Keymaster

    Good to hear!
    I will include the fix into the next version update for Fuji, thank you for the feedback.

    In case of other questions/issues do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Break comments into pages #1984
    mmsatori
    Keymaster

    Hey Inocuo,

    you’re right, it’s a CSS problem there, thank you for pointing it out! I’ve prepared an updated stylesheet for the theme, you can download it here. Please let me know if the fix works as intended!

    Best,
    Andrii / Satori Studio

    in reply to: Background Image again #1981
    mmsatori
    Keymaster

    Hey Fry,

    this is not a theme issue, nevertheless:
    a table is a special kind of HTML element which has a display=”table” property and therefore requires other positioning approaches. The easiest way to center a table on a page would be to add auto margins to it:
    <table style="margin: 0 auto"></table>

    Sincerely,
    Andrii / Satori Studio

    • This reply was modified 11 years, 7 months ago by mmsatori.
    • This reply was modified 10 years, 5 months ago by satori.
    in reply to: Mobile issues. #1980
    mmsatori
    Keymaster

    Glad to hear! Should you have other questions, do not hesitate to contact me.

    Best,
    Andrii / Satori Studio

    in reply to: Videos #1976
    mmsatori
    Keymaster

    Hey Agatha,

    The “Night Zoo” tag was hidden from the list in the “Photography” section because I’ve hidden some of the items using CSS previously (following your requests). I’ve made changes so that the tag in question is visible again.

    I must note that your instance of the Sensei theme has been so heavily edited that I would recommend consulting with a WordPress specialist for any changes in the website’s structure (incl. new tags etc).

    Sincerely,
    Andrew / Satori Studio

    in reply to: Mobile issues. #1975
    mmsatori
    Keymaster

    Hey Gudwrkagency,

    first of all, thank you for the purchase!

    I’ve looked into the code of your website and it seems that the Bootstrap framework that is installed on it is interfering with the theme, since it also has a “.dropdown-menu” class which it styles very distinctively. I wouldn’t recommend using Bootstrap or any other framework together with WordPress themes, but in case it is an absolute necessity, you can effectively cancel the Bootstrap’s CSS specifically for the theme’s mobile menu drop-downs with some additional CSS (add it at the bottom of the “style.css” file which should open by default when going to “Appearance -> Editor”):


    .mobilemenu .dropdown-menu {
    position: static !important;
    display: block !important;
    padding: 0 !important;
    }

    Please let me know if it works!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Background Image again #1974
    mmsatori
    Keymaster

    Hey Fry,

    the code I posted above should work on any page template; please check that you’ve inserted the correct page ID: go into the editor mode for the page in question and check the URL in the browser’s address bar: the number you’re after is the one following the “page=” text. Please let me know of the results!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Background Image again #1968
    mmsatori
    Keymaster

    Hey Fry,

    glad it works, I’ll update the ThemeForest download files as well, thanks for pointing out the bug!

    Regarding your second question: in principle, the footer is not fixed to the bottom of the window, since in that case it will always stick to the window even if there’s more content than window height (you can try any theme on ThemeForest, they’ll also follow the same principle). I wouldn’t also advise to fix the footer on individual pages, since different visitors may have varying screen sizes and to some the footer will overlap the content on smaller screen heights. In any case, it is up to you to decide, here’s how it can be done: please add this CSS code at the bottom of the “style.css” file (opens by default in “Appearance -> Editor” admin menu):
    .page-id-XX #footer { position: fixed; bottom: 0; }
    replace the “XX” with the ID of the page in question. Note that you’ll need to add every individual page separately.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Background Image again #1966
    mmsatori
    Keymaster

    Hey Fry,

    first of all, thank you for the purchase!

    I’ve looked into the issue, and it seems that there was indeed a bug in the theme’s files. I’ve prepared a fix: please download this archive, unzip it, and upload the contained file into the following folder:
    /wp-content/themes/Kabuki/includes/supersized/includes/
    replacing the existing file. Then refresh your website and try changing the meta box settings once more. Please let me know if it works for you!

    Best,
    Andrii / Satori Studio

    in reply to: Hide Blog info #1963
    mmsatori
    Keymaster

    Hey Antonio,

    in Ikebana, it is possible to hide meta information for portfolio items in the Theme Options panel (“Portfolio Page” tab, uncheck the “Display meta information on portfolio item pages” setting). In case you wish to hide the blog post meta as well, you’ll need to add this CSS in the “Style: Add Custom CSS” tab of the Theme Options panel:

    .blog .post-meta, .single-post .post-meta { display: none; }

    Sincerely,
    Andrew / Satori Studio

Viewing 10 posts - 1,021 through 1,030 (of 1,561 total)