Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

satoristudio

Forum Replies Created

Viewing 10 posts - 31 through 40 (of 129 total)
  • Author
    Posts
  • mmsatoristudio
    Member

    Dear Nicola,

    alright, this is trickier, and normally would require changes in the template files, which I consider as (paid) customization work; however, please try this code instead of the previous one:


    #main #footer .container #footer-widget-area { padding: 0 !important; width: 750px !important; background: rgb(0,0,0); background: transparent\9; zoom:1; margin-left: 0px; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd000000, endColorstr=#dd000000); -ms-filter:”progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd000000, endColorstr=#dd000000)”; background: rgba(0,0,0, .90); float: left; }
    #main #footer { background: none !important; }
    @media only screen and (max-width: 990px) and (min-width: 767px) {
    #main #footer .container #footer-widget-area { width: 600px !important; left: 0; }
    #main #footer .container { padding-left: 110px; }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #main #footer .container #footer-widget-area { width: 432px !important; margin-left: -18px !important; }
    #main #footer .container #footer-widget-area .widget-footer { width: auto! important; margin-right: 20px !important; }
    }
    @media only screen and (max-width: 479px) {
    #main #footer .container #footer-widget-area { width: 264px !important; margin-left: -18px !important; }
    #main #footer .container #footer-widget-area .widget-footer { width: auto! important; margin-right: 20px !important; }
    }

    Sincerely,
    Andrew | Satori

    in reply to: Archives? #652
    mmsatoristudio
    Member

    Dear Foodnotes,

    I think I got the point now, here are some possibilities in Fuji:
    – There is a native monthly archives sidebar widget in WordPress, which you can of course use with Fuji; I’ve activated it in the demo so that you could check out how it looks (e.g. on this page).
    – Fuji does not currently contain a specialized page listing all post in an archive fashion, like in the demo you sent me (http://demos.itismattadams.com/wordblab/archives/archives-by-categories), yet now that you’ve mentioned it, I will include this as a planned feature for the next update (which will be version 2.1) – for that a big thanks! In the meanwhile, what I can do is to create a “quick substitute” for you in case you decide to use Fuji in your work: I can create a template file from this tutorial for you (there is a screenshot of how it would look like in the section titled “Archives”.

    Hope I was relevant enough! :)

    Sincerely,
    Andrew | Satori

    in reply to: Archives? #650
    mmsatoristudio
    Member

    Hey Foodnotes,

    thank you for expressing interest in my work!

    The category, tag, date, and author archives have separate template files in Fuji, which all resemble a blog page showing several posts satisfying the given archive criteria, and a category/tag/author description above the posts. Please see examples from the demo:
    Category archives: https://satoristudio.net/fuji/category/photography/ (the middle menu items are all category archives like this one)
    Tag archives: https://satoristudio.net/fuji/tag/innovation/ (can be found by clicking on tag cloud items)
    Date archives: https://satoristudio.net/fuji/2012/02/
    Author archives: https://satoristudio.net/fuji/author/satoristudio/

    In case I misunderstood the question and you wanted something else, please provide a screenshot or a URL with an example :)

    Sincerely,
    Andrew | Satori

    in reply to: Menu doesn't works when events page #649
    mmsatoristudio
    Member

    Hey Kaoru!

    I’ll duplicate here the text of the email I’ve sent you today, just in case:
    The cause of the problem was in the URL you used for the events page – the one you gave me (ending with “?post_type=tribe_events”) is an auxiliary internal version of the permalink-formatted URL: http://kaorutanaka-guitar.com/mirror/events/, which you set up on the Events plug-in settings page (“Events -> Settings” in the admin menu). Just make sure to use the latter URL and the menu will be working fine ;)

    Do not hesitate to contact me in case of questions!

    Sincerely,
    Andrew | Satori

    in reply to: How to reduce the dark background width of footer widget area #647
    mmsatoristudio
    Member

    Dear Nicola,

    thank you for the comment!

    To reduce the width of the footer area, please try adding the following line to “style.css” (Appearance -> Editor admin menu):
    #main #footer { width: 750px !important; margin: 50px auto 0 auto !important; float: none !important; }

    Sincerely,
    Andrew | Satori

    in reply to: Menu and gallery problem #646
    mmsatoristudio
    Member

    Dear Nicola,

    I apologize for a slow reply, my hosting provider apparently had an accident on Christmas and all of my websites went offline for several days, including this forum.

    Regarding your comment: I totally agree, that doesn’t look right! To fix this, please go to “Appearance -> Editor” admin menu and add the following line at the bottom of “Style.css” (should open be default):
    #nav-primary { z-index: 1000 !important; }
    and do not forget to hit “Update file”.

    I will also include this fix in the next theme update.

    Sincerely,
    Andrew | Satori

    in reply to: Problem in IE 10 #645
    mmsatoristudio
    Member

    Hi Nicola!

    The problem you are reporting has been fixed in Kabuki version 1.1, please download it from the “Downloads” tab in your ThemeForest account and update ;)

    I apologize for any inconvenience!

    Sincerely,
    Andrew | Satori

    in reply to: Menu doesn't works when events page #644
    mmsatoristudio
    Member

    Hi Kaoru,

    first of all, thank you for the purchase!

    I have installed the plugin you are using on the Kabuki demo website, and created an events page to test it – the menu works fine there at the moment. The first thing you can try is to update the theme to version 1.1 (from the Downloads tab in your ThemeForest account, by the way it contains a couple of important fixes, such as improved Internet Explorer compatibility). If this does not help, please send my your admin login and password to support@satoristudio.net (no disclosure guaranteed) – there are so many potential causes of this issue that it would be long a cumbersome to try to ask you all possible questions :) it’d be much more efficient if I could take a look at the code myself.

    By the way, I’ve noticed that the submenu on your website looks a bit wiggly – you could try adding the following line of code to the “style.css” file (Appearance -> Editor admin menu):
    #nav-primary ul li ul.sub-menu, #nav-primary ul li ul.sub-menu li { height: 47px !important; }
    This will make the submenu look more like the Kabuki demo ;) sorry in advance if the current state of the menu is what you want it to be.

    Sincerely,
    Andrew | Satori

    in reply to: Fuji slider is not adequately responsive? #643
    mmsatoristudio
    Member

    Hey Jonathan!

    I apologize for a delay in my reply, my hosting company apparently had an incident with one of the servers and all my websites (including this forum) were down for several days. The issue you mention is exactly what I fixed before I wrote my previous reply, but once the hosting provider put my websites back online, I’ve also noticed that the slider is back to its previous state, i.e. resizes incorrectly – which I suspect is because the hosting provider had used the backup version of their data. In any case, I’ve updated the theme demo again, please check it out :)

    Best,
    Andrew | Satori

    in reply to: Q about videos and captions #556
    mmsatoristudio
    Member

    Dear Shambhavi,

    you can email me at support@satoristudio.net ;)

    Sincerely,
    Andrew | Satori

Viewing 10 posts - 31 through 40 (of 129 total)