• Resolved wiwi007

    (@wiwi007)


    Hello, your plugin is awesome. Does exactly what I was looking for, and simple to use. I can’t praise it enough.

    I just have two questions that I do hope u can help me with.

    1. I use it for two languages. Calendar widget on English works perfect. But if I select Dutch (other language) the names of week (MTWTFSS) change into (mDwdvZZ). so collection of big and small letters. How can I make them all capitals, can u help me with it?

    2. Events widget: I like the idea of clicking on the title to go to the page with the full list of events. So for that purposes I downloaded the plugin that has an option to add a link to the title. It works in the sidebar, but does not work when the widget is on the main page.
    Do you have any idea how to fix this? Or maybe a solution for applying the link on the title without the extra plugin?

    Thank you for the time, hope to hear from you soon.
    And keep up the good work.
    ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    1. Sorry, translation is handled by WordPress – and it the current .po (translation) file uses all uppercase characters. I’ve checked this on a test install, and I get all uppercase characters.

    Though you could work around it by adding the following to your theme’s style.css:

    
    .eo_widget_calendar table thead th {
    	text-transform: uppercase;
    }
    

    2. but does not work when the widget is on the main page – are you sure that’s a widget rather than shortcode? The plug-in that you’re using probably only supports widgets, not shortcodes. If it is definitely a widget, then that sounds like a bug with the plug-in that adds links to widget titles.

    Thread Starter wiwi007

    (@wiwi007)

    Oh, thank you so much Stephen, the code actually worked, and now all the letters are capital. *gives a virtual hug*.

    Yes, the link plugin is not compatible with the version of the WordPress, so probably that is why it does not work. I tried with other widgets too, and on main page it does not work, but in sidebar it does.

    I am sorry to bother you, but is there a possibility to whip up some kind of code like for the upper case letter, that I can add to widget attributes so it would link the title to the needed page? :/
    I am a complete noob in this kind of area so I hope Im not asking too much?

    Thank you once again for the solution for the first problem. <3

    Thread Starter wiwi007

    (@wiwi007)

    Just updating that I fixed the link issue. Thanks to you I tried placing widget on the main page using the shortcode, and that actually did the trick. The title link now works on the widget.

    Thank you for you help. ??
    Wish you all the best!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Awsome, but need help with calendar widget’ is closed to new replies.