Unyson
Forum Replies Created
-
Forum: Plugins
In reply to: [Unyson] How to change image alt tagIn view you have
$atts['image']['attachment_id']. You can use default WP functions to display that image/attachement in a different way, or to get itsalt.Forum: Plugins
In reply to: [Unyson] How to change image alt tagThat seems to be the
media_imageshortcode. Here is where it prints thealtattribute.If you bought that theme, ask the seller to implement an option to specify the
altattribute in image shortcode options.If you are building that theme, here is how you can solve this:
* Copy the options file in
{theme}/framework-customizations/extensions/shortcodes/shortcodes/media-image/options.php
* Add a text option for thealtattribute value.
* Copy the view in{theme}/framework-customizations/extensions/shortcodes/shortcodes/media-image/views/view.php
* Use$atts['alt']in viewForum: Plugins
In reply to: [Unyson] How to change image alt tagHello,
Which images? Are you speaking about a theme that you bought from some marketplace?
Forum: Plugins
In reply to: [Unyson] Portfolio Page CreationThis is not a page, but a taxonomy, you can create them from **Portfolio -> Categories**.
Please refer image.Forum: Plugins
In reply to: [Unyson] Portfolio Page CreationHello,
Have you checked the docs?Forum: Plugins
In reply to: [Unyson] Custom ShortcodesForum: Plugins
In reply to: [Unyson] Can not change the color of special headingHello,
Special Heading has no color options by default https://github.com/ThemeFuse/Unyson-Shortcodes-Extension/blob/master/shortcodes/special-heading/options.php
Perhaps you bought a theme that has custom options for Special Heading. Please ask theme author this question.
Forum: Plugins
In reply to: [Unyson] I have a bug in the theme booard using plugin unysonThis is not an Unyson problem, it’s a server problem.
To demonstrate that: Create
session-test.phpin your root directory with the following content:<?php ini_set('display_errors',1); session_start();. Then open the file in browserhttp://your-site.com/session-test.php. You should get the same error.Please stop opening the same issue
Forum: Plugins
In reply to: [Unyson] Error after install theme with plugin unysonThis is a server issue. Contact your hosting support.
http://lmgtfy.com/?q=session_start()+%5Bfunction.session-start%5D:+open(/var/lib/php-cgi/session
Forum: Plugins
In reply to: [Unyson] failure to install demo contentForum: Plugins
In reply to: [Unyson] Error after install theme with plugin unysonThis is a server issue
Forum: Plugins
In reply to: [Unyson] Custom classes and idsForum: Plugins
In reply to: [Unyson] All layout elements now are inside a text block> I was running version 2.2.1 of Unyson
Please update to latest version. We regularly fix bugs and release new versions. Also make sure the Extensions are up-to-date.
See Changelog for version 2.2.8:
> Improved post save: Options are saved in revision and autosave. Restore from revision works.
So before 2.2.8, Revisions didn’t worked, sorry. Unfortunately revisions were created but they are broken. Revisions created with Unyson 2.2.8+ are valid and you can restore from them.
Forum: Plugins
In reply to: [Unyson] All My Posts and Pages Disappeared!Forum: Plugins
In reply to: [Unyson] Page Builder Extension Deactivating