satori

Forum Replies Created

Viewing 10 posts - 941 through 950 (of 1,561 total)
  • Author
    Posts
  • in reply to: Videos play from Portfolio page #2197
    mmsatori
    Keymaster

    Hey Damien,

    in order for the videos to open in an overlay, you’ll need to install a plugin that would provide the needed overlay functionality (e.g. Lightbox Plus) and alter the link target in the “content-video.php” theme file (line 33, to be specific) to point at the video itself, not at the project.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Parralel Effect Not working and page anchor points are wrong #2196
    mmsatori
    Keymaster

    Hey Laurens,

    these are known bugs, my apologies! I’ve fixed the issues you are describing in the version 1.2 of the theme which I pushed online just 2 days ago – could you please update the theme (the latest version is always available from the “Downloads” tab of the ThemeForest account) and let me know if the issues still persist?

    Sincerely,
    Andrii / Satori Studio

    in reply to: Menu links/urls not working #2195
    mmsatori
    Keymaster

    Hey RGB,

    glad it works!

    Regarding the version: I’ve just update the theme to version 1.2 several days ago, so I will have to ask you for one more favour: could you please go to the “Appearance -> Editor” admin section on your website and find the “Version” line from the first block of text that appears in the editor window. This is your current theme version. It is important for me to know the exact one because I might have to re-update in case the issue we discussed above persists in the latest update as well.

    Sincerely,
    Andrii / Satori Studio

    in reply to: metadata #2191
    mmsatori
    Keymaster

    Hey Leanne,

    this is not a single post, rather a category page. All archive templates in Ikebana, including category pages, have sidebars. In order to remove the sidebar from this particular page, you’ll need the following CSS code:

    .category-photography #content { width: 100% !important; }
    .category-photography #sidebar { display: none; }
    

    Sincerely,
    Andrii / Satori Studio

    in reply to: Menu links/urls not working #2190
    mmsatori
    Keymaster

    Hey RGB,

    first of all, thank you for the purchase!

    Yes, it is indeed a bug – please accept my apologies for any inconvenience and thank you for reporting! I’ve prepared a fix, which you can download here. Please download the archive, unzip it, and upload the contained file into the theme folder (/wp-content/themes/Kanso/), replacing the existing file. The menu links outside the one-page template should work like in the theme demo now. Let me know if it helps, and please tell me which version of the theme you have, so that I could update the ThemeForest version accordingly. Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio Tagging #2189
    mmsatori
    Keymaster

    Hey Rumbledesign,

    as I mentioned, the “Portfolio” page template always displays projects from all available tags – since it is not a taxonomy page by design, it does not discriminate between the projects of different tags. The only way to display only certain tagged items on one page is to use the tag archive pages. Alternatively, one would need to tweak the “page_portfolio.php” template or create a new page template on the basis of that to display only some tags; this can be done by altering the wp_query (line 65) in the way described in the WordPress manual.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Header Menu & One Page Setup Issues #2188
    mmsatori
    Keymaster

    Hey Hianalytics,

    5). This is indeed a bug, my apologies and thank you for reporting! I’ve developed a fixed file which I’ve uploaded here. Please download the archive, unzip it, and upload the contained file into the theme folder (/wp-content/themes/Kanso/), replacing the existing file. The menu links outside the one-page template should work like in the theme demo now. Let me know if it helps!

    6). Which version of the theme do you have? If it is 1.0 or 1.1, please update to 1.2 (the newest version is always available in the Downloads tab of your ThemeForest account).

    Sincerely,
    Andrii / Satori Studio

    in reply to: WPML – one page – menu #2187
    mmsatori
    Keymaster

    Hey Quentro,

    the WPML plugin-rendered drop-down element that you are trying to introduce into the theme’s template file seems to be in order per se; the only problem as far as I can see from the screenshots is its positioning; this, in turn, is not a PHP or HTML issue, but a CSS styling aspect: as in most other WordPress themes (and most of modern websites in general, for that matter), the mutual positioning of elements is regulated by CSS rules, not so much HTML. So all we need to do in this particular case is to adjust the CSS for the new element, which is why I’ve asked for a live code – it is hard to give a precise code by only looking at the images. Could you please put the box back in, I will look at the code and tell you the required CSS code (however, please note that such theme amendment is considered customization and is not already covered by the ThemeForest standard support guarantee – this is just to note that I’m doing it based on wish to help, and I cannot guarantee that the changes will be 100% successful from the first time).

    Sincerely,
    Andrii / Satori Studio

    in reply to: metadata #2180
    mmsatori
    Keymaster

    Hey Leanne,

    regarding your questions:

    1). Could you please provide the URL of that post? I need to see the code to troubleshoot the issue.

    2). Please use this CSS (inserting it into the “Style: Add Custom CSS” tab of the Theme Options panel):

    .type-post { margin-top: 60px !important; }
    

    replacing the “60” with any other number you need.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Header Menu & One Page Setup Issues #2179
    mmsatori
    Keymaster

    Hey Hianalytics,

    first of all, thank you for the purchase!

    Glad you’ve sorted out the one-page mode; I will go over the other questions in the same order:

    3). You can insert a contact form by using the button that looks like a little form, right under the title line while in the page editor mode (see screenshot on page 8 of the theme manual). Please note that you need the “Contact Form Generator” plugin to be installed and activated to do that; the plugin is packaged with the theme, and it will ask you to install that one and several other plugins once you activate the theme itself.

    4). A portfolio is a page that has been given a “Portfolio” layout from the “Template” drop-down in the “Page Attributes” box on the right hand side of the page editor screen. The portfolio page is a “container” that will display all existing portfolio projects (just like a blog posts page shows all existing blog posts), which can be created in the “Portfolio -> Add New” part of the admin menu. Each portfolio project can have a thumbnail (featured image), just like a classic WordPress post; you can set it in the “Featured Image” box while in the project edit mode. The thumbnail image will display as the background of the respective project in the portfolio grid. The overlays which appear on mouse hover are sourced from excerpts, which can be set in the “Excerpt” box in the project editor mode (in case the box is not present, click on the „Screen Options“ tab in the top right corner of the screen and tick the „Excerpt“ option in the list). You can find more information and screenshots on these topics on pages 6-7 (section “Portfolio”), as well as 9-10 (“Project and Post Formats”) of the theme manual.

    Should something be unclear, please let me know!

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 941 through 950 (of 1,561 total)