Mourat
Forum Replies Created
-
Forum: Plugins
In reply to: How to close all tabs by visual composerIn “active section” set 0 or 9999
Screenshot: http://i.imgur.com/6HCVfY6.png
Forum: Plugins
In reply to: [Fluid Video Embeds] More optionsFor me important
&loop=1&playlist=' . $this->meta['id'] . '&autoplay=1&controls=0Closed. It’s my mistake.
List of installed plug-ins
Forum: Plugins
In reply to: Revolution Slider with static layer over all slidesThe answer is in documentation http://i.imgur.com/KE9jxMR.png
Forum: Plugins
In reply to: [Mailjet Email Marketing] MailJet blocks sending e-mail from the siteSolved via desactivation of “Enable email through Mailjet”
Forum: Plugins
In reply to: [Simple Staff List] Custom fields in templateIn the file _inc/user-view-show-staff-list.php add variables after
$tw_url = 'http://www.twitter.com/' . $custom["_staff_member_tw"][0];(line 85) add custom variable$company_name = get_field('company_name', $post->id);for example.Add this variable to array $replace_single_values = array( in the end of the list.
In the file admin-install-uninstall.php in array $default_tags = array( add your short code like ‘[company-name]’ in the end of the list.
Forum: Plugins
In reply to: [Simple Staff List] Custom fields in templateNobody can help me?
Forum: Plugins
In reply to: [Image Text] Shortcode not work<td align="left" valign="top">Téléphone fix: </td> <td align="left" valign="top"><?= do_shortcode('[imgtxt type=text]'.the_field( "telephone_fix" ).'[/imgtxt]') ?></td>Forum: Plugins
In reply to: [qTranslate] How to add Russian Language in qTranslate?