mya78
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsOps, I forgot to thank you Punxsutawney Phil!!
Ciao!!Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsHi IRIevolution, sorry for the delay!
I modified the home.php and tried putting the code
<?php echo qtrans_generateLanguageSelectCode('image'); ?>
in all of the rows until it worked out. An empiric method, I know!!
In my homepage, it is<?php if( 'gallery' == minimatica_get_option( 'homepage_view' ) ) : ?> <div id="slider"> <?php get_template_part( 'loop', 'slider' ); ?> <?php echo qtrans_generateLanguageSelectCode('image'); ?> </div><!-- #slider --> <?php else : ?>
In the style sheet, I think you should put <margin-left: auto>
to have the flags left aligned. Firebug will help you find where the corresponding row will be!Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsNon preoccuparti, ormai il sito è pubblicato e ai proprietari va bene così…mi risparmio un po’ di lavoro..
Dagli un’occhiata se ti va
https://www.fortecarlo.com
Grazie per il pensieroForum: Themes and Templates
In reply to: [Minimatica] [Theme: Minimatica] Post Feature Image AlignmentHi Skook22!
I had a look to your website susangilljackson.com and I would like to ask you how did you insert the slider format also in pages and in subpages…(I looked for a way to send you a personal message instead of writing in a post dealing with other issues, but I couldn’t find a better way to contact you, sorry)
My site is fortecarlo.com
Thanks in advance
SilviaForum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsnon posso darti il link el sito perchè non è ancora pubblicato..
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsOk rieccomi qui!
A parte lo stile delle bandierine, che vabbè, mi faccio andare bene la loro verticalità per ora, queste stramaledette (si può dire?) si muovono a destra e sinistra al variare dello zoom.
Per fartela breve devo poterle ancorare o nell’header o nella navigation bar o nel bandone centrale (sto usando il tema minimatica).
Non so in realtà neanche come chiederti aiuto, se ti copio-incollo header.php puoi aiutarmi a piazzare la stringa?Vabbè io la copio poi se non ti va, non rispondermi che capisco!!! Da quello che ho capito, il banner è largo quanto lo schermo. Dovrei metterle nel campo che racchiude il titolo che credo sia site-title ed è largo 940 fissi…
Grazie e scusa angelocustodedell’etere!
<?php /** * The Theme Header Template * * Used to display the document <head> section and page header * * @package WordPress * @subpackage Minimatica * @since Minimatica 1.0 */ ?><!DOCTYPE html><!-- HTML5, for the win! --> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <title><?php minimatica_doc_title(); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php /** * Hook used to isert content in the document's <head> section. * Always have this before closing the <head> tag. */ wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="wrapper" class="hfeed"> <header id="header" role="banner"> <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?> <<?php echo $heading_tag; ?> id="site-title"><a href="<?php echo home_url(); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> </a></<?php echo $heading_tag; ?>> </header><!-- #header -->
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsSi! Sono italiana!!!
Ho nel frattempo trovato una soluzione che, tenendo le bandiere in verticale, sembra carina. Non so come ho fatto, ho spostato qui e là la stringa
<?php echo qtrans_generateLanguageSelectCode(‘both’); ?>
e ho usato trucchetti di layout per evitare sovrpposizioni.
Se però al “committente” non dovesse piacere l’affare verticale, terrò presente i tuoi suggerimenti!!Grazie davvero! Fare un sito è una trappola se si è come me, un po’ ossessionati dalla precisione!!
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsHi Phil!
I am new in the WordPress world and spending a lot of hours on my first website (that I am building for free!).
I am just few steps from publishing it, but cannot find a way to put the three flags in horizontal. In which section of the stylesheet did you put
#qtranslate-chooser li { float:left; margin: 5px 5px 0 0; }
?
Is there any particular format to use to write it down? I can modify lines, but never added one by myself…
I hope to read from you soon, I am going to throw my mac out of the window….Bye!!
Silvia