• Resolved dhyanakendra

    (@dhyanakendra)


    Hi

    Thank you for this excellent plugin. I have used this in all my projects. A recent project is in German and Dutch language and I want to implement the following:

    1. Change the text string ” There are no events ” in German (translated text is already available)
    2. Center align the above text
    3. Change the Font type, color, and size.

    Thanks in advance
    BM

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Plugin is translated in both languages. You can only change the default text by using a shortcode attribute:

    
    no_events_text="your text here"
    

    But if you’re using the same event list (the same page) for both languages this will not work.

    You can style the event list and center the no events text by using custom CSS. Example:

    
    #vsel {font-size:15px; font-family:Arial, sans-serif; color:#333;}
    .vsel-no-events {text-align:center;}
    

    Guido

    Thread Starter dhyanakendra

    (@dhyanakendra)

    Hi Guido

    Thank you so much.

    I am using Elementor Pro and Generate Press. Could you pls. guide me as to how to change the default text using a shortcode attribute.

    Thanks
    BM

    Plugin Author Guido

    (@guido07111975)

    Hi,

    Plase check the main plugin page for info and examples:

    
    [vsel no_events_text="your text here"]
    

    The attribute itself isn’t translatable, so if you’re using it and you have a multi-language page this will not work. The attribute overrules the available translation(s).

    Guido

    aomamay

    (@aomamay)

    Hi,
    I’m using Divi theme. All custom css are working (font-size & color) except font-family , I still have the “courier” police. Coulyou help me please ? Thanks a lot
    Florence

    Plugin Author Guido

    (@guido07111975)

    Hi Florence,

    In that case try the important declaration, to overrule other markup:

    
    #vsel {font-family:Arial !important;}
    

    Note: “your” font family should be supported by the browser, otherwise it will not work.

    Guido

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change the language, font size and alignment’ is closed to new replies.