mirkodemo
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Flag switch language doesn't appear on mobile menuthank you!
Forum: Plugins
In reply to: [Max Mega Menu] Flag switch language doesn't appear on mobile menuHi Tom,
I’ve some problem to export the site on a public ftp (i’m working on local).
This is the theme where I insert the flag switcher https://www.templatemonster.com/demo/53917.htmlCan it helps you? I’ll send the link of the official website asap
Thank you again
Forum: Plugins
In reply to: [Polylang] Translation of text on header imageUpdate..i Found this code in options.php
How can I change it for shows different text in homepage with different language?// ———————————————————
// Header Offer
// ———————————————————
$options[“header_offer”] = array( “name” => __(‘Header Offer’, CURRENT_THEME),
“type” => “heading”);$options[‘offer_display_id’] = array( “name” => __(‘Display at homepage?’, CURRENT_THEME),
“desc” => __(‘Display at homepage or at every?’, CURRENT_THEME),
“id” => “offer_display_id”,
“std” => “true”,
“type” => “radio”,
“options” => array(
“true” => __(‘At homepage’, CURRENT_THEME),
“false” => __(‘At every page’, CURRENT_THEME)));$options[‘offer’] = array( “name” => __(‘Header Offer.’, CURRENT_THEME),
“desc” => __(‘Header Offer.’, CURRENT_THEME),
“id” => “offer”,
“std” => ‘[row][span12]
[cherry_parallax image=”parallax.jpg” speed=”normal” invert=”false”]
[row_in]
[span8]
<h1>Your text</h1>
[/span8]
[/row_in]
[/cherry_parallax]
[/span12]
[/row]’,
“class” => “tiny”,
“type” => “editor”);return $options;
}
}
?>Forum: Plugins
In reply to: [Polylang] Translation of text on header imageUpdate..i Found this code in options.php
How can I change it for shows different text in homepage with different language?// ———————————————————
// Header Offer
// ———————————————————
$options[“header_offer”] = array( “name” => __(‘Header Offer’, CURRENT_THEME),
“type” => “heading”);$options[‘offer_display_id’] = array( “name” => __(‘Display at homepage?’, CURRENT_THEME),
“desc” => __(‘Display at homepage or at every?’, CURRENT_THEME),
“id” => “offer_display_id”,
“std” => “true”,
“type” => “radio”,
“options” => array(
“true” => __(‘At homepage’, CURRENT_THEME),
“false” => __(‘At every page’, CURRENT_THEME)));$options[‘offer’] = array( “name” => __(‘Header Offer.’, CURRENT_THEME),
“desc” => __(‘Header Offer.’, CURRENT_THEME),
“id” => “offer”,
“std” => ‘[row][span12]
[cherry_parallax image=”parallax.jpg” speed=”normal” invert=”false”]
[row_in]
[span8]
<h1>Your text</h1>
[/span8]
[/row_in]
[/cherry_parallax]
[/span12]
[/row]’,
“class” => “tiny”,
“type” => “editor”);return $options;
}
}
?>Forum: Themes and Templates
In reply to: [Wallstreet] Navigation > language menuhttps://mirkodemo.altervista.org/
Actually i put 2 static link under “head-contact-info” for change the language, because the “head-contact-social” is not visible on tablet and smartphone.Thank you!