satori

Forum Replies Created

Viewing 10 posts - 591 through 600 (of 1,561 total)
  • Author
    Posts
  • in reply to: Custom Social Network Issue #3090
    mmsatori
    Keymaster

    Hey Christopher,

    you’re right, the image source is broken; sorry about this one! Please try unzipping this file and uploading the result into the theme folder (/wp-content/themes/Tokyo/). Let me know if the button appears!

    Sincerely,
    Andrii / Satori Studio

    in reply to: customize under appearance menu #3089
    mmsatori
    Keymaster

    Hey Chanidavis,

    first of all, thank you for the purchase!

    The “Appearance -> Customize” menu section is not intended as a settings source in Ikebana; even though it does work on my machine. You can set the website’s title and tagline in the “Settings -> General” admin section (though I recommend using the built-in “SEO Options” plugin for more elaborate SEO settings. You can set the front page in the “Settings -> Reading” admin section. In case you still need to definitely use the “Appearance -> Customize” menu section, please provide your admin login and password by emailing me at support@satoristudio.net, I will troubleshoot the situation.

    Sincerely,
    Andrii / Satori Studio

    in reply to: header in mobile view #3088
    mmsatori
    Keymaster

    Hey Sebastian,

    could you please provide the URL of the page(s) in question? I will need to see the particular situation in order to provide a sensible solution.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Image Selecting Arrows for Gallery – Portfolio posts #3080
    mmsatori
    Keymaster

    Hey Paulitilk,

    first of all, thank you for the purchase!

    I will split the issue into two sections for our convenience:

    1). The gallery on this page is missing navigation arrows because there is only one image in it :) could you please try uploading more images into that particular project?

    2). You’re right, the height algorithm of the gallery slider needs improvement. I’ve prepared a possible fix – please download this archive, unzip it, and upload the resulting file into the main theme folder on your server (/wp-content/themes/Kanso) replacing the existing file. This should tell the gallery slider to become as high as the shortest image among the slides, instead of fixing the height equal to the portfolio tile height. Please let me know if it works!

    A side note – I would recommend improving the quality of the band image in the front header slider – at the moment it looks quite grainy; also, the SoundCloud plugin which generates the play bar at the bottom of the page seems to slow down the website significantly, at least on my machine – it takes another 3-4 seconds after the website has already loaded to finish rendering the play bar, during which time one cannot interact with the website itself – which might annoy some of the future visitors. I would suggest adding this bar only on specific pages, or looking for a less demanding plugin – but then again, it might be that the lag is only present on my computer.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Header Menu Issue #3079
    mmsatori
    Keymaster

    Hey Galini,

    for the future, the most widely recommended way to make custom changes to themes is by using child themes – this way you can ensure that your customizations are stored separately and are not voided during an update.

    Regarding the issue at hand, the code that governs the menu is located in the “header.php” file, thus you can first try updating just that one and see if it resolves the menu issue. In general, to update the theme, you need to unzip the “Kanso_Installable” archive found within the primary ThemeForest archive, and upload all contents of the resulting “Kanso” folder into the analogous folder on your server, i.e. /wp-content/themes/Kanso; in this case, you can try uploading just the header.php file. I would also highly recommend making a full back-up of your website (incl. database) every time before updating. My personal favourite plugin for that is Updraft Plus.

    Let me know if you face any problems with the process!

    Sincerely,
    Andrii / Satori Studio

    in reply to: 2 Column Page Layout (i.e. Contact in Demo) #3078
    mmsatori
    Keymaster

    Hey Thomas,

    the simpler solution in this situation would be to use a “Full-width” page template instead of a “Large Text” template for that particular page – that way there can be the necessary unique elements that we can work with :)

    Sincerely,
    Andrii / Satori Studio

    mmsatori
    Keymaster

    Hey Jonas,

    this bit from the last piece of code I posted should have done the trick –

    .iso-masonry .has-post-thumbnail .image-post-overlay:hover {
      background-color: #0F0;
    }
    

    Have you tried it? If that doesn’t work, give this a try:

    .iso-masonry .has-post-thumbnail:hover .image-post-overlay {
      background-color: #0F0;
    }
    

    Best,
    Andrii / Satori Studio

    in reply to: Custom Social Network Issue #3076
    mmsatori
    Keymaster

    Hey Christopher,

    you can upload the files via ftp (my personal favourite free ftp client is FileZilla), into the following folder inside your WordPress installation:
    /wp-content/themes/Tokyo

    Sincerely,
    Andrii / Satori Studio

    in reply to: Custom Social Network Issue #3066
    mmsatori
    Keymaster

    Hey Noisesev,

    If your website is stored locally on your computer at the moment, you can simply copy the files from the archive I’ve sent earlier into the /wp-content/themes/Tokyo/ folder inside your local WordPress folder. Unfortunately I cannot do it for you while your website is run locally.

    Sincerely,
    Andrii / Satori Studio

    mmsatori
    Keymaster

    Hey Jonas,

    please try this instead of the CSS I provided earlier:

    .iso-masonry .has-post-thumbnail .image-post-overlay {
      background-color: #FFF;
      margin-left: 0;
      top: auto !important;
      display: block !important;
    }
    .iso-masonry .has-post-thumbnail .image-post-overlay:hover {
      background-color: #0F0;
    }
    .iso-masonry .has-post-thumbnail .project-hover { 
      display: none !important; 
    }
    

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 591 through 600 (of 1,561 total)