Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: Plugin Selection Help
    Thread Starter Pete-L

    (@pete-l)

    Just installed the child theme and its all good now! Thanks!

    Forum: Plugins
    In reply to: Plugin Selection Help
    Thread Starter Pete-L

    (@pete-l)

    Hi @michel – xiligroup dev – thanks for you reply, basically im using the twentythirteen theme and was looking to get the flags (images) showing in the menu bar rather than “English” “Portuguese”, I’ve uploaded the images into /images/flags/en_gb.jpg and pt_br.jpg then updated the style.css with the following –

    /* xili language flags */
    #xili_language { width: auto; color: #666; height:35px;  padding:0px 0px 20px 0;
    }
    #xili_language .xl {
    	font-size: 13px;
    	line-height: 18px;
    	margin:0;
    	width: 100%;
    	padding:0;
    	height:35px;
    	display: block;
    }
    #xili_language .xl ul {
    	list-style: none;
    	float:right;
    }
    #xili_language .xl li {
    	float: left; display:inline;
    	padding:1px 2px;
    }
    #xili_language a {color: #666;
    	text-transform: uppercase;
    	font-size: 10px;
    	display: block; text-decoration: none;
    	letter-spacing: 1px;
    }
    ul#menu-languages li.lang-en_gb, ul#menu-languages li.lang-pt_br {text-indent:-9999px; width:18px; }
    ul#menu-languages li.lang-en_gb a {background: transparent url('images/flags/en_gb.jpg') no-repeat center 5px;}
    ul#menu-languages li.lang-pt_br a {background: transparent url('images/flags/pt_br.jpg') no-repeat center 5px;}
    
    /* li#menu-xlang-separator a {display:none;} */

    I’ll take a look at the twentyfourteen theme if things are more powerful in it ??

    @yogieanamcara – Yep sorry I should have been a bit clearer, I was referring to the country flags (.jpg’s) rather than Text languages in the menu bar.

Viewing 2 replies - 1 through 2 (of 2 total)