• Hi,

    I am using a plugin for language management called POLYLANG. It manages having alternate HOME pages in different languages (in fact there is duplicate PAGE that the plugin is refering to depending on the choice of language in the menu) However since the 2 home pages are refering to the same INVERT OPTIONS, I can only display those in one language. Do you have a way to have multiple language in the OPTIONS. How are they activated from the wp interface ?
    Is this compatible with the polylang plug-in ?

    Thank you

    ps:I am using the pro version

Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello There,
    You were almost there, just missed few things like comment, correct path etc.. Try below child theme css I have added :-

    /*
     Theme Name:   Advertica Lite - Child
     Description:  A Derived Theme from advertica-lite
     Author:       https://aretnika.com/
     Author URI:   https://aretnika.com/
     Template:     advertica-lite
     Version:      1.0.0
     Text Domain:  Cangho
    */
    @import url("../advertica-lite/style.css");
    
    /* Brand Logo Section */
    .clients-items {
    	display: none;
    }
    
    /* Breadcrumb Section: */
    .bread-title-holder {
    	display: none;
    } 
    
    /* New Fonts - rainfallblack */
    @font-face {
    	font-family: 'rainfallblack';
    	src: url('fonts/rainfallblack-webfont.eot');
    	src: url('fonts/rainfallblack-webfont.eot?#iefix') format('embedded-opentype'),
    	url('fonts/rainfallblack-webfont.woff2') format('woff2'),
    	url('fonts/rainfallblack-webfont.woff') format('woff'),
    	url('fonts/rainfallblack-webfont.ttf') format('truetype'),
    	url('fonts/rainfallblack-webfont.svg#rainfallblack') format('svg');
    	font-weight: normal;
    	font-style: normal;
    }
    
    /* Apply rainfallblack to parallax section */
    #full-division-box{
    	font-family: 'rainfallblack', 'open sans';
    }

    Cheers!!

Viewing 1 replies (of 1 total)
  • The topic ‘language management for the INVERT options’ is closed to new replies.