giovanni lorenzini
Forum Replies Created
-
How can I cancel users roles named wpamelia-manager, wpamelia-provider and wpamelia-customer?
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Logo SizeYou can put in your theme function.php the following code
function example_logo_with() { ?> <style> .order-branding .company-logo img { width: 200px; height: auto; } </style> <?php } add_action( 'wcdn_head', 'example_logo_with', 20 );
Forum: Plugins
In reply to: [ITRO Popup Plugin] Translation & multilanguage supportHello,
if you have qTranslate installed you can put this code at line 31 of intro-popup-template.phpif ( function_exists(‘qtrans_useCurrentLanguageIfNotFoundShowAvailable’) ) {
$custom_field = qtrans_useCurrentLanguageIfNotFoundShowAvailable($custom_field);
}The content must follow the qTranslate roules; es: <!–:it–>Popup Italiano<!–:–><!–:en–>English popup<!–:–>
Enjoyhttps://www.ads-software.com/plugins/itro-popup/
Thank you for the plugin.Forum: Plugins
In reply to: [SZ - Video for WordPress] Missing ShortcodeCiao, ho anche io il problema. Dalle mie prove sembra esseci un conflitto con qTranslate.
In una installazione senza qTranslate nell’inspector di Chrome è presente questa poszione di css che con qTranslate sparisce.https://localhost/……./wp-admin/post.php?post=48&action=edit&message=1:55
#content_sz_video_generic span.mceIcon {
background-position: -100px -20px;
}
https://localhost/……./wp-admin/post.php?post=48&action=edit&message=1:34
#content_sz_video_youtube span.mceIcon, #content_sz_video_vimeo span.mceIcon, #content_sz_video_daily span.mceIcon, #content_sz_video_player span.mceIcon, #content_sz_video_generic span.mceIcon {
background-image: url(“https://localhost/wp.gardenia/wp-content/plugins/sz-video/mce/sz-video-icon.png”);
background-repeat: no-repeat;
}Ciao e grazie dell’ottimo plugin