Unyson
Forum Replies Created
-
Forum: Plugins
In reply to: [Unyson] Unable to install or activate extensionPut it in
{theme}/functions.phpadd_action('fw_init', function(){ fw_print( file_get_contents( 'http://github-api-cache.unyson.io/repos/themefuse/unyson/releases' ) ); });Forum: Plugins
In reply to: [Unyson] Trello? and scratch themeHello,
We don’t have time to manage trello board, all our activity is here https://github.com/ThemeFuse/Unyson/issues
Our new free theme based on Unyson is in the works
Forum: Plugins
In reply to: [Unyson] Unable to install or activate extensiontry
fw_print( file_get_contents( 'http://github-api-cache.unyson.io/repos/themefuse/unyson/releases' ) );Forum: Plugins
In reply to: [Unyson] Unyson emailsWe don’t send any emails.
In the emails you get should be link to the site that sends them also an unsubscribe link.
Forum: Plugins
In reply to: [Unyson] Typography didn't work in customizerEverything looks fine. The font-family in code matches the select value.
If you mean that the font family style is not applied, have you included it in
<head>?P.S. Including
<style>in page body is not good, better use this solution to include all styles in<head>Forum: Plugins
In reply to: [Unyson] Typography didn't work in customizerEverything works fine on my side. I can’t reproduce this. Create a screencast/video please.
Forum: Plugins
In reply to: [Unyson] Typography didn't work in customizerI can’t reproduce this
- I added in
theme/options/customizer.php't-v1' => array('type' => 'typography'), 't-v2' => array('type' => 'typography-v2'), - Added in
{theme}/header.php<?php fw_print( fw_get_db_customizer_option('t-v1'), fw_get_db_customizer_option('t-v2') ); - And it works
You keep saying “it did not change” but you don’t give the steps to reproduce the problem
Forum: Plugins
In reply to: [Unyson] Typography didn't work in customizerForum: Plugins
In reply to: [Unyson] Unsyon Table, Maximum 1 ColumnForum: Plugins
In reply to: [Unyson] help with portfolio, inserting or shortcode the UNYSONPortfolio is just a custom post type that has categories.
You can create your own shortcode and query portfolio posts for display.
Forum: Plugins
In reply to: [Unyson] Typography didn't work in customizerHello,
Sorry I don’t understand how to test this.
Please give some concrete steps to reproduce this.Forum: Plugins
In reply to: [Unyson] full width doesn't work for sectionsHere are the classes added by the default section view.
It seems that your theme overwritten that view in
{theme}/framework-customizations/extensions/shortcodes/shortcodes/section/views/view.phpOpen that view and see if it’s taking in consideration
$atts['is_fullwidth']. If not, report this as a bug to the developer that made that theme.Forum: Plugins
In reply to: [Unyson] Does not work.You are welcome
Forum: Plugins
In reply to: [Unyson] Does not work.Maybe you are using TGM Plugin Activator in your theme that does some Force Active.
Try to activate a default WordPress theme.
Forum: Plugins
In reply to: [Unyson] Unable to install or activate extensionYou can install extensions manually, but you have to know their path (because some are nested) also some extensions require another extensions and anyway you will need to update them when we release updates, so you still need to install them from the admin page.
If you are familiar with git, you can install them all with [this bash script](https://gist.github.com/moldcraft/dceae5f6081f72cc1153)
- I added in